chiark / gitweb /
Update copyright notices
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 24 May 2014 14:28:41 +0000 (15:28 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 24 May 2014 14:28:41 +0000 (15:28 +0100)
12 files changed:
Makefile.am
README.md
configure.ac
t-args
t-both
t-corrupt
t-extended
t-seeded
t-separate
t-truncated
vbig.1
vbig.cc

index c4986246e7884c70734038f1ed1dd60c7abb0084..9d683c3e3ea9d7e7e693391da8e3ae1aa455f9c5 100644 (file)
@@ -1,3 +1,20 @@
+#
+# This file is part of vbig.
+# Copyright (C) 2011, 2013, 2014 Richard Kettlewell
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 bin_PROGRAMS=vbig
 vbig_SOURCES=vbig.cc Arcfour.h Arcfour.cc
 man_MANS=vbig.1
index a1fb00449edfb7d4b5b4ff34f20da4237a52682d..f902583b7510e909fb37d6029620f8edead8a6c9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ In any case:
 Author
 ------
 
-Copyright (C) 2011, 2013 Richard Kettlewell
+Copyright (C) 2011, 2013, 2014 Richard Kettlewell
 
 Copyright (C) 2013 Ian Jackson
 
index cc550670d48de63a65f532a00186b5c0142cee33..9a79ecc70e4d888b5bd36476c22b41925cf5c31d 100644 (file)
@@ -1,3 +1,21 @@
+#
+# This file is part of vbig.
+# Copyright (C) 2011, 2013 Richard Kettlewell
+# Copyright (C) 2013 Ian Jackson
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 AC_PREREQ([2.61])
 AC_INIT([vbig], [0.3], [rjk@greenend.org.uk])
 m4_include([m4/ax_random_device.m4])
diff --git a/t-args b/t-args
index c10744ed953731325284085bcfc27fbb4c4b4304..0bedcb23d73a095a8b819fe382f8a48c15cfad4d 100755 (executable)
--- a/t-args
+++ b/t-args
@@ -1,4 +1,21 @@
 #! /bin/sh
+#
+# This file is part of vbig.
+# Copyright (C) 2014 Richard Kettlewell
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 set -e
 rm -f testoutput testexpect
 
diff --git a/t-both b/t-both
index c0203e637951e4f4461ceb85b43b746779a6fa7c..8ea18e1d29f25a1fbdd6afe0c22bf99fe58dfe7a 100755 (executable)
--- a/t-both
+++ b/t-both
@@ -1,4 +1,21 @@
 #! /bin/sh
+#
+# This file is part of vbig.
+# Copyright (C) 2014 Richard Kettlewell
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 set -e
 rm -f testfile
 ./vbig --both testfile 65536
index 415a306f1c242700387bbb85785962888a137ab2..6139bab6807646fa24496a7149bc8b99c7d07039 100755 (executable)
--- a/t-corrupt
+++ b/t-corrupt
@@ -1,4 +1,21 @@
 #! /bin/sh
+#
+# This file is part of vbig.
+# Copyright (C) 2014 Richard Kettlewell
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 set -e
 rm -f testfile
 ./vbig --seed chahthaiquiyouto --create testfile 65536
index 870112362b595d2066681bc481182f958ba5601d..754867ac6d28c7f94d6d751baeb109a548fb4ac4 100755 (executable)
@@ -1,4 +1,21 @@
 #! /bin/sh
+#
+# This file is part of vbig.
+# Copyright (C) 2014 Richard Kettlewell
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 set -e
 rm -f testfile
 ./vbig --seed chahthaiquiyouto --create testfile 65536
index 50d4e6879d677dcd2beabea422614da382074a72..bedc1775c94fdedb723a8ac2974473416d68147a 100755 (executable)
--- a/t-seeded
+++ b/t-seeded
@@ -1,4 +1,21 @@
 #! /bin/sh
+#
+# This file is part of vbig.
+# Copyright (C) 2014 Richard Kettlewell
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 set -e
 rm -f testfile
 ./vbig --seed chahthaiquiyouto --create testfile 65536
index 56efd9db54e7b5c5fc809ae5d2a06aa4b0ef1cc3..7cdaacc0a0ef1611654e17b65102d359bd37f94c 100755 (executable)
@@ -1,4 +1,21 @@
 #! /bin/sh
+#
+# This file is part of vbig.
+# Copyright (C) 2014 Richard Kettlewell
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 set -e
 rm -f testfile
 ./vbig --create testfile 65536
index 0a28a14a55e3e3e7193eb029c7353f8bab853ddc..358f02bb9c0fa7ea9309bc7be7da71ddbea1e498 100755 (executable)
@@ -1,4 +1,21 @@
 #! /bin/sh
+#
+# This file is part of vbig.
+# Copyright (C) 2014 Richard Kettlewell
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 set -e
 rm -f testfile
 ./vbig --seed chahthaiquiyouto --create testfile 65536
diff --git a/vbig.1 b/vbig.1
index e137b9d0cf28a4fc78e2d5ff3b50068e5177315d..769179232e151cdb2924f6b590568d4d093db7c6 100644 (file)
--- a/vbig.1
+++ b/vbig.1
@@ -1,6 +1,6 @@
 \"
 \" This file is part of vbig.
-\" Copyright (C) 2011 Richard Kettlewell
+\" Copyright (C) 2011, 2013, 2014 Richard Kettlewell
 \" Copyright (C) 2013 Ian Jackson
 \"
 \" This program is free software: you can redistribute it and/or modify
diff --git a/vbig.cc b/vbig.cc
index 6717f2d383b4da9137842dd6db1d1d526759f198..c5fef0242bdd5058b3661f03f18e36d2c5749e70 100644 (file)
--- a/vbig.cc
+++ b/vbig.cc
@@ -1,6 +1,6 @@
 /*
  * This file is part of vbig.
- * Copyright (C) 2011, 2013 Richard Kettlewell
+ * Copyright (C) 2011, 2013, 2014 Richard Kettlewell
  * Copyright (C) 2013 Ian Jackson
  *
  * This program is free software: you can redistribute it and/or modify