From 7ae1dcb58e15301da8ab9ed8e235a43a69c29dcc Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 13:58:18 +0300 Subject: [PATCH] Raise copyright years --- cmd/netstring/main.go | 2 +- ns.go | 2 +- ns_test.go | 2 +- r.go | 2 +- w.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/netstring/main.go b/cmd/netstring/main.go index 81e1980..ca0b4a3 100644 --- a/cmd/netstring/main.go +++ b/cmd/netstring/main.go @@ -1,5 +1,5 @@ // netstring -- netstring format serialization library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-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/ns.go b/ns.go index 8426b1e..dea965e 100644 --- a/ns.go +++ b/ns.go @@ -1,5 +1,5 @@ // netstring -- netstring format serialization library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-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/ns_test.go b/ns_test.go index ad73f68..2fe514e 100644 --- a/ns_test.go +++ b/ns_test.go @@ -1,5 +1,5 @@ // netstring -- netstring format serialization library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-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/r.go b/r.go index 0349cdb..8c49bb2 100644 --- a/r.go +++ b/r.go @@ -1,5 +1,5 @@ // netstring -- netstring format serialization library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-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/w.go b/w.go index e4cda56..3747565 100644 --- a/w.go +++ b/w.go @@ -1,5 +1,5 @@ // netstring -- netstring format serialization library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-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