chiark / gitweb /
* copyright notices for various scripts.
authorianmdlvl <ianmdlvl>
Sat, 22 Sep 2007 00:22:29 +0000 (00:22 +0000)
committerianmdlvl <ianmdlvl>
Sat, 22 Sep 2007 00:22:29 +0000 (00:22 +0000)
debian/changelog
scripts/cvs-adjustroot
scripts/cvs-repomove
scripts/cvsweb-list
scripts/expire-iso8601
scripts/hexterm
scripts/palm-datebook-reminders
scripts/random-word
scripts/summarise-mailbox-preserving-privacy

index 2623c55dac2fdc3f0846dc4dcc1855d405e04af5..f356807ba7696affea82fab98d099908419a51a1 100644 (file)
@@ -11,6 +11,7 @@ chiark-utils (4.1.22) unstable; urgency=low
       for report and subsequent discussion.
   * chiark-backup Depends on chiark-utils-bin.  Closes: #401611.
   * summer manpage (thanks to Peter Maydell for initial contribution).
+  * copyright notices for various scripts.
 
  --
 
index 5418f1cbe0e5b2fb945eb06bd329f3257c4d389a..0e128cc4a98548ad2a145f16fd6066bbb2579076 100755 (executable)
@@ -13,6 +13,23 @@ case "$#.$1" in
 *)             usage                   ;;
 esac
 
+# Copyright 2004 Ian Jackson <ian@chiark.greenend.org.uk>
+#
+# This script and its documentation (if any) are free software; you
+# can redistribute it and/or modify them under the terms of the GNU
+# General Public License as published by the Free Software Foundation;
+# either version 3, or (at your option) any later version.
+# 
+# chiark-named-conf and its manpage are 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, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
+
+
 old="$1"; shift
 new="$1"; shift
 
index 92e1765bc371f56197ae617cbf681ce9f4d563aa..283002bfb0bbd66d53d55f54e550e4322839c5b5 100755 (executable)
@@ -10,6 +10,23 @@ usage:
 END
 }
 
+# Copyright 2004-2006 Ian Jackson <ian@chiark.greenend.org.uk>
+#
+# This script and its documentation (if any) are free software; you
+# can redistribute it and/or modify them under the terms of the GNU
+# General Public License as published by the Free Software Foundation;
+# either version 3, or (at your option) any later version.
+# 
+# chiark-named-conf and its manpage are 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, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
+
+
 # We do things in the following order:
 #                                              src             dst
 #  0. Check things                             @/..moving-to   none/..moved-to
index 20511b9416657f1771f7db94fc7e5554961660e3..c574eb8da60063e7a150c88819a5ef81dbf4fec1 100755 (executable)
@@ -8,7 +8,7 @@
 # used on chiark.greenend.org.uk.
 #
 # This file is:
-#  Copyright (C) 2001 Ian Jackson <ian@chiark.greenend.org.uk>
+#  Copyright 2001 Ian Jackson <ian@chiark.greenend.org.uk>
 #
 # This 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
index 3a9777d25728c9762cd61df37d7a945176038198..530c48c170bf4adb8d1ab1cab5d8a01526a53a8f 100755 (executable)
@@ -28,6 +28,23 @@ exit status:
 END
                        }
 
+# Copyright 2006 Ian Jackson <ian@chiark.greenend.org.uk>
+#
+# This script and its documentation (if any) are free software; you
+# can redistribute it and/or modify them under the terms of the GNU
+# General Public License as published by the Free Software Foundation;
+# either version 3, or (at your option) any later version.
+# 
+# chiark-named-conf and its manpage are 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, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
+
+
 trap 'exit 16' 0
 badusage () { echo >&2 "bad usage: $*"; usage >&2; trap '' 0; exit 8; }
 
index 54a1b5e22123bf3398ab6b6f79b278f586f1baf3..9a1b0475bdb4ce05fe84c0a3a8681a8e074ff000 100755 (executable)
@@ -33,6 +33,24 @@ xxxE hh hh hh hh  hh hh hh hh  hh hh hh hh  hh hh hh hh_| abcd e_.. .... ...._|
 #               is length of string to record
 #      g-z     play back memory
 
+
+# Copyright 2005 Ian Jackson <ian@chiark.greenend.org.uk>
+#
+# This script and its documentation (if any) are free software; you
+# can redistribute it and/or modify them under the terms of the GNU
+# General Public License as published by the Free Software Foundation;
+# either version 3, or (at your option) any later version.
+# 
+# chiark-named-conf and its manpage are 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, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
+
+
 if {[llength $argv] != 1} { error "need serial port arg" }
 
 set port [lindex $argv 0]
index e9804296a3a8d0d9a09e5833e4e1d154d5533dd3..2d81e46d587c01262c60790c4a52726cd42dbba3 100755 (executable)
@@ -1,5 +1,21 @@
 #!/usr/bin/perl
 
+# Copyright 2003 Ian Jackson <ian@chiark.greenend.org.uk>
+#
+# This script and its documentation (if any) are free software; you
+# can redistribute it and/or modify them under the terms of the GNU
+# General Public License as published by the Free Software Foundation;
+# either version 3, or (at your option) any later version.
+# 
+# chiark-named-conf and its manpage are 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, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
+
 use Palm::PDB;
 use Palm::Datebook;
 use Time::Local;
index a7a27999fd9589cdeb025eb5e4c16bacd42e5ebe..66d09a27027afc28589ca4c65e18e08ce2007bbc 100755 (executable)
@@ -1,5 +1,21 @@
 #!/usr/bin/perl
 
+# Copyright 2004 Ian Jackson <ian@chiark.greenend.org.uk>
+#
+# This script and its documentation (if any) are free software; you
+# can redistribute it and/or modify them under the terms of the GNU
+# General Public License as published by the Free Software Foundation;
+# either version 3, or (at your option) any later version.
+# 
+# chiark-named-conf and its manpage are 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, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
+
 use IO::Handle;
 use IO::File;
 use POSIX;
index fe39a6e62dbe52fe213404528d0ef6be423cfa37..fd19090450be71821cf182dddf8379a955ff6235 100755 (executable)
 #  -q                throw away stderr and always exit 0
 #  --          end of our options
 
+# Copyright 2006 Ian Jackson <ian@chiark.greenend.org.uk>
+#
+# This script and its documentation (if any) are free software; you
+# can redistribute it and/or modify them under the terms of the GNU
+# General Public License as published by the Free Software Foundation;
+# either version 3, or (at your option) any later version.
+# 
+# chiark-named-conf and its manpage are 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, consult the Free Software Foundation's
+# website at www.fsf.org, or the GNU Project website at www.gnu.org.
+
+
 use strict (qw(refs));
 use POSIX;
 use IO::Handle;