From: ianmdlvl Date: Sat, 22 Sep 2007 00:22:29 +0000 (+0000) Subject: * copyright notices for various scripts. X-Git-Tag: debian_version_4_1_22~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=c5a267de2c91e173479cfe49b790a18bba0d0a97 * copyright notices for various scripts. --- diff --git a/debian/changelog b/debian/changelog index 2623c55..f356807 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. -- diff --git a/scripts/cvs-adjustroot b/scripts/cvs-adjustroot index 5418f1c..0e128cc 100755 --- a/scripts/cvs-adjustroot +++ b/scripts/cvs-adjustroot @@ -13,6 +13,23 @@ case "$#.$1" in *) usage ;; esac +# Copyright 2004 Ian Jackson +# +# 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 diff --git a/scripts/cvs-repomove b/scripts/cvs-repomove index 92e1765..283002b 100755 --- a/scripts/cvs-repomove +++ b/scripts/cvs-repomove @@ -10,6 +10,23 @@ usage: END } +# Copyright 2004-2006 Ian Jackson +# +# 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 diff --git a/scripts/cvsweb-list b/scripts/cvsweb-list index 20511b9..c574eb8 100755 --- a/scripts/cvsweb-list +++ b/scripts/cvsweb-list @@ -8,7 +8,7 @@ # used on chiark.greenend.org.uk. # # This file is: -# Copyright (C) 2001 Ian Jackson +# Copyright 2001 Ian Jackson # # 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 diff --git a/scripts/expire-iso8601 b/scripts/expire-iso8601 index 3a9777d..530c48c 100755 --- a/scripts/expire-iso8601 +++ b/scripts/expire-iso8601 @@ -28,6 +28,23 @@ exit status: END } +# Copyright 2006 Ian Jackson +# +# 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; } diff --git a/scripts/hexterm b/scripts/hexterm index 54a1b5e..9a1b047 100755 --- a/scripts/hexterm +++ b/scripts/hexterm @@ -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 +# +# 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] diff --git a/scripts/palm-datebook-reminders b/scripts/palm-datebook-reminders index e980429..2d81e46 100755 --- a/scripts/palm-datebook-reminders +++ b/scripts/palm-datebook-reminders @@ -1,5 +1,21 @@ #!/usr/bin/perl +# Copyright 2003 Ian Jackson +# +# 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; diff --git a/scripts/random-word b/scripts/random-word index a7a2799..66d09a2 100755 --- a/scripts/random-word +++ b/scripts/random-word @@ -1,5 +1,21 @@ #!/usr/bin/perl +# Copyright 2004 Ian Jackson +# +# 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; diff --git a/scripts/summarise-mailbox-preserving-privacy b/scripts/summarise-mailbox-preserving-privacy index fe39a6e..fd19090 100755 --- a/scripts/summarise-mailbox-preserving-privacy +++ b/scripts/summarise-mailbox-preserving-privacy @@ -10,6 +10,23 @@ # -q throw away stderr and always exit 0 # -- end of our options +# Copyright 2006 Ian Jackson +# +# 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;