From 8d3fe46838aae68d281ac4d34add7bcaf4192f3e Mon Sep 17 00:00:00 2001
From: Randy Sommerfeld <cyan@synchro.net>
Date: Sat, 1 Jan 2022 12:56:21 +0700
Subject: [PATCH] Update copyright

---
 exec/ircd.js                   | 2 +-
 exec/load/ircd/channel.js      | 2 +-
 exec/load/ircd/config.js       | 2 +-
 exec/load/ircd/core.js         | 4 ++--
 exec/load/ircd/server.js       | 2 +-
 exec/load/ircd/unregistered.js | 2 +-
 exec/load/ircd/user.js         | 2 +-
 exec/load/irclib.js            | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/exec/ircd.js b/exec/ircd.js
index 699f0fb104..9d0fc9fbe9 100644
--- a/exec/ircd.js
+++ b/exec/ircd.js
@@ -15,7 +15,7 @@
 
  Synchronet IRC Daemon. Link compatible with Bahamut.
 
- Copyright 2003-2021 Randy Sommerfeld <cyan@synchro.net>
+ Copyright 2003-2022 Randy Sommerfeld <cyan@synchro.net>
 
 */
 
diff --git a/exec/load/ircd/channel.js b/exec/load/ircd/channel.js
index a8e8619c53..cc9a7951ce 100644
--- a/exec/load/ircd/channel.js
+++ b/exec/load/ircd/channel.js
@@ -15,7 +15,7 @@
 
  Everything related to channels in the IRCd and their operation.
 
- Copyright 2003-2021 Randy Sommerfeld <cyan@synchro.net>
+ Copyright 2003-2022 Randy Sommerfeld <cyan@synchro.net>
 
 */
 
diff --git a/exec/load/ircd/config.js b/exec/load/ircd/config.js
index e5c0530e58..5d5e38309a 100644
--- a/exec/load/ircd/config.js
+++ b/exec/load/ircd/config.js
@@ -15,7 +15,7 @@
 
  Anything that handles manipulating the IRCd configuration.
 
- Copyright 2003-2021 Randy Sommerfeld <cyan@synchro.net>
+ Copyright 2003-2022 Randy Sommerfeld <cyan@synchro.net>
 
 */
 
diff --git a/exec/load/ircd/core.js b/exec/load/ircd/core.js
index a96b69a71e..64c4b4d309 100644
--- a/exec/load/ircd/core.js
+++ b/exec/load/ircd/core.js
@@ -15,7 +15,7 @@
 
  Core IRCd functions.
 
- Copyright 2003-2021 Randy Sommerfeld <cyan@synchro.net>
+ Copyright 2003-2022 Randy Sommerfeld <cyan@synchro.net>
 
 */
 
@@ -1371,7 +1371,7 @@ function IRCClient_do_info() {
 		this.servername
 	));
 	this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=-*[ The Synchronet IRCd 1.9 ]*-=-=-=-=-=-=-=-=-=-=--");
-	this.numeric(371, ":   IRCd Copyright 2003-2021 by Randy Sommerfeld <cyan@synchro.net>");
+	this.numeric(371, ":   IRCd Copyright 2003-2022 by Randy Sommerfeld <cyan@synchro.net>");
 	this.numeric(371, ":" + system.version_notice + " " + system.copyright + ".");
 	this.numeric(371, ":--=-=-=-=-=-=-=-=-=-( A big thanks to the following )-=-=-=-=-=-=-=-=-=--");
 	this.numeric(371, ":DigitalMan (Rob Swindell): Resident coder god, various hacking all");
diff --git a/exec/load/ircd/server.js b/exec/load/ircd/server.js
index 29dbd8d14b..cd7f6d996e 100644
--- a/exec/load/ircd/server.js
+++ b/exec/load/ircd/server.js
@@ -15,7 +15,7 @@
 
  IRCd inter-server communication.
 
- Copyright 2003-2021 Randy Sommerfeld <cyan@synchro.net>
+ Copyright 2003-2022 Randy Sommerfeld <cyan@synchro.net>
 
 */
 
diff --git a/exec/load/ircd/unregistered.js b/exec/load/ircd/unregistered.js
index d214174ff6..08cf95e8c3 100644
--- a/exec/load/ircd/unregistered.js
+++ b/exec/load/ircd/unregistered.js
@@ -15,7 +15,7 @@
 
  How unregistered clients are handled in the IRCd.
 
- Copyright 2003-2021 Randy Sommerfeld <cyan@synchro.net>
+ Copyright 2003-2022 Randy Sommerfeld <cyan@synchro.net>
 
 */
 
diff --git a/exec/load/ircd/user.js b/exec/load/ircd/user.js
index 6185aed6d0..8d4f2d0df6 100644
--- a/exec/load/ircd/user.js
+++ b/exec/load/ircd/user.js
@@ -15,7 +15,7 @@
 
  Handling of regular user-to-server communication in the IRCd.
 
- Copyright 2003-2021 Randy Sommerfeld <cyan@synchro.net>
+ Copyright 2003-2022 Randy Sommerfeld <cyan@synchro.net>
 
 */
 
diff --git a/exec/load/irclib.js b/exec/load/irclib.js
index fc70d0940a..471cbb23a6 100644
--- a/exec/load/irclib.js
+++ b/exec/load/irclib.js
@@ -18,7 +18,7 @@
    If you use this to create something neat, let me know about it! :)
    Either email, or find me on #synchronet, irc.synchro.net, nick 'Cyan'
   
-   Copyright 2003-2021 Randy Sommerfeld <cyan@synchro.net>
+   Copyright 2003-2022 Randy Sommerfeld <cyan@synchro.net>
 */
 
 const IRCLIB_REVISION = "1.24";
-- 
GitLab