From 9081aa971ddf59ec138436c5eb87ca9240a88817 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Thu, 2 Jan 2020 00:36:05 +0100 Subject: [PATCH] Welcome to 2020 --- CMakeLists.txt | 2 +- cmake/FindPerlLibs.cmake | 2 +- cmake/TestCXX11.cmake | 2 +- cmake/copy_csocket.cmake | 2 +- cmake/cxx11check/CMakeLists.txt | 2 +- cmake/perl_check/CMakeLists.txt | 2 +- cmake/use_homebrew.cmake | 2 +- 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/version.h | 2 +- include/znc/znc.h | 2 +- include/znc/zncconfig.h.cmake.in | 2 +- modules/CMakeLists.txt | 2 +- modules/Makefile.in | 2 +- modules/admindebug.cpp | 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/bouncedcc.cpp | 2 +- modules/buffextras.cpp | 2 +- modules/cert.cpp | 2 +- modules/certauth.cpp | 2 +- modules/chansaver.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/disconkick.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/missingmotd.cpp | 2 +- modules/modperl.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.cpp | 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.cpp | 2 +- modules/modtcl/CMakeLists.txt | 2 +- modules/modtcl/binds.tcl | 2 +- modules/modtcl/modtcl.tcl | 2 +- modules/modules_online.cpp | 2 +- modules/nickserv.cpp | 2 +- modules/notes.cpp | 2 +- modules/notify_connect.cpp | 2 +- modules/perform.cpp | 2 +- modules/perleval.pm | 2 +- modules/po/CMakeLists.txt | 2 +- modules/pyeval.py | 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 +- zz_msg/CMakeLists.txt | 2 +- 159 files changed, 159 insertions(+), 159 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 551c11b7..1fbeaddb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/cmake/FindPerlLibs.cmake b/cmake/FindPerlLibs.cmake index 9bb6b079..d999983b 100644 --- a/cmake/FindPerlLibs.cmake +++ b/cmake/FindPerlLibs.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/cmake/TestCXX11.cmake b/cmake/TestCXX11.cmake index 4935363f..986d8008 100644 --- a/cmake/TestCXX11.cmake +++ b/cmake/TestCXX11.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/cmake/copy_csocket.cmake b/cmake/copy_csocket.cmake index 70f6bbf7..a84a38b3 100644 --- a/cmake/copy_csocket.cmake +++ b/cmake/copy_csocket.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/cmake/cxx11check/CMakeLists.txt b/cmake/cxx11check/CMakeLists.txt index 0df64c3c..e5936fe6 100644 --- a/cmake/cxx11check/CMakeLists.txt +++ b/cmake/cxx11check/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/cmake/perl_check/CMakeLists.txt b/cmake/perl_check/CMakeLists.txt index cb3c98dd..5ecc7057 100644 --- a/cmake/perl_check/CMakeLists.txt +++ b/cmake/perl_check/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/cmake/use_homebrew.cmake b/cmake/use_homebrew.cmake index bb59317b..b1cdf8fe 100644 --- a/cmake/use_homebrew.cmake +++ b/cmake/use_homebrew.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/Buffer.h b/include/znc/Buffer.h index 33967c38..3103123c 100644 --- a/include/znc/Buffer.h +++ b/include/znc/Buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 24fee548..782e6cb3 100644 --- a/include/znc/CMakeLists.txt +++ b/include/znc/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 1a4ebaf3..38e0c030 100644 --- a/include/znc/Chan.h +++ b/include/znc/Chan.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 2966f549..f7e8568e 100644 --- a/include/znc/Client.h +++ b/include/znc/Client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 d049550f..dc18ad1b 100644 --- a/include/znc/Config.h +++ b/include/znc/Config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 b1ff1c76..19539472 100644 --- a/include/znc/ExecSock.h +++ b/include/znc/ExecSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 99a30cf0..546bba96 100644 --- a/include/znc/FileUtils.h +++ b/include/znc/FileUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 98eed21c..d410d6ad 100644 --- a/include/znc/HTTPSock.h +++ b/include/znc/HTTPSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 88c4da6e..a9c3deee 100644 --- a/include/znc/IRCNetwork.h +++ b/include/znc/IRCNetwork.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 75d087f9..93ef506c 100644 --- a/include/znc/IRCSock.h +++ b/include/znc/IRCSock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 adecc0ec..ebdb8f0e 100644 --- a/include/znc/Listener.h +++ b/include/znc/Listener.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 12505bad..29eb1fa8 100644 --- a/include/znc/Message.h +++ b/include/znc/Message.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 e989f666..77d37746 100644 --- a/include/znc/Modules.h +++ b/include/znc/Modules.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 d9f5b3e2..c10a47c0 100644 --- a/include/znc/Nick.h +++ b/include/znc/Nick.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 7d344d58..48210783 100644 --- a/include/znc/Query.h +++ b/include/znc/Query.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 7ccc65b0..3872e120 100644 --- a/include/znc/SSLVerifyHost.h +++ b/include/znc/SSLVerifyHost.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 8d349e63..f54e05bf 100644 --- a/include/znc/Server.h +++ b/include/znc/Server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 359a7023..09381761 100644 --- a/include/znc/Socket.h +++ b/include/znc/Socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 df7b6b2a..c135913e 100644 --- a/include/znc/Template.h +++ b/include/znc/Template.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 cd39ab80..163ade93 100644 --- a/include/znc/Threads.h +++ b/include/znc/Threads.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 dda5daba..f6df4d09 100644 --- a/include/znc/Translation.h +++ b/include/znc/Translation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 30632de5..45dacfde 100644 --- a/include/znc/User.h +++ b/include/znc/User.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 76f3717f..4dc688bf 100644 --- a/include/znc/Utils.h +++ b/include/znc/Utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 2c692d1a..28aa4f91 100644 --- a/include/znc/WebModules.h +++ b/include/znc/WebModules.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 3ae2dd02..b984cfd6 100644 --- a/include/znc/ZNCDebug.h +++ b/include/znc/ZNCDebug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 358a503b..e61ee0e3 100644 --- a/include/znc/ZNCString.h +++ b/include/znc/ZNCString.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 3b064651..adf5a409 100644 --- a/include/znc/defines.h +++ b/include/znc/defines.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 78809e4b..20e67ce0 100644 --- a/include/znc/main.h +++ b/include/znc/main.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/version.h b/include/znc/version.h index 01973975..d40ea5f6 100644 --- a/include/znc/version.h +++ b/include/znc/version.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +Copyright (C) 2004-2020 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 958574d4..7b01064c 100644 --- a/include/znc/znc.h +++ b/include/znc/znc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 42ed09d7..6d725dc9 100644 --- a/include/znc/zncconfig.h.cmake.in +++ b/include/znc/zncconfig.h.cmake.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 e25ec2b3..3cb8b813 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/Makefile.in b/modules/Makefile.in index 70e65f9e..ea0ec029 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/admindebug.cpp b/modules/admindebug.cpp index e7c5b0e5..b782bede 100644 --- a/modules/admindebug.cpp +++ b/modules/admindebug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 743c4695..51e2e564 100644 --- a/modules/adminlog.cpp +++ b/modules/adminlog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 e3e6db8a..eb5301fe 100644 --- a/modules/alias.cpp +++ b/modules/alias.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 7e02166b..e9d11deb 100644 --- a/modules/autoattach.cpp +++ b/modules/autoattach.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 d7309e5d..2fca1046 100644 --- a/modules/autocycle.cpp +++ b/modules/autocycle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 619ab433..12553c49 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 63e2a276..6a83c2e4 100644 --- a/modules/autoreply.cpp +++ b/modules/autoreply.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 e8787209..f1d530b6 100644 --- a/modules/autovoice.cpp +++ b/modules/autovoice.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 2c4b46cf..e076a519 100644 --- a/modules/awaynick.cpp +++ b/modules/awaynick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 a70bad1b..c1f65050 100644 --- a/modules/awaystore.cpp +++ b/modules/awaystore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 6c795765..742651ea 100644 --- a/modules/block_motd.cpp +++ b/modules/block_motd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/bouncedcc.cpp b/modules/bouncedcc.cpp index 51df3951..7d56f743 100644 --- a/modules/bouncedcc.cpp +++ b/modules/bouncedcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/buffextras.cpp b/modules/buffextras.cpp index 13cd86f1..e6e0bd7e 100644 --- a/modules/buffextras.cpp +++ b/modules/buffextras.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/cert.cpp b/modules/cert.cpp index ecc1ed5d..c4744bd8 100644 --- a/modules/cert.cpp +++ b/modules/cert.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/certauth.cpp b/modules/certauth.cpp index a20619d8..bfba4d3f 100644 --- a/modules/certauth.cpp +++ b/modules/certauth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/chansaver.cpp b/modules/chansaver.cpp index 240f0e84..c7b82412 100644 --- a/modules/chansaver.cpp +++ b/modules/chansaver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 adbe0b46..c85e7aa0 100644 --- a/modules/clearbufferonmsg.cpp +++ b/modules/clearbufferonmsg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 dd7915cd..e26257a6 100644 --- a/modules/clientnotify.cpp +++ b/modules/clientnotify.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 168b494b..04fd6802 100644 --- a/modules/controlpanel.cpp +++ b/modules/controlpanel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 ffb4f044..a64e9c2b 100644 --- a/modules/crypt.cpp +++ b/modules/crypt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 4b3bc926..c9833651 100644 --- a/modules/ctcpflood.cpp +++ b/modules/ctcpflood.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 52bdfb37..03a30c16 100644 --- a/modules/cyrusauth.cpp +++ b/modules/cyrusauth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 2c9749cf..b770de1a 100644 --- a/modules/dcc.cpp +++ b/modules/dcc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/disconkick.cpp b/modules/disconkick.cpp index a5e145e9..685fb5a8 100644 --- a/modules/disconkick.cpp +++ b/modules/disconkick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 ad029c3f..b6c87710 100644 --- a/modules/fail2ban.cpp +++ b/modules/fail2ban.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 17ad7d13..cd39586e 100644 --- a/modules/flooddetach.cpp +++ b/modules/flooddetach.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 82bff2d0..b7cfe17d 100644 --- a/modules/identfile.cpp +++ b/modules/identfile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 e63084ad..6aab5d0c 100644 --- a/modules/imapauth.cpp +++ b/modules/imapauth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 5e9d43f6..386f4440 100644 --- a/modules/keepnick.cpp +++ b/modules/keepnick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 2cb136bd..2b9ca4ec 100644 --- a/modules/kickrejoin.cpp +++ b/modules/kickrejoin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 6ab55727..add494bd 100644 --- a/modules/lastseen.cpp +++ b/modules/lastseen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 40ef8e5c..c5b84234 100644 --- a/modules/listsockets.cpp +++ b/modules/listsockets.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 2116843d..744a2ab2 100644 --- a/modules/log.cpp +++ b/modules/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details. * Copyright (C) 2006-2007, CNU *(http://cnu.dieplz.net/znc) * diff --git a/modules/missingmotd.cpp b/modules/missingmotd.cpp index 30657b0d..685573d9 100644 --- a/modules/missingmotd.cpp +++ b/modules/missingmotd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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.cpp b/modules/modperl.cpp index 415f52b3..0e2be5d2 100644 --- a/modules/modperl.cpp +++ b/modules/modperl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/CMakeLists.txt b/modules/modperl/CMakeLists.txt index 0170c059..5fe18856 100644 --- a/modules/modperl/CMakeLists.txt +++ b/modules/modperl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 13b6dd40..66667ba9 100755 --- a/modules/modperl/codegen.pl +++ b/modules/modperl/codegen.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 a29b3ee6..7184f7f4 100644 --- a/modules/modperl/modperl.i +++ b/modules/modperl/modperl.i @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 354f2def..c3a33c74 100644 --- a/modules/modperl/module.h +++ b/modules/modperl/module.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 22670f97..e233cfd8 100644 --- a/modules/modperl/pstring.h +++ b/modules/modperl/pstring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 0a90b27e..fe4c2a9d 100644 --- a/modules/modperl/startup.pl +++ b/modules/modperl/startup.pl @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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.cpp b/modules/modpython.cpp index 8bbae683..dfe53b5b 100644 --- a/modules/modpython.cpp +++ b/modules/modpython.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 ed715eda..487dbf9e 100644 --- a/modules/modpython/CMakeLists.txt +++ b/modules/modpython/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 805f9492..2db6d036 100755 --- a/modules/modpython/codegen.pl +++ b/modules/modpython/codegen.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 7baaf31a..8e304c97 100644 --- a/modules/modpython/modpython.i +++ b/modules/modpython/modpython.i @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 b1f80a2d..e3be5685 100644 --- a/modules/modpython/module.h +++ b/modules/modpython/module.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 31064b53..2a376597 100644 --- a/modules/modpython/ret.h +++ b/modules/modpython/ret.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 3231592a..e664367f 100644 --- a/modules/modpython/znc.py +++ b/modules/modpython/znc.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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.cpp b/modules/modtcl.cpp index 4f3900b7..c64bc43f 100644 --- a/modules/modtcl.cpp +++ b/modules/modtcl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 d6e32a81..78fba1d6 100644 --- a/modules/modtcl/CMakeLists.txt +++ b/modules/modtcl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 0fc351c7..224b875d 100644 --- a/modules/modtcl/binds.tcl +++ b/modules/modtcl/binds.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 e3f24438..0ae398b6 100644 --- a/modules/modtcl/modtcl.tcl +++ b/modules/modtcl/modtcl.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/modules_online.cpp b/modules/modules_online.cpp index 186004ac..5e908651 100644 --- a/modules/modules_online.cpp +++ b/modules/modules_online.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/nickserv.cpp b/modules/nickserv.cpp index 31b31b78..8a606f10 100644 --- a/modules/nickserv.cpp +++ b/modules/nickserv.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/notes.cpp b/modules/notes.cpp index 8dfce9ef..70e939da 100644 --- a/modules/notes.cpp +++ b/modules/notes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/notify_connect.cpp b/modules/notify_connect.cpp index 709ec206..e5a2e0c7 100644 --- a/modules/notify_connect.cpp +++ b/modules/notify_connect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/perform.cpp b/modules/perform.cpp index b392e298..af0452aa 100644 --- a/modules/perform.cpp +++ b/modules/perform.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/perleval.pm b/modules/perleval.pm index 793484a5..22f76fc6 100644 --- a/modules/perleval.pm +++ b/modules/perleval.pm @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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/po/CMakeLists.txt b/modules/po/CMakeLists.txt index 3fe3c1c7..9e495c97 100644 --- a/modules/po/CMakeLists.txt +++ b/modules/po/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 5b05ad03..750f41b9 100644 --- a/modules/pyeval.py +++ b/modules/pyeval.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 39ec640f..6acdd63c 100644 --- a/modules/raw.cpp +++ b/modules/raw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 97db5d96..a07ad47b 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 2952511f..aa8f1cca 100644 --- a/modules/sample.cpp +++ b/modules/sample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 3a73da11..d7d92eea 100644 --- a/modules/samplewebapi.cpp +++ b/modules/samplewebapi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 6233c639..193057b2 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 eae69eab..95e613ad 100644 --- a/modules/savebuff.cpp +++ b/modules/savebuff.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 841556bb..a4f980ec 100644 --- a/modules/schat.cpp +++ b/modules/schat.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 444bb395..e0a889f0 100644 --- a/modules/send_raw.cpp +++ b/modules/send_raw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 b3261e7f..1f179e87 100644 --- a/modules/shell.cpp +++ b/modules/shell.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 58dce4d1..cb4cf7e6 100644 --- a/modules/simple_away.cpp +++ b/modules/simple_away.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 23333724..6a3f0664 100644 --- a/modules/stickychan.cpp +++ b/modules/stickychan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 8eccb2bf..ef3848cb 100644 --- a/modules/stripcontrols.cpp +++ b/modules/stripcontrols.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 c9503433..c23e6271 100644 --- a/modules/watch.cpp +++ b/modules/watch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 c3f4376a..37caa68c 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 e9c11f70..a7733da8 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 d1232db8..bea1d7c9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 1b824ceb..8ac6f502 100644 --- a/src/Chan.cpp +++ b/src/Chan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 eb5834d2..c7a35dbe 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 3529756f..f9764dd8 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 aabaa9a4..520e4139 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 35c01cb0..9fd1a3cc 100644 --- a/src/FileUtils.cpp +++ b/src/FileUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 8640c261..9da7c5ad 100644 --- a/src/HTTPSock.cpp +++ b/src/HTTPSock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 6d5df0af..2855f526 100644 --- a/src/IRCNetwork.cpp +++ b/src/IRCNetwork.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 af1ccaa8..e5868074 100644 --- a/src/IRCSock.cpp +++ b/src/IRCSock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 254f12f4..1eec8125 100644 --- a/src/Listener.cpp +++ b/src/Listener.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 022a7cfc..a8dd0c70 100644 --- a/src/Message.cpp +++ b/src/Message.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 6239d27e..9707d917 100644 --- a/src/Modules.cpp +++ b/src/Modules.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 eb69a81b..79aeb5bf 100644 --- a/src/Nick.cpp +++ b/src/Nick.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 d917cfc0..e1aa2df2 100644 --- a/src/Query.cpp +++ b/src/Query.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 f75496fa..02da1c9c 100644 --- a/src/SSLVerifyHost.cpp +++ b/src/SSLVerifyHost.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 b9cabccf..e14b8b95 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 ebd2d204..206ddef2 100644 --- a/src/Socket.cpp +++ b/src/Socket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 8817a03c..be2c0634 100644 --- a/src/Template.cpp +++ b/src/Template.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 c0eb7a2a..4aa608e0 100644 --- a/src/Threads.cpp +++ b/src/Threads.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 65636d2b..f7f832c4 100644 --- a/src/Translation.cpp +++ b/src/Translation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 428e0906..14637c16 100644 --- a/src/User.cpp +++ b/src/User.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 3c5aa530..0a87f36e 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 8483933e..62630321 100644 --- a/src/WebModules.cpp +++ b/src/WebModules.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 a7d7eb75..96e5ebe9 100644 --- a/src/ZNCDebug.cpp +++ b/src/ZNCDebug.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 6927d79d..6eb762f1 100644 --- a/src/ZNCString.cpp +++ b/src/ZNCString.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 d63fed6d..6e989944 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 71e261ca..7d4fffbb 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 bd127a41..9ecc1c50 100644 --- a/src/znc.cpp +++ b/src/znc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 743ad886..ebb78dca 100644 --- a/test/BufferTest.cpp +++ b/test/BufferTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 725b15cf..d387b3ef 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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 f1f161e6..87e4446a 100644 --- a/test/ClientTest.cpp +++ b/test/ClientTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 e9fe4d2b..3795ea10 100644 --- a/test/ConfigTest.cpp +++ b/test/ConfigTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 3771105f..e517ae24 100644 --- a/test/IRCSockTest.cpp +++ b/test/IRCSockTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 27475ea2..851b589c 100644 --- a/test/IRCTest.h +++ b/test/IRCTest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 11a5546b..f10952b2 100644 --- a/test/MessageTest.cpp +++ b/test/MessageTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 d73e041a..3d0455bd 100644 --- a/test/ModulesTest.cpp +++ b/test/ModulesTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 3ecd2357..59cdd0f9 100644 --- a/test/NetworkTest.cpp +++ b/test/NetworkTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 090ccd86..3aede080 100644 --- a/test/NickTest.cpp +++ b/test/NickTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 541224b5..aaa13bca 100644 --- a/test/QueryTest.cpp +++ b/test/QueryTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 14bade4a..aef7881d 100644 --- a/test/StringTest.cpp +++ b/test/StringTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 7a2f9194..3991ee88 100644 --- a/test/ThreadTest.cpp +++ b/test/ThreadTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 0d212000..1bfec981 100644 --- a/test/UserTest.cpp +++ b/test/UserTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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 cd19157f..58c61ac4 100644 --- a/test/UtilsTest.cpp +++ b/test/UtilsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. + * Copyright (C) 2004-2020 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/zz_msg/CMakeLists.txt b/zz_msg/CMakeLists.txt index f5863ce7..6d070077 100644 --- a/zz_msg/CMakeLists.txt +++ b/zz_msg/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2004-2019 ZNC, see the NOTICE file for details. +# Copyright (C) 2004-2020 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.