diff --git a/exec/ircd.js b/exec/ircd.js index 699f0fb1044088ab97cf909efc1f8215799df585..9d0fc9fbe971d813a498d4dfe96d5cfbae3c8d03 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 a8e8619c5318bbb763f8bc0300f1e86bcabbae0c..cc9a7951ceb271621d25dfb5e40bcb22edb84060 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 e5c0530e582cd8fc99eddfe7a2db755a196816ea..5d5e38309a5eaa18a30ea13550e695873f7a86b1 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 a96b69a71e54f3fb498c2ac68a39478a215877ac..64c4b4d309a0e695fb4e652c0e31f6d56dc19d01 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 29dbd8d14b39ded796b173bf3261bc1401a1c4bb..cd7f6d996ef264e25b311d46335434a9267bb0c3 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 d214174ff6dc8ed8658fcfb99aa4592188ff99d6..08cf95e8c3c59bd0c23c82ed42b41e9b95d23109 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 6185aed6d094bb70c43de2d0a7a0b73224e7fa3e..8d4f2d0df6a6e751b398701f9a04f12614391d3b 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 fc70d0940a3c0c6bcab7e5d58f143a4b8a197cdd..471cbb23a61f9c9feac1016d719d43f251eccf82 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";