chiark / gitweb /
Bring copyright notices up to date
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 19 Jan 2013 11:34:03 +0000 (11:34 +0000)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 19 Jan 2013 11:34:03 +0000 (11:34 +0000)
45 files changed:
README
acinclude.m4
autogen.sh
configure.ac
debian/copyright
debian/rsbackup.postinst
debian/rules
doc/CHANGES.html
doc/Makefile.am
doc/disk-encryption.html
doc/rsbackup-debian.html
doc/rsbackup-docs.html
doc/rsbackup-manual.html
doc/rsbackup-mount.1
doc/rsbackup-snapshot-hook.1
doc/rsbackup.1
doc/rsbackup.cron.1
doc/rsbackup.css
scripts/dist
scripts/txt2src
src/BulkRemove.cc
src/Check.cc
src/Command.cc
src/Document.cc
src/Email.cc
src/Errors.cc
src/FileLock.cc
src/IO.cc
src/Progress.cc
src/Prune.cc
src/Report.cc
src/Retire.cc
src/Store.cc
src/Subprocess.cc
src/Unicode.cc
src/stylesheet.cc
tests/Makefile.am
tests/check-file
tests/hook
tests/prune
tests/retire-volume
tests/setup.sh
tests/store
tools/rsbackup-mount.in
tools/rsbackup.cron.in

diff --git a/README b/README
index eb1fb0a..78ed15a 100644 (file)
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ Administrivia
 
 Report bugs to Richard Kettlewell <rjk@greenend.org.uk>.
 
-Copyright © 2010-11 Richard Kettlewell
+Copyright © 2010-2012 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
index 4e385a0..42929ce 100644 (file)
@@ -1,4 +1,17 @@
-
+# Copyright © 2011 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/>.
 AC_DEFUN([RJK_GCOV],[
   GCOV=${GCOV:-true}
   AC_ARG_WITH([gcov],
index 6c1eac0..dbc8130 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index d03e69e..cd67f05 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index f2ece36..86701bc 100644 (file)
@@ -1,4 +1,4 @@
-Copyright © 2010-11 Richard Kettlewell <rjk@greenend.org.uk>
+Copyright © 2010-2011 Richard Kettlewell <rjk@greenend.org.uk>
 
 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
index c0cf111..c34e9a5 100755 (executable)
@@ -1,4 +1,18 @@
 #! /bin/sh
+# Copyright © 2010 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
 case "$1" in
 configure )
index 4e6b30d..836964b 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/make -f
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2010-2012 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
index 8564b9a..3239889 100644 (file)
@@ -7,6 +7,8 @@
   </head>
   <body>
 
+    <!-- Copyright (c) 2011, 2012 Richard Kettlewell -->
+
     <h1>Changes To rsbackup</h1>
 
     <p>Please see <a
index 7c7026e..2261245 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index 7ab8ae5..0168128 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!--
-Copyright (c) 2010-11 Richard Kettlewell
+Copyright (c) 2011 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
index b9c5311..47e96b8 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <!--
-Copyright (c) 2010-11 Richard Kettlewell
+Copyright (c) 2011 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
index ad34a1b..462e8f5 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <!--
-Copyright (c) 2010-11 Richard Kettlewell
+Copyright (c) 2011 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
index 6c110a6..3f58160 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <!--
-Copyright (c) 2010-11 Richard Kettlewell
+Copyright (c) 2011-2012 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
index e37745b..d2248f4 100644 (file)
@@ -1,4 +1,18 @@
 .TH rsbackup-mount 1
+.\" Copyright (c) 2011, 2012 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/>.
 .SH NAME
 rsbackup-mount \- mount encrypted or unencrypted disks used by rsbackup
 .SH SYNOPSIS
index ca4c370..b100976 100644 (file)
@@ -1,4 +1,18 @@
 .TH rsbackup 1
+.\" Copyright (c) 2012 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/>.
 .SH NAME
 rsbackup-snapshot-hook \- rsync-based backup utility
 .SH SYNOPSIS
index 3896d6c..42b0a93 100644 (file)
@@ -1,4 +1,18 @@
 .TH rsbackup 1
+.\" Copyright (c) 2011, 2012 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/>.
 .SH NAME
 rsbackup \- rsync-based backup utility
 .SH SYNOPSIS
@@ -643,4 +657,3 @@ Flag file for an incomplete backup.
 \fBrsbackup.cron\fR(1), \fBrsbackup\-mount\fR(1), \fBrsync\fR(1)
 .SH AUTHOR
 Richard Kettlewell <rjk@greenend.org.uk>
-
index 92f545f..748cf4c 100644 (file)
@@ -1,4 +1,18 @@
 .TH rsbackup.cron 1
+.\" Copyright (c) 2011 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/>.
 .SH NAME
 rsbackup.cron \- cron script for rsbackup
 .SH SYNOPSIS
index 0c32492..422b8f8 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright © 2011 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/>.
+ */
 body {
   color: black;
   background-color: white
index 535824b..e927b5f 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/bash
 #
 # This file is part of rsbackup
-# Copyright (C) 2010, 11 Richard Kettlewell
+# Copyright (C) 2010, 2011 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
index d27dd1b..5b9f6ca 100755 (executable)
@@ -1,4 +1,18 @@
 #! /usr/bin/perl -w
+# Copyright © 2011 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/>.
 use strict;
 my $symbol = shift;
 
index 6aeb903..2a3a540 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index 3269664..2980e8a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index b7ff53d..1ef2292 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index e0d17d2..a943625 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index e27b927..b6fd0c0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index b5aa8e5..c6aeebb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index 2e592fc..12361c3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index 0f0e191..9d4641e 100644 (file)
--- a/src/IO.cc
+++ b/src/IO.cc
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index 98415d0..f02a71d 100644 (file)
@@ -1,3 +1,17 @@
+// Copyright © 2011 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/>.
 #include <config.h>
 #include "IO.h"
 #include <cstring>
index 9c9104d..aa63d42 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index 5607bf2..23a0cd6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index 4c59e46..40ce5c4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index eabf0ca..f5fdaa1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index bb61925..0fd8e2c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index f8f605f..566c410 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright © 2011 Richard Kettlewell.
+// Copyright © 2011, 2012 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
index 1c38aec..fb15e58 100644 (file)
@@ -1,4 +1,19 @@
 char stylesheet[] =
+"/* Copyright © 2011 Richard Kettlewell.\n"
+" *\n"
+" * This program is free software: you can redistribute it and/or modify\n"
+" * it under the terms of the GNU General Public License as published by\n"
+" * the Free Software Foundation, either version 3 of the License, or\n"
+" * (at your option) any later version.\n"
+" *\n"
+" * This program is distributed in the hope that it will be useful,\n"
+" * but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
+" * GNU General Public License for more details.\n"
+" *\n"
+" * You should have received a copy of the GNU General Public License\n"
+" * along with this program.  If not, see <http://www.gnu.org/licenses/>.\n"
+" */\n"
 "body {\n"
 "  color: black;\n"
 "  background-color: white\n"
index 39a48a9..63997df 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index 41ae75c..f816023 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash
-# Copyright © 2011, 2012 Richard Kettlewell.
+# Copyright © 2012 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
index c4a5b89..ef15ecb 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2012 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
index 4d459ec..277de6b 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index 576026f..bf59511 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index d064999..f62c8ff 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index d5eb62f..3d598cf 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash
-# Copyright © 2011 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index 8d14c21..7791153 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/bash
 #
-# Copyright © 2010-11 Richard Kettlewell.
+# Copyright © 2011, 2012 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
index 0c2dd14..a0907b5 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/bash
 #
-# Copyright © 2010-11 Richard Kettlewell.
+# Copyright © 2011 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