chiark / gitweb /
git-cache-proxy: housekeeping: check errno value from stat after deletion
[chiark-utils.git] / scripts / summarise-mailbox-preserving-privacy
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;