Commit Diff
Diff:
49ab79d0e64c73d575dfe87edce40637b8f2adef
6a5569c27d47674b2e7483ddf6f1fafd8fe65a2e
Commit:
6a5569c27d47674b2e7483ddf6f1fafd8fe65a2e
Tree:
db7f92b48a507c029956451d715667d6ab32ad2a
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Mon Jan 4 21:43:58 2016 UTC
Message:
Update copyright notices for 2016
blob - 749dc3a714ea4d0427c7db546e68204e9fe95118
blob + 5af471fddda7f440fd6387aa3fcfd24ce002f101
--- AUTHORS
+++ AUTHORS
@@ -2,7 +2,7 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
- (c)2001-2015 Alexander Barton and Contributors.
+ (c)2001-2016 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.
blob - 18194ceb76e89a2677568b586261ef2e747427c7
blob + 06060acdd7288838d1af346bd185b4d2cfe7f821
--- ChangeLog
+++ ChangeLog
@@ -2,7 +2,7 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
- (c)2001-2015 Alexander Barton and Contributors.
+ (c)2001-2016 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.
blob - 3f190654ef8f8d78a52d657881fea49532399bda
blob + 302f52103318e240e7d1c5078928a5bca60a61a8
--- INSTALL
+++ INSTALL
@@ -2,7 +2,7 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
- (c)2001-2015 Alexander Barton and Contributors.
+ (c)2001-2016 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.
blob - 3fe47c34a10543a14d16080bbc4922ca378a94d0
blob + 3c61dcf995cf28e8c4c1c8b3097b0f3c2c82f04c
--- NEWS
+++ NEWS
@@ -2,7 +2,7 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
- (c)2001-2015 Alexander Barton and Contributors.
+ (c)2001-2016 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.
blob - 52cc11f4337d69c5e53b7635e3e90f0233199536
blob + 5c8cc2c2081341f362a0aead964bdc26df359d4b
--- README
+++ README
@@ -2,7 +2,7 @@
ngIRCd - Next Generation IRC Server
http://ngircd.barton.de/
- (c)2001-2015 Alexander Barton and Contributors.
+ (c)2001-2016 Alexander Barton and Contributors.
ngIRCd is free software and published under the
terms of the GNU General Public License.
blob - 524fe3c1885a90af0d3efbf566a89eff1df691c7
blob + c41a0c5af97f17be6de673887cec3b842b26385f
--- man/ngircd.8.tmpl
+++ man/ngircd.8.tmpl
@@ -1,7 +1,7 @@
.\"
.\" ngircd(8) manual page template
.\"
-.TH ngircd 8 "Oct 2013" ngIRCd "ngIRCd Manual"
+.TH ngircd 8 "Jan 2016" ngIRCd "ngIRCd Manual"
.SH NAME
ngIRCd \- the "next generation" IRC daemon
.SH SYNOPSIS
blob - 8c62709cdf2758802f5febf5901ab9c8d30d16ab
blob + 935ac035f7775cf6a454fcf39c3dd3faeeb171fc
--- man/ngircd.conf.5.tmpl
+++ man/ngircd.conf.5.tmpl
@@ -1,7 +1,7 @@
.\"
.\" ngircd.conf(5) manual page template
.\"
-.TH ngircd.conf 5 "Oct 2014" ngIRCd "ngIRCd Manual"
+.TH ngircd.conf 5 "Jan 2016" ngIRCd "ngIRCd Manual"
.SH NAME
ngircd.conf \- configuration file of ngIRCd
.SH SYNOPSIS
blob - 347c41fa2325d24bfb8c753fbf14535c3421a2f1
blob + 1eca34ce1c2f1137c11d6e51055c4d1a5352dde2
--- src/ngircd/ngircd.c
+++ src/ngircd/ngircd.c
@@ -1,6 +1,6 @@
/*
* ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2016 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
@@ -451,7 +451,7 @@ static void
Show_Version( void )
{
puts( NGIRCd_Version );
- puts( "Copyright (c)2001-2014 Alexander Barton (<alex@barton.de>) and Contributors." );
+ puts( "Copyright (c)2001-2016 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." );
IRCNow