From 07d7477dec2ec7557501e12d2f7dd30827c6467e Mon Sep 17 00:00:00 2001 From: silverleo Date: Wed, 6 Jan 2010 09:37:05 +0000 Subject: [PATCH] It's 2010, where's my hoverboard? git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1693 726aef4b-f618-498e-8847-2d620e286838 --- Buffer.cpp | 2 +- Buffer.h | 2 +- Chan.cpp | 2 +- Chan.h | 2 +- Client.cpp | 2 +- Client.h | 2 +- ClientCommand.cpp | 2 +- DCCBounce.cpp | 2 +- DCCBounce.h | 2 +- DCCSock.cpp | 2 +- DCCSock.h | 2 +- FileUtils.cpp | 2 +- FileUtils.h | 2 +- HTTPSock.cpp | 2 +- HTTPSock.h | 2 +- IRCSock.cpp | 2 +- IRCSock.h | 2 +- Modules.cpp | 2 +- Modules.h | 2 +- Nick.cpp | 2 +- Nick.h | 2 +- Server.cpp | 2 +- Server.h | 2 +- Socket.cpp | 2 +- Socket.h | 2 +- Template.cpp | 2 +- Template.h | 2 +- Timers.h | 2 +- User.cpp | 2 +- User.h | 2 +- Utils.cpp | 2 +- Utils.h | 2 +- ZNCString.cpp | 2 +- ZNCString.h | 2 +- defines.h | 2 +- main.cpp | 2 +- main.h | 2 +- modules/admin.cpp | 2 +- modules/adminlog.cpp | 2 +- modules/autoattach.cpp | 2 +- modules/autocycle.cpp | 2 +- modules/autoop.cpp | 2 +- modules/autoreply.cpp | 2 +- modules/away.cpp | 2 +- modules/awaynick.cpp | 2 +- modules/buffextras.cpp | 2 +- modules/chansaver.cpp | 2 +- modules/crypt.cpp | 2 +- modules/email.cpp | 2 +- modules/extra/antiidle.cpp | 2 +- modules/extra/autovoice.cpp | 2 +- modules/extra/binds.tcl | 2 +- modules/extra/blockuser.cpp | 2 +- modules/extra/ctcpflood.cpp | 2 +- modules/extra/discon_kick.cpp | 2 +- modules/extra/fakeonline.cpp | 2 +- modules/extra/lastseen.cpp | 2 +- modules/extra/listsockets.cpp | 2 +- modules/extra/log.cpp | 2 +- modules/extra/modtcl.cpp | 2 +- modules/extra/modtcl.tcl | 2 +- modules/extra/motdfile.cpp | 2 +- modules/extra/notify_connect.cpp | 2 +- modules/extra/saslauth.cpp | 2 +- modules/extra/send_raw.cpp | 2 +- modules/fail2ban.cpp | 2 +- modules/fixfreenode.cpp | 2 +- modules/imapauth.cpp | 2 +- modules/keepnick.cpp | 2 +- modules/kickrejoin.cpp | 2 +- modules/modperl.cpp | 2 +- modules/nickserv.cpp | 2 +- modules/partyline.cpp | 2 +- modules/perform.cpp | 2 +- modules/q.cpp | 2 +- modules/raw.cpp | 2 +- modules/route_replies.cpp | 2 +- modules/sample.cpp | 2 +- modules/savebuff.cpp | 2 +- modules/schat.cpp | 2 +- modules/shell.cpp | 2 +- modules/simple_away.cpp | 2 +- modules/stickychan.cpp | 2 +- modules/watch.cpp | 2 +- modules/webadmin.cpp | 2 +- znc.cpp | 2 +- znc.h | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/Buffer.cpp b/Buffer.cpp index a3ffbf84..763694b1 100644 --- a/Buffer.cpp +++ b/Buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Buffer.h b/Buffer.h index be93c3f8..f297133d 100644 --- a/Buffer.h +++ b/Buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Chan.cpp b/Chan.cpp index 2e8f0c85..ba89e0dd 100644 --- a/Chan.cpp +++ b/Chan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Chan.h b/Chan.h index ae324ec0..557a0fef 100644 --- a/Chan.h +++ b/Chan.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Client.cpp b/Client.cpp index e901a2f8..ccc206ce 100644 --- a/Client.cpp +++ b/Client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Client.h b/Client.h index 9e71e3ba..d1c2d5d9 100644 --- a/Client.h +++ b/Client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/ClientCommand.cpp b/ClientCommand.cpp index 88d701f5..db016d84 100644 --- a/ClientCommand.cpp +++ b/ClientCommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/DCCBounce.cpp b/DCCBounce.cpp index 3eb93a01..2a8c1e8d 100644 --- a/DCCBounce.cpp +++ b/DCCBounce.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/DCCBounce.h b/DCCBounce.h index 4d522a14..4c94b4e9 100644 --- a/DCCBounce.h +++ b/DCCBounce.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/DCCSock.cpp b/DCCSock.cpp index 0090c51a..668ca4c7 100644 --- a/DCCSock.cpp +++ b/DCCSock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/DCCSock.h b/DCCSock.h index 0d7ea3f5..c216ac2f 100644 --- a/DCCSock.h +++ b/DCCSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/FileUtils.cpp b/FileUtils.cpp index 395f7dde..a70dec92 100644 --- a/FileUtils.cpp +++ b/FileUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/FileUtils.h b/FileUtils.h index 36c1ff07..0bca83bb 100644 --- a/FileUtils.h +++ b/FileUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/HTTPSock.cpp b/HTTPSock.cpp index 32bc3981..83a75277 100644 --- a/HTTPSock.cpp +++ b/HTTPSock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/HTTPSock.h b/HTTPSock.h index d89a9814..1b6fee48 100644 --- a/HTTPSock.h +++ b/HTTPSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/IRCSock.cpp b/IRCSock.cpp index c41c5e48..30a257fa 100644 --- a/IRCSock.cpp +++ b/IRCSock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/IRCSock.h b/IRCSock.h index 7f881b37..eaa97c69 100644 --- a/IRCSock.h +++ b/IRCSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Modules.cpp b/Modules.cpp index 202fdad9..e7c7d67a 100644 --- a/Modules.cpp +++ b/Modules.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Modules.h b/Modules.h index e32212a1..5a881943 100644 --- a/Modules.h +++ b/Modules.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Nick.cpp b/Nick.cpp index 43c82468..347823dd 100644 --- a/Nick.cpp +++ b/Nick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Nick.h b/Nick.h index 374ae365..bfdf4414 100644 --- a/Nick.h +++ b/Nick.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Server.cpp b/Server.cpp index e780ea05..03e90022 100644 --- a/Server.cpp +++ b/Server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Server.h b/Server.h index 775f8be0..0fc4c96c 100644 --- a/Server.h +++ b/Server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Socket.cpp b/Socket.cpp index 471f9009..3871763b 100644 --- a/Socket.cpp +++ b/Socket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Socket.h b/Socket.h index 89015a79..6cf8f72d 100644 --- a/Socket.h +++ b/Socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Template.cpp b/Template.cpp index cc92b2bb..7bb81950 100644 --- a/Template.cpp +++ b/Template.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Template.h b/Template.h index a0b68dcb..19ae3a48 100644 --- a/Template.h +++ b/Template.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Timers.h b/Timers.h index facddbda..2f2ecaa3 100644 --- a/Timers.h +++ b/Timers.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/User.cpp b/User.cpp index f7e3a5b7..b451bd55 100644 --- a/User.cpp +++ b/User.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/User.h b/User.h index 39caa156..aeb6d0b8 100644 --- a/User.h +++ b/User.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Utils.cpp b/Utils.cpp index 0dd9c821..3273ec90 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/Utils.h b/Utils.h index 4b1ce0e7..17660be3 100644 --- a/Utils.h +++ b/Utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/ZNCString.cpp b/ZNCString.cpp index 2c53ba8b..06231f0a 100644 --- a/ZNCString.cpp +++ b/ZNCString.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/ZNCString.h b/ZNCString.h index cedf289b..964e58e0 100644 --- a/ZNCString.h +++ b/ZNCString.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/defines.h b/defines.h index 5f072e02..fc00bbf1 100644 --- a/defines.h +++ b/defines.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/main.cpp b/main.cpp index 227837ff..8055e997 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/main.h b/main.h index c2e60358..633b910a 100644 --- a/main.h +++ b/main.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/admin.cpp b/modules/admin.cpp index 1644c63f..9a6f275d 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * Copyright (C) 2008 by Stefan Rado * based on admin.cpp by Sebastian Ramacher * based on admin.cpp in crox branch diff --git a/modules/adminlog.cpp b/modules/adminlog.cpp index 9a843abe..01ecd631 100644 --- a/modules/adminlog.cpp +++ b/modules/adminlog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/autoattach.cpp b/modules/autoattach.cpp index f2dec4b4..87af9a78 100644 --- a/modules/autoattach.cpp +++ b/modules/autoattach.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/autocycle.cpp b/modules/autocycle.cpp index 687bdd76..882c4b2b 100644 --- a/modules/autocycle.cpp +++ b/modules/autocycle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/autoop.cpp b/modules/autoop.cpp index 730dfadf..e5c2e7ad 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/autoreply.cpp b/modules/autoreply.cpp index 01ec340e..86ba09c7 100644 --- a/modules/autoreply.cpp +++ b/modules/autoreply.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * Copyright (C) 2008 Michael "Svedrin" Ziegler diese-addy@funzt-halt.net * * This program is free software; you can redistribute it and/or modify it diff --git a/modules/away.cpp b/modules/away.cpp index be157e0b..c10b7c5c 100644 --- a/modules/away.cpp +++ b/modules/away.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/awaynick.cpp b/modules/awaynick.cpp index 4f0c8c8a..00f30542 100644 --- a/modules/awaynick.cpp +++ b/modules/awaynick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/buffextras.cpp b/modules/buffextras.cpp index daa3236f..7aa8ef8a 100644 --- a/modules/buffextras.cpp +++ b/modules/buffextras.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/chansaver.cpp b/modules/chansaver.cpp index 8aeb5be8..f7e7fb44 100644 --- a/modules/chansaver.cpp +++ b/modules/chansaver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/crypt.cpp b/modules/crypt.cpp index 04aa4379..986bf8d3 100644 --- a/modules/crypt.cpp +++ b/modules/crypt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/email.cpp b/modules/email.cpp index d4e7da8d..91ead482 100644 --- a/modules/email.cpp +++ b/modules/email.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/antiidle.cpp b/modules/extra/antiidle.cpp index dde19569..4b544060 100644 --- a/modules/extra/antiidle.cpp +++ b/modules/extra/antiidle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/autovoice.cpp b/modules/extra/autovoice.cpp index 7f37cf2b..69c4f7f2 100644 --- a/modules/extra/autovoice.cpp +++ b/modules/extra/autovoice.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/binds.tcl b/modules/extra/binds.tcl index c5b00456..2de06565 100644 --- a/modules/extra/binds.tcl +++ b/modules/extra/binds.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2009 See the AUTHORS file for details. +# Copyright (C) 2004-2010 See the AUTHORS file for details. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/blockuser.cpp b/modules/extra/blockuser.cpp index e923f293..a384b76a 100644 --- a/modules/extra/blockuser.cpp +++ b/modules/extra/blockuser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/ctcpflood.cpp b/modules/extra/ctcpflood.cpp index 7f756f12..1a40e4b5 100644 --- a/modules/extra/ctcpflood.cpp +++ b/modules/extra/ctcpflood.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/discon_kick.cpp b/modules/extra/discon_kick.cpp index f31aa9e5..90d99016 100644 --- a/modules/extra/discon_kick.cpp +++ b/modules/extra/discon_kick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/fakeonline.cpp b/modules/extra/fakeonline.cpp index ef3ff586..f4733b3d 100644 --- a/modules/extra/fakeonline.cpp +++ b/modules/extra/fakeonline.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 See the AUTHORS file for details. + * Copyright (C) 2008-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/lastseen.cpp b/modules/extra/lastseen.cpp index 6cbbcac8..e3435723 100644 --- a/modules/extra/lastseen.cpp +++ b/modules/extra/lastseen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/listsockets.cpp b/modules/extra/listsockets.cpp index 2c463d9a..f0f88180 100644 --- a/modules/extra/listsockets.cpp +++ b/modules/extra/listsockets.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/log.cpp b/modules/extra/log.cpp index a05f1fe3..f807dfc3 100644 --- a/modules/extra/log.cpp +++ b/modules/extra/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 See the AUTHORS file for details. + * Copyright (C) 2008-2010 See the AUTHORS file for details. * Copyright (C) 2006-2007, CNU (http://cnu.dieplz.net/znc) * * This program is free software; you can redistribute it and/or modify it diff --git a/modules/extra/modtcl.cpp b/modules/extra/modtcl.cpp index f71014b9..77d09cc9 100644 --- a/modules/extra/modtcl.cpp +++ b/modules/extra/modtcl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/modtcl.tcl b/modules/extra/modtcl.tcl index da037dd5..cc614645 100644 --- a/modules/extra/modtcl.tcl +++ b/modules/extra/modtcl.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2009 See the AUTHORS file for details. +# Copyright (C) 2004-2010 See the AUTHORS file for details. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/motdfile.cpp b/modules/extra/motdfile.cpp index 64e3e463..a60769fb 100644 --- a/modules/extra/motdfile.cpp +++ b/modules/extra/motdfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/notify_connect.cpp b/modules/extra/notify_connect.cpp index c392c299..44f7dfd7 100644 --- a/modules/extra/notify_connect.cpp +++ b/modules/extra/notify_connect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/saslauth.cpp b/modules/extra/saslauth.cpp index c0e53dd1..9377ad3d 100644 --- a/modules/extra/saslauth.cpp +++ b/modules/extra/saslauth.cpp @@ -1,6 +1,6 @@ /** * Copyright (C) 2008 Heiko Hund - * Copyright (C) 2008-2009 See the AUTHORS file for details. + * Copyright (C) 2008-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/extra/send_raw.cpp b/modules/extra/send_raw.cpp index 8244dd60..c5deaac6 100644 --- a/modules/extra/send_raw.cpp +++ b/modules/extra/send_raw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/fail2ban.cpp b/modules/fail2ban.cpp index 1ea04252..c5be7316 100644 --- a/modules/fail2ban.cpp +++ b/modules/fail2ban.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/fixfreenode.cpp b/modules/fixfreenode.cpp index b6e37a8d..2b28b399 100644 --- a/modules/fixfreenode.cpp +++ b/modules/fixfreenode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/imapauth.cpp b/modules/imapauth.cpp index b0caba95..6184ffaa 100644 --- a/modules/imapauth.cpp +++ b/modules/imapauth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/keepnick.cpp b/modules/keepnick.cpp index 855a3474..047cb4cd 100644 --- a/modules/keepnick.cpp +++ b/modules/keepnick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/kickrejoin.cpp b/modules/kickrejoin.cpp index 596d5e02..8117cd20 100644 --- a/modules/kickrejoin.cpp +++ b/modules/kickrejoin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/modperl.cpp b/modules/modperl.cpp index 7cb262c1..dcec07e0 100644 --- a/modules/modperl.cpp +++ b/modules/modperl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/nickserv.cpp b/modules/nickserv.cpp index 1a1b16f0..e8c69eb1 100644 --- a/modules/nickserv.cpp +++ b/modules/nickserv.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/partyline.cpp b/modules/partyline.cpp index 64297556..62bd7a07 100644 --- a/modules/partyline.cpp +++ b/modules/partyline.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/perform.cpp b/modules/perform.cpp index 351c72f2..e3f312b0 100644 --- a/modules/perform.cpp +++ b/modules/perform.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/q.cpp b/modules/q.cpp index 6fc17ace..b9cf14e2 100755 --- a/modules/q.cpp +++ b/modules/q.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 See the AUTHORS file for details. + * Copyright (C) 2008-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/raw.cpp b/modules/raw.cpp index 2c3462b4..ef7e7c17 100644 --- a/modules/raw.cpp +++ b/modules/raw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index c979c7b0..8c38b091 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/sample.cpp b/modules/sample.cpp index de835c84..78ac27d5 100644 --- a/modules/sample.cpp +++ b/modules/sample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/savebuff.cpp b/modules/savebuff.cpp index 21443265..124bc05a 100644 --- a/modules/savebuff.cpp +++ b/modules/savebuff.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/schat.cpp b/modules/schat.cpp index 170495ed..78d7003e 100644 --- a/modules/schat.cpp +++ b/modules/schat.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/shell.cpp b/modules/shell.cpp index 14e709f9..017d91af 100644 --- a/modules/shell.cpp +++ b/modules/shell.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/simple_away.cpp b/modules/simple_away.cpp index f946cf96..71030a10 100644 --- a/modules/simple_away.cpp +++ b/modules/simple_away.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/stickychan.cpp b/modules/stickychan.cpp index b079daa4..a5558ebd 100644 --- a/modules/stickychan.cpp +++ b/modules/stickychan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/watch.cpp b/modules/watch.cpp index 1116286f..35505564 100644 --- a/modules/watch.cpp +++ b/modules/watch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index 2bd1f4ca..d56dd961 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/znc.cpp b/znc.cpp index a5fe3ec8..6521be35 100644 --- a/znc.cpp +++ b/znc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published diff --git a/znc.h b/znc.h index 76ac7e2f..d8675d24 100644 --- a/znc.h +++ b/znc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 See the AUTHORS file for details. + * Copyright (C) 2004-2010 See the AUTHORS file for details. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published