X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=scripts%2Frandom-word;h=66d09a27027afc28589ca4c65e18e08ce2007bbc;hb=c5a267de2c91e173479cfe49b790a18bba0d0a97;hp=a7a27999fd9589cdeb025eb5e4c16bacd42e5ebe;hpb=c43b5aed7966015eb7b377f9a54a25a384038e3c;p=chiark-utils.git 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;