From 3189ce7f8a997337e004e9ccfe162067148e7ea5 Mon Sep 17 00:00:00 2001 From: Phansa Date: Sun, 12 Mar 2017 18:56:25 -0400 Subject: [PATCH] Welcome to 2017 Welcome to 2017 temp temp2 --- include/znc/Buffer.h | 2 +- include/znc/CMakeLists.txt | 2 +- include/znc/Chan.h | 2 +- include/znc/Client.h | 2 +- include/znc/Config.h | 2 +- include/znc/ExecSock.h | 2 +- include/znc/FileUtils.h | 2 +- include/znc/HTTPSock.h | 2 +- include/znc/IRCNetwork.h | 2 +- include/znc/IRCSock.h | 2 +- include/znc/Listener.h | 2 +- include/znc/Message.h | 2 +- include/znc/Modules.h | 2 +- include/znc/Nick.h | 2 +- include/znc/Query.h | 2 +- include/znc/SSLVerifyHost.h | 2 +- include/znc/Server.h | 2 +- include/znc/Socket.h | 2 +- include/znc/Template.h | 2 +- include/znc/Threads.h | 2 +- include/znc/Translation.h | 2 +- include/znc/User.h | 2 +- include/znc/Utils.h | 2 +- include/znc/WebModules.h | 2 +- include/znc/ZNCDebug.h | 2 +- include/znc/ZNCString.h | 2 +- include/znc/defines.h | 2 +- include/znc/main.h | 2 +- include/znc/znc.h | 2 +- include/znc/zncconfig.h.cmake.in | 2 +- modules/CMakeLists.txt | 2 +- modules/adminlog.cpp | 2 +- modules/alias.cpp | 2 +- modules/autoattach.cpp | 2 +- modules/autocycle.cpp | 2 +- modules/autoop.cpp | 2 +- modules/autoreply.cpp | 2 +- modules/autovoice.cpp | 2 +- modules/awaynick.cpp | 2 +- modules/awaystore.cpp | 2 +- modules/block_motd.cpp | 2 +- modules/clearbufferonmsg.cpp | 2 +- modules/clientnotify.cpp | 2 +- modules/controlpanel.cpp | 2 +- modules/crypt.cpp | 2 +- modules/ctcpflood.cpp | 2 +- modules/cyrusauth.cpp | 2 +- modules/dcc.cpp | 2 +- modules/fail2ban.cpp | 2 +- modules/flooddetach.cpp | 2 +- modules/identfile.cpp | 2 +- modules/imapauth.cpp | 2 +- modules/keepnick.cpp | 2 +- modules/kickrejoin.cpp | 2 +- modules/lastseen.cpp | 2 +- modules/listsockets.cpp | 2 +- modules/log.cpp | 2 +- modules/modperl/CMakeLists.txt | 2 +- modules/modperl/codegen.pl | 2 +- modules/modperl/modperl.i | 2 +- modules/modperl/module.h | 2 +- modules/modperl/pstring.h | 2 +- modules/modperl/startup.pl | 2 +- modules/modpython/CMakeLists.txt | 2 +- modules/modpython/codegen.pl | 2 +- modules/modpython/modpython.i | 2 +- modules/modpython/module.h | 2 +- modules/modpython/ret.h | 2 +- modules/modpython/znc.py | 2 +- modules/modtcl/CMakeLists.txt | 2 +- modules/modtcl/binds.tcl | 2 +- modules/modtcl/modtcl.tcl | 2 +- modules/pyeval.py | 2 +- modules/q.cpp | 2 +- modules/raw.cpp | 2 +- modules/route_replies.cpp | 2 +- modules/sample.cpp | 2 +- modules/samplewebapi.cpp | 2 +- modules/sasl.cpp | 2 +- modules/savebuff.cpp | 2 +- modules/schat.cpp | 2 +- modules/send_raw.cpp | 2 +- modules/shell.cpp | 2 +- modules/simple_away.cpp | 2 +- modules/stickychan.cpp | 2 +- modules/stripcontrols.cpp | 2 +- modules/watch.cpp | 2 +- modules/webadmin.cpp | 2 +- src/Buffer.cpp | 2 +- src/CMakeLists.txt | 2 +- src/Chan.cpp | 2 +- src/Client.cpp | 2 +- src/ClientCommand.cpp | 2 +- src/Config.cpp | 2 +- src/FileUtils.cpp | 2 +- src/HTTPSock.cpp | 2 +- src/IRCNetwork.cpp | 2 +- src/IRCSock.cpp | 2 +- src/Listener.cpp | 2 +- src/Message.cpp | 2 +- src/Modules.cpp | 2 +- src/Nick.cpp | 2 +- src/Query.cpp | 2 +- src/SSLVerifyHost.cpp | 2 +- src/Server.cpp | 2 +- src/Socket.cpp | 2 +- src/Template.cpp | 2 +- src/Threads.cpp | 2 +- src/Translation.cpp | 2 +- src/User.cpp | 2 +- src/Utils.cpp | 2 +- src/WebModules.cpp | 2 +- src/ZNCDebug.cpp | 2 +- src/ZNCString.cpp | 2 +- src/main.cpp | 2 +- src/version.cpp.in | 2 +- src/znc.cpp | 2 +- test/BufferTest.cpp | 2 +- test/CMakeLists.txt | 2 +- test/ClientTest.cpp | 2 +- test/ConfigTest.cpp | 2 +- test/IRCSockTest.cpp | 2 +- test/IRCTest.h | 2 +- test/MessageTest.cpp | 2 +- test/ModulesTest.cpp | 2 +- test/NetworkTest.cpp | 2 +- test/NickTest.cpp | 2 +- test/QueryTest.cpp | 2 +- test/StringTest.cpp | 2 +- test/ThreadTest.cpp | 2 +- test/UserTest.cpp | 2 +- test/UtilsTest.cpp | 2 +- 132 files changed, 132 insertions(+), 132 deletions(-) diff --git a/include/znc/Buffer.h b/include/znc/Buffer.h index a634638d..a707270f 100644 --- a/include/znc/Buffer.h +++ b/include/znc/Buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/CMakeLists.txt b/include/znc/CMakeLists.txt index afa3a0a1..05894ef3 100644 --- a/include/znc/CMakeLists.txt +++ b/include/znc/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/include/znc/Chan.h b/include/znc/Chan.h index 9c02acb3..35963ef8 100644 --- a/include/znc/Chan.h +++ b/include/znc/Chan.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Client.h b/include/znc/Client.h index 597b8898..eef95d91 100644 --- a/include/znc/Client.h +++ b/include/znc/Client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Config.h b/include/znc/Config.h index b3d58d0c..bfa681f3 100644 --- a/include/znc/Config.h +++ b/include/znc/Config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/ExecSock.h b/include/znc/ExecSock.h index 3a06b81a..f8cbc72c 100644 --- a/include/znc/ExecSock.h +++ b/include/znc/ExecSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/FileUtils.h b/include/znc/FileUtils.h index 145658ee..013c006d 100644 --- a/include/znc/FileUtils.h +++ b/include/znc/FileUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/HTTPSock.h b/include/znc/HTTPSock.h index 195b8b6a..2a097edc 100644 --- a/include/znc/HTTPSock.h +++ b/include/znc/HTTPSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/IRCNetwork.h b/include/znc/IRCNetwork.h index 99a1f124..6057c1bb 100644 --- a/include/znc/IRCNetwork.h +++ b/include/znc/IRCNetwork.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/IRCSock.h b/include/znc/IRCSock.h index 12ead2a9..470551ad 100644 --- a/include/znc/IRCSock.h +++ b/include/znc/IRCSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Listener.h b/include/znc/Listener.h index 4807b749..e8d8111a 100644 --- a/include/znc/Listener.h +++ b/include/znc/Listener.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Message.h b/include/znc/Message.h index 2352f84b..5c39cfe3 100644 --- a/include/znc/Message.h +++ b/include/znc/Message.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Modules.h b/include/znc/Modules.h index 9dc5bc85..2a214744 100644 --- a/include/znc/Modules.h +++ b/include/znc/Modules.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Nick.h b/include/znc/Nick.h index 2704849b..3716e1e3 100644 --- a/include/znc/Nick.h +++ b/include/znc/Nick.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Query.h b/include/znc/Query.h index 9abda24a..a1a22bb4 100644 --- a/include/znc/Query.h +++ b/include/znc/Query.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/SSLVerifyHost.h b/include/znc/SSLVerifyHost.h index d6da0cb5..1fbb9403 100644 --- a/include/znc/SSLVerifyHost.h +++ b/include/znc/SSLVerifyHost.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Server.h b/include/znc/Server.h index ec9e1e00..43dceaff 100644 --- a/include/znc/Server.h +++ b/include/znc/Server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Socket.h b/include/znc/Socket.h index 67808398..dda2435f 100644 --- a/include/znc/Socket.h +++ b/include/znc/Socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Template.h b/include/znc/Template.h index 174eb167..16837eb9 100644 --- a/include/znc/Template.h +++ b/include/znc/Template.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Threads.h b/include/znc/Threads.h index 9cced988..8f741c56 100644 --- a/include/znc/Threads.h +++ b/include/znc/Threads.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Translation.h b/include/znc/Translation.h index 03cda252..0ea4864c 100644 --- a/include/znc/Translation.h +++ b/include/znc/Translation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/User.h b/include/znc/User.h index 7673d960..d9bcca6e 100644 --- a/include/znc/User.h +++ b/include/znc/User.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/Utils.h b/include/znc/Utils.h index 765be427..5cc74d84 100644 --- a/include/znc/Utils.h +++ b/include/znc/Utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/WebModules.h b/include/znc/WebModules.h index 0fe96752..2b2b7e69 100644 --- a/include/znc/WebModules.h +++ b/include/znc/WebModules.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/ZNCDebug.h b/include/znc/ZNCDebug.h index 83f77454..8a82027b 100644 --- a/include/znc/ZNCDebug.h +++ b/include/znc/ZNCDebug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/ZNCString.h b/include/znc/ZNCString.h index 30695fe3..af2bd5c4 100644 --- a/include/znc/ZNCString.h +++ b/include/znc/ZNCString.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/defines.h b/include/znc/defines.h index 3cd13c87..184b54dc 100644 --- a/include/znc/defines.h +++ b/include/znc/defines.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/main.h b/include/znc/main.h index f72723a9..f3944ddf 100644 --- a/include/znc/main.h +++ b/include/znc/main.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/znc.h b/include/znc/znc.h index ff31291d..80720d3d 100644 --- a/include/znc/znc.h +++ b/include/znc/znc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/znc/zncconfig.h.cmake.in b/include/znc/zncconfig.h.cmake.in index 2fef4db1..f31f7129 100644 --- a/include/znc/zncconfig.h.cmake.in +++ b/include/znc/zncconfig.h.cmake.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 8b171729..ef7a860e 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/adminlog.cpp b/modules/adminlog.cpp index f5b17836..20f1641a 100644 --- a/modules/adminlog.cpp +++ b/modules/adminlog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/alias.cpp b/modules/alias.cpp index 85b69de5..7be7f08a 100644 --- a/modules/alias.cpp +++ b/modules/alias.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2013 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/autoattach.cpp b/modules/autoattach.cpp index 91c94819..c7799c66 100644 --- a/modules/autoattach.cpp +++ b/modules/autoattach.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/autocycle.cpp b/modules/autocycle.cpp index ec2b310c..1cfd7e3e 100644 --- a/modules/autocycle.cpp +++ b/modules/autocycle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/autoop.cpp b/modules/autoop.cpp index 3485470b..f2b7e575 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/autoreply.cpp b/modules/autoreply.cpp index 699f3fcf..ff50a1fd 100644 --- a/modules/autoreply.cpp +++ b/modules/autoreply.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * Copyright (C) 2008 Michael "Svedrin" Ziegler diese-addy@funzt-halt.net * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/modules/autovoice.cpp b/modules/autovoice.cpp index d08d4f1b..56d56188 100644 --- a/modules/autovoice.cpp +++ b/modules/autovoice.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/awaynick.cpp b/modules/awaynick.cpp index dc7e051e..5b895b9a 100644 --- a/modules/awaynick.cpp +++ b/modules/awaynick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/awaystore.cpp b/modules/awaystore.cpp index 2dfedb2d..dc128551 100644 --- a/modules/awaystore.cpp +++ b/modules/awaystore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * Author: imaginos * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/modules/block_motd.cpp b/modules/block_motd.cpp index 965904b8..bbefce42 100644 --- a/modules/block_motd.cpp +++ b/modules/block_motd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/clearbufferonmsg.cpp b/modules/clearbufferonmsg.cpp index 667b18b9..7cc66426 100644 --- a/modules/clearbufferonmsg.cpp +++ b/modules/clearbufferonmsg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/clientnotify.cpp b/modules/clientnotify.cpp index 30a44f7a..7dacc553 100644 --- a/modules/clientnotify.cpp +++ b/modules/clientnotify.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/controlpanel.cpp b/modules/controlpanel.cpp index 832cc762..511ac2de 100644 --- a/modules/controlpanel.cpp +++ b/modules/controlpanel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE 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/crypt.cpp b/modules/crypt.cpp index 5145b878..fee4b4d4 100644 --- a/modules/crypt.cpp +++ b/modules/crypt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/ctcpflood.cpp b/modules/ctcpflood.cpp index 55660e11..fecb9e7a 100644 --- a/modules/ctcpflood.cpp +++ b/modules/ctcpflood.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/cyrusauth.cpp b/modules/cyrusauth.cpp index bebd9380..636835bf 100644 --- a/modules/cyrusauth.cpp +++ b/modules/cyrusauth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * Copyright (C) 2008 Heiko Hund * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/modules/dcc.cpp b/modules/dcc.cpp index c0867478..82170e18 100644 --- a/modules/dcc.cpp +++ b/modules/dcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/fail2ban.cpp b/modules/fail2ban.cpp index fc746932..8900e1eb 100644 --- a/modules/fail2ban.cpp +++ b/modules/fail2ban.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/flooddetach.cpp b/modules/flooddetach.cpp index 6cd10d05..be770075 100644 --- a/modules/flooddetach.cpp +++ b/modules/flooddetach.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/identfile.cpp b/modules/identfile.cpp index 91095e3e..d73dcff8 100644 --- a/modules/identfile.cpp +++ b/modules/identfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/imapauth.cpp b/modules/imapauth.cpp index a13500f9..82c1a83e 100644 --- a/modules/imapauth.cpp +++ b/modules/imapauth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/keepnick.cpp b/modules/keepnick.cpp index 9eb7769f..7f0891a0 100644 --- a/modules/keepnick.cpp +++ b/modules/keepnick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/kickrejoin.cpp b/modules/kickrejoin.cpp index 1329b266..eb17e943 100644 --- a/modules/kickrejoin.cpp +++ b/modules/kickrejoin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * This was originally written by cycomate. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/modules/lastseen.cpp b/modules/lastseen.cpp index d7d37f54..88a9d880 100644 --- a/modules/lastseen.cpp +++ b/modules/lastseen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/listsockets.cpp b/modules/listsockets.cpp index c5cb9fa1..3cba6e03 100644 --- a/modules/listsockets.cpp +++ b/modules/listsockets.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/log.cpp b/modules/log.cpp index c158468d..013cc9bc 100644 --- a/modules/log.cpp +++ b/modules/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * Copyright (C) 2006-2007, CNU *(http://cnu.dieplz.net/znc) * diff --git a/modules/modperl/CMakeLists.txt b/modules/modperl/CMakeLists.txt index 650b0da9..5e4fc59b 100644 --- a/modules/modperl/CMakeLists.txt +++ b/modules/modperl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/modperl/codegen.pl b/modules/modperl/codegen.pl index c47d0931..4a9caeae 100755 --- a/modules/modperl/codegen.pl +++ b/modules/modperl/codegen.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/modperl/modperl.i b/modules/modperl/modperl.i index f23aa18f..c7d494bc 100644 --- a/modules/modperl/modperl.i +++ b/modules/modperl/modperl.i @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/modperl/module.h b/modules/modperl/module.h index ae16b59a..f64102e9 100644 --- a/modules/modperl/module.h +++ b/modules/modperl/module.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/modperl/pstring.h b/modules/modperl/pstring.h index 91b100e4..5897d8ae 100644 --- a/modules/modperl/pstring.h +++ b/modules/modperl/pstring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/modperl/startup.pl b/modules/modperl/startup.pl index 9ce74652..3b432740 100644 --- a/modules/modperl/startup.pl +++ b/modules/modperl/startup.pl @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/modpython/CMakeLists.txt b/modules/modpython/CMakeLists.txt index 261897e9..6af81382 100644 --- a/modules/modpython/CMakeLists.txt +++ b/modules/modpython/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/modpython/codegen.pl b/modules/modpython/codegen.pl index 3b284643..898a63a8 100755 --- a/modules/modpython/codegen.pl +++ b/modules/modpython/codegen.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/modpython/modpython.i b/modules/modpython/modpython.i index b7054c3d..d98c4620 100644 --- a/modules/modpython/modpython.i +++ b/modules/modpython/modpython.i @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/modpython/module.h b/modules/modpython/module.h index 1343b45d..152aaec3 100644 --- a/modules/modpython/module.h +++ b/modules/modpython/module.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/modpython/ret.h b/modules/modpython/ret.h index bbedca1d..ad9518aa 100644 --- a/modules/modpython/ret.h +++ b/modules/modpython/ret.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/modpython/znc.py b/modules/modpython/znc.py index aa33e345..42ad79eb 100644 --- a/modules/modpython/znc.py +++ b/modules/modpython/znc.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/modtcl/CMakeLists.txt b/modules/modtcl/CMakeLists.txt index b86459d7..f02379ee 100644 --- a/modules/modtcl/CMakeLists.txt +++ b/modules/modtcl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/modtcl/binds.tcl b/modules/modtcl/binds.tcl index 723a0676..58d28987 100644 --- a/modules/modtcl/binds.tcl +++ b/modules/modtcl/binds.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/modtcl/modtcl.tcl b/modules/modtcl/modtcl.tcl index c21b905b..ce4a165f 100644 --- a/modules/modtcl/modtcl.tcl +++ b/modules/modtcl/modtcl.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/pyeval.py b/modules/pyeval.py index eb3f0862..9dec93a8 100644 --- a/modules/pyeval.py +++ b/modules/pyeval.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/q.cpp b/modules/q.cpp index 7520e1bf..3c7933ab 100644 --- a/modules/q.cpp +++ b/modules/q.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/raw.cpp b/modules/raw.cpp index a0e22bee..f0b49de3 100644 --- a/modules/raw.cpp +++ b/modules/raw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index 7f899e5b..8d7f6f05 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/sample.cpp b/modules/sample.cpp index e1ac7a7b..c4e69853 100644 --- a/modules/sample.cpp +++ b/modules/sample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/samplewebapi.cpp b/modules/samplewebapi.cpp index a3564105..058f1d80 100644 --- a/modules/samplewebapi.cpp +++ b/modules/samplewebapi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/sasl.cpp b/modules/sasl.cpp index 5d2a78d1..119b4466 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/savebuff.cpp b/modules/savebuff.cpp index 5d9d1fa9..3ec64f1f 100644 --- a/modules/savebuff.cpp +++ b/modules/savebuff.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * Author: imaginos * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/modules/schat.cpp b/modules/schat.cpp index bc1e6215..0cd747d5 100644 --- a/modules/schat.cpp +++ b/modules/schat.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * Author: imaginos * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/modules/send_raw.cpp b/modules/send_raw.cpp index a1a4ae5b..7db33d0f 100644 --- a/modules/send_raw.cpp +++ b/modules/send_raw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/shell.cpp b/modules/shell.cpp index 32deef48..92bb920b 100644 --- a/modules/shell.cpp +++ b/modules/shell.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/simple_away.cpp b/modules/simple_away.cpp index 1c4eaf37..f4d9cb97 100644 --- a/modules/simple_away.cpp +++ b/modules/simple_away.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/stickychan.cpp b/modules/stickychan.cpp index 1ff3ebd9..29affb2d 100644 --- a/modules/stickychan.cpp +++ b/modules/stickychan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/stripcontrols.cpp b/modules/stripcontrols.cpp index 953b4871..c4153b56 100644 --- a/modules/stripcontrols.cpp +++ b/modules/stripcontrols.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/watch.cpp b/modules/watch.cpp index e37fbb48..3ed5c7f9 100644 --- a/modules/watch.cpp +++ b/modules/watch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index 078fa2a6..6ec5d04e 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index a438fd18..a95d5e0d 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 53b88ef1..4bae1304 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/Chan.cpp b/src/Chan.cpp index 8f7e910a..64db8870 100644 --- a/src/Chan.cpp +++ b/src/Chan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Client.cpp b/src/Client.cpp index 2339b017..318ec7b5 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index fc81abec..fa728d66 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Config.cpp b/src/Config.cpp index aee117cb..83a34504 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/FileUtils.cpp b/src/FileUtils.cpp index 18b5bfb5..fa45f8f9 100644 --- a/src/FileUtils.cpp +++ b/src/FileUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/HTTPSock.cpp b/src/HTTPSock.cpp index f6cf1818..a85d3517 100644 --- a/src/HTTPSock.cpp +++ b/src/HTTPSock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/IRCNetwork.cpp b/src/IRCNetwork.cpp index cf86543b..6e06d0ed 100644 --- a/src/IRCNetwork.cpp +++ b/src/IRCNetwork.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/IRCSock.cpp b/src/IRCSock.cpp index 166caa23..81726d89 100644 --- a/src/IRCSock.cpp +++ b/src/IRCSock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Listener.cpp b/src/Listener.cpp index dbcd0ed4..93633b7e 100644 --- a/src/Listener.cpp +++ b/src/Listener.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Message.cpp b/src/Message.cpp index 1eba534b..5be5e1ed 100644 --- a/src/Message.cpp +++ b/src/Message.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Modules.cpp b/src/Modules.cpp index cfec1139..99709b00 100644 --- a/src/Modules.cpp +++ b/src/Modules.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Nick.cpp b/src/Nick.cpp index 1c805b42..2c8a11e7 100644 --- a/src/Nick.cpp +++ b/src/Nick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Query.cpp b/src/Query.cpp index 0b67e288..b7f977d0 100644 --- a/src/Query.cpp +++ b/src/Query.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/SSLVerifyHost.cpp b/src/SSLVerifyHost.cpp index f3df4440..351b1261 100644 --- a/src/SSLVerifyHost.cpp +++ b/src/SSLVerifyHost.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Server.cpp b/src/Server.cpp index 59ea69bc..07dcbe97 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Socket.cpp b/src/Socket.cpp index 3a18f785..44da206c 100644 --- a/src/Socket.cpp +++ b/src/Socket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Template.cpp b/src/Template.cpp index 6d7fdec0..3eb4a772 100644 --- a/src/Template.cpp +++ b/src/Template.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Threads.cpp b/src/Threads.cpp index 5f8fc60e..41db2b8d 100644 --- a/src/Threads.cpp +++ b/src/Threads.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Translation.cpp b/src/Translation.cpp index dc097857..4574ff6d 100644 --- a/src/Translation.cpp +++ b/src/Translation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/User.cpp b/src/User.cpp index 06f1f37e..b8617541 100644 --- a/src/User.cpp +++ b/src/User.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/Utils.cpp b/src/Utils.cpp index 91a6732a..5ea7985b 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/WebModules.cpp b/src/WebModules.cpp index b7b8d9a9..97249387 100644 --- a/src/WebModules.cpp +++ b/src/WebModules.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ZNCDebug.cpp b/src/ZNCDebug.cpp index 08edd6bd..2b883eff 100644 --- a/src/ZNCDebug.cpp +++ b/src/ZNCDebug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ZNCString.cpp b/src/ZNCString.cpp index 18b60d78..4ac063b5 100644 --- a/src/ZNCString.cpp +++ b/src/ZNCString.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main.cpp b/src/main.cpp index 273f421e..cc1509ab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/version.cpp.in b/src/version.cpp.in index f2408787..11d7eb3d 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/znc.cpp b/src/znc.cpp index f2b57113..0f9ae3c5 100644 --- a/src/znc.cpp +++ b/src/znc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/BufferTest.cpp b/test/BufferTest.cpp index e3d230c6..c4134061 100644 --- a/test/BufferTest.cpp +++ b/test/BufferTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fefc6c6d..0b8f8811 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/ClientTest.cpp b/test/ClientTest.cpp index 655dd7c0..9a5e40b5 100644 --- a/test/ClientTest.cpp +++ b/test/ClientTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/ConfigTest.cpp b/test/ConfigTest.cpp index 30bc6059..b0e493da 100644 --- a/test/ConfigTest.cpp +++ b/test/ConfigTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/IRCSockTest.cpp b/test/IRCSockTest.cpp index 23016e1f..0029ec9f 100644 --- a/test/IRCSockTest.cpp +++ b/test/IRCSockTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/IRCTest.h b/test/IRCTest.h index 48bd0d93..5179e245 100644 --- a/test/IRCTest.h +++ b/test/IRCTest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/MessageTest.cpp b/test/MessageTest.cpp index b4142c2d..f460b7d9 100644 --- a/test/MessageTest.cpp +++ b/test/MessageTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/ModulesTest.cpp b/test/ModulesTest.cpp index 72898a82..fe0362af 100644 --- a/test/ModulesTest.cpp +++ b/test/ModulesTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/NetworkTest.cpp b/test/NetworkTest.cpp index 5ec8c1e2..1a5e9958 100644 --- a/test/NetworkTest.cpp +++ b/test/NetworkTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/NickTest.cpp b/test/NickTest.cpp index 1c0e2250..4cebc1a8 100644 --- a/test/NickTest.cpp +++ b/test/NickTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/QueryTest.cpp b/test/QueryTest.cpp index 97d94f8e..87dcc32a 100644 --- a/test/QueryTest.cpp +++ b/test/QueryTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/StringTest.cpp b/test/StringTest.cpp index e96ccdf5..a769db08 100644 --- a/test/StringTest.cpp +++ b/test/StringTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/ThreadTest.cpp b/test/ThreadTest.cpp index 4979938f..a38a7e40 100644 --- a/test/ThreadTest.cpp +++ b/test/ThreadTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/UserTest.cpp b/test/UserTest.cpp index e9ece70d..8a7bfda8 100644 --- a/test/UserTest.cpp +++ b/test/UserTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/UtilsTest.cpp b/test/UtilsTest.cpp index bdd1fde6..9560d5c0 100644 --- a/test/UtilsTest.cpp +++ b/test/UtilsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2016 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2017 ZNC, see the NOTICE file for details. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.