From: Richard Kettlewell Date: Sat, 24 May 2014 14:28:41 +0000 (+0100) Subject: Update copyright notices X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=vbig.git;a=commitdiff_plain;h=519fb147bcac7e7dc9f8a752f528fd40174e9c2a Update copyright notices --- diff --git a/Makefile.am b/Makefile.am index c498624..9d683c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 . +# bin_PROGRAMS=vbig vbig_SOURCES=vbig.cc Arcfour.h Arcfour.cc man_MANS=vbig.1 diff --git a/README.md b/README.md index a1fb004..f902583 100644 --- 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 diff --git a/configure.ac b/configure.ac index cc55067..9a79ecc 100644 --- a/configure.ac +++ b/configure.ac @@ -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 . +# 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 c10744e..0bedcb2 100755 --- 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 . +# set -e rm -f testoutput testexpect diff --git a/t-both b/t-both index c0203e6..8ea18e1 100755 --- 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 . +# set -e rm -f testfile ./vbig --both testfile 65536 diff --git a/t-corrupt b/t-corrupt index 415a306..6139bab 100755 --- 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 . +# set -e rm -f testfile ./vbig --seed chahthaiquiyouto --create testfile 65536 diff --git a/t-extended b/t-extended index 8701123..754867a 100755 --- a/t-extended +++ b/t-extended @@ -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 . +# set -e rm -f testfile ./vbig --seed chahthaiquiyouto --create testfile 65536 diff --git a/t-seeded b/t-seeded index 50d4e68..bedc177 100755 --- 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 . +# set -e rm -f testfile ./vbig --seed chahthaiquiyouto --create testfile 65536 diff --git a/t-separate b/t-separate index 56efd9d..7cdaacc 100755 --- a/t-separate +++ b/t-separate @@ -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 . +# set -e rm -f testfile ./vbig --create testfile 65536 diff --git a/t-truncated b/t-truncated index 0a28a14..358f02b 100755 --- a/t-truncated +++ b/t-truncated @@ -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 . +# set -e rm -f testfile ./vbig --seed chahthaiquiyouto --create testfile 65536 diff --git a/vbig.1 b/vbig.1 index e137b9d..7691792 100644 --- 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 6717f2d..c5fef02 100644 --- 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