]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update Copyright notices for 2013
authorAlexander Barton <alex@barton.de>
Tue, 1 Jan 2013 18:23:56 +0000 (19:23 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 1 Jan 2013 18:23:56 +0000 (19:23 +0100)
AUTHORS
INSTALL
NEWS
README
contrib/MacOSX/ngIRCd.pmdoc/index.xml
src/ngircd/ngircd.c

diff --git a/AUTHORS b/AUTHORS
index 986beefc45ac3b271172d0ed83eeedd11286f94a..1d061a60d4c53c897e232ae958db00a00f983c4a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
diff --git a/INSTALL b/INSTALL
index b445958159e85bdd03cc4b6328c1c59bb0938df1..de60feb8c45549b8da99a1932c7e5bc55d944dd5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
diff --git a/NEWS b/NEWS
index 96ecdc8bd12cb3ed9400d49a2a8ce64cb4403ee1..c3f9c49babc239d5c7e6aca15bfc0b749d0a9a2d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
diff --git a/README b/README
index 11d140d6464b7fb780fa79d9f7c3fa96b2197306..c903aa10f7f5a5e981c5bf649f10219f945c2d14 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 34b3baaf614c9e9828d1479e936cce99e3b69166..e665bc6b40aaf618eb5b57ea0b42203c6181b9bb 100644 (file)
@@ -5,7 +5,7 @@
 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\qc\pardirnatural
 
 \f0\i\fs24 \cf0 ngIRCd -- The Next Generation IRC Daemon\
-Copyright (c)2001-2011 Alexander Barton and Contributors.\
+Copyright (c)2001-2013 Alexander Barton and Contributors.\
 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
 
 \i0 \cf0 \
index f016b6aa88e9a4a4de167d78e02dea523c51e32b..dfae3366d1f72655cc8cc0e51088b369d9218114 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors.
  *
  * 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
@@ -460,7 +460,7 @@ static void
 Show_Version( void )
 {
        puts( NGIRCd_Version );
-       puts( "Copyright (c)2001-2012 Alexander Barton (<alex@barton.de>) and Contributors." );
+       puts( "Copyright (c)2001-2013 Alexander Barton (<alex@barton.de>) and Contributors." );
        puts( "Homepage: <http://ngircd.barton.de/>\n" );
        puts( "This is free software; see the source for copying conditions. There is NO" );
        puts( "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." );