]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update Copyright notices for 2014
authorAlexander Barton <alex@barton.de>
Thu, 2 Jan 2014 14:27:07 +0000 (15:27 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 2 Jan 2014 14:27:07 +0000 (15:27 +0100)
AUTHORS
INSTALL
NEWS
README
contrib/MacOSX/ngIRCd.pmdoc/index.xml
src/ngircd/ngircd.c

diff --git a/AUTHORS b/AUTHORS
index 605df2d06600f7b73a84c6f6e85fcf6baf35b3c1..a91c59e94c697ab80d5f2325671fa49388260ddb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2013 Alexander Barton and Contributors.
+               (c)2001-2014 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 bbff1f235df8658e73ba9200e8e2a6bee9d503fe..998274a6f556dee17d717224d99162ac5dfe5080 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2013 Alexander Barton and Contributors.
+               (c)2001-2014 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 7cada91242d5501062001f3ce8d4d6d8dba90fca..accdbc681664a2e271378fdbb1e8b2ed2f44c11e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2013 Alexander Barton and Contributors.
+               (c)2001-2014 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 c903aa10f7f5a5e981c5bf649f10219f945c2d14..4bcafb2ffbdf92048719850a4ad03014b169e82d 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2013 Alexander Barton and Contributors.
+               (c)2001-2014 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
index 90e3aedefa82a4fdc213a7baefddbceccc21aeb4..0c8cc5538095714f9f12d7d10215318856bfc2bc 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-2013 Alexander Barton and Contributors.\
+Copyright (c)2001-2014 Alexander Barton and Contributors.\
 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
 
 \i0 \cf0 \
index da537055ffdd742960a425a067ddfd3a62540f98..05f7a7199658383cdf71eecdfcf05bffad4b9ecb 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2014 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-2013 Alexander Barton (<alex@barton.de>) and Contributors." );
+       puts( "Copyright (c)2001-2014 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." );