X-Git-Url: https://projects.mako.cc/source/attachcheck/blobdiff_plain/a448f42f5fc2c3a63465e32edb1ccf99aed72fa6..b86228cb8f3f79c0f6d71a725995e334ad963118:/ac_add_override.pl diff --git a/ac_add_override.pl b/ac_add_override.pl old mode 100644 new mode 100755 index 803ccd9..f816d29 --- a/ac_add_override.pl +++ b/ac_add_override.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl -p -i +# copyright (c) Benjamin Mako Hill +# 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;