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 e6fe369f975c5770b54d6f97409b9aba7930c82a860aa44527c37d5164027a5a..5bd779dd474e0684eaef620509e0f288168d22201e80d42b8672db8c0cec1e74 100644 --- a/client.go +++ b/client.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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 91983f3d7a38910336650022379502cdc3fe22f6c2af9e8e968c85a7cbafb2db..455df76548bb194c4b32bc1ed80d734bb7bd62bc8bd59cee34d74b82bda797b7 100644 --- a/client_test.go +++ b/client_test.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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 bfeab19ee94762a0ad07b736d07744ab3d6290caf5b256ad7e13a4e9c84eaa48..9b247123738142613dac2d55b79a66e108331aed8271eb8ed6fcdffa80abd346 100644 --- a/common_test.go +++ b/common_test.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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 3c192607d161cb21464e12f0bb8d6920afaf095451a37b6fdb6906effbd1a1ad..ddd2ca10a2051653dcba44900ddb21494de167a501bf95d540e13e4ba2aa1ce2 100644 --- a/daemon.go +++ b/daemon.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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 b97f37b0ac075fc6dd27ebfc94e413e7820f11713c679dfc82bbcdfd048076e4..e5d1a68bbb142d14faf92b9f6892c7d4910d90db334ced5e811145d73e4fd3b1 100644 --- a/daemon_test.go +++ b/daemon_test.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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 bc38c024f2194f408bf77d1772695e82d4ed3a950dbec07f31d5e181577354de..5927eae87077cbdc008f7715c69d419dda6ffb1dc05c8c0e3f7bfd3adbe6ec24 100644 --- a/goircd.go +++ b/goircd.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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 d5ef369c643fe605267fbc2235acb048c862c7429ec79f71f7e15a5eb5cc1ec7..2c175b00dbc14c793d5bb6cb256ee1e09d09122f62ffbe4c7fede885b2e7d989 100644 --- a/log.go +++ b/log.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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 44f4dcc40b50b771c9720faa2a3c83f0d53626dc1044f56bdc3f6f19cf4a9ca4..dae2826800ac9d14b6ed6a0672642486ed4e16c1ee7726664bc4e4e15f91fb0c 100644 --- a/room.go +++ b/room.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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 48dea3bce1ed6d937309921220de5d5f274854edb0648f5bff575228a2668f3e..c545b4c5c7dd65a48caf29a35031742cc06479c43c2346074ee82e2b5afc4e71 100644 --- a/room_test.go +++ b/room_test.go @@ -1,5 +1,5 @@ // goircd -- minimalistic simple Internet Relay Chat (IRC) server -// Copyright (C) 2014-2025 Sergey Matveev +// Copyright (C) 2014-2026 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