]> Cypherpunks repositories - keks.git/commitdiff
Add missing copyright notices
authorSergey Matveev <stargrave@stargrave.org>
Wed, 25 Jun 2025 12:07:10 +0000 (15:07 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 25 Jun 2025 12:10:39 +0000 (15:10 +0300)
c/cmd/pub-verify/verifier-ed25519-blake2b.c
c/cmd/pub-verify/verifier-gost3410.c

index fe5550cfcff987c297fbc85374b1d62758939059e38f5b6f51c6c1ba0f4e1c8b..1750704217ac52d92d8cadebe18a360d1496295c4e01d165dd6db5ba06e56452 100644 (file)
@@ -1,3 +1,18 @@
+// pub-verify -- verify a chain of cm/pub keys
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
index 9fe1ea668de55d1db770a4af04ea9fec1f0deacbd4414146361d269fba074422..7f87611d35f833e5a72c1dd5c9b7198f378cf8448de5bf84680cd7e7f7e81e73 100644 (file)
@@ -1,3 +1,18 @@
+// pub-verify -- verify a chain of cm/pub keys
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>