Version 0.2 of the program.
[attachcheck] / attachcheck_add_override
similarity index 54%
rename from ac_add_override.pl
rename to attachcheck_add_override
index f816d290ad584d3463955e08a6b03af858e2789d..ca8085adf5aee7975ecf23a40b5b1f331fe5699c 100755 (executable)
@@ -1,8 +1,9 @@
 #!/usr/bin/perl -p -i
 
-# copyright (c) Benjamin Mako Hill <mako@debian.org>
+# copyright (c) Benjamin Mako Hill <mako@atdot.cc>
 # This software comes with ABSOLUTELY NO WARRANTY.
-# This is free software and is licensed under the GNU GPL.
+# This is free software and is licensed under the GNU GPL version 3 or
+# any later version.
 
 if (not $edited and m/^\s*\n$/) {
        s/^\s*\n$/X-AttachCheck-Override: Yes\n\n/;

Benjamin Mako Hill || Want to submit a patch?