]> Cypherpunks repositories - keks.git/commitdiff
Remove language reference from program name
authorSergey Matveev <stargrave@stargrave.org>
Mon, 16 Jun 2025 13:10:45 +0000 (16:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 16 Jun 2025 13:10:45 +0000 (16:10 +0300)
89 files changed:
c/README
c/doc/index.texi
c/lib/dec.c
c/lib/dectai.c
c/lib/enc.c
c/lib/enctai.c
c/lib/items.c
c/lib/schema.c
go/README
go/atom-decode.go
go/atom-encode.go
go/be/be.go
go/bin_test.go
go/blob.go
go/blob_test.go
go/bool_test.go
go/cm/doc.go
go/cm/enc/balloon/decap.go
go/cm/enc/balloon/possible.go
go/cm/enc/chapoly/dem.go
go/cm/enc/chapoly/keywrap.go
go/cm/enc/mceliece6960119-x25519/kp.go
go/cm/enc/passwd.go
go/cm/enc/schema.go
go/cm/enc/sntrup761-x25519/kp.go
go/cm/hash/algo.go
go/cm/hash/blake2b/hasher.go
go/cm/hash/gost/hasher.go
go/cm/hash/merkle/hash.go
go/cm/hash/merkle/hash_test.go
go/cm/hash/merkle/prefixed.go
go/cm/hash/prehash.go
go/cm/hash/shake.go
go/cm/sign/ed25519-blake2b/kp.go
go/cm/sign/ed25519-blake2b/signer.go
go/cm/sign/ed25519-blake2b/verify.go
go/cm/sign/gost/gost.go
go/cm/sign/gost/kp.go
go/cm/sign/gost/signer.go
go/cm/sign/gost/verify.go
go/cm/sign/prv.go
go/cm/sign/pub.go
go/cm/sign/schema.go
go/cm/sign/signed.go
go/cm/sign/slhdsa/kp.go
go/cm/sign/slhdsa/signer.go
go/cm/sign/slhdsa/verify.go
go/ctx.go
go/encode.go
go/float_test.go
go/fuzz_test.go
go/generic_test.go
go/getter.go
go/hexlet_test.go
go/int_test.go
go/iter.go
go/junk_test.go
go/list_test.go
go/magic.go
go/magic_test.go
go/map_test.go
go/parse.go
go/rpc/client.go
go/rpc/schema.go
go/rpc/server.go
go/schema/check.go
go/str.go
go/str_test.go
go/tai_test.go
go/unmarshal.go
py3/README
py3/keks.py
py3/tests/strategies.py
py3/tests/test_blob.py
py3/tests/test_bool.py
py3/tests/test_everything.py
py3/tests/test_float.py
py3/tests/test_generic.py
py3/tests/test_hexlet.py
py3/tests/test_int.py
py3/tests/test_list.py
py3/tests/test_magic.py
py3/tests/test_map.py
py3/tests/test_not_enough_data.py
py3/tests/test_recursion.py
py3/tests/test_str.py
py3/tests/test_tai.py
tcl/README
tcl/schema.tcl

index 714fc3fd38fe187f9fc55ad531f6aefd3558a79edc51d03758c9630d5b710478..8678b056138a4968a2c7b46f249e21a58bc117506625a2a49580f439462a7628 100644 (file)
--- a/c/README
+++ b/c/README
@@ -1,2 +1,2 @@
-CKEKS is C99 implementation of the KEKS codec, KEKS/Schema validator and
+C99 implementation of the KEKS codec, KEKS/Schema validator and
 part of KEKS/CM. Look at doc/ for more information.
index b799450e3fae2aab688f8fea79dce2132340e73c23032bff54a9092db87027db..0223ad54ad4a0298d00a1e42a7fb5d071f6bdc62d006baa01050f621db67faa1 100644 (file)
@@ -1,12 +1,12 @@
 \input texinfo
-@settitle CKEKS
+@settitle KEKS
 
 @copying
 Copyright @copyright{} 2024-2025 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top
-@top CKEKS
+@top KEKS
 
 C99 implementation of the @url{http://www.keks.cypherpunks.su, KEKS}
 codec.
@@ -18,7 +18,7 @@ codec.
 @item No TAI64NA support.
 @end itemize
 
-CKEKS is
+It is
 @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted}
 @url{https://www.gnu.org/philosophy/free-sw.html, free software}
 licenced under @url{https://www.gnu.org/licenses/lgpl-3.0.html, GNU LGPLv3}.
index 2bd57773ea423804ce1ca54fde3587e10e45a2f06e077e6ad20f8f40e834b71a..c2d8b39e76834f117f33709a49ad9b45bd42691e6d81eac6fafcac14baf84e00 100644 (file)
@@ -1,4 +1,4 @@
-// CKEKS -- C99 KEKS encoder implementation
+// KEKS -- C99 KEKS encoder implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index ee56554cb10732f546e25b1828b90b35da35645b3cebbe2a4c38c761d0528fda..b302d536c5f7b4ab5e3b3b062d3b2b3a5a1ce88b6a68765cef4bbe0febb7f4d3 100644 (file)
@@ -1,4 +1,4 @@
-// CKEKS -- C99 KEKS encoder implementation
+// KEKS -- C99 KEKS encoder implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 14e13869d2be0df2c7628432ece332ebab91db48207243e688330741c8872b7d..237a1520e2f5aa7d854323a07d5006dc7b8a3f9f8e9e0395da91370cb63d3bd8 100644 (file)
@@ -1,4 +1,4 @@
-// CKEKS -- C99 KEKS encoder implementation
+// KEKS -- C99 KEKS encoder implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 50a08d088ac002d469631a14aa98d4870e9cffa22a38320c389aed535b0a054d..f695f25ddebb0fc814f634d7327017a3561b3d8f5a715f2cb19daffae706743b 100644 (file)
@@ -1,4 +1,4 @@
-// CKEKS -- C99 KEKS encoder implementation
+// KEKS -- C99 KEKS encoder implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 7d3fc7ef7c0a82c32a59a90db379caf4502aa0eace893652e688a3911e64e6f6..71853710281b0583115d5241bb72c7d61b89c45ed723d42bfe6ae461e1d1c0c9 100644 (file)
@@ -1,4 +1,4 @@
-// CKEKS -- C99 KEKS encoder implementation
+// KEKS -- C99 KEKS encoder implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 72c0e30f7c17ccfa2f5097fe36bc323eef05739430c8146f64bdec06fd1d64b2..2301f27be2bbe296aaa987a83051f80ec769e6c73ec270d5af68692b031822f4 100644 (file)
@@ -1,4 +1,4 @@
-// CKEKS -- C99 KEKS encoder implementation
+// KEKS -- C99 KEKS encoder implementation
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 43f46e611e9efb5269d0ba5919d50f94bd02ee7b125fd8b1dacfed1845143f13..4ea83ffbf6f695b9a54f9beea0148fd10a6cb39eed83d3ccddd93148eee71458 100644 (file)
--- a/go/README
+++ b/go/README
@@ -1,6 +1,5 @@
-GoKEKS is Go implementation of the KEKS codec, KEKS/Schema validator and
-KEKS/CM.
+Go implementation of the KEKS codec, KEKS/Schema validator and KEKS/CM.
 
 No FLOAT* support. They are stored/decoded just as a raw value.
 
-GoKEKS is free software: see the file COPYING.LESSER for copying conditions.
+It is free software: see the file COPYING.LESSER for copying conditions.
index efd9d03f44b541fe55b46d71939e4a7931d0322a577a6c985db52c75e1aa4b2b..e5eff1b42495dd28209332b76a4c8bf622ee6042723ede58617d77363fcd17ce 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 11283d0d5fe71751684b78a8e97616d1e4155dfe8ff5fc03651d8151b1fdf9fc..7468f5f1feb608112b474431e4bed13fb3a5eb071b2e73fe57b8861f51f07bfe 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 ba21c57f87a91a6c3547c9d945c5c33ce1093c4c34f0a750a26cd661c2a5df47..e29abc23334ee29642fc2939458578f46a40f96eb20326202c420029cb7c547b 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 e04a6ea579c4526e515964b03214adbb34f00b801407d0089838fc808f1ba506..7582b89e4e2d9435e548d4575e55e16f12e299de1214c937b15eeecc1774ea0c 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index 0b7c1c6739b656c062293a36b8a0ab862bf83cb1a687b30b41c40be995c00b74..b3a84cc7bc207c34d6052ad38b0cdf117bc9cae6425e1ac624d58b9525f4a7f6 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 e18e680c31539a892070bf881c279186e1d1f985aaf1097598ac240d09bdfd8e..d8d5114277b6270520e29c12341db3e5572d301caf7890fa1f22c1824c90f535 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index c5c1a02588d5344362ed0858528bc23ae2175019828b9a942f93455d179f3e43..1354dba0a08bfbbbcaa9dead36ba03bc8d8c26d41b3350417d49110f3af56229 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index 4207e769c1aa8cfd692b060d1ba31e75427b8f3c1cd63653d149c1916940ab7d..8da3e563ebe5a38caf8366e1fc2c0915df82d64e62c40737f87748a06592abc4 100644 (file)
@@ -1,2 +1,2 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 package cm
index 7a55f7d373f157b0817331e4fd9c57a6b381754c14973df31716c47b7bab7452..daa1773261bd6050de5ed5b9164a3d1a49033e5039c55eb0034568f06bb5fcfb 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 0c9f6388a8aa705fe91b688c7cd9e1693f19b187f5a911b6b69e757879dcbf75..a6aca256ad0c53f711cf1b589873fdca8ca92c18e53b160a8e8990ceb94332ca 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 1c04c5e3634ffeb6c7f90a109af6f3aea14218af9bd37acebc0a7e8af5ab105b..364762b1ee41069b15f1571ca53c1bd69b7c58172171b7f04eebc1aaf523a842 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index eb623ea0607853893149aa5d46b8429aebe7f089225a2c60f24ab5ce55d779f0..93eb462d162aa60453ae9526ad723b42c9c5f5138d9edbc5a6104a34339bf7f6 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 57d0a52868a1fa00267d39bcaa4da5d56cdd24bfcc5f0e7978090835cdfe14ff..9a175965a0904a0582f737edb3934f890da33391e6db9b3e472876388bd0d404 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 167287ef248b8eecfb82de689213733303bb1cfbfb7b7f13ce7a898b4788e3ca..7b4abc44ed70b93424469f8edd193ca8579040f7b41ef53e6bc3c282918ea67f 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 5e1c447fad1f591398e47c358424a21d58a0fee58a71d339b15fcd9eb8584bac..b7f48adbc9d0bf212254c1959c0f71df3f132f3f3bca1b51c965edf87b2469d0 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 5d6732a79096d1a8a960836fc6789387279cd8484035f9145e678fbe9445f0ff..e59e6cae7c455ddf4467dde71bc542886f2892fb1748e91a2628fff933e3ba33 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 9e7bb529490cca0f28a7e2d57599ebae66514cc227e9a1427e3abb9c6a3bbc28..472a7564d3aa0c465153ae29384ae0890145fa6c2cdf30903efe7d0335a6a9ef 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 4b7cc3e18891a3b909d1f6227a1bb346e45dac6b4543276182eae3631e98b5f4..ca768fa94fa86c6987449e415241c77356777199c9839e421926587c5e8b1045 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 4ffae5bcd88bec38cf4465d61b1af22ebc73b9d459290cf3ac0189cf7bbe22c0..e706066e3a4f10966ff497dd4bc1743455b13661944f905cba905620c445f2b2 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index aa7e8bc70f71c513af7a2e5d1ea156b17947a81fbb4e26b56e778801e09c3c6c..090860bbb8513758bf23944e629bfed60a6bd8e1f8abe66495ede64a94b7ba05 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 0f152cff28deb7b0624fc1159df93925bd24eabed59be6c104bc9abf12231ae0..08e2946f72f3e374bbf67e2c65be7d0f0cc62a3847b061dca0f438b6bc8be568 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index ae6672e2c308fecd535ff588579266394a52396d906d2a41a3c8ebadf2ee8e69..799aba0b907c5f3e533ca5b8f6e7b35d4ddc43cffcc2013e6abd1fae4862c2b9 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index bf528135149d2c93bee078e13b73facb85c6a0f2ac2e98cd1bb79168f0033979..00495a9e94c3e1335a023f1f62966eaa07dcee535dd5ca4a6896bbe5a8f89761 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 696823600d31539a1d487ee4e9f9f796cc2e1235abb314c9fd109ad5a0728fce..cfd114b8b56116d3eafca542c07de5110633ec9640cb9832e688cc34ffb20711 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index d9b2980e9b575149816b54b36dc51edcf2d04714d743ab5150195bf79b21ccbe..536160723bd1904b3c531b7992f57e24b3a04270bb6142e4e194e642cff5a4e8 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 9dcccda2386105a026c89123350d00dfabbef99c6b51824169b420d6e24253c7..24ce365f2b3d96eac3c97e98ce382acf8ca5b0836739524f43d2e2e64a2d0b11 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index dfa4264ec40f0c008f7867ee5e49cd04b3ed17cfac22648e9c4c1855c8be0e83..c35d6637b6a6241cca9ff6afaa311d5c07dbbf4b730bcdc56acf06dd3147f79d 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 8c67bd0ad0e965ab6a715a1a7307bdf95a6f48ea864487ae54ecec5a09ab4bab..97f8a241ae5e210e37dba49f7c384ce4a66a156bbca0febdf3683eb1ffef09a4 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index b906f4dfeeb77b4f0e5f3c38854236714160dd84bd3217d31f5112fbefd81589..ae7f1475b13e3b2df55b5e135a7fce7103e81ebf2a490bb9ca7750ea1072801c 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 27ad00e7f1a88ca3036ad37a8685792249fe8f7af13bbfbf7b2144b95b2cef42..abe6e143a63e4533b622da6a071ea1e7c59bcc3e580d19b36a7df7ec07f1d8f0 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 1ca490a0bcac51b833249f2ced7d4e06fd1da58aa2843f896d3187cc34efb791..01a8dcb4d561a904f884f3979c091280dd32eafc0c909c138e6a6bc8743122fc 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 3a6eafcc760915eac0b6ef124ce0b9131d71edb77608b6518a7103a2a4f4c9ef..6b7ee064570ed69cab4416c4aa13011511527861a201b8acb94fda40eb531d76 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 476fbde915b776b0e3d4fade6a5c6c4162ceb518821dc93029364019ccd1ee88..898b6a515330ac7a91e33131dddaa60b0fd45b0be7c03297413fc41472261ce1 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 0b77ecae0a7247d91a395dd589327dd869412e966e7d1a42cfb1162c0509d5ae..776a5e7cb599b4404c03eda8bca42cdbd4eda8986a4807575453bb6efe074914 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 1b7e41ebcb47eb2f2eb83ab298400514c9413f4cd94aa2421d3329da4a7f0df0..8a41b3a16c0090ae2a88bdc6a325e541d111dc0a057c4fbe605b986ce36f0a34 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index b0d9244398ca16bbeaad251f30468e83794162f415a8eff97adce15f1b765664..7e3c612b900e4a5f1b20da2ff5d464c328688aac50ab827cb58b2e2fc5960f34 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index a9bc07cc21069420f9b39773650648c719b0745533d986abc6e09224a21602f0..a728c3ab83cd0c6158fc8d49ac84d40f3330882bd53f505a3992e15e1cc613ff 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 680975b226c2f4dd4fbecc840c3351f8715aa4a322929cd7233ca0cc093dfc19..143b054a4ea6d0b59ea1de79194f0ec3baf1c0929efc4dc2d8aa6460942939be 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 3fabcb6029f47336d283a3d3f2fb70e394d32dd04eadee568eb9b29a67e8221d..7bc1811ca9a6f693a7a67c1f714f2219601c633f1b79ffcfe2a8e128bdea7990 100644 (file)
--- a/go/ctx.go
+++ b/go/ctx.go
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 fd065ab3e064b85ea57694311d6bf461531dd7a466fa2aa96751310a12f0ad86..eb8edf8400931f0554c04e8b7d6e8b5fc752a5a7c6f733edb14ae73a947f5766 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 8e32f82c3ac8faabfd552f15f42a82a1c8cbc0f6e4880488071aa62573f32978..1846ad250147588286655c80340a253520fc136fd8ea622ddf13e3af39e91de7 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index 81048ea8c195eb77d772050ef22fa6b14c7933de72a34fbfb7c71a8043996e43..d9caea4f19ce2f3c590dfd2bcf04d4c29facdbef32bf97de44f652c7c2848630 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 deecf1918d84ae95b5e86b47c8698eddf8592cdc6174a43a1360aa5735cf446b..faa9a35f628bf0b6663e2cbf31e5651ca6b6cfdbd4e9b46157323cbd2b00ffee 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index 0c196a21dcac5923d6f8a0a0cddd26bb84918e0b89e48e595dbec778135d798e..8c67a7a359367d353cedbacc96a0e6950b2ea03ba618747badc2c6ccb2575554 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 8e0844ad7b8d8b2f173f436fbff52046ff154a2f33e78de01efbb3ba4089c6df..05d25f938d786a21a236b55a6b6a349e8166ef88ccc3f2ed81a2efebdd5c4548 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index 8e4bed2e36d59354c404e41cb9d84646258d53ac668e78754220639a9730cc24..905fcc263176d9767fa149a9d4be8f3e4700ddd3f6861cc1f6406289f7d6461a 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index 4df258898c57536fe7d5961f95b2920531ce1b102912e3b8411f19bdd1723367..59a9f259fe9941f67226b8c4272deada0ade355a3bcd9f0b143ce5739fc9c73a 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 77d27f9774072b0ae4b327d6059a598ea059bcf1e13e11d25dd9907ba3a4f763..0e106ec0d848a4dbb293581e34c1599b4d2df35f30098f12a99d9ffa4a3dc5bd 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 3adcaea2f87b772806104ba477ee12dbbc296dca4a40fe93710cb898a523ffbc..9cce9305c6cf2074d48ad327e1adc42367081883d4a30c5f1f343c86dfa877af 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index 9336c327ba3a680fdbc9442b1675da0b53499d6c879b6631de1e6e53cb4be654..61b10de221ef16908d7d299f3b5089db9c2a904234808915837d805b76358ba1 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 de6ed6e0b01877e3529ab3ba5f52b26199592cbadbd2b8c08f7f8ed05357a3aa..8e12e1701c952354ef94d2612f1ad694430ea4dd2e241ec0b39fc135e61246c6 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 22b935d128c64c622e252293ae6545b4f32975e0f8cfbcd69a95c15e28c94fa3..db7f13cd36f6d1a7008f1fd742c1f2dc6df837a2bfe5b66e4c3c1766cdde5a43 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index e745bf1d46c321e11d73050aefa0a96d9ce36cfde158b76f2cb3fc512a0fb982..9d433ac5e8c8652cc669971828df936161d0ed86d30397a5a49e28c07a857972 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 3eaa3dd6047ae0ec18b43ad8a60333eda110a8fa2d0c7551993b5b63fa325ae8..32d63550e3fc25404c1cae35f56ee037402397eb5f6233eda18e327b2c5c7f66 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 fedfdce9a458e2ecdb19739914f35022a4ded55861ab7f8d5d35ed19d684a413..3898ed7a7b77da39da84b6beb9f193f54d2bc05d775dbfb80ef615bd588659b4 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS/CM -- KEKS-encoded cryptographic messages
+// KEKS/CM -- KEKS-encoded cryptographic messages
 // Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 32e81d390fd0224de5a0a176de03802d81575255086eccc4d003332439c956b8..38df4b8848859aaf7593e6da1b4e2190f414e99b30760ec11dec0428f6ca0fd8 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 42d8d973853099222671b8e75f5fe77385d73cee50f8a25051f6329587ed86c2..9bb2f62af5da949340d11ffe7555086134ce17d43fc25c146bcb796485b1f2f4 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 d73e89e0aaccffd55f6fde977ad8a2b17267f8f9dd7a5d2623197aa6d70be7d1..12a5fe6e36e67408d3c75dd7c6f70a56bc80dfb59be1a3e816cc72297e125747 100644 (file)
--- a/go/str.go
+++ b/go/str.go
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 55af3f494966d61314e2c40c96e7116267668c67aed99efbb5f139f754ccc195..5195d60fa8d40fb27da1bb90b2a3b26e9ed1207372e59401f155a4de8eac1566 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index fda053bfbd214d73730a813ba3b323caf4fcb9a8233c7502f9b2660aab4299ee..48161138de80ff4b1631850b188145d10c55af50262d832369d01fffe8efa475 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- Go KEKS codec implementation
 // Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //                         Sergey Matveev <stargrave@stargrave.org>
 //
index 8ff2c0ff748067cfd260d72a222d8228f9c32d5492c1165c6bd7f5f4abc2b86f..3d4eabec776a217ea66dcbbde6ee3aca84d9dddee957cf25e8178e105fdc8f8e 100644 (file)
@@ -1,4 +1,4 @@
-// GoKEKS -- Go KEKS codec implementation
+// KEKS -- 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 2a746345809d42ea9635bc1b070a22dc8b9c634569fe06ab26d62e6364c9dedc..60d9047764917fb83ad079407f8aae231f6fd005284c534d7178e21d2a6e07ab 100644 (file)
@@ -1,6 +1,6 @@
-PyKEKS Python3 implementation of KEKS codec.
+Python3 implementation of KEKS codec.
 
 * No FLOAT*, TAI64NA, or nanoseconds support.
   They are stored/decoded just as a raw value
 
-PyKEKS is free software: see the file COPYING.LESSER for copying conditions.
+It is free software: see the file COPYING.LESSER for copying conditions.
index cc8e5b19ad9d503a0069b1e44144a33be681722ae8d94e8ed48474a59fc8851b..a62ae4c0fa3ccbb83fa6e54364ea73d10ddaf75ecc1a8d1123a404f0d2de1729 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# PyKEKS -- Python KEKS implementation
+# Python KEKS implementation
 # Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
index aca1a74541c48589c33ca2ad207efbf792400e17a03509445f881646b748276a..ff6998e1cc2904c2bdc4082e65cc2ca25408355f0ffd9c0a4c3f57fc398519fa 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index 57fc0430e25d273d43db4aef964a8959a2a5ad2fa81788aa51dfd361593759ac..2ee62ece76c404d1fdfd078f35d929d3d366dffd7b9ec7f40b4a08d06acbb4ec 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index 0a6c4f721beed2b62c1b8d8bd1971f7788d57beb1b918a5c50eb7826c91fa4a8..6e8e643af1f61a3f7ff6d711a83f1e028fa095708c322c3d96a4903a035202fb 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index 603bd243e59a659515d2b1a4d4ec75407cd5c02cee91a0f8f03b1239443cc0b2..c89c90ff42ac1b62a2a64b2138e2aba467f662b9aef40280c303bf6bc1888892 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index c45c8e44d718aa07ed5be54a46f1a8565f353925ab39112d4f90c553c275ab38..0df252f4c5a839b02bfa5760b437530ca2e74afa3e5282241ef40eef92970f93 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index c10c731b21fb86c35910dd482c444004f1733e1cf2b196103991f3402bb433ad..7ed7e0ce1832c07fa469f7372379bb18919a29220da27405338af61dd91034c8 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index cdb85d2425acdb10f2b1a06a457c584f79d94cbdb309217aa1c6890e447d8662..40b52c182b2caac96a529ccd92efd516496dfae8f075e0090b12f4e53883de65 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index 2237e68c6f67b5164472c77e8756f5d652f4dd1e4e38ecd4090122700e83ae68..256bfe06b7c38cd37304bad04dafccca23ad2ae49b8687262ec88ce428d84181 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index d52afdf8ff99c5bcaa4c3768c7bbe4dae455af2a338779548a35bfc3c08ad21f..a4740f7aacf440a6a90f737d9ba933adcc4187ade73f511004a69d19d05bd73a 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index 838798b8a83d58f96671a22556073afbb4fc1384072c42437d00a7b2b0b1db08..df66530d16e4936f22639242ee639db9fce5c693124f8a1934dc523b7ce9d8f5 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
index 7b98eb3230ccd87774f94a1fe6754d25b9c7a80edf05720db2083cb7dec7709b..13299fc9036bd0da4ae16aed2703bd53a524a2a0d8d28b3c572c6202930b7b68 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index acfbdcfe3249f38e9fa0e1394edb317c2b8327821980ee541a5cefc85e6384e4..1b1ff96f067daf5db3d9e406ff2f77dc4b3044c9fee925cfd799ee5d9b47e065 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index 4e01c69fed99dc65e8d874ff639ce984ab7dd368084687861d69983e63e9e108..da628b0461967303de4a13ae74ebe50393d29a44eb5a2a52bfcbaf31d8c6598d 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index a37edcfe3a7e9e0abbb1a0b2dd3fdf52508e7d7e4e2eb0d279825a07aaa4ed64..9260be4042300598453c830ce4ed7f07342b46576b07b74078375d8fde7de060 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index a86fe4c43c996525d6c7b661804b87ae788202beefa0f62af6b672189d76d9b7..a46b3b5ec7d122d66f8c2d22ff85c4e91ca53362a76191b15946cdf63e1c831f 100644 (file)
@@ -1,4 +1,4 @@
-# PyKEKS -- Python KEKS implementation
+# KEKS -- Python KEKS implementation
 # Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 #               2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
index aafbe0e9fd1b8f0e8515b87f80053fe6cfdd860113c067acc94f21f50ca3629f..109834577ad66ef68a432d7a2288f826cf9fb7349b816a62a2c43e712396bf18 100644 (file)
@@ -1,5 +1,5 @@
-TclKEKS implementation of the KEK encoder.
+Tcl implementation of the KEKS encoder.
 
 * No FLOAT* support. They can be stored just as a raw value.
 
-TclKEKS is free software: see the file COPYING.LESSER for copying conditions.
+It is free software: see the file COPYING.LESSER for copying conditions.
index 60c528e2f22849aec9a00fd7cd0c23ef440eceb716ba24734d660d63566c2a8d..6e958d98a6cf0db25886ef26d73860f30ac57f40fdcb19b013ef93f827e68333 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env tclsh
-# schema.tcl -- Convert Tcl schemas to KEKS representation
+# schema.tcl -- Convert KEKS/Schema schemas to commands
 # Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify