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