client.go | 2 +- client_test.go | 2 +- common_test.go | 2 +- daemon.go | 2 +- daemon_test.go | 2 +- goircd.go | 2 +- log.go | 2 +- room.go | 2 +- room_test.go | 2 +- diff --git a/client.go b/client.go index 7b6bacf13429b8d67076de036152a153c1e8850a5288fc343027bf561cb54dfd..e6fe369f975c5770b54d6f97409b9aba7930c82a860aa44527c37d5164027a5a 100644 --- a/client.go +++ b/client.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/client_test.go b/client_test.go index 9574fa7b6099404b9d2155ce76da860ffceb1bfe97ebf15d4fcb178448e18542..91983f3d7a38910336650022379502cdc3fe22f6c2af9e8e968c85a7cbafb2db 100644 --- a/client_test.go +++ b/client_test.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/common_test.go b/common_test.go index 7388ffb08eefa7e349fce978adfe8af304bddbb46daf73885cac8c37c1ce8c42..bfeab19ee94762a0ad07b736d07744ab3d6290caf5b256ad7e13a4e9c84eaa48 100644 --- a/common_test.go +++ b/common_test.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/daemon.go b/daemon.go index 0cf08dce495f87b718458876b44d6d7da0ceaaf85af73dbebc9bd5ce46a4d105..3c192607d161cb21464e12f0bb8d6920afaf095451a37b6fdb6906effbd1a1ad 100644 --- a/daemon.go +++ b/daemon.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/daemon_test.go b/daemon_test.go index 9a297bb07436d62f6157fb626d4f25a3a066a4b79e28bba9afa3273930af9a53..b97f37b0ac075fc6dd27ebfc94e413e7820f11713c679dfc82bbcdfd048076e4 100644 --- a/daemon_test.go +++ b/daemon_test.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/goircd.go b/goircd.go index ce0359fcfd335ffccbf998cb25e98b2beaf2f23c319f0cd65a10b7cc69abb43f..bc38c024f2194f408bf77d1772695e82d4ed3a950dbec07f31d5e181577354de 100644 --- a/goircd.go +++ b/goircd.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/log.go b/log.go index 18fda0b9130d9de7ee05c746487936f37e433445411265233b81508041c8309c..d5ef369c643fe605267fbc2235acb048c862c7429ec79f71f7e15a5eb5cc1ec7 100644 --- a/log.go +++ b/log.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/room.go b/room.go index bf453355a5a127e97a57a66b2ceef560c59b721546fcebac36b374ac4450b238..44f4dcc40b50b771c9720faa2a3c83f0d53626dc1044f56bdc3f6f19cf4a9ca4 100644 --- a/room.go +++ b/room.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/room_test.go b/room_test.go index 28544a5ed462acceb67919a887120f11c0c48f195b6721bd56d49c24a20b3d1a..48dea3bce1ed6d937309921220de5d5f274854edb0648f5bff575228a2668f3e 100644 --- a/room_test.go +++ b/room_test.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2024 Sergey Matveev +// Copyright (C) 2014-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by