From: Sergey Matveev Date: Tue, 30 Dec 2025 11:09:33 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;p=goircd.git Raise copyright years --- 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