From: Date: Mon, 4 Jul 2005 09:07:22 +0000 (-0400) Subject: Added copyright information to the scripts. X-Git-Url: https://projects.mako.cc/source/attachcheck/commitdiff_plain/41c4e2277556fc66584d9c16d363e02d30a4529e Added copyright information to the scripts. --- 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; diff --git a/attachcheck b/attachcheck index c72adbf..8479dea 100644 --- a/attachcheck +++ b/attachcheck @@ -6,6 +6,9 @@ # (c) 2005 -- Benjamin Mako Hill # Author/Software Homepage at: http://mako.cc +# This software comes with ABSOLUTELY NO WARRANTY. +# This is free software and is licensed under the GNU GPL. + __copyright__ = "Copyright (c) 2004 Benjamin Mako Hill" __author__ = "Benjamin Mako Hill "