]> jfr.im git - irc/evilnet/znc.git/commitdiff
Welcome to 2021
authorMAGIC <redacted>
Fri, 1 Jan 2021 18:37:07 +0000 (19:37 +0100)
committerMAGIC <redacted>
Fri, 1 Jan 2021 18:37:07 +0000 (19:37 +0100)
181 files changed:
CMakeLists.txt
ZNCConfig.cmake.in
cmake/FindPerlLibs.cmake
cmake/TestCXX11.cmake
cmake/copy_csocket.cmake
cmake/copy_csocket_cmd.cmake
cmake/cxx11check/CMakeLists.txt
cmake/gen_version.cmake
cmake/perl_check/CMakeLists.txt
cmake/perl_check/main.cpp
cmake/render_framed_multiline.cmake
cmake/translation.cmake
cmake/translation_tmpl.py
cmake/use_homebrew.cmake
configure
include/CMakeLists.txt
include/znc/Buffer.h
include/znc/CMakeLists.txt
include/znc/Chan.h
include/znc/Client.h
include/znc/Config.h
include/znc/ExecSock.h
include/znc/FileUtils.h
include/znc/HTTPSock.h
include/znc/IRCNetwork.h
include/znc/IRCSock.h
include/znc/Listener.h
include/znc/Message.h
include/znc/Modules.h
include/znc/Nick.h
include/znc/Query.h
include/znc/SSLVerifyHost.h
include/znc/Server.h
include/znc/Socket.h
include/znc/Template.h
include/znc/Threads.h
include/znc/Translation.h
include/znc/User.h
include/znc/Utils.h
include/znc/WebModules.h
include/znc/ZNCDebug.h
include/znc/ZNCString.h
include/znc/defines.h
include/znc/main.h
include/znc/version.h
include/znc/znc.h
include/znc/zncconfig.h.cmake.in
modules/CMakeLists.txt
modules/admindebug.cpp
modules/adminlog.cpp
modules/alias.cpp
modules/autoattach.cpp
modules/autocycle.cpp
modules/autoop.cpp
modules/autoreply.cpp
modules/autovoice.cpp
modules/awaynick.cpp
modules/awaystore.cpp
modules/block_motd.cpp
modules/blockuser.cpp
modules/bouncedcc.cpp
modules/buffextras.cpp
modules/cert.cpp
modules/certauth.cpp
modules/chansaver.cpp
modules/clearbufferonmsg.cpp
modules/clientnotify.cpp
modules/controlpanel.cpp
modules/crypt.cpp
modules/ctcpflood.cpp
modules/cyrusauth.cpp
modules/dcc.cpp
modules/disconkick.cpp
modules/fail2ban.cpp
modules/flooddetach.cpp
modules/identfile.cpp
modules/imapauth.cpp
modules/keepnick.cpp
modules/kickrejoin.cpp
modules/lastseen.cpp
modules/listsockets.cpp
modules/log.cpp
modules/missingmotd.cpp
modules/modperl.cpp
modules/modperl/CMakeLists.txt
modules/modperl/codegen.pl
modules/modperl/modperl.i
modules/modperl/module.h
modules/modperl/pstring.h
modules/modperl/startup.pl
modules/modpython.cpp
modules/modpython/CMakeLists.txt
modules/modpython/codegen.pl
modules/modpython/modpython.i
modules/modpython/module.h
modules/modpython/ret.h
modules/modpython/znc.py
modules/modtcl.cpp
modules/modtcl/CMakeLists.txt
modules/modtcl/binds.tcl
modules/modtcl/modtcl.tcl
modules/modules_online.cpp
modules/nickserv.cpp
modules/notes.cpp
modules/notify_connect.cpp
modules/perform.cpp
modules/perleval.pm
modules/po/CMakeLists.txt
modules/pyeval.py
modules/raw.cpp
modules/route_replies.cpp
modules/sample.cpp
modules/samplewebapi.cpp
modules/sasl.cpp
modules/savebuff.cpp
modules/schat.cpp
modules/send_raw.cpp
modules/shell.cpp
modules/simple_away.cpp
modules/stickychan.cpp
modules/stripcontrols.cpp
modules/watch.cpp
modules/webadmin.cpp
src/Buffer.cpp
src/CMakeLists.txt
src/Chan.cpp
src/Client.cpp
src/ClientCommand.cpp
src/Config.cpp
src/FileUtils.cpp
src/HTTPSock.cpp
src/IRCNetwork.cpp
src/IRCSock.cpp
src/Listener.cpp
src/Message.cpp
src/Modules.cpp
src/Nick.cpp
src/Query.cpp
src/SSLVerifyHost.cpp
src/Server.cpp
src/Socket.cpp
src/Template.cpp
src/Threads.cpp
src/Translation.cpp
src/User.cpp
src/Utils.cpp
src/WebModules.cpp
src/ZNCDebug.cpp
src/ZNCString.cpp
src/main.cpp
src/po/CMakeLists.txt
src/version.cpp.in
src/znc.cpp
test/BufferTest.cpp
test/CMakeLists.txt
test/ClientTest.cpp
test/ConfigTest.cpp
test/IRCSockTest.cpp
test/IRCTest.h
test/MessageTest.cpp
test/ModulesTest.cpp
test/NetworkTest.cpp
test/NickTest.cpp
test/QueryTest.cpp
test/StringTest.cpp
test/ThreadTest.cpp
test/UserTest.cpp
test/UtilsTest.cpp
test/integration/CMakeLists.txt
test/integration/autoconf-all.cpp
test/integration/framework/base.cpp
test/integration/framework/base.h
test/integration/framework/main.cpp
test/integration/framework/znctest.cpp
test/integration/framework/znctest.h
test/integration/tests/core.cpp
test/integration/tests/modules.cpp
test/integration/tests/scripting.cpp
translation_pot.py
znc-buildmod.cmake.in
zz_msg/CMakeLists.txt

index 3565a66353f4b88e45235c57c372392f9bd1f441..186287c8360a2cc7f0d05e80df5bd9247a343331 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 837101b372ed621b5c73ee19595390f5c15bbafa..726ffeb5ffa4b100572ccfd8a3f648de53e1d725 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index d999983be295c9debd263796933a6251ff7cfac4..3b7509f8b3140ef47754454f53646bf61ff2321d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 986d8008cf7a27766bdad68869cba5aa4724994e..8406d7ca6a9d0fea052ab8c97fcc29ac71835b07 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index a84a38b3d3998f1d9f8832485968639d51a292e1..7a7e00764e36649c2c3239ce84a83a1203246325 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index bc49e0a56c77cc4072e155a3688319bfde2b74a7..7175735da8bc2be7cc47cde7b2310e94a55cf48a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index b83740cdc3e0446458b01dc4885628ee99049aff..085d7c108d1be36a82abea9a5fba9395d1fcecac 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 0b2be8930ed9ace0e3f07dc1a5838d1c74f5f312..0ec7ed26c0c76daa9f99744f82d383d38f17dff4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 86fa12191fb220fba96a5913f4db2ef57572d413..a327f94792e4935c9feb2a323b849347ae9fad5f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index e1821aa619bdcaaa6525916e0eb78ae88b65b30c..165360170bd21b81a2eb52524ebfe8c50f552d6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index de5a0114925a9508ff8c2541d8f4578df189b8cf..68ad61f996b99fb181da9f7229f83c1f89bbb7a2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index a845116e3b9312b3629a6841ce5ce1dbb43b6795..9d0f949c9140cc696b3a9bbdd763b340adac696c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 780eee499d0000b17394fe1a5e22a0b0565d1896..12b0f468cb7cfefca2ad97d50fb23ec4ea2eab11 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index b1cdf8fe58b52e8fe7b0fc527f9468ce40cefcd9..cefbd180c9fd6ece8093f3f49bc44ec59aba4745 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 23ad70a2e7c8c35b5512f6973987f78edef88dc4..eeb0af1c4a2f76f6d9207ddaf88e1a02d9976544 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index ac33dc1e0c4d978bb7f9808bb6c092cc6b105476..af8000951df99efad72b56480ee17406b963dccd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 3103123c2f0bd2693d88e382c82748891d882d7e..df58bfbdae0b84554c1b7932aab0f603cfa279e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 782e6cb3790d404f34cd9815c897c8bc1fe16e6f..0d292127001666f6feaf273d1c5b2e83e5f2d746 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 38e0c0304f59a423b771fd9f72e10b934f3940db..e5b9838a7934df5c389aa30f37a7fd2e05e0c8ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 37828c1a9175732571d1ca2ee149231b51859297..44501ab36b0707204f2a3f012e255fbc4462d4d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 17783bc7173e649fd8085a8d7a811b82e460f928..73d38224d87572b9ea36a68a6d5cb2794e389408 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 19539472c0b84ddb61cea17c67d999582f27baa5..dcfef533e4a7fc258cf2252663affa5ee1adf305 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 546bba96f7f7e8087dae13b7a41ca358a6ec270b..4d28ec4a79f6c2bfa1fcab8bf06d657c349b60fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d410d6ad428098a11eabd8095abd1be58ba3b4b7..061fbc89914a5c2d687b19929f22f19d19b0397c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6be956317c8f79e8b4f774aa7380b97acc69f3fb..c51b35ef78e28c45fcaf2dc33cf36eeccc2e194c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 89e230a562c02dfbde3f640e7402c2e41b099736..8413f77dd1e75aea5f5a555521c81da2b6785dbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ebdb8f0e778d903171ee8d67566dcb714c2d36e6..fcd7ced0ed3b9971ba97c190dea2125251f050c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 29eb1fa8c89b217af3b88c140ce1b000b83e0925..8b99076e7f8fa9ff19066d2728c78d80748c632c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 77d3774643bd9a4ae2d37d7581b9bef515da889c..d7effc0f039fdab2632c1828d0546abed75254d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c10a47c0bb62783da1a79c20f0d14fd3411eeef6..95610f6552f9976ef6b8c3571b9e9935da0d1f32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4821078366d7484dcaa7d7c5ed7979a47c5f2289..32b168a2c53d5f11b34aef5220fff4647682527c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3872e120c61eafba66605a254a0c75695d24807c..a29cce919c0348c35abcb965ae33cc4e52d9d85a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f54e05bf878aef5ec1ce402550ec48831c4272e5..91fd4a80c8207d76795af0edcfce454638475be2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 09381761cc29b84cde90ad2d6b3a0ffb6a6ac3eb..395af83b1039e0bc46c9a00ce51eb2c488f42d15 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c135913ea90782863c380edf8d02b1a11160c7e1..24c7b60721d16f35486f3a39d7b247c73ab499d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 163ade93b8f35b3a2253ad10440bc4e1b9af62a7..611c49c4d8d50da19fa5a13193da22916761c55e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f6df4d09ba5422c641eb44678e0dc1e8a14fe6f2..732e0f896aa31078e30f7fb564c527de2871fa49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 45dacfde06359aa67297c7b96f6478ebd517965e..19c6e0266c1a30f81fb05a03122c27d9d69c9fd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4dc688bf91099a2aced472f1ce1c29d0d41f23c1..46cb8b1ae07090ff894f1cc462a143f817307be6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 28aa4f91860e2840b1d79ea7eaeb2271d05b2953..b67536d1af186c3b1ff3a0f887273590d688a36c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b984cfd62ef9d349a39277edce465208a1069205..6dc57798d9585e60aab46596bfa8cceb5168d6a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e61ee0e318f5875a32437a2ece6851974f6ac24b..59eaa1082f7c5a1c989cca693661c8ce1e8514d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index adf5a40920386d39d25b99c6b5c57c5f88346287..52209685efe4a825ed5853f506b82def796676b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 20e67ce02f1c1745c9c30091aa0f289d6a36d7b5..01f477d8eed1148e70bdd229158fa1984c4a3c51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 65e4233d4c5d9a6664eeb1b06e89afdb53a209ff..a896e7e564d42c3c1d17dafc4197c07018f92db3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 7b01064cbcf0544306f583b0049aa5d6ff651ec2..29040b1793da7719b5ff000f9b0abf36b41f094b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6d725dc94a1c239bc5f6059e2f903f3749362083..5426b828afe2fff9c6c1b90e2a1a2bbce08cceca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3cb8b8132a06235960dd597d80efa0eaf8c3c727..0c987c1ea07de6bebf37714bdd899622540ed486 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index b782bede1d7d310fff81a9440ae297259e06a422..310667afbf3839fb1666bdffc8633ebb5ab20408 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 51e2e564b5271e6fc4e48d14371a49a513e9879a..932b970e608d812c7eba58b9b60e21196826897e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index eb5301fef1577f73f9330d38392072e671e9a59e..f8e3e2146231b3bd098af63bbf390254aa42bf34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e9d11debd52a5702774d8263034e5c41b9f8f663..bf756ba3b7de3f1bf4062ab751bd06e02069f570 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2fca1046e33ae3cbda59893783ee5bd2af2fed48..5d2bea5e30d0b0d0d690ccd690a7798f0accaeee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8780054387441af2c78641e7544f0d6d6d649098..1d7d7c5f5c3dc7ea9f376b76978972c6fc94be20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6a83c2e47f1be2f156b6ce66524aad347d7b5ecf..3accb738cad56289eade569f23e0fb45fa47fb5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 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");
index f1d530b67f67034ac3e9646f5857a2a66a05aa27..4959562c59fa1f0dd74dea359ba246c1681edc3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e076a5190a47d3705a10a65f81c17e1c9f699dc5..2a69abe3fe6f64ddca3a3b1603ec181bc1b5a078 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c1f65050f0d77c75c18434f98cea07bc88eb0f25..0d2b234fec5a216dc3511c73c0771f2380440082 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  * Author: imaginos <imaginos@imaginos.net>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index 742651ea926205d96b815eda9a62b9e808574dcd..3752c73997d13e1f38e4f6676c7438b4e1dc50f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a06ca8100542c99159de586e4a45ff962a4ecacf..918649516f6d385948bd975ddf90eca1e3938037 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7d56f7437e4d972bead1226b2b6c21cba1d3a989..385d08db0ef0e737db6d357e498d02097a9b1ad1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e6e0bd7efff87eabedde6985bbeeb2eebd63769f..9a4275ef655e5a6214d0876f143a582513eadb52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c4744bd89d454b862424ab919610930c3c343974..654a525d3f142f5ff2bfc64a9642362728a12893 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bfba4d3f735b564f33f7035009bd4c050d14723f..f5f16f94397abef311b483bdefe72a2ce3269c64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c7b824124a73897b09a4748a01cefad22fcf802d..64071231d5fc30d300c2b91ab77d2d2ffac96e15 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c85e7aa017ff7f74072d12320d9e796debb8bac2..08cc1077e1c5f99db1f9f93f6f0d741266f73c4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e26257a6b8614c5766bf402d740cce1227075c1c..7f19385e1255c53fe661c334c646fdb371713ed4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c389cdbbb847cdfee4bf83e6dce652096e224b6b..c6f94a95b3856b78294098f1fe8d73fd28248156 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 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
index a64e9c2b66b1621c7e56034671f6ace1b296582f..b3e7024cba5c278a79eecbcaefa5beb4df99a797 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c9833651ee16e76b14742e88fc46177cbdc70bcf..ca636d84161361b984b2c63197801edf0c4ee117 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 03a30c16ea6ada3279c822853c860890816490e2..c58b59ce04fd839a7d48fd1a156719e92535e6ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  * Copyright (C) 2008 Heiko Hund <heiko@ist.eigentlich.net>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index b770de1a66fb667cd0ca0ff7419b95c4a67f23d4..545063112203d46613731f20227cf3a7d91991b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 685fb5a801ae78a1909ab08e7330e67d616c09c6..48995b811315759384785da2955f8d1ad83aa8a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b6c87710fcd1fcd2ea0bdc291fa92b305be2452f..ef2bf6ac86e168e653a72bd001c17880ff5bf11f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cd39586eb53e1ce280e02ee54fe3fecc52ec06b5..2274838178d064477f6972b98eb4e0509ba6c9c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b7cfe17de2460966a49d0bdb2a333f94fe8196f3..9588f2f4533f6a4c2619240f1ea171ae749a9d52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6aab5d0ccbe03d7aa5ce4dcbfb9e8bf8b32c6505..90136630124a639352868f7b4fd7679148012915 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 386f444041cd5745f58a57818eb03266c69abb5f..b61c1532bfdf52a49ddf36d3c4b710d504f30fb4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2b9ca4ec7f34ec16a88ee1302e47d1612a373413..fb1ea271073b84ebb4b707f212328026b405e1be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  * This was originally written by cycomate.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index add494bdad0a4123e912d62a5b702b766b45956e..fd90d00b66ab3a254814a71283c62af10e1d66e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c5b84234906c4fc08722c429f33159c0c9440057..774762ae6d802f64f5b6d79893e349848824f307 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 744a2ab2f539324aa1aca6034605cb206266811d..f6e316a60baae3338946e3a74b0e63375d440150 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  * Copyright (C) 2006-2007, CNU <bshalm@broadpark.no>
  *(http://cnu.dieplz.net/znc)
  *
index 685573d94a9a3d3dfcf362141288c96f0045bb27..c8fd5a852bb76de6f87f3dc3a058110343896cdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0e2be5d24ab5e2aa1dccd2fa4dda36f500074580..e9678192f50338bbaf0ea08c1bae69855c07a241 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5fe1885637e5a9049d40b5df09b8495c17614641..ea6d914c1c574ff962e71f4d1cbfa2ff64b491c9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 2abed5af61e030bf9dbb36136816d39458fc5c8d..268825daa853e350148b0926bdf1d5e0fab0283e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ open my $out, ">", $ARGV[1] or die;
 
 print $out <<'EOF';
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7184f7f4657f5b2df6c09cabf8dee58ff78e9c43..fac0bb4bf7d59be31509eb256e06820c3034d76f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c3a33c7427fe10c609aed9b6c2f11c34a2a05026..579807d1ea9a34a7026d6dc62d723335b252aed7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e233cfd8cce4e3ada4c43b966bc06d83e4b9a2e3..e5e716d48763ccf80eac3eebc689d88ba905977e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cda7cbc820a8be8ff0a5f2787c00fa8e3b42bc63..f637bf46da62bf657efe42620210604c9432da0a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 7bc76fc5c155602326f5a57d60c02ca933d4fe6f..884e0546b28e9ebf79256b0e89501b72feec63a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 487dbf9ed90393e85d6eaf9336ae9a66230b0a48..c74dd50638842a5987f19ca3c1e917e35a26af98 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 6143e8e12ae093c14ed5250a3fe2d932e89d35ff..f7f34985417f11be86477a7fe3d461e86a6d51b3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ open my $out, ">", $ARGV[1] or die;
 
 print $out <<'EOF';
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8e304c975237459c6eafa5cf136e4ff11c484a07..5c4a50f9d42f6dde3adc8e9b3a870201634a13bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e3be5685bc8769f45d757e0db0a40812d6e0949c..eeb76dfbcd5486da8da07ac7e96ce60616bb475c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2a376597de892aa1795eda1a5f7f0fc34a078dc8..17287688466923259596fd2d1345af7609135400 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5f0784f3287785246ce8bd3f50af8db155a5afd9..733c8e4b8bc60f0aa31cab3b9a0663049998e44c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index c64bc43fefbf4e8b508b23366bd039c1c4ae4637..089cab516bcc14f0705af3ae4c207c6feda14dc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 78fba1d6e426f95ceb682d07898673a10ae6d3db..33a8b7836c3d5fee8c1492c4abae66ddd2551bb9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 224b875d78f9162a2d5dca70d7d52c3f5f4c15cb..dbefb26accd05537b92daa1383413723ef21346a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 0ae398b656a63d05d27e8555d1411ef4422156de..4ecc75b1a0d7d135698e981712eed5b14fdba856 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 5e908651f5e76d06653b25986b1e2792ab8e18d2..9577b29df6fc4a4561fa9cd62958bc97736bd752 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8a606f10331e9102b04aa1ea95455fc35aede740..b79d0adf7540fef97b56c3495e9d30d09dafb7ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 70e939da05c41265b37754f83356c0e5ac97a28f..bfcb8e73b5772dcd378d272fc09ed282b58fb592 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e5a2e0c784b03a20acd3444f0e1ebaf4f86913f6..23b499a633af8d20ed413b41bb19bfebfabad554 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index af0452aa890d8189742d5a129478c4f11b2c89a4..4039109fce5088d56e573953458fac188a4f40f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 22f76fc626e8f4715373455415cdb88300c09f43..2048891ba8b601477274d6db111865e2c9c09e0c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 9e495c97a4ae4ace8acd21dd271840cb0d4186ba..08f7fbad3eecfbca41ee32bc62a6987b5e39ff04 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 750f41b935b67c448c86d5fb92f44dd27637cce8..27743f2cb33468e349235424081ad819cabbb99b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 6acdd63cd05fbbccd494748f0c8d27c3ee8f73d7..7df508ccc89adfb06aaf535adeba261b6d5b26fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a07ad47bbd4bcfc3a22ba38361782981a7905413..9256fdfd09801e93505a5b38646bf71af5ecdf8d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index aa8f1ccaca84bb4591c8f159e8307a4e320f93b6..a415d88ca87ad8f8e8834d921bb90985b8677584 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d7d92eeaff236fcc777431b0f2b7f9fa1eaff195..43f9e727c928aba1b3ec6d934ae8bb4a900c3ab0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 34da0dcacaf2464aecb4a6c7edf39e8f56495285..e3baeaaec9b1455af68d4f4168feb97a95711092 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 95e613adcf496a4fd5962d220ffdc57adb56dac3..6afc58a48d57a78b62db7af2e5001d93b1b970e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  * Author: imaginos <imaginos@imaginos.net>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index a4f980ecd0cc5ae5234dab00064d54b63af33f62..aa7a338dcdb769193eee25b3915f48234aa52d8d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  * Author: imaginos <imaginos@imaginos.net>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index e0a889f0e242d499ec389c132330dec8711fabf4..e49def548dc67b8b5173250e1aa3c34d2fe5ffa2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1f179e87ff7be6af5839abea128f57e6cdf83401..296e18a9a28f14f61e0e509c5312c79c2d0cedaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cb4cf7e6ca48e8af53244f5d3e40baa0bcbf2b3f..703c50297bb2f8e72787ac63f65ec7e785f10a02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6a3f06645667021b15589b4ebca1088edcdf2cb9..6163da01d943d6af32246fc4a7d08f38bf9b8635 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ef3848cb8ee66d736d741d66def1e98179ef1e00..7638579f614b76140d4432851033281666415111 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 634cd5538e56f08c7b0bd1dd685eadffa97d3411..edefa303aaa5db3f737a7f39692bff5f7b03d25f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7671eb8b11ef28a2a9fd98b00f9f98bfd82e0a4c..140755addd1f1b33b0677e26419d5caee6c01e5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a7733da8cc20b805833a73ee786cc600da543111..c1535166ab66812f2f69384924f00c93bab742b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bea1d7c971a23cbd287bae06bea973de2d7c9b10..341c5f0fd400938f879c405f5a29be3a0beba5c6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 8ac6f5024137af49c057e027163afbb56d7ed184..ad8fbc799faf001ef3c7815203291d3e8c2d0f6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 94e3dfc14ef748466abab8548285c23d7ac9f204..ed4e9ab2b1d77dcf7e4bb13b4ab5b1beac287ae1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cd768af03d1cc468a3a57e4baaab096a1f824e03..bd2e8ce1d44945690b4b0db42199ce2b9da2c12a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a3df463a9ac7cc2976b51672caf919c081489d1d..a521fc886c84433c273a13b301904e2d16031cb8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9fd1a3ccbee835ee27909532f84d52e94c2611a3..03bef7fcf2738fbaa574cbd08c550d98216702b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9da7c5ad42b51395665a6a12abeadbc131683a6b..151dafa80010af402b69c922aafd723669271aa9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cbe0d538abcd54054cddc465104fe6b93bfe3d47..1aaf072f05c33066d12f5b7a8d5ee6a1e0e80335 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index aaaab441fef8d1167f4b3ee9451e66b12bcfd9bf..b155ecde7363581b9ca131074aa1653ab923b5c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1eec8125b4ccba0936d87702233952f6f9ccc07d..26cc2c7d3a7d8cee65a5e13b5a1ddb21864bb199 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a8dd0c707123210807331a01a499f3c401db6dc9..8c1419b7dd4417cf08a2937f48426f98f7da0eb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9707d917d3f21407b1f576cee69c8c72816dea79..24fb35345372c7c6799be255e4e55fef71deca1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 79aeb5bf819dcc0a532d6b8ded98fa9897ee235a..fc487029327731e3273c23aa76f84ab2e29d4067 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e1aa2df2854ca35cfbabd0436dd236c0e76abef7..c2f520ce1bb9bdf79b93584c0908abd16aad9c0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 02da1c9c03098b5bfce3ea02faf63baaeb4532fc..d85421d66efcd11f1427009d10cfa1975519388c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e14b8b95c5833dce7b5acd20026c2ccc69a67f35..f404a0c46c22dd501d913ee812c7539afbd26bf3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ad0f918acdfd2b9554d6efcffa197dc7cb8d6bf1..168508fce77886caeb483f7da7fc7373deccbeee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index be2c063482a738c72a922538e4bc640d7e4153ce..7687ee956b117fa7a49c442de90f7bd7762b323d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4aa608e05e546187a99ad9e88e801d1d668322ce..6a9342960e8e50386bd0d358e633b76795abef18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f7f832c45bbe17fd1b72e7dad20eee73c9c69521..6c4792634391ee8cfa1d1700570a4e1351932db1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 14637c169fec8277e763340711e96cb53e3ce7bf..b978f7b6001199ec0b734b3c3da61bd6c9feaaa2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0a87f36eb1532f231dd8ab9288af1ea95a35253c..bf513fd1cf6684d71a29bf897024cc116d16c52e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 62630321805bb429f7e963a8722c2462210c8a11..77df49b219b8cbdbc4c58a9fb8fc040cdd6f8f34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 96e5ebe95b1640009ca1138f363c857ca83e284c..9b7984547b23d03e70ee641231f1e5ecb822c2ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 28c22080065712bdb36ae25016306247a89f2883..725def347324f4fb0d756e8e7e425e3a73ad5ac4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6e989944359fcff6940b86003deaac0700549fc4..b9dba7f0b6d3f7f6b108bb867f78dc4ff33f1a39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index baddf2766ced6b0bcd1118f87a3a1df99c9a1e17..2e195fd5e266f0614c2f58dd1349123efecf04a8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 7d4fffbb456f45baa5896d991484fb55273d1f9a..23626be7bb3d99455769f27468bdb9de49e7a5f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cb4bc680b5b404202a15e3073adcfe6f0529fe1c..c5ad17dc69ad0d8ec0efc21b11f124cd89ba58ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ebb78dcadf8e7db0ad496b99aa6502c63055084a..105afebc2739325a5d17c6d6626d843fa6245fa4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d387b3ef8797eddf41f39cf410b9d62072bea9ea..2710c742df8c98dd173eb9d2ca7249a7506d40fe 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 08781ffef109f06336b4dbb0240b2855f0430a8c..245bebee085f624c711b9e2940741116194b0b76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 305335368cc6b8b84d911b178b90ccf3cdbb9310..2c5e66def6c6dec002fab1e344c05c026c4d7bd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e517ae24bf10f8ea3e0c4edf2e498e57ee5dd040..662e8b9f79a4f2e0067c5c7887f5a90cd9d9321f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3ede27cb2d28efaf47162304cb27215df500e255..da732855c71c5ef32a2be3bd6c20b863c3f7717c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f10952b228ef23807e2577b939a18849750b23c2..769dd51b407b017fcfed5ec5c34667323fcafd31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3d0455bd0472e234fc751d2cc9c4ea447053b58b..798c8bd82f1b2886e314a5e5c136f23dbfc91f22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 59cdd0f9956f49358e98046938a56e4aa93d5dc6..2d9f8a8aa469315314d3585102c1578c5a7924d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3aede080d1c6343c949fd64edf6ebf127b0d08c1..c939c1ffafde41f753471b793c628ad74a79a659 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index aaa13bca6860b1759d60d2c9e908d1ada6cd4af6..e84daee76b6779d3afd52530f8180418cea9569d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7c2efec2ccddca94513a66d6a668910c69783df7..cc6b9c29e1dae4360d5b202ff87222be4f5b15b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3991ee883bd15980c5ab0b998dd6b4cf880f9e57..a2e157f656136df53c0a44a37cbbdaf49b4ef146 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1bfec98170f25c729c9cd2f246a89285a859ab71..14c26cad73a1f40c73350e184886c9e406abaa3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 58c61ac4f647cb04f3a79a2c05b2a6f1198ab70d..44514d988e62e067ee7d6009e9457cd95ed00d94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 98ab40f4ccbe654aa27e529520b37b0974821694..30c71a64ad0ee525ff8e8e2d51ce1e81e2cc8177 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index d2c7a0eb02e1d77f50cf5394791f3c2c80b29b1e..26ae3e97eb0bcf67cd8f650ee27323df3a5e294d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0a6b15a01b44dd6828cccb1ca4cddb08a87475c2..e7fc4bc49f7212fbc73e512d31403f61c9c2d521 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 92ca953201ee575be047cad922d888e21c1b4540..cd56884d6b5f8d990313aa1b2d09224fc7ceb8c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 710f3659f81eec2dfd3e30ebcd9a335e540d25ad..d6a1964081713dd9ea2565b7e57da73340f02fe5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0c4f01e93375b589de8b8983d47616e410d55eeb..195b6083a989e6fb704406276a1891612c7a4e3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6a90702e30aa87c528605150535a5b50e70dd9eb..d0c8f0cbc6ee1d3a402ad035735a835c77ca6f4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c5531d059c24720ae0692c1ab358bd65d0b470c7..a6e026bf10f8eb35d6bd9102e4aaa7c402e76f16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7ec0d74e70b58047670494a104c2fba5977f9046..10697961a44615bf06aff2ac7cd3b8edd7780f66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d269b1d70969b0a42c08585c3226abf741bad3b2..5f25f80862d69a04e828b211d0426edde3dcd639 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6ba8aae56d975f6ebc4c2383a9ad6eeaec445231..5452b146ef4b224090238c29a738700332d604cb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index bfb92d4ae5c8426834ce4182104a6a32d65314a5..632b5abacbb62fd995a4968faf24f435cd0bfa17 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 6d070077a87eaeae0269e18b37ecbc81799f4347..3cb06745daf646de38b713b4cd2297d27f0a6f6d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.