فهرست منبع

cleaned up copyright and authoring

James Wade 14 سال پیش
والد
کامیت
19573adb76
7فایلهای تغییر یافته به همراه15 افزوده شده و 20 حذف شده
  1. 2 4
      README
  2. 1 5
      docs/pisg-doc.xml
  3. 4 3
      modules/Pisg.pm
  4. 1 2
      modules/Pisg/Common.pm
  5. 3 2
      modules/Pisg/HTMLGenerator.pm
  6. 3 2
      modules/Pisg/Parser/Logfile.pm
  7. 1 2
      pisg

+ 2 - 4
README

@@ -1,6 +1,4 @@
-README, pisg - by me and others (see CREDITS file)
-------------------
-pisg - Perl IRC Statistics Generator, is a Perl script which takes IRC
+Perl IRC Statistics Generator (pisg) is a Perl script which takes IRC
 logfiles and turns them into nice looking stats, which can be amusing to
 show for the users of your channel.
 
@@ -77,4 +75,4 @@ The pisg homepage is located at http://pisg.sourceforge.net/.
 
 Have fun :)
 
- - Morten Brix Pedersen
+ - The pisg project

+ 1 - 5
docs/pisg-doc.xml

@@ -3849,11 +3849,7 @@
     </para>
 
     <para>
-    Copyright (C) 2001-2005  Morten Brix Pedersen - &lt;morten at wtf.dk&gt;
-    </para>
-
-    <para>
-    Copyright (C) 2003-2005  Christoph Berg &lt;cb at df7cb.de&gt;
+    Copyright (C) 2001-2012  The pisg project
     </para>
 
     <para>

+ 4 - 3
modules/Pisg.pm

@@ -2,8 +2,7 @@ package Pisg;
 
 # Documentation(POD) for this module is found at the end of the file.
 
-# Copyright (C) 2001-2005  <Morten Brix Pedersen> - morten@wtf.dk
-# Copyright (C) 2003-2006  Christoph Berg <cb@df7cb.de>
+# Copyright (C) 2001-2012  The pisg project
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -622,10 +621,12 @@ B<search_path> - This defines an optional search path. It's used when you want t
 =head1 AUTHOR
 
 Morten Brix Pedersen <morten@wtf.dk>
+Christoph Berg <cb@df7cb.de>
+James "HM2K" <james@hm2k.org>
 
 =head1 COPYRIGHT
 
-Copyright (C) 2001 Morten Brix Pedersen. All rights resereved.
+Copyright (C) 2001-2012 The pisg project. All rights reserved.
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GPL, license is included with the distribution of
 this file.

+ 1 - 2
modules/Pisg/Common.pm

@@ -2,8 +2,7 @@ package Pisg::Common;
 
 # pisg - Perl IRC Statistics Generator
 #
-# Copyright (C) 2001-2005  <Morten Brix Pedersen> - morten@wtf.dk
-# Copyright (C) 2003-2005  Christoph Berg <cb@df7cb.de>
+# Copyright (C) 2001-2012  The pisg project
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

+ 3 - 2
modules/Pisg/HTMLGenerator.pm

@@ -2525,11 +2525,12 @@ B<tmps> - reference to a hash containing the language templates.
 =head1 AUTHOR
 
 Morten Brix Pedersen <morten@wtf.dk>
+Christoph Berg <cb@df7cb.de>
+James "HM2K" <james@hm2k.org>
 
 =head1 COPYRIGHT
 
-Copyright (C) 2001-2005 Morten Brix Pedersen. All rights reserved.
-Copyright (C) 2003-2005 Christoph Berg <cb@df7cb.de>.
+Copyright (C) 2001-2012 The pisg project. All rights reserved.
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GPL, license is included with the distribution of
 this file.

+ 3 - 2
modules/Pisg/Parser/Logfile.pm

@@ -956,11 +956,12 @@ The first option must be a reference to a hash containing the cfg and users stru
 =head1 AUTHOR
 
 Morten Brix Pedersen <morten@wtf.dk>
+Christoph Berg <cb@df7cb.de>
+James "HM2K" <james@hm2k.org>
 
 =head1 COPYRIGHT
 
-Copyright (C) 2001-2005 Morten Brix Pedersen. All rights resereved.
-Copyright (C) 2003-2005 Christoph Berg <cb@df7cb.de>.
+Copyright (C) 2001-2012 The pisg project. All rights reserved.
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GPL, license is included with the distribution of
 this file.

+ 1 - 2
pisg

@@ -5,8 +5,7 @@ use Getopt::Long;
 
 # pisg - Perl IRC Statistics Generator
 #
-# Copyright (C) 2001-2005  <Morten Brix Pedersen> - morten@wtf.dk
-# Copyright (C) 2003-2006  Christoph Berg <cb@df7cb.de>
+# Copyright (C) 2001-2012  The pisg project
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by