Added copyright information to the scripts.
author<mako@bork.hampshire.edu> <>
Mon, 4 Jul 2005 09:07:22 +0000 (05:07 -0400)
committer<mako@bork.hampshire.edu> <>
Mon, 4 Jul 2005 09:07:22 +0000 (05:07 -0400)
ac_add_override.pl
attachcheck

index 803ccd98bb3e2c75051b474da44f0c734faa6361..f816d290ad584d3463955e08a6b03af858e2789d 100644 (file)
@@ -1,5 +1,9 @@
 #!/usr/bin/perl -p -i
 
+# copyright (c) Benjamin Mako Hill <mako@debian.org>
+# This software comes with ABSOLUTELY NO WARRANTY.
+# This is free software and is licensed under the GNU GPL.
+
 if (not $edited and m/^\s*\n$/) {
        s/^\s*\n$/X-AttachCheck-Override: Yes\n\n/;
        $edited = 1;
index c72adbfd92ac452a307e50a266bc169155624404..8479dea82a510039e167ac0ea53e11612b805798 100644 (file)
@@ -6,6 +6,9 @@
 # (c) 2005 -- Benjamin Mako Hill <mako@bork.hampshire.edu>
 # Author/Software Homepage at: http://mako.cc
 
+# This software comes with ABSOLUTELY NO WARRANTY.
+# This is free software and is licensed under the GNU GPL.
+
 __copyright__ = "Copyright (c) 2004 Benjamin Mako Hill"
 __author__ = "Benjamin Mako Hill <mako@debian.org>" 
 

Benjamin Mako Hill || Want to submit a patch?