]> Cypherpunks repositories - keks.git/commitdiff
Add missing copyright information
authorSergey Matveev <stargrave@stargrave.org>
Mon, 16 Dec 2024 08:22:10 +0000 (11:22 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 16 Dec 2024 08:22:10 +0000 (11:22 +0300)
23 files changed:
go/atom/be/be.go
go/atom/dec.go
go/atom/enc.go
go/atom/raw.go
go/blob.go
go/dec.go
go/enc.go
go/fromgo.go
go/mapstruct/dec.go
go/mapstruct/map.go
go/pki/av.go
go/pki/cer.go
go/pki/cmd/kekscertool/main.go
go/pki/cmd/kekssdtool/main.go
go/pki/doc.go
go/pki/ed25519-blake2b/kp.go
go/pki/ed25519-blake2b/prv.go
go/pki/ed25519-blake2b/verify.go
go/pki/hash/algo.go
go/pki/prv.go
go/pki/signed-data.go
go/pki/utils/utils.go
go/togo.go

index 3d16b7e54888ba5e6f387d7f378fdb0ce4da9574b7f6f0122d9ecac990bec86a..ad79db7a7a0160925f69f8e51084867fa3e2deebeca707e631fa48b613467cd9 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 14979147e6b7b3e05debd59ab239b149b2fdb8e258cfba8c8c8ec8077f0e2c80..48f287e35c05af6e4643013ffe45e3ffc6e152cca994d5b82ab55b5573625288 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 10f15ac46c6ed2c469ccc4ce7facba0e2627ab0c1fc261a45979133629e1c44a..5242b16238de451ec40a57b061bbf2406e8dac8b760fd938fb72630453a4326d 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 1528c9fcdc6ecb2b1e98474da6c2e7b156e2a50048f29060f8550f87e0f0d257..0148d86995d1d6484a0ec71fa3d80d253dfa31026b24e2540fece7c172d5d94f 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 2a74d8c1ecc4638f86142e469b3b8c82b95dc5d4e1729eae09918af71d6c07f9..cac2cd12d1b91290aa2d3ad0872cc8d27b0030c1c5367948ff64cda36c8f3695 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 0cec447b9f7dc33cd390dffab0c6b7b4a6b24bdd5f423bf9deff625b37297544..0d28a4abdda141f91b84e03428dd3392bfb0ae3cafc794416d3e4f9138c71178 100644 (file)
--- a/go/dec.go
+++ b/go/dec.go
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index eb3910efd1e2587611826e7f182fe62754b69f6d841afbc3302ecb54d76318af..13c8309f03326883cf4716b2a10b760d26f913ae59207558801357a9b8b5b27a 100644 (file)
--- a/go/enc.go
+++ b/go/enc.go
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 6c22467ead56d3f6180c3179492851456b1644bf37ed349c3d6894f27acf23ff..f3575833d9b4abddff889ede73038725b7375bae3fe00f46e9c39db006b9ef6f 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 6ec8b2e733c641e68e8591683f5e973364a89701ee0a0dbe61d1faefe7683cf0..81202b592bd739cfe485acdc327b16a2922274459be1cbc0b8d804d257d2f819 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index cec5f6a4a0e135d2a4ee5ee355bc66583b9a0c7c842ae6a191e33ea30769fcba..640f40e7705c16c333eff361f78647ac7206138148db196baf4a3451ce0b17cb 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 830bfc1b10b338cb48c802112135ee0ca52a23253b5466aba79c8fc52156245e..d4614c131ef0be74c20a33e86964ca051a971de136a5e3f9559d007766513a58 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package pki
 
 import (
index bfdb495ff7e0a9d2a2e7ca5475e41eaa972bbcb07561328d3820f26de8cde50a..eb43aec6a44aa1e996a62fe6746b382ac333f4e9fb35c161cd8f15cce1b4a288 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package pki
 
 import (
index 7a7e1f43fb304e9612203a4e16db598a1718d4e2394b41c169bc73069b64bb8b..d6bfba4d6745d0ac6f1555005909d23e241c65fd7d6b21c8b5d78280a2ca327d 100644 (file)
@@ -1,3 +1,18 @@
+// kekscertool -- dealing with KEKS-encoded certificates utility
+// 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/>.
+
 package main
 
 import (
index 781daefe6c2a498ef33b16c2297e92cff12c5d5d5224e930dacc7d5c805916bc..52e56de7bc878cf4dd69c574a982b73958fb49e3bd080a7971d42a06da93689f 100644 (file)
@@ -1,3 +1,18 @@
+// kekssdtool -- dealing with KEKS-encoded signed-data utility
+// 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/>.
+
 package main
 
 import (
index 196a44d002f06382383c84d6e0fc61863267a4f5fb2fc3ccd9b62aa7a314810b..59945ddc39911aefca601bc98021c170c7c08a520f193506ee554dfd21ccd26f 100644 (file)
@@ -1,2 +1,2 @@
-// keks/pki provides PKI-related capabilities based on KEKS encoded formats.
+// GoKEKS/PKI provides PKI-related capabilities based on KEKS encoded formats
 package pki
index 06dbdc2d831da8a47636ed3dc78ec9d63e3664c5771bb4a134a4fa3c334925fd..92ff44932c89efbb76c5fbf654ad3cff742e11b4f5932e509db2a168ee8bf7dc 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package ed25519blake2b
 
 import (
index 638e1d13a6b1326669f4733a09e2cee0b1530a010f97b73bf4a515b9984cafe9..c25e7e65d3b6515f897f9d27e5088b15718ebd191b75a16b6ba65549831dc241 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package ed25519blake2b
 
 import (
index b6cd21b5dbb03ce4038738d2f536324abcefdc2421e5a671aa882da7ee1ef1cf..afec09ea0906594330730734254df62a420dc54c0f46a8fdba72fc0a13bdaec5 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package ed25519blake2b
 
 import (
index d5a0040c95754ec50bc1abfdb069a0df0ac1b1b0fe775d607d3d75fe8c16cf75..c83e58f9926c54e339b643cff88f99b7b4c55160518af7aab97302312795b2f2 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package hash
 
 import (
index 1c642baa35fced9fb46721e17561b7b2ed34c7a452e0db995896548e7cb2b4f1..0f9a0a370b831c16cce43454e52bb41495788a38302c3b7d382174fadccf5385 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package pki
 
 import (
index 3ee5db862f0c6da225bfb52b15f4501a4cabb151cc0be98d7f1c437fa9a6ef91..fd2ea441ecd3f6c9095d5f5b6327baf6d38da9c9b4636e1fa8e54dbcfee1a501 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package pki
 
 import (
index 539071984e048d454a405ee30a249001ab2d6dad163386e27f69f4ae28aed9d5..2b16054535ab15e8540127d23c45b98337e4e31e3f2cea51bba4c8ada893ee0c 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS/PKI -- PKI-related capabilities based on KEKS encoded formats
+// 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/>.
+
 package utils
 
 import (
index ce4f86a41f005406f0f03a55c84d2e5948af2899261cf831a463be25458262b0..6ced137d56556adb217fdee0a287a08b14540bb54722205c4d2c3e12b4acc035 100644 (file)
@@ -1,4 +1,4 @@
-// keks -- Go KEKS encoder implementation
+// GoKEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify