You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2015/05/22 14:46:02 UTC

svn commit: r1681096 - in /spamassassin/trunk/spamd-apache2: Makefile.PL README.apache lib/Mail/SpamAssassin/Spamd.pm

Author: kmcgrail
Date: Fri May 22 12:46:02 2015
New Revision: 1681096

URL: http://svn.apache.org/r1681096
Log:
Cleaning up the copyright/author/etc. in apache-spamd to be ASF compliant

Modified:
    spamassassin/trunk/spamd-apache2/Makefile.PL
    spamassassin/trunk/spamd-apache2/README.apache
    spamassassin/trunk/spamd-apache2/lib/Mail/SpamAssassin/Spamd.pm

Modified: spamassassin/trunk/spamd-apache2/Makefile.PL
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamd-apache2/Makefile.PL?rev=1681096&r1=1681095&r2=1681096&view=diff
==============================================================================
--- spamassassin/trunk/spamd-apache2/Makefile.PL (original)
+++ spamassassin/trunk/spamd-apache2/Makefile.PL Fri May 22 12:46:02 2015
@@ -20,7 +20,7 @@ WriteMakefile(
 	VERSION   => '0.03',
 	NAME      => 'Mail::SpamAssassin::Spamd::Apache2',
 	ABSTRACT  => 'mod_perl2 module implementing spamd in Apache2',
-	AUTHOR    => 'Radoslaw Zielinski <ra...@pld-linux.org>',
+	AUTHOR    => 'The Apache SpamAssassin Project <dev at spamassassin.apache.org>',
 	EXE_FILES => [qw(bin/apache-spamd.pl)],
 	PREREQ_PM => {
 		'mod_perl2'          => 2,

Modified: spamassassin/trunk/spamd-apache2/README.apache
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamd-apache2/README.apache?rev=1681096&r1=1681095&r2=1681096&view=diff
==============================================================================
--- spamassassin/trunk/spamd-apache2/README.apache (original)
+++ spamassassin/trunk/spamd-apache2/README.apache Fri May 22 12:46:02 2015
@@ -45,28 +45,20 @@ available separately on CPAN.
 
 
 BUGS
+  
+See <http://issues.apache.org/SpamAssassin/> to report a bug.
 
-For now, report to me directly or to the SpamAssassin dev list.
+Please include perl, Apache and mod_perl versions. 
 
-Include perl, Apache and mod_perl versions.  `httpd -V` shouldn't hurt
-(unless you know it doesn't matter in your case).  `httpd -l` might also
-be handy, if you're reporting an apache-spamd.pl issue.  Don't forget
-relevant lines from logs/error_log.
+`httpd -V` shouldn't hurt (unless you know it doesn't matter in your case).  
+`httpd -l` might also be handy, if you're reporting an apache-spamd.pl issue.
+Don't forget relevant lines from logs/error_log.
 
-Known bugs: worker (and other threading MPMs) probably will cause
+Known bugs: 
+
+Worker (and other threading MPMs) probably will cause
 problems.  SA isn't really thread-safe; one example is using umask().
 Some helpers like Razor / Pyzor / DCC probably do chdir().  I consider
 this a problem of SA, not this code.
 
-
-COPYRIGHT AND LICENCE
-
-Copyright (C) 2006 by Radosław Zieliński <ra...@pld-linux.org>
-
-Based on spamd code, (C) by The SpamAssassin(tm) Project
-
-This library is free software; you can redistribute it and/or modify it
-under the terms of the Apache License, Version 2.0.
-
-
 # vim: encoding=utf8

Modified: spamassassin/trunk/spamd-apache2/lib/Mail/SpamAssassin/Spamd.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamd-apache2/lib/Mail/SpamAssassin/Spamd.pm?rev=1681096&r1=1681095&r2=1681096&view=diff
==============================================================================
--- spamassassin/trunk/spamd-apache2/lib/Mail/SpamAssassin/Spamd.pm (original)
+++ spamassassin/trunk/spamd-apache2/lib/Mail/SpamAssassin/Spamd.pm Fri May 22 12:46:02 2015
@@ -47,6 +47,15 @@ Interface is likely to change.
 
 See the source code of L<spamd(1)> and L<Mail::SpamAssassin::Spamd::Apache2(3)>.
 
+=head1 AUTHORS
+
+The SpamAssassin(tm) Project E<lt>http://spamassassin.apache.org/E<gt>
+
+=head1 COPYRIGHT
+
+SpamAssassin is distributed under the Apache License, Version 2.0, as
+described in the file C<LICENSE> included with the distribution.
+
 =head2 METHODS
 
 =over