commit f5fa7db4ba46521e49a4ae4e1ba9d09c918926b3 from: Alexander Barton date: Tue Jan 21 21:02:40 2020 UTC 2020! commit - 22cae1b5fc6779a1d74a5ca10ba6c8af45028e98 commit + f5fa7db4ba46521e49a4ae4e1ba9d09c918926b3 blob - 11c4755cc3f0f91584544f48e86eb27a309c72d9 blob + 4c555dbce6689cdbedf6144968fdab2fa856ba51 --- AUTHORS +++ AUTHORS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2019 Alexander Barton and Contributors. + (c)2001-2020 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 0ff0245b1d798492707035ce723422523e7337ae blob + 06dc4f8315b8de612fdb474ec21cbac4a0c52bad --- ChangeLog +++ ChangeLog @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2019 Alexander Barton and Contributors. + (c)2001-2020 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - c037236d6d35c4d0ffc3e1b40a90375b479f86d6 blob + 1dc75eba58c41ce1dd19b2896d12deed5177beb1 --- INSTALL +++ INSTALL @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2019 Alexander Barton and Contributors. + (c)2001-2020 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - a81085a30ddde1dd0ca6a584ce58796b372fb9af blob + 91f7cc69dea45de009a5c34958cc1594288db704 --- NEWS +++ NEWS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2019 Alexander Barton and Contributors. + (c)2001-2020 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 32c0b9545864bde9122bf76c1d953d382bce8dd2 blob + e9aadbae2b32d1ca1b6fdcc42c2885dc32a88a41 --- README +++ README @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2019 Alexander Barton and Contributors. + (c)2001-2020 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - 1905e184bf9f401a145ac175588a23559fdd472f blob + 81eae40d9a763d1e82b9456de1b969648c516c84 --- doc/HowToRelease.txt +++ doc/HowToRelease.txt @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2019 Alexander Barton and Contributors. + (c)2001-2020 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. blob - a403c563e50bfba4fecdc53f3ee6571c17de6d62 blob + 0ee2a12f21307edc313fa53741bbae6d72a470a9 --- man/ngircd.8.tmpl +++ man/ngircd.8.tmpl @@ -1,7 +1,7 @@ .\" .\" ngircd(8) manual page template .\" -.TH ngircd 8 "Jan 2019" ngIRCd "ngIRCd Manual" +.TH ngircd 8 "Jan 2020" ngIRCd "ngIRCd Manual" .SH NAME ngIRCd \- the "next generation" IRC daemon .SH SYNOPSIS blob - 33c737fea4ecb4157780132b739ffeb8f1481a4e blob + 0971f37646874b9859cf2f3d428fd47b103fb4aa --- man/ngircd.conf.5.tmpl +++ man/ngircd.conf.5.tmpl @@ -1,7 +1,7 @@ .\" .\" ngircd.conf(5) manual page template .\" -.TH ngircd.conf 5 "Jan 2019" ngIRCd "ngIRCd Manual" +.TH ngircd.conf 5 "Jan 2020" ngIRCd "ngIRCd Manual" .SH NAME ngircd.conf \- configuration file of ngIRCd .SH SYNOPSIS blob - 68b34cb6b5d5e2df3a3501fa13165ca14f198d5b blob + 7166640ba054288c08030f331ddf9c9724e0a073 --- src/ngircd/ngircd.c +++ src/ngircd/ngircd.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2019 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2020 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 @@ -450,7 +450,7 @@ static void Show_Version( void ) { puts( NGIRCd_Version ); - puts( "Copyright (c)2001-2019 Alexander Barton () and Contributors." ); + puts( "Copyright (c)2001-2020 Alexander Barton () and Contributors." ); puts( "Homepage: \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." );