From: Sergey Matveev Date: Fri, 12 Dec 2025 14:30:54 +0000 (+0300) Subject: Raise copyright years X-Git-Tag: v2.7.0^0 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dd848aa47a0c30e24f7a8d8dcb6ec9d2f72fffeb;p=goredo.git Raise copyright years --- diff --git a/buildlog.go b/buildlog.go index fc7073e..a0fc4e8 100644 --- a/buildlog.go +++ b/buildlog.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/cleanup.go b/cleanup.go index 7cac5e6..213b462 100644 --- a/cleanup.go +++ b/cleanup.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/dep.go b/dep.go index 80e25f7..039d80e 100644 --- a/dep.go +++ b/dep.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/depfix.go b/depfix.go index 32eb72d..9ade69b 100644 --- a/depfix.go +++ b/depfix.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/do.go b/do.go index a05dea8..e259f76 100644 --- a/do.go +++ b/do.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/dot.go b/dot.go index a61358d..a0428fc 100644 --- a/dot.go +++ b/dot.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/err.go b/err.go index 0594365..19df03a 100644 --- a/err.go +++ b/err.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/ifchange.go b/ifchange.go index e65d92b..73086bc 100644 --- a/ifchange.go +++ b/ifchange.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/inode.go b/inode.go index 9b1f995..fbcd190 100644 --- a/inode.go +++ b/inode.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/js.go b/js.go index 2115cca..d559573 100644 --- a/js.go +++ b/js.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/log.go b/log.go index 3358595..9d87533 100644 --- a/log.go +++ b/log.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/main.go b/main.go index 76fcc82..6a3de1d 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/ood.go b/ood.go index 0e00ba9..110a105 100644 --- a/ood.go +++ b/ood.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/run.go b/run.go index 7982581..03c46f5 100644 --- a/run.go +++ b/run.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/sources.go b/sources.go index b43de77..6af281b 100644 --- a/sources.go +++ b/sources.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/status.go b/status.go index ea9fe37..b9e4fbe 100644 --- a/status.go +++ b/status.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/targets.go b/targets.go index 4f870ce..33f3597 100644 --- a/targets.go +++ b/targets.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/tgt.go b/tgt.go index 2921da1..7a8a72c 100644 --- a/tgt.go +++ b/tgt.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/tmp.go b/tmp.go index 4e404dc..881f7d0 100644 --- a/tmp.go +++ b/tmp.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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/usage.go b/usage.go index e41fbd7..fac6ee5 100644 --- a/usage.go +++ b/usage.go @@ -1,5 +1,5 @@ // goredo -- djb's redo implementation on pure Go -// Copyright (C) 2020-2025 Sergey Matveev +// Copyright (C) 2020-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 @@ -23,7 +23,7 @@ import ( const ( Version = "2.7.0" - Warranty = `Copyright (C) 2020-2025 Sergey Matveev + Warranty = `Copyright (C) 2020-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