]> Cypherpunks repositories - netstring.git/commitdiff
Raise copyright years master
authorSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 10:58:18 +0000 (13:58 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 10:58:18 +0000 (13:58 +0300)
cmd/netstring/main.go
ns.go
ns_test.go
r.go
w.go

index 81e198076476e0b96f080691f60a43f4fa621d92..ca0b4a3159eabfe0449d02769270f2c5cbdcc100 100644 (file)
@@ -1,5 +1,5 @@
 // netstring -- netstring format serialization library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 8426b1ead3f7bbdb1fb2274a1e4bb7de1e4ec052..dea965e6c4bacfc80cc0fc707d9ffbd43514990e 100644 (file)
--- a/ns.go
+++ b/ns.go
@@ -1,5 +1,5 @@
 // netstring -- netstring format serialization library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index ad73f68b43cbc77a982551af924cb9e759aafefc..2fe514e5cd3883502dec3d4427158c844d9614ce 100644 (file)
@@ -1,5 +1,5 @@
 // netstring -- netstring format serialization library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 0349cdbafa0052acabfce19ff3a13622e60d26c5..8c49bb2d31cdddacdd8e64214c98db3f487565ad 100644 (file)
--- a/r.go
+++ b/r.go
@@ -1,5 +1,5 @@
 // netstring -- netstring format serialization library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 e4cda56fd649b4796963ee73ca656096a1d7313d..374756525a4999e04caa76d53e681724a9e2cf0c 100644 (file)
--- a/w.go
+++ b/w.go
@@ -1,5 +1,5 @@
 // netstring -- netstring format serialization library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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