Mailing List Archive

svn commit: rev 6262 - in incubator/spamassassin/trunk: build spamc spamd
Author: mss
Date: Sat Jan 24 12:05:23 2004
New Revision: 6262

Modified:
incubator/spamassassin/trunk/build/preprocessor
incubator/spamassassin/trunk/spamc/configure.pl
incubator/spamassassin/trunk/spamd/spamd.raw
Log:
Added some license/copyright headers

Modified: incubator/spamassassin/trunk/build/preprocessor
==============================================================================
--- incubator/spamassassin/trunk/build/preprocessor (original)
+++ incubator/spamassassin/trunk/build/preprocessor Sat Jan 24 12:05:23 2004
@@ -1,4 +1,23 @@
#!/usr/bin/perl
+# Copyright 2002-2004 by Malte S. Stretz.
+# Based on code written by Justin Mason.
+#
+# <@LICENSE>
+# Copyright 2004 Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# </@LICENSE>
+#
# This script isn't supposed to be run by hand, it's used by `make` as a pre-
# processor. It currently accepts these options on the command line:
#

Modified: incubator/spamassassin/trunk/spamc/configure.pl
==============================================================================
--- incubator/spamassassin/trunk/spamc/configure.pl (original)
+++ incubator/spamassassin/trunk/spamc/configure.pl Sat Jan 24 12:05:23 2004
@@ -1,7 +1,24 @@
#!/usr/bin/perl
# autoconf wrapper (for Unix)/alternative (for Windows)
#
-# Copyright (c) 2004 Malte S. Stretz <spamassassin-contrib (at) msquadrat.de>
+# Copyright 2004 by Malte S. Stretz.
+# Based on work done by Sidney Markowitz.
+#
+# <@LICENSE>
+# Copyright 2004 Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# </@LICENSE>


use strict;

Modified: incubator/spamassassin/trunk/spamd/spamd.raw
==============================================================================
--- incubator/spamassassin/trunk/spamd/spamd.raw (original)
+++ incubator/spamassassin/trunk/spamd/spamd.raw Sat Jan 24 12:05:23 2004
@@ -1,7 +1,23 @@
#!/usr/bin/perl -w -T
-#############################################################
-# The code in this file is copyright 2001 by Craig Hughes #
-#############################################################
+# Copyright 2001-2002 by Craig Hughes
+# Parts Copyright 2003-2004 Malte S. Stretz (and others).
+#
+# <@LICENSE>
+# Copyright 2004 Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# </@LICENSE>
+

my $PREFIX = '@@PREFIX@@'; # substituted at 'make' time
my $DEF_RULES_DIR = '@@DEF_RULES_DIR@@'; # substituted at 'make' time