]> Cypherpunks repositories - nncp.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Sat, 14 Feb 2026 20:33:52 +0000 (23:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 14 Feb 2026 20:33:52 +0000 (23:33 +0300)
60 files changed:
doc/index.texi
src/area.go
src/call.go
src/cfg.go
src/cfgdir.go
src/check.go
src/chunked.go
src/cmd/nncp/ack.go
src/cmd/nncp/bundle.go
src/cmd/nncp/call.go
src/cmd/nncp/caller.go
src/cmd/nncp/cfgdir.go
src/cmd/nncp/cfgenc.go
src/cmd/nncp/cfgmin.go
src/cmd/nncp/cfgnew.go
src/cmd/nncp/check.go
src/cmd/nncp/cronexpr.go
src/cmd/nncp/daemon.go
src/cmd/nncp/exec.go
src/cmd/nncp/file.go
src/cmd/nncp/freq.go
src/cmd/nncp/hash.go
src/cmd/nncp/log.go
src/cmd/nncp/pkt.go
src/cmd/nncp/reass.go
src/cmd/nncp/rm.go
src/cmd/nncp/stat.go
src/cmd/nncp/toss.go
src/cmd/nncp/trns.go
src/cmd/nncp/xfer.go
src/ctx.go
src/dirwatch.go
src/dirwatch_dummy.go
src/eblob.go
src/humanizer.go
src/jobs.go
src/lockdir.go
src/log.go
src/magic.go
src/mcd.go
src/mth.go
src/mth_test.go
src/nice.go
src/nncp.go
src/node.go
src/pipe.go
src/pkt.go
src/pkt_test.go
src/progress.go
src/sp.go
src/tmp.go
src/toss.go
src/toss_test.go
src/tx.go
src/tx_test.go
src/ucspi.go
src/via.go
src/yggdrasil/tcpip.go
src/yggdrasil/yggdrasil.go
src/yggdrasil/yggdrasil_dummy.go

index ec6fa414369f75dbe17c6946d1114d03cfcb2418..65d303b8d307a0f3e75ab470ba8b4acea9ef1308 100644 (file)
@@ -5,7 +5,7 @@
 This manual is for NNCP (Node to Node copy) -- collection of utilities
 simplifying secure store-and-forward files and mail exchanging.
 
-Copyright @copyright{} 2016-2025 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2016-2026 @email{stargrave@@stargrave.org, Sergey Matveev}
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index 61d5b3e60de3989600cb9c95ceeb8338926ce66a..e63f8c42b8930da4b0550fdd56ae55816f5183d7 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 6814c6d3a80d27745bed04165168570155b98c7c..40300ae0b22f8fef884d5dda396c84339a71b09d 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 365231deafbb2aadb565a14751da9e8f031458bf..80a988edc42a6e8f6386187ddf5aa3d90673d6f1 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 3a9f03e06d534da910c8c636c5af516772f91011..39be8186459be828ff82e69d5b01f1b890132a13 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 8f480465b748522f98b20b27ab99b6703c334eca..73a800fb5eb29b8d311ddc353ad897ba16d0b9fe 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 0fbe99de5ae7c1fedef45360704f96e15fbba381..2bdbe58bcb8b6b0e0975e912412a83515481b850 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 f97fbaad178e9cf009de52c794921c93bd29723a..d0e0e03d6d2c7af5595024896ca9d5e4e006c078 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 841a8311eed917e22746d91bf035a311844ce682..425e98afbccd8fbc5b3dd3c50e30469c599f2652 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 f2d17f2b4fdd714fd0f5aa08f9240d4f901c37c9..d0b12d56ab2b22bc52674680e24ba5017fa8fe88 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 43027a76e4814bd6c3f07ca43ee8864061022d42..36c193d8ba766f2c8063e51774bae7be2b5d2f9e 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 8e40d2fbbda3801b0a4fe2cec766ee76ae524b56..987bcb15afda7f17443a0bc25032c8ec0acad5f3 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 4fed530c295e57ee0301dafe8b63e079e11b2ca7..d630e7499c50d9e6f59e20d5f5a64c2aa20543ea 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 00bfa3354038ffc9a67ea53fd3ea658f234577ce..60e770ad309ca2333ba296dfb7fa13f6a8531af9 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 13cb63f01b022187b511ab59cd3fc6e679413e9e..471262edea57f6bfe830d66e78c9c24d3aaaf6df 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 dcef5c63319a2245166bad9e66070ecf8b760b76..85529011fd3a823efac221ae9b645a746ceff228 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 3942ee6c357253aa77ae266dcd50fab1b32de27d..61c78e0bcacc256e802240206eb0327e89447530 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 39c08b55e34416bff358ec167487d92a8006da7b..ca8111abb19f4c34b46503e328a0763765b003c8 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 c2649178ac93933082db615000fc737d41b1b797..895362aa64e1156a499060772c26113919a81481 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 876e36ee4a604f25fe5543e474e6d21fa8fdba1f..b76c64fcbff1c820a2211f7bcceff6af033a1e34 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 21fcb7c714d3f274021bd8400703314b69c99750..f24ff95ed18914a15747753635f7b6b082c27a2c 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 a166461b536510a511470cca3a9a93e410c11a72..639dd25ec765ec13f0a9c7040a63a9dd66da185d 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 77f1c94df7f5ebb988524a008343a2b05949b89a..b198f00e84a9e23ed064f7f184e1046662fd5c49 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 70ace986aee9284fe771ee5cd017540ffca95d88..4c1aed74f8d5098dbf5ce9f168f807bc063ebb81 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 b61113d528bbe94730ef632440837d233dd82dc5..69ee422717b86915673a275357bb471eb0f4ee18 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 d087285be9a1502a52aea07e46e3e7a4e965ab9f..ed91ec89220b206b4b25e0156f845a565f6e2202 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 fc62d7aa2bce47593d071365a3efd60d8afa044a..912691380b0c064cd422ff7e97cf6166c9c3c979 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 d3ec8c0f7ed73a3efb19268df1af1e4ecc94fe98..a50118208e6f871b0d2d1f321e9d845500d7b442 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 5d11ab86e81efae7316a961e8d6fbe0675ef593e..cd75ec4248f96c4621be072b532d15b3e8af03dc 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 46bb39798bd9ba3ccd09559864dee2ca48e52aee..1e1633d5f970e5643b588e1f94beaa956c2f1ced 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 8de89a05087803d91eb8d302d30d7f7122e8b00d..d1986dbbc473afff7b6700675fe8fdb7b80a29f0 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 20cc55b13da58732c88f9c1870f9e4821f186c35..f92d9d4a5473db0ef48fd4d966e4af9f81a8c71a 100644 (file)
@@ -2,7 +2,7 @@
 // +build !nofsnotify
 
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 df9a9fc882fab08ef951e44838c1f362173fcf21..24db2ff430e513402b3f3a69baff36ff82378d97 100644 (file)
@@ -2,7 +2,7 @@
 // +build nofsnotify
 
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 858a44b993100f580e1989b04c8beb787e1387d6..573b87deb29e363d388826cbe6bc26b67f78ba77 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 1ca695e2a93d23d7484b21a468d498e2e256f981..73fe347ce817b5541f8977384949e72065d94c72 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 f789ba34c3d7c25ab5a071660bfc2dd61939f3c3..272ea2287d4041768cc292e304c4bb5b7040e835 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 6fa3eaf00f7275253bba2f386402ffccbd8dbdbf..881ca7869f443634d371de625e86f178acc49a8a 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 201fb1928d7257407d4f960af85d99f2693b826e..653c0d20bd730f49c46a62aa474662a96ea9dfad 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 5075dc775a4f5ecb6bd52ea52cd2415fb5442439..7813149a02f8533fe822f2125e57edfd27bb1be2 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 c40a35943cd7564f38797c47c195c290c0193693..9ff68a3a8e96a62d12f8ab8ffba40ab1b5702428 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 eeee57faebc056181b386af1e8f9b57c5e6b8766..f98826876d9c7a92c5d720c892b08e79df77b657 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 e0cb7ba6577785b50bfa191b3b749e9e347ba834..9990f1ad8b63367576cc7318104b5d275c807aa0 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 9a391ca6dc692e7584175a247be212241cad01cf..679e946ef9f4a684e6c6ace0b19b61e61bc5a041 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 653f2e11beb2a8fa7ce60447e74a02e00800c99c..ca4c9d7a4e791c19b10a8707e6afb73edaeb533b 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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
@@ -22,7 +22,7 @@ import (
 )
 
 const (
-       Warranty = `Copyright (C) 2016-2025 Sergey Matveev
+       Warranty = `Copyright (C) 2016-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
index fc67390ba1e31ac694187d89bbd97e7e058c7da1..0ebf6d8a93430818348a2911e10531e41054d028 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 833d0c3d2d31b42fc33b9409cd422929ddaff4aa..53b7b7c78370f79f00f8799da895622656d40d9d 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 ee0d334d58a8caa8afba8f0e08f80af23f5c1478..7b3536405ee8b742324748af43f03bd99230df6a 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 e0ea93cc2f76305a5254ecc48e8048077fc81816..75d388449b8722b43ac7523491cd9d762a196767 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 dd0b7524cfe1bcd6d7fdb7072d41a13f0b997a03..cc99586ed8bddaeacba2970295d1afa0649f0823 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 86be36a6ab052f4ea47dbe5d337a27b34b2629f5..bbac70ac67321c7a36209e7bbaa1cf2e32a6dd60 100644 (file)
--- a/src/sp.go
+++ b/src/sp.go
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 39c5285c717def5305785763891a12e28183b08c..88fe7860e80955a5454c42651f05fcd647a23967 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 bebad978e7c388a44398771d0c48f07457ae7c98..f37581d4d7015018aa1b4260a7f1c413ababd707 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 1623914481078d3a0a11d17a7ec0feee7217e67a..9869f6655a59159e7eedcc241dbd4172dba0dd1b 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 2504135a5883cb57bb724e172d45a2a91210b6a5..249fb43d2036bd5431814176992b363c239deab0 100644 (file)
--- a/src/tx.go
+++ b/src/tx.go
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 f7939d452ee81a6f58b309e9e93ddb17ae587830..13603b63b9827172e6edd9bf846403600a7ddece 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 b915c63dc9679d588e383a4d936dbde94e77ebd0..886dd6bc47531103fab166fe5c87cf2549a5bb96 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 6156f7d8945a7515511e8f0fc64d96d40f088ce6..af4fa8dc939b22cb517c92029e881a817e560e23 100644 (file)
@@ -1,5 +1,5 @@
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 67aba31b93210953e533c508071376593dde1ffa..b4f71abb80a6a930ad93ce5b1d8e377ef29b5d18 100644 (file)
@@ -2,7 +2,7 @@
 // +build !noyggdrasil
 
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 38a984bd91f500019182b11eff7699142b780eb8..6473128a057362a1d673b2ed94dfa695f5b52a55 100644 (file)
@@ -2,7 +2,7 @@
 // +build !noyggdrasil
 
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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 474de5a9876a7fe6dfa7ac6d026693240a75c33c..6f14fea876ec8c4b29096f24ba6f64ef0ee48f8b 100644 (file)
@@ -2,7 +2,7 @@
 // +build noyggdrasil
 
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-// Copyright (C) 2016-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2016-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