From 41c4e2277556fc66584d9c16d363e02d30a4529e Mon Sep 17 00:00:00 2001 From: Date: Mon, 4 Jul 2005 05:07:22 -0400 Subject: [PATCH] Added copyright information to the scripts. --- ac_add_override.pl | 4 ++++ attachcheck | 3 +++ 2 files changed, 7 insertions(+) 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 " -- 2.30.2