From b429a5628ecbb90563a1583061d2822a56eddb42 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:09:33 +0300 Subject: [PATCH] Raise copyright years --- 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 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client.go b/client.go index 8891959..55c3b37 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 8f0be6e..d2ae2b1 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 a05c9be..a132ed8 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 1ca6930..e272cf9 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 0706c1f..fae4c55 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 c9a91d1..1d8ed8d 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 9daf0ce..c16b890 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 d48aa8f..8bbb4ef 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 a151f2a..8ea1a7e 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 -- 2.52.0