Added a number of small changes that didn't work because of a failed
[attachcheck] / ac_add_override.pl
old mode 100644 (file)
new mode 100755 (executable)
index 803ccd9..f816d29
@@ -1,5 +1,9 @@
 #!/usr/bin/perl -p -i
 
 #!/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;
 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?