X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=scripts%2Fsummarise-mailbox-preserving-privacy;h=fd19090450be71821cf182dddf8379a955ff6235;hp=fe39a6e62dbe52fe213404528d0ef6be423cfa37;hb=f2ee6708316d3b0cfb99bb244c98527a69bf82c2;hpb=812c3e1f13c35ab65d0eb4aafbaab0ac5d4ea8b8 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;