]> jfr.im git - irc/znc/znc.git/commitdiff
Welcome to 2023
authorFalk Rund <redacted>
Sun, 1 Jan 2023 05:49:00 +0000 (06:49 +0100)
committerFalk Rund <redacted>
Sun, 1 Jan 2023 05:49:00 +0000 (06:49 +0100)
182 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/DebugTest.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 efab0ee1ee2c75ac2034451e27de7d636ac59715..69fd9004841c0ce51fd392bf70d0ecb77cb442b2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d5d7a1e16dc928da726a7e12f4a2246523d38b62..a41aa78db3a5ad5655f8bc060f87b9dbccad04b3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 125f94052de30fab76be6909ee59e1b0188bef68..8af9b99399412ae58594fca24d004b1cfa50b31b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 a8e4df4ebf3c97ac5713dc7787e848efa1fcc4ba..a55652fb9d69208a8a2ed03da14e79682d59cf88 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 7632690c6624ba14ae53a87768881f4e25298875..906a50909f627ac7dfcc1c02a70d7cee493c311a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 9f04fc692d534ef7f37f0e36f4aef638d0f74505..724e523b9e727203ef5076a0966c28410c4d3560 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 a3149a6c19939c38fdc1a789630bad16422e407a..eef4b966ef93d2ef7a5dc5751bb1c661dd72cf60 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 95e376a30ad2f5e2efe4abfadfe8766456415a3a..6ff27efe7adae5e0b326ed6f7ee6edd19d318b6b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b676a1953b607cbf915284b134ee7c9628d817be..c8f0225823b518638cd8154ece473f532b81eedb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 5d75c7202eb0a3786c2f8926d24512481f9fa440..3dfb2c835b9a77b684058d5d6b24d2878a7b66f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 eae7fe46f2e8b4788a06f66fb17d0529ae1e8965..c9f1b7c4a680616f74da7abe1ece9c33ba8e1b74 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f018f37880fe653304598bb008773f815c4e3bf4..66bb028ef6e939aa7d30f66d3f137e8b8e140966 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 5821799751fcb14eb3537559600037b5ba198b14..1ec22c6a5bbaa551c531bf80d186c96fd514eeed 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 2ff567cbca2ae5aea246c7f488d44a1d129ee4a0..6d78989e627fa6f7a3c2cabd5a526ba04441b941 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b4a364dbc35f93b9afe5b06ed4ede67377666158..2ba1f2c9d7553d620366024d7ec2e8cbae811b50 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 3e9d6c959b82e5ff638f416061ee97471ac390cf..6e3abdbad02cc1bd91e42e58ffce28df30c1fe56 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 ea08079d66afe951450a5d7b7c8619e82a1b158a..82f78259c8c59bdb8a150e38e549b7067d207364 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 8ab714409a158dc66154b04168ab7dbac54afe5e..216fea585919d9f17ba8ab47cd0cc7f5b1028d66 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 dea1affabdd9337c9baee2b5f926c0d87526e34a..babb528923235c213dc2c77288ba8a82aa5a5f43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 1c0b8965eb5c6b0402a9af5c0fa930e5888507a3..5428cf441976c808ccce88f065d1f047a45863fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 afa31d8c8c54cc5037c7548ba3b4d7420057a71d..67aba06f97ea8fd438e34404ec4cc91e8b2d2e1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 95b9dd2f0a50a24f3c6e38c4029aa28aa7b74c51..2c77ab495a5b70e6f401a84830e7f48123eed37f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 ff85aaf132fde316d89ed7d7ad5ad35a730a6859..cb7aa2de309c28912ce6fe192c49c3c7d516a33f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 2d0805d9de5c6a6c378dbe05436431d5237e61c4..986aeac7ad10131be47eb3d59943b51c3c240b85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 3da7416b8b7d07f75fc45be71491e725930f1a06..2d16e088c68553b373db73b707c7500c282d46b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f7603f0a1a004f50cb8f61a9db24ebd7ba336d7e..a9f34f6dcbe390e6b15319b47a31e23da87269fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 dd6a135b23f8484b2e7e4717591cdb911f3d50f6..1a67766a5baa1c10335be3f00507ea1c71d03965 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b7b11b89bab14b3fae37dd343919a181ff3f4b24..0b6d374f2e40775d39facf41e98c19c1b1c484f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 ae564c6f64d7e66d8b562ab469b21f5fd07a0916..ef8f2219dce4af5871b5ee015c823b32b9043e59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b1d00ad8046c986de39f4528faa3902a80cc0048..19aa808d4aa6932e4869b0f164308e10a69f776c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d3fffae336215705f90fe0e36e08761d326db270..b3f7e25d0bf408331ed40dc6fdcde99899d08981 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 93b6d003bf6a65fdfa648bb1f10bc13e6d7990e4..95163cb40788c47c93b326559b10d05430bf9e35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b75e9918903212a06a0d8956acaaa3d1b7a5291d..7c977834bf4e6467c34e1cd3938fa990fbdc1b47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 08ce8f23a982809226bf57b88595297042b3c93d..3050b6d9cdeb6c01baa0c1c4dbfeaf3fbda4d003 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 a42dcbfeaa5c51986df6a8941f850687443ea1bf..0d93fb77837b499c4cc6ee055541e5b9a6a8e19d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 00c9d39bb562604d8127be365fb75c04f9463dbd..ebd60460a31bbfc8807cea85da5e807032918e2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 a98c0455d32485e80b44c94292f0253984b66687..f830e3d2a12c89233735401ca44c7ee20970baf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 c7ce2fae86c78645b03e37e3093bc63dfd2f47b3..fddd73e929475ab19c8aaba4cf1e75261d8e8970 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 cc0eeeba35238247b1bad7a6ccca657f49a54cac..b4047195004159d008575db0c1868e4575992ff1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b4e8b998f9acc699bb7d6ef912ab563dbd3cc563..f3f75a3f76f416d84bbbde8ca177676f8b4bfe6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 8c9f99ecc481b7e035fa42f0b211e6e092c152b6..546976c85d2e5bcceca070aa40337f16a3e17f27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 9b16d5dafe4d08b74f33668c79f6839cfbab67a2..39c1feb701f721a18fe8e3acbd8d3d51abb1f9c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f49dc551c662fcc2a3545a16ad3264de925052fa..470da237c32f9a21c772f9e56344fc900b4ea7f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 ebec9b647ed5ace6bfffd03b52f4d8c1c5fb015b..2eecd98998219b3d640b6ef6cdb78a766f7c1371 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 fa7bede58b659f988bbe16c6a80c21b020a52eaf..8cb9479a7bb2ceb97f627611e02f49674e606cc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 c553d60755b4dddc09a27bda190a555701545fbf..15693fdb172eb367526012145f9ab0a51dbba67f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 07b7b2f0d3e02c089143e3ed67e3db38383da543..d2097502d3373e7860bd07aa851da43e3b1fca86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 5a764502fe1c0633b23e65a919374fd54ed7f110..1a0f73eb2b6b0f06aa64a0727d9a93bd421cd61a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b0fa701c255111f663f644d547f21dc789a8f496..2605ec211b6acdd258e7864825cb14fad3e030e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 66d4c79fdd76dd4b39f8c85a1b328b0a5b434308..1123fbe807f1af6530c118d8ccdc5de4e551d134 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 349825c59a31fe3aac3263f93e3c3750411a7c21..9eca2d7f8c17b747d40fdb8f7452814ad3de21cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 c0ab8d5d0da2e69e20925e0917865d8f09012bcd..8f9ba62e2803da11a09e99a5bd8574d7bfc9c381 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 ee651f5375bbb4cf6f11c701c66e66b30d9593b3..c611755ba39a20c50963c5d1e5d05321cae365f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b103d350420df3f94888e48edfc149e8a81974d2..035db1e3499036a749ccf0b965e3c7f600be7e1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 75d789e7735eb72ccc7d58a4d5824f12e588949f..1c13af5afeaa0daeb5061644a05409dd7f031406 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 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 009e783170da7891ac2f01f0052885aa45681a04..5ced489f15e12c4965f1f4b5a900a32576095b95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 1397aefcb35dd9a2001315e7d5f5bab69d8d1937..503394b1abb9104b6a9ce33d8370d681dfb26f47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 9d9d781f747106169c001c685ade23ad9817a695..f267d06ffa74dca201fc53be23920ba81ba0db16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file for details.
  * Author: imaginos <imaginos@imaginos.net>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index 07effe298c7749f6cbb246f87defe9d26aaddf24..31b9458b1133de87f23db05e1a36a16d50a7671c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d31da4ef56148f0073c14039936250a36de89e90..a8fd1923cf5720db7b26ef1f8060c6f4ed936003 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 67e890dbe67e4c318b553383f299c20f252b7811..06241309a9e7f1508321cc272dd18197fe0748c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 9b6c1b7f0507ceca8a8384b8f8079237e0afa962..8519864273818bbcb4326634c7adb23571e05f16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 5a00bf234c45aa77b3547ebc5a38ab1e728103fc..53e5bcc7b19ef03d1f5707ad03ed1f6348f2caa8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 ab8fad8f4428e6c34ffcda6091e243a82995c6f8..d9a54bb8dc98e5ba11ed88916a0eeb3a3a85fc1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 c64652940a0e835c9618293f6c7857eae43a4146..ae2d71a0125b7d21a8ae1cc629e531a36528c3ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f1b2ec40548f7be404af0b6ef29aefd46edd49de..dae9874a20ce85d1ceea2d15ff2ad09a9123d181 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 e982f2f19e90fdfcc0abc3c68b03d76c2b28570b..8245170e983c964be2f5b3df04c452419235dfae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 ff880aaf5397f481020bea5e9b0d5436498925d7..b8625c6bfd69cbebe043442644775ac40f46c244 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 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 68f7aafceae300758bd8bd5eb290961be165bd48..f55da251236e4eea07c5f4be95251f9fd5674212 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 29508858b63eb6f80007b43bb6b03ca831755c47..1439417ef395c247ea33b79a4141b1f22128fac8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 0948acea0ad1aa5036ed751c9a214183ea136ed8..fc3d4cd28bcdf8466b3bb405297f70ad7194d29b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 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 04b0caf12641d7bdd0067d10974ee3daaa0f9b3e..95a314066f83a8cb202ba38ff9c3c17a1459088d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 4caead9daa354471071bc9a1e0e888612b544d65..b7fbf3f47a19c3cf74e8e103958374f0695225c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 82cb2b60bfad79719b0a06aec6f8b169df58cdfb..4fbf1ceb58a98aa8eb335272bdeaa6bf260feb8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b69bdb8e5492882d6b180af464cdf98f4b63a2b4..a99b73953d2e940086a4269bac9383d1120206fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 2c3a9368eb1494834038ed1dcc861cda249a09c0..bb62e2ad586f87ecc233fc4be4985bc6f60df4c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 13a9690f0fa3b34e3e69b7cd23296538f24b3811..e3c18d0a87bad694b44751f25af5f5e0af0e6d6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 c2d45dcb0802efe558ea8546c70c8424bb0c87e3..93fb1521d70614dd0794a242aa9021f167103aba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b9974a8b2022e653d4d9570b3f0291a2d0aa5edb..a13d64b83bbe73a783e8f249e02a3e311d6feea1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file for details.
  * This was originally written by cycomate.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index 15779ff505a1e309d82b2794433a19f365fedd4a..28a14d03e10062f08c5c7526fe778a1dac7d6fbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 1751e2ab5a47fedaae420d968431a44ed0c114c5..dcb0aa60be01cb060413358ede4e93669c7c6df2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 7d2ce9150d75ae5ee1b630c29912c5e4eaa58519..2099d14e52775abb148eb37344b20310829bccc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file for details.
  * Copyright (C) 2006-2007, CNU <bshalm@broadpark.no>
  *(http://cnu.dieplz.net/znc)
  *
index 45fa05e7cb07912c450d1afa11dac03920a3f381..c3bcdffce9ab1ca7aa1a1514f77b9741f39fdb8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 198ece5b8d709da3208c69b88dbc311aa6d7f8d5..44ed3e0495d7bba7a36b5eabe01a9f7b803dbbc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 a87f74e4788688c94fba9dda1f2749f6067994db..baac04e0a8fa67cf07235232e441b5931580e2d7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 2b8413ef526b6015602eaedadbbeb8e939455d53..21f8be9505fa2ce74dddc77d8a2811abf0ea9c71 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 4229e0b1daf351864353e2318fe5b12363d7aff1..dbff0fa1d3ef50bfe4ac675228b2e29ac669f632 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 806b4dd3c81110d6140da730377a8d5e421e32ba..06f976dd98a67f47b475b335d4c5e3f520d0f8e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 cde3f7af481ba744ad958a76ccc68c4556bd4e6a..3197a36608f5451b32d1872bfe16d6bac8739a67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f7ffe66ec2d85489a13ae8472344b5d8c6a30964..753c1a55daa8ccf8b422e26a62b94a9dfa07740f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 26a616a2423076c8aa573cdde268f2a407476866..bf1c2ddbd9ac5ec1a23b4d98271ae9a53cfb0f81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 36a2e649f0a2a216f2dedede9fac8501511741a5..8c1fcc24a1d59720d92da62d6f94409657e37ae6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 804b3800e69b17182cbe2d878f5473b4333ea73c..6e97363be20870963228f4747c9a6a312993c969 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 58a03c9768185270241ce52126ad48070d9487d8..dec64faa5f8cbf9d871ad80a5be8451229b6e1b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 7ea54db70df88764703a559d6678caa831ee6377..a0847a20640170b553205c87198341af833c0049 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 89c4b758807611dc718f8cec4edb82f606c6d328..935c3803ae6564dd4c4e38dd19f96b0657449d27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 5de9f70570880df4f7b3c3da22be987f29e0d290..4e8fc2959fcd2d8b06bef242b21656cd82a3449b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b33df47b9c9fa9cb680d72c61c471daebc6a9745..68b7736f6cdfb12bad086abf20fd08e4d5883223 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 605ce6d08839e39b45c7ca14d2a9a94da8d875ad..57afb0c18e661f5f71f97f0e464a2cb7587fd89a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f6c75fcfdb307b76c1b44474cff8be5f2987debc..b467bc371fa1e5f6d23ce2f296fb54bc79254f26 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 36f230ab7b283015fa82e4e7e8336dbfabe55e91..d45518212bb0e1f8272fd1b12de6f377611084c2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 a5e763dbbed50831e02bd7c396b9ac96a71e8b47..73b7d56a102c26a7a772429843be59d03c9ca30c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 10b9445eae1f7312a92773b1f097b497b09d7c3c..37861c9d1beb7c7252b0c9edf5fef38e4b323120 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 07db363e1c41c58682443f2981b43a97e45a457d..de3f301b680db92e53695aae96d1ad1b1e3a3fda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 9cd2ac87ece5ff7f7cc669f00ca2877f0c4cc550..47b6c44812fdf54d249b4aeb81417701447e6bfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 172b5d3240761813732bf553030b46b24a068b6b..054637aceb4566bc33ada7cf4869d77356d3a94e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d6088b82a2f151848c0b88807398294c77381cd2..28afe73351beca7a246753f884d2821949edcdaa 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 7177867d654d490b668132240286afe0453a6657..1fe8f6b3573ed02ca504a45552e4a800070e8f33 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 c9411564b5b8b27bb32a31ade9e459eb0e49fb0b..f2f4a61841ce7ed756d0cf25dd14e569ff8f6d36 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 5dedaf281df7208f3eec94bdc3117685813ec316..8edcd42a6a2eb43c5cd4d8c70ba4a2e5c339d340 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 66bd6e9d189cf79d2fc473c33ba2f1d6114dcbc6..a183577f42c0921e8b93e9b0c74afacd551703c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d31bbb51dddc4c76bc88a62cec98e1a8c3110b45..c636185a907babade90280359aa40be6c9c745c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 268108ac3392791e4ea6069eb85fb8c202ddb900..d1f3de7ccc9c6879646afa525465ce90292231da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 202b651b63f1e96556d0b43e8b344067a803b528..9134439273838a00c8aa6e5ac8622d05b7fadb64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 730b875d53d6acc7a75390b759383f988733cdf1..951ae96c59b61959f6d5c034f9e9f429513eb612 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file for details.
  * Author: imaginos <imaginos@imaginos.net>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index 8aeb37848059d715007b298a96574f5e202dbff1..06931b2acba479b56ae7b6cfc3bd7efecda813a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file for details.
  * Author: imaginos <imaginos@imaginos.net>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
index c0bd3cd8e904d5d6f4267c6abf201cb634df1e4b..a72c34a3088a8fca578054371e1ee993e400abf8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 53dd2cf4088e0c3eabae1c5d6565f0fdad0b1486..2485b6148c9c6f90238925ef4961d61d41b2b3a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 2ba6837d76576c5566321c6fa7037f8935ea432e..390335e1f320a8cbfe16b41f763d7c14812c2036 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b822993f88b35ef25651e598d3bf73da13e9803f..b4f98606e5d8356cc678fa069ebdc2c33d3496bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 7a8e99d4780f7b2b7fd223b68e277d1c5a90be44..06bfa7143f60c69ea13c3f79e238b5cd05f4c9a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 e975f04a91a32e1ff454d838163d300d86c9379d..6dda9e888f4d789e1600d328fb67fcaa8250ed30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f7f46f6e822a8f528729a00cf539c0bbf3650b2f..bcc726102a8c0d002d9bc50e3eacc09b88af7a27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 aa063c782c43a2e61c6620440ac087c81459ac82..6e6f661bb8d047822e8a68c73386b5558e3af62a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 8c1b547255aff91a3aa146ced1b062279460b404..830303d789af48def226afa49adace4e5de2fedf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 c96cc6bee63f689923b8e53804864ea287a7441d..a70ff5882341cca75284d83227ae03e716b075ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 1fdb2aa44ec9b487178400c03981438ffebddcac..6d215218f0a394696b0bea6f67ab60c041ae4fd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 0ca9f9bf2f8ff3d21fc8cecf97b4dbc3fc206ee9..925714cd32732633c3344d8ec35ddac9a4f350c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 33ddfd7aa6b31a5af4e6065c3852825c10a5cf47..246080b6b3af3bb4f0282b5d1e816e66c9319836 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 aa7379defcc8082013a36de7870b7355ccda6444..8b9985ef4b1ea961eaa45ed63e6988a7c11a02b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 05956bb343c99e8d735a16c98aae13eb5772fe17..7f675df21491516869199e88462e5f40af56ed06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 99f92429072e274a20f56649f3c97f0e1cae76a1..fe1ab8dcdbddd7c4062e41522594f783ae93b52e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 700bfd08b241972f91737ebfad5dec0d0df4be28..45465ca147fc112faaae9380beccf94f693de6b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 48acbd197b9944068b493cc73fe3884809162076..5c6d55015bbf1586a8867205f8f3e694485ad39c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d14785d6cff1eb7d264b06b33d8e72c0bb93537c..6a6af0731884622119c634c7b4bafffd8ca14ea7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 219d06c32d05fef49455a64ac9ace78f14b4e5cb..d69d6050526aa97f3003edff9b988fa56541f3cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 bfd970c6fbda7c629e21d7c04c0f88493e2467b7..f34a88bc3a7bcc368290739683066fe9c8f32eae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 1cc707e2786fc41e2b3eefe0b7ac0e56b617de7f..81848dbd9ffb3ec0068c27fc998208c1e4b0f795 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 4a01dc41c282afb099db0868d69dc89ad31cb652..914e62a9d5d1c818d8e4c01ec51f9378574a4ecf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 238919200fb258424f8702c9440a7b7abe00e1a2..efd29d00c4e52b3ec49b62a50bacbffb6346353d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 0570e1cda3e19773c6ab5591e0f4f20c6b6218d5..2f8c8b00d3ca16ef1461130a7c878c27218c2b64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 0c36f37cd202b93f6ded3a38d6543d044aa4bb7d..346ac62b2ee1799520a303c58cf37d055a26cc95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 91ce32bbb8c67774eabc7c5de643c89106a467cf..2fbd61c5bb9bda2f311788641d64b9f8fa276c41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 153f097aed9dfca4a457c79e56d173efd8f72823..af4b32b7eb363912209d6e4113aa11575946a2ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 edc109b151bb2366e448cac5829d3f43d0f1d2d1..5a240f97d4e63ee3ff2b91e39d5b714641abea4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 870edeca4ee88676658e01eca2d7f107b839e48f..bf6b193bb238335d70ba0c362a1450d0412db7da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 7eefba315804363a67060421e4b22cd6be2fe366..e27ec50ea61886932e1816200379850edbea41ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 7db5694ab3b60cfdad95d17b4ed533281a7267fa..e8cfd6d775d35d1bb4309b1d8c7c66869cde2ece 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 9129b2998d13df32c269ed11eeca09411e29d8e5..96c05a31728a476244c60a8f650638bbfeecb8a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 427ce9fbab371d88290235f4d7f82dad1782dd66..d8955c33b45d0a6bf16d89937c380c1bf8be3c5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 bc36539cf9125c50cca83fb392a145c637655c0e..d0d71831721a1c3e1098d227224ed8130dc34b06 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 4df942ac10f4d5a59d5f4037497a5336a286f67d..254f1e8358de9965cbfb96cab7d8812d9f530910 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 2bd5ab180ea76c28c2754dd372987c8df18e1458..89dd30edb4a2e2441097938c651e271a98ef35d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 fb218884bf66cadd223a0663dff9fecd93476749..6979b0caad79e6e3547722c0e138e608a1786efc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 7796059e2ec4bfa543aa56fa0fc3892a06d52086..c7587712583d5e29a910ea5981c2fc9a8584c326 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f1762d408b9847b4e1224fbbcfa9c4f2049bec3f..e3194b04ce803e2be84d0a4591a9836cde5da68e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 494d40a26427a5c7f417001ef416557b35083132..67ef11b9504c7386042d83aabaa51d7c4c5f0243 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 960dd982031323d34c0bfa7ea9a489c1dd056259..2c8283e6b1363c6d86d9955f6cf886077f212698 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 734250cb8357f88aab9a8cf85f4729a11c971c1e..d54852189b5202f6824afa98d2001bfff32540b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 bc983efebedf6b790950b53f6f3e1ef1489c2be3..aa945dbb371f2d6a83e45b405d82fb0d844f8478 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 bdd9a52b0aeab7764599ad2cbd676f6d14dc7138..213ba6e87b9c5fa329497a83ec5acd0a59592c19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 246cb56661b65d789c00461417e5b3c76a9487f6..a85e188d25a19b4445ee0e28172915a2be47b654 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 e4264028d8d4a24f71eb7c1e640143a75ba9f947..c4614f0607258acf0ab4dc295b7c332e999d1aaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 078524bd194b63ffb565f360b4e6b25f52746d21..3268a24e4162012384d168f1faf6ed4da0a9483d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 80920209f89c53f021cd11958d5e0fd170b42f53..7152cb79426abcf9decc4fc8f3e0994deb5b8e5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 f790a789be806a486d81c4d1b8e22d09e99a2871..3717d6cbff11c091873e2483d234fc637ec96d5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 fb21df40125145583f09287da7a145e77856414f..385345f17ffc05d94fa9e867b3bf3e21e651208b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 aaa96358ebe01c36399f2e26b826dd7dad3816c3..63867dde8da485256410a7a02af6fa237372215e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 b45553b14fec0e899cf9169b3548184f8f60ff94..59161fcada08de4bce966a415838f5d96c98bd03 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 54997f0f520e7b59355a8ecda9c0f68e0479efe1..211998ea423089c5e286c86e755af1133e2be817 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 2713551de89b83317d91d4c15bbdb83acffbb905..9c74cee0c37b41887a2ca9437284d97e199cc27e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 9565485cfdc0afa0c724fe5074ecc527a738be4e..4a1601a77bf0a9f2cf8bd96708b70d2d5f95e274 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 4ec1add1f6796d7aef49de0f23b94830b26e5d7f..90fae8053155985837802d3371af479150622eeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d89e8bc60dfa66d5f5db18d69e24035ea5467893..594c767797150f66d45916317cb7520f34180066 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 e06cb8344e1f869d7c279c6da98a7f7010f12a4d..5658814538b3e45511e013b535988f7dd955fba0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 c3ce7c9e1ec7efc3328ee0062f8bd326cc045816..79b4b4b7eb3203d55e0c9d86ef1206ed2dd6c480 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d0382f7108c668b62ef4db0c64e0858776df3a6f..a0c23a4bf1693cdcfa28fb3c37085311c1f6aed9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 d7b387c64494b7a9eb4ebf13a76a91216dcba2c9..6f2737ca2e6242dc9f093a051c22f1e288bb88b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 06bf5e0ccd86db09ffa3ab928d138f8d4dbe20f3..d31fb778752b8fd4d1638dd5d377c4db074b5096 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+ * Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 2ddbbc56fd8a008cb7c4c2a81ce75d8a49a3a464..1c932d78ea4061127e18909e335b76e42f4a6a60 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 4dc83d9b37a21da1a7fc5a281d3a41875370e477..9645d060214c9fa02af66c1865c43f94fdfc41b4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file 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 5c09d729b3f2c9fa45356c493ab03fc973ef3a93..74d39c1c1627c689ecbd234a633fc7458d83d220 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2004-2022 ZNC, see the NOTICE file for details.
+# Copyright (C) 2004-2023 ZNC, see the NOTICE file for details.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.