From: Sergey Matveev Date: Wed, 25 Jun 2025 12:07:10 +0000 (+0300) Subject: Add missing copyright notices X-Git-Tag: v0.0.0~19 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eb24bed4740a23b9150d501d864e0ff1470d1baac59e699cddb1ff45697d4b15;p=keks.git Add missing copyright notices --- diff --git a/c/cmd/pub-verify/verifier-ed25519-blake2b.c b/c/cmd/pub-verify/verifier-ed25519-blake2b.c index fe5550c..1750704 100644 --- a/c/cmd/pub-verify/verifier-ed25519-blake2b.c +++ b/c/cmd/pub-verify/verifier-ed25519-blake2b.c @@ -1,3 +1,18 @@ +// pub-verify -- verify a chain of cm/pub keys +// Copyright (C) 2024-2025 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program. If not, see . + #include #include #include diff --git a/c/cmd/pub-verify/verifier-gost3410.c b/c/cmd/pub-verify/verifier-gost3410.c index 9fe1ea6..7f87611 100644 --- a/c/cmd/pub-verify/verifier-gost3410.c +++ b/c/cmd/pub-verify/verifier-gost3410.c @@ -1,3 +1,18 @@ +// pub-verify -- verify a chain of cm/pub keys +// Copyright (C) 2024-2025 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, version 3 of the License. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program. If not, see . + #include #include #include