X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=scripts%2Fexpire-iso8601;fp=scripts%2Fexpire-iso8601;h=530c48c170bf4adb8d1ab1cab5d8a01526a53a8f;hb=c5a267de2c91e173479cfe49b790a18bba0d0a97;hp=3a9777d25728c9762cd61df37d7a945176038198;hpb=c43b5aed7966015eb7b377f9a54a25a384038e3c;p=chiark-utils.git 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; }