Added copyright information to the scripts.
[attachcheck] / ac_add_override.pl
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;

Benjamin Mako Hill || Want to submit a patch?