From: Sergey Matveev Date: Sat, 14 Feb 2026 20:33:52 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f6bd72b064e7f5152c96130be3a46085e2b6030c;p=nncp.git Raise copyright years --- diff --git a/doc/index.texi b/doc/index.texi index ec6fa41..65d303b 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -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 diff --git a/src/area.go b/src/area.go index 61d5b3e..e63f8c4 100644 --- a/src/area.go +++ b/src/area.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/call.go b/src/call.go index 6814c6d..40300ae 100644 --- a/src/call.go +++ b/src/call.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cfg.go b/src/cfg.go index 365231d..80a988e 100644 --- a/src/cfg.go +++ b/src/cfg.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cfgdir.go b/src/cfgdir.go index 3a9f03e..39be818 100644 --- a/src/cfgdir.go +++ b/src/cfgdir.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/check.go b/src/check.go index 8f48046..73a800f 100644 --- a/src/check.go +++ b/src/check.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/chunked.go b/src/chunked.go index 0fbe99d..2bdbe58 100644 --- a/src/chunked.go +++ b/src/chunked.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/ack.go b/src/cmd/nncp/ack.go index f97fbaa..d0e0e03 100644 --- a/src/cmd/nncp/ack.go +++ b/src/cmd/nncp/ack.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/bundle.go b/src/cmd/nncp/bundle.go index 841a831..425e98a 100644 --- a/src/cmd/nncp/bundle.go +++ b/src/cmd/nncp/bundle.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/call.go b/src/cmd/nncp/call.go index f2d17f2..d0b12d5 100644 --- a/src/cmd/nncp/call.go +++ b/src/cmd/nncp/call.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/caller.go b/src/cmd/nncp/caller.go index 43027a7..36c193d 100644 --- a/src/cmd/nncp/caller.go +++ b/src/cmd/nncp/caller.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/cfgdir.go b/src/cmd/nncp/cfgdir.go index 8e40d2f..987bcb1 100644 --- a/src/cmd/nncp/cfgdir.go +++ b/src/cmd/nncp/cfgdir.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/cfgenc.go b/src/cmd/nncp/cfgenc.go index 4fed530..d630e74 100644 --- a/src/cmd/nncp/cfgenc.go +++ b/src/cmd/nncp/cfgenc.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/cfgmin.go b/src/cmd/nncp/cfgmin.go index 00bfa33..60e770a 100644 --- a/src/cmd/nncp/cfgmin.go +++ b/src/cmd/nncp/cfgmin.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/cfgnew.go b/src/cmd/nncp/cfgnew.go index 13cb63f..471262e 100644 --- a/src/cmd/nncp/cfgnew.go +++ b/src/cmd/nncp/cfgnew.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/check.go b/src/cmd/nncp/check.go index dcef5c6..8552901 100644 --- a/src/cmd/nncp/check.go +++ b/src/cmd/nncp/check.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/cronexpr.go b/src/cmd/nncp/cronexpr.go index 3942ee6..61c78e0 100644 --- a/src/cmd/nncp/cronexpr.go +++ b/src/cmd/nncp/cronexpr.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/daemon.go b/src/cmd/nncp/daemon.go index 39c08b5..ca8111a 100644 --- a/src/cmd/nncp/daemon.go +++ b/src/cmd/nncp/daemon.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/exec.go b/src/cmd/nncp/exec.go index c264917..895362a 100644 --- a/src/cmd/nncp/exec.go +++ b/src/cmd/nncp/exec.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/file.go b/src/cmd/nncp/file.go index 876e36e..b76c64f 100644 --- a/src/cmd/nncp/file.go +++ b/src/cmd/nncp/file.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/freq.go b/src/cmd/nncp/freq.go index 21fcb7c..f24ff95 100644 --- a/src/cmd/nncp/freq.go +++ b/src/cmd/nncp/freq.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/hash.go b/src/cmd/nncp/hash.go index a166461..639dd25 100644 --- a/src/cmd/nncp/hash.go +++ b/src/cmd/nncp/hash.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/log.go b/src/cmd/nncp/log.go index 77f1c94..b198f00 100644 --- a/src/cmd/nncp/log.go +++ b/src/cmd/nncp/log.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/pkt.go b/src/cmd/nncp/pkt.go index 70ace98..4c1aed7 100644 --- a/src/cmd/nncp/pkt.go +++ b/src/cmd/nncp/pkt.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/reass.go b/src/cmd/nncp/reass.go index b61113d..69ee422 100644 --- a/src/cmd/nncp/reass.go +++ b/src/cmd/nncp/reass.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/rm.go b/src/cmd/nncp/rm.go index d087285..ed91ec8 100644 --- a/src/cmd/nncp/rm.go +++ b/src/cmd/nncp/rm.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/stat.go b/src/cmd/nncp/stat.go index fc62d7a..9126913 100644 --- a/src/cmd/nncp/stat.go +++ b/src/cmd/nncp/stat.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/toss.go b/src/cmd/nncp/toss.go index d3ec8c0..a501182 100644 --- a/src/cmd/nncp/toss.go +++ b/src/cmd/nncp/toss.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/trns.go b/src/cmd/nncp/trns.go index 5d11ab8..cd75ec4 100644 --- a/src/cmd/nncp/trns.go +++ b/src/cmd/nncp/trns.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/cmd/nncp/xfer.go b/src/cmd/nncp/xfer.go index 46bb397..1e1633d 100644 --- a/src/cmd/nncp/xfer.go +++ b/src/cmd/nncp/xfer.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/ctx.go b/src/ctx.go index 8de89a0..d1986db 100644 --- a/src/ctx.go +++ b/src/ctx.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/dirwatch.go b/src/dirwatch.go index 20cc55b..f92d9d4 100644 --- a/src/dirwatch.go +++ b/src/dirwatch.go @@ -2,7 +2,7 @@ // +build !nofsnotify // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/dirwatch_dummy.go b/src/dirwatch_dummy.go index df9a9fc..24db2ff 100644 --- a/src/dirwatch_dummy.go +++ b/src/dirwatch_dummy.go @@ -2,7 +2,7 @@ // +build nofsnotify // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/eblob.go b/src/eblob.go index 858a44b..573b87d 100644 --- a/src/eblob.go +++ b/src/eblob.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/humanizer.go b/src/humanizer.go index 1ca695e..73fe347 100644 --- a/src/humanizer.go +++ b/src/humanizer.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/jobs.go b/src/jobs.go index f789ba3..272ea22 100644 --- a/src/jobs.go +++ b/src/jobs.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/lockdir.go b/src/lockdir.go index 6fa3eaf..881ca78 100644 --- a/src/lockdir.go +++ b/src/lockdir.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/log.go b/src/log.go index 201fb19..653c0d2 100644 --- a/src/log.go +++ b/src/log.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/magic.go b/src/magic.go index 5075dc7..7813149 100644 --- a/src/magic.go +++ b/src/magic.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/mcd.go b/src/mcd.go index c40a359..9ff68a3 100644 --- a/src/mcd.go +++ b/src/mcd.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/mth.go b/src/mth.go index eeee57f..f988268 100644 --- a/src/mth.go +++ b/src/mth.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/mth_test.go b/src/mth_test.go index e0cb7ba..9990f1a 100644 --- a/src/mth_test.go +++ b/src/mth_test.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/nice.go b/src/nice.go index 9a391ca..679e946 100644 --- a/src/nice.go +++ b/src/nice.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/nncp.go b/src/nncp.go index 653f2e1..ca4c9d7 100644 --- a/src/nncp.go +++ b/src/nncp.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 @@ -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 diff --git a/src/node.go b/src/node.go index fc67390..0ebf6d8 100644 --- a/src/node.go +++ b/src/node.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/pipe.go b/src/pipe.go index 833d0c3..53b7b7c 100644 --- a/src/pipe.go +++ b/src/pipe.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/pkt.go b/src/pkt.go index ee0d334..7b35364 100644 --- a/src/pkt.go +++ b/src/pkt.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/pkt_test.go b/src/pkt_test.go index e0ea93c..75d3884 100644 --- a/src/pkt_test.go +++ b/src/pkt_test.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/progress.go b/src/progress.go index dd0b752..cc99586 100644 --- a/src/progress.go +++ b/src/progress.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/sp.go b/src/sp.go index 86be36a..bbac70a 100644 --- 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 +// 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 diff --git a/src/tmp.go b/src/tmp.go index 39c5285..88fe786 100644 --- a/src/tmp.go +++ b/src/tmp.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/toss.go b/src/toss.go index bebad97..f37581d 100644 --- a/src/toss.go +++ b/src/toss.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/toss_test.go b/src/toss_test.go index 1623914..9869f66 100644 --- a/src/toss_test.go +++ b/src/toss_test.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/tx.go b/src/tx.go index 2504135..249fb43 100644 --- 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 +// 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 diff --git a/src/tx_test.go b/src/tx_test.go index f7939d4..13603b6 100644 --- a/src/tx_test.go +++ b/src/tx_test.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/ucspi.go b/src/ucspi.go index b915c63..886dd6b 100644 --- a/src/ucspi.go +++ b/src/ucspi.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/via.go b/src/via.go index 6156f7d..af4fa8d 100644 --- a/src/via.go +++ b/src/via.go @@ -1,5 +1,5 @@ // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/yggdrasil/tcpip.go b/src/yggdrasil/tcpip.go index 67aba31..b4f71ab 100644 --- a/src/yggdrasil/tcpip.go +++ b/src/yggdrasil/tcpip.go @@ -2,7 +2,7 @@ // +build !noyggdrasil // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/yggdrasil/yggdrasil.go b/src/yggdrasil/yggdrasil.go index 38a984b..6473128 100644 --- a/src/yggdrasil/yggdrasil.go +++ b/src/yggdrasil/yggdrasil.go @@ -2,7 +2,7 @@ // +build !noyggdrasil // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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 diff --git a/src/yggdrasil/yggdrasil_dummy.go b/src/yggdrasil/yggdrasil_dummy.go index 474de5a..6f14fea 100644 --- a/src/yggdrasil/yggdrasil_dummy.go +++ b/src/yggdrasil/yggdrasil_dummy.go @@ -2,7 +2,7 @@ // +build noyggdrasil // NNCP -- Node to Node copy, utilities for store-and-forward data exchange -// Copyright (C) 2016-2025 Sergey Matveev +// 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