]> Kevux Git Server - fll/commitdiff
Cleanup: The OSLv1 license usage, fixing license reference.
authorKevin Day <kevin@kevux.org>
Wed, 10 Apr 2024 02:29:03 +0000 (21:29 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 10 Apr 2024 02:29:03 +0000 (21:29 -0500)
The license should read "open-standard-license-1.0-or-later" rather than "open-standard-license-1.0".
The license file itself is already labelled this.
These files simply were not correctly updated.

52 files changed:
build/scripts/bootstrap.sh
build/scripts/install.sh
build/scripts/package.sh
build/scripts/test.sh
documents/time.txt
level_2/fll_program/c/program/print.c
level_3/control/documents/packet_request.txt
level_3/control/documents/packet_response.txt
level_3/control/documents/settings.txt
level_3/control/specifications/settings.txt
level_3/controller/documents/actions.txt
level_3/controller/documents/entry.txt
level_3/controller/documents/exit.txt
level_3/controller/documents/packet.txt
level_3/controller/documents/rule.txt
level_3/controller/documents/simulate.txt
level_3/controller/specifications/entry.txt
level_3/controller/specifications/exit.txt
level_3/controller/specifications/packet.txt
level_3/controller/specifications/rule.txt
level_3/controller/specifications/task.txt
level_3/controller/specifications/time.txt
level_3/fake/documents/fakefile.txt
level_3/fake/documents/settings.txt
level_3/fake/specifications/defines.txt
level_3/fake/specifications/dependencies.txt
level_3/fake/specifications/fakefile.txt
level_3/fake/specifications/settings.txt
level_3/utf8/specifications/output.txt
specifications/fss-0000.txt
specifications/fss-0001.txt
specifications/fss-0002.txt
specifications/fss-0003.txt
specifications/fss-0004.txt
specifications/fss-0005.txt
specifications/fss-0006.txt
specifications/fss-0007.txt
specifications/fss-0008.txt
specifications/fss-0009.txt
specifications/fss-000a.txt
specifications/fss-000b.txt
specifications/fss-000c.txt
specifications/fss-000d.txt
specifications/fss-000e.txt
specifications/fss-000f.txt
specifications/fss-0010.txt
specifications/fss.txt
specifications/iki-0000.txt
specifications/iki-0001.txt
specifications/iki-0002.txt
specifications/iki.txt
specifications/time.txt

index 5d18f422e51e012b1d043fa197c3fefa9c7c7719..15ff7275a6646b6f313f856511586b526a939371 100644 (file)
@@ -598,7 +598,7 @@ bootstrap_copyright() {
   echo "Copyright © 2007-2023 Kevin Day."
   echo
   echo "Source code license lgpl-2.1-or-later."
-  echo "Standard and specification license open-standard-license-1.0."
+  echo "Standard and specification license open-standard-license-1.0-or-later."
   echo "Documentation license cc-by-sa-4.0."
 
   bootstrap_print_last
index 4db64b7d7676aee8660810971f57879ecd4fbf4d..6a1b2e99b9e0b269de6c9a162f4949533baf4022 100644 (file)
@@ -545,7 +545,7 @@ install_copyright() {
   echo "Copyright © 2007-2023 Kevin Day."
   echo
   echo "Source code license lgpl-2.1-or-later."
-  echo "Standard and specification license open-standard-license-1.0."
+  echo "Standard and specification license open-standard-license-1.0-or-later."
   echo "Documentation license cc-by-sa-4.0."
 
   install_print_last
index 1f540a18137d6ae066fbae03f742f3b210d998e8..4457cbd9117e874acbadb1e481bb14bccd00a2e9 100644 (file)
@@ -525,7 +525,7 @@ package_copyright() {
   echo "Copyright © 2007-2023 Kevin Day."
   echo
   echo "Source code license lgpl-2.1-or-later."
-  echo "Standard and specification license open-standard-license-1.0."
+  echo "Standard and specification license open-standard-license-1.0-or-later."
   echo "Documentation license cc-by-sa-4.0."
 
   package_print_last
index 53effabc946f7c0b725f9fe12c29a5594e79896a..ce2bd0bd772d48c1e35f59fda6ca0e1082110608 100644 (file)
@@ -401,7 +401,7 @@ test_copyright() {
   echo "Copyright © 2007-2023 Kevin Day."
   echo
   echo "Source code license lgpl-2.1-or-later."
-  echo "Standard and specification license open-standard-license-1.0."
+  echo "Standard and specification license open-standard-license-1.0-or-later."
   echo "Documentation license cc-by-sa-4.0."
 
   test_print_last
index 4d29e97e4f440a110259115e67b6763ba5d6af15..4622582ed098cafa5a9e4f46cc44fd855122cf1a 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named time.txt) can be more easily read using the following iki_read commands:
 #   iki_read time.txt +Q -r UTC UTC -w -WW character "'" "'" code '"' '"'
index cffe92773c8795ba2d098ea0edef1abf27458b3a..d693556fe250c9619f0b564879f0acd0a8937325 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
         }
 
         fl_print_format("%rSource code license lgpl-2.1-or-later.%r", print->to, f_string_eol_s, f_string_eol_s);
-        fl_print_format("Standard and specification license open-standard-license-1.0.%r", print->to, f_string_eol_s);
+        fl_print_format("Standard and specification license open-standard-license-1.0-or-greater.%r", print->to, f_string_eol_s);
         fl_print_format("Documentation license cc-by-sa-4.0.%r", print->to, f_string_eol_s);
       }
     #endif // _di_detailed_copyright_
index c8e8ca56a2a6c251b5ce0b337d215d48f3684c34..4c254b77750843cadf088d5d0249579498d1368c 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 
 Packet Request:
index 0287730d582107bcddb5480e49e522bc72dbf31b..3163f829d3bafc2e1810a4c5218521642e05952d 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 
 Packet Response:
index 77837d6cd9df10eacb664ad2a717a4c38e39791c..7c467253b202d2f1cc1c74d5761e3b2884fe4b22 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 
 Settings Documentation:
index 17c0be5f63c5a7931fc6d05299f4b329fc1c67ee..11af13dba59df64d18eaaf7597df068bb131ebda 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 
 Settings Specification:
index bbe70f59f70234021303cd381e7a61cfc7eb331a..9cad634339fdd9ec1eafa6498df36cb5e626f429 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named actions.txt) can be more easily read using the following iki_read commands:
 #   iki_read actions.txt +Q -w -W code '"' '"'
index 394fd95826e898a161a37156313e4f8435120ac8..7a1983f32acc37949cdc26393e1da208edafedd4 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named entry.txt) can be more easily read using the following iki_read commands:
 #   iki_read entry.txt +Q -r PID PID -w -WW code '"' '"'
index bfa4372f651e9faeead5bc7b9d252a818656f382..1d287b62d68e6c6a2347a070101dc79ebcde4c86 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named exit.txt) can be more easily read using the following iki_read commands:
 #   iki_read exit.txt +Q -w -r PID PID -w -W code '"' '"'
index 3a0038d600dae5ddcbc0fcb2518fc440b5cf7445..a78f9fa7f03b17c8336c77694ebbc4dae24a95c0 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named packet.txt) can be more easily read using the following iki_read commands:
 #   iki_read packet.txt +Q -w -W code '"' '"'
index 8d9e1c54c26f92d2c42c2c8e835d323fc5c00c1b..5d9805a64c6c81168654c73b80f2d204f7fd08f5 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named rule.txt) can be more easily read using the following iki_read commands:
 #   iki_read rule.txt +Q -r PID PID -w -W code '"' '"'
index 2dae70d75b33e8ee272f645ea4a00435e1795cbd..a7d003d76ab5eb334cae20d3de894c7e9f99dcc6 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named simulate.txt) can be more easily read using the following iki_read commands:
 #   iki_read simulate.txt +Q -w -W code '"' '"'
index 92ceeea8e87f5aa4c42d78fd031a63d6ce6bbc14..54f9afff0c6e9b44be2ce05e1d6b0f5fafb3e7a1 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named entry.txt) can be more easily read using the following iki_read commands:
 #   iki_read entry.txt +Q -w -W code '"' '"'
index 83ab08f89674e01bfc3a445b04866acd9a3a24a4..1d2b842888b2991b6795d54ddc1667ea55add655 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named exit.txt) can be more easily read using the following iki_read commands:
 #   iki_read exit.txt +Q -w -W code '"' '"'
index b76ee3e01e363b7ed14331b84f66df00fa3a0175..59ee6c100fe57cb577de579e37baf46f226acb53 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named packet.txt) can be more easily read using the following iki_read commands:
 #   iki_read packet.txt +Q -w -W code '"' '"'
index 8ea846e317ae264a98af24a0094cab333a5bf7a5..db45a2ebe208cd147d4a3256372e2a2c438ee44b 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named rule.txt) can be more easily read using the following iki_read commands:
 #   iki_read rule.txt +Q -w -W code '"' '"'
index 8175aa4c8498db9c4f325e51bdaff32a1b2c71ed..5158361374033aa0d2335b99f9a6d4dd8d04f150 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named task.txt) can be more easily read using the following iki_read commands:
 #   iki_read task.txt +Q -w -W code '"' '"'
index 4af3cf9978daf45acf3d380865b5852eb33f3e71..9170fde775a0f98a5f8d6f8a5910116a8474cd0f 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 # This file (assumed to be named time.txt) can be more easily read using the following iki_read commands:
 #   iki_read time.txt +Q -r UTC UTC -w -WW character "'" "'" code '"' '"'
index e9b6fc0659410af6d15d42d07d468fcb6a39a131..1c261e293cbbf8d3c061c25f9582cb9e8c72185f 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 # version 2024/03/23
 #
 # This file (assumed to be named fakefile.txt) can be more easily read using the following iki_read commands:
index 957a7e15ed81addb1d9b2e85267aa5770f2fa486..a962b34299cf1ad002275eb7aab76829feb8ac4c 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 # version 2024/03/23
 #
 # This file (assumed to be named settings.txt) can be more easily read using the following iki_read commands:
index b85fb6b7f03fd59eb00c5f50833c0b80a2d1a7d8..e2c841288adcd01b53338b2ccace906eeb44d65a 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 # version 2024/03/23
 #
 # This file (assumed to be named defines.txt) can be more easily read using the following iki_read commands:
index 0983e5c7f234ee1b4f8ba3f6c2248bf90fe46c78..abb9ed7736d26126d404bd97df6282a57e9f8b9d 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 # version 2024/03/23
 #
 # This file (assumed to be named dependencies.txt) can be more easily read using the following iki_read commands:
index dcd3bb41045aaa9fe10556d999a63fd1f1419c34..52f0389a4a3f23652accf9517965efb278c1dbf7 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 # version 2024/03/23
 #
 # This file (assumed to be named fakefile.txt) can be more easily read using the following iki_read commands:
index 4121a80abf7df659f37741c99da918a32ebb9a1e..5fd1e6368c258c0dde482c34e175d0f8ee8e71ab 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 # version 2024/03/23
 #
 # This file (assumed to be named settings.txt) can be more easily read using the following iki_read commands:
index da7825649a94ac83c5c530076a8b123b5afa94c2..400f294702c61dd5e46c55e2fcae061888c643ad 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002
 #
-# license: open-standard-license-1.0
+# license: open-standard-license-1.0-or-later
 #
 
 Output Specification:
index a1f2203744cca14d9e84225c9414205c1ffb9966..86848d7e725f7be73c7e2cbf4aac705e4103961d 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2024/01/15
 #
 # This file (assumed to be named fss-0000.txt) can be more easily read using the following iki_read commands:
index c779c543a5ac8c9ef220ab68d8e37ee7fdaf23cc..388ffee993bae319fb9cf98c3451b135e4c3d44c 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2024/01/15
 #
 # This file (assumed to be named fss-0001.txt) can be more easily read using the following iki_read commands:
index 0b0d50c4b40f893d86555029b13eb1f24d1c0261..715f73beb56b9294edc41f706ad8845b0f4186c5 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2024/01/15
 #
 # This file (assumed to be named fss-0002.txt) can be more easily read using the following iki_read commands:
index 6a3954cd73a5423927beb45c7dbcc33b326193ce..652d59888eb6cfce8f038804c5cd694e3031bb9a 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2024/01/15
 #
 # This file (assumed to be named fss-0003.txt) can be more easily read using the following iki_read commands:
index cd75c6b5e86149a2c967be8b067fe1f8e6483d9e..32adee479b1d382ef2bbcd2793853acdad0a59a0 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-0004.txt) can be more easily read using the following iki_read commands:
index 011a99da268de27c501b8bb2b98f34ec38fe0247..deaed3d6608520356022242db6babbd7f031ddce 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-0005.txt) can be more easily read using the following iki_read commands:
index ea5dd62729be8dadeba4daf72ad71c71835887cf..417a4c70f7327a1e2bc3281a495429c44d6b9157 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-0006.txt) can be more easily read using the following iki_read commands:
index 7fb5d8e0bb368f3af5de8e1c0802865bdeaecb09..d420bca08319a7444191d7ac6aa97b3a8f853382 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-0007.txt) can be more easily read using the following iki_read commands:
index 937f9c6aaf7e75ad1368adee1cb9d8ab794ac1b5..3409cf5e8050c2ea68e1dbb23fe4e531956c699f 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-0008.txt) can be more easily read using the following iki_read commands:
index 740bb9a73c9a2afbaf6bf6a421506cc3c79045f7..b63f6883fdc021c6d5b7b5c0b9fa7165904ad1e0 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-0009.txt) can be more easily read using the following iki_read commands:
index da6c0e7028df1fa9a92242bd15d9a0e823c7ed17..32f804297eaa07275d1bec0e8cb1d5003c1636a0 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-000a.txt) can be more easily read using the following iki_read commands:
index 4de2fefd79d3e6600f25a45e0f48901fd179d577..55a53c1a3574ad78c4ad212724a850792d925a69 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-000b.txt) can be more easily read using the following iki_read commands:
index c2bd010b1e8fa336a2516e6e863dedc2a33d9981..8180e61ea5a8bdab7ef8c638eeded48fd44187ae 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-000c.txt) can be more easily read using the following iki_read commands:
index 1924521020793d84fec366e10476d0ec1d2ddf72..899a26393bfc697f2418302ca994a10e8f324aec 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named fss-000d.txt) can be more easily read using the following iki_read commands:
index 141f36a12608ec1d8bb33fec67412f9c5d2f8594..1e56359a079250500643554e94b56561f9440f16 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2024/03/12
 #
 # This file (assumed to be named fss-000e.txt) can be more easily read using the following iki_read commands:
index 1451834f18f2a91a25a94f9b3de4025480c03f77..715914c46aeb8705b45a189f94db09a8d9b67338 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/11/14
 #
 # This file (assumed to be named fss-000f.txt) can be more easily read using the following iki_read commands:
index 963151dbd3bc6ae0e3faa75a1b3d753070662efb..8e52160f6f72c7bad449ae1147652d35d58f2ce6 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/16
 #
 # This file (assumed to be named fss-0010.txt) can be more easily read using the following iki_read commands:
index 4e661f1767e56a05bc21bd8aba2940fabd5c69ab..b0ba607b15d88036943d697ef28a75a04fea15eb 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2024/01/15
 #
 # This file (assumed to be named fss.txt) can be more easily read using the following iki_read commands:
index d7edca00c2fcf3bfd1606ee1b5b00a2efe6bf565..68213c4d18e31b77c78e54a9b07562a52a44e63e 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named iki-0000.txt) can be more easily read using the following iki_read commands:
index 4a8b140d35cbe6ac93f88315252fa41e0b83b4b9..df33095ace6f86e67cfae8f864ed5aa9b0402654 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named iki-0001.txt) can be more easily read using the following iki_read commands:
index 43eface2ab4da7ccfd7feb273ea6e46c06af93e7..21ed10f1172c9b61d1b9e08e8a5e8262f2b1087d 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/07/14
 #
 # This file (assumed to be named iki-0002.txt) can be more easily read using the following iki_read commands:
index a6c4fea1c3b44b9752996c648857f17fad6bf2b8..8c9184232c11777dd694d23a90b3cdbed8f88ec9 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2024/03/29
 #
 # This file (assumed to be named iki.txt) can be more easily read using the following iki_read commands:
index f0aaa591b3e1bbacc1b339edb1c4ac7157a5c744..3a0ae79d5d9ecdeb06650e9238656ddf0de54f89 100644 (file)
@@ -1,6 +1,6 @@
 # fss-0002 iki-0000
 #
-# license open-standard-license-1.0
+# license open-standard-license-1.0-or-later
 # version 2023/12/16
 #
 # This file (assumed to be named time.txt) can be more easily read using the following iki_read commands: