X-Git-Url: https://projects.mako.cc/source/attachcheck/blobdiff_plain/a448f42f5fc2c3a63465e32edb1ccf99aed72fa6..41c4e2277556fc66584d9c16d363e02d30a4529e:/ac_add_override.pl diff --git a/ac_add_override.pl b/ac_add_override.pl index 803ccd9..f816d29 100644 --- 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;