]> Kevux Git Server - fll/commitdiff
Cleanup: The OSLv1 license usage, fixing license reference.
authorKevin Day <kevin@kevux.org>
Wed, 10 Apr 2024 02:25:38 +0000 (21:25 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 10 Apr 2024 02:25:38 +0000 (21:25 -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.

74 files changed:
build/scripts/bootstrap.sh
build/scripts/install.sh
build/scripts/package.sh
build/scripts/test.sh
documents/time.txt
level_3/byte_dump/c/byte_dump.c
level_3/control/c/control.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/c/controller.c
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/c/fake.c
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/firewall/c/firewall.c
level_3/fss_basic_list_read/c/fss_basic_list_read.c
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_embedded_list_read/c/fss_embedded_list_read.c
level_3/fss_embedded_list_write/c/fss_embedded_list_write.c
level_3/fss_extended_list_read/c/fss_extended_list_read.c
level_3/fss_extended_list_write/c/fss_extended_list_write.c
level_3/fss_extended_read/c/fss_extended_read.c
level_3/fss_extended_write/c/fss_extended_write.c
level_3/fss_identify/c/fss_identify.c
level_3/fss_payload_read/c/fss_payload_read.c
level_3/fss_payload_write/c/fss_payload_write.c
level_3/fss_status_code/c/fss_status_code.c
level_3/iki_read/c/iki_read.c
level_3/iki_write/c/iki_write.c
level_3/status_code/c/status_code.c
level_3/utf8/c/utf8.c
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 e3ec952d55581cdb35e4222d2fadbaad71e308fe..d929614042ed0e028a35bcb9b0f9d9393e32c2c2 100644 (file)
@@ -592,7 +592,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 067ee84b7e55a914ff518014a76066eded04efde..ca35c98ed20edfa7ab7adc0016480b7b2e572470 100644 (file)
@@ -539,7 +539,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 ea3772e73a4d3d6a14d3109a76a1efaf0aef480f..1e4b82446d42b0ab7f0508153c1f4afc83c09c84 100644 (file)
@@ -519,7 +519,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 ac2006f839c720969b0d62e8ca178d0b9db5e46d..a9b250d59f5a70949f08b1a43d67d495f37f6533 100644 (file)
@@ -395,7 +395,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 3d15e0834ce177690c836028d736927394f8c452..246b6616c5d6cf6034bab5cea8fb01154a90ffc5 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 808d6c2e478d0f6b50cc9a7899776ae16bcc608f..66922d66d446bda4e3572e42cd5a691972795d17 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
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 8fbfcc029a14e32e4da78067706b6ad919d87c70..9a988f5bea0a3e2f2369aeb2c239bc447587af56 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
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 91d2bb6fc3642b0d1e85b40d4d1e13526561e6fd..806f51e33a1e4026d85d838ebc2ad151a2f7906d 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 738b93d2be7447be50c71e4149961581ee02dcdc..627a007aec2da8779c6f6c60738b61531a525801 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index f557b6ced870be6f7092f3a9f1df4621665fc6fa..1197f1ed01983f15409466bba7bc05a7dcdfcb71 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 793a3646d50fdcdd4060943a9b6f10ade213818e..c6f877b4c70e141a372c827813942e0c279b1560 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 640dd4a4c2436068d9d4824a6efd92854276884e..6489406dac58245153eb7c7104a782f87acf1369 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 4283b0798226cc564478db925feb103ebc28434d..6f9d3458d4c54fb1fc564cf3c590ff6f21c8bede 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index af9765b33534f16c095874ccf3af4b87107ad4cd..daa8effa7135cc67f2b5f4092d7b874d50b8d14d 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 9705a4b1788ac75a5c10f2157d998dc8bb7d39f3..de2fb2b29638f389bcc94d581500f72f1ab670f7 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index f61de074d9f1708eae3c2e946ded25b83a24fd97..4c7bc9490ffd2ffaf3508ac5b7356826a7b24154 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index edb496c4ef1f2bd5c88cd0c22cb82d1c52f74eb1..57e525e57d63d63c1094cce9990db1b9721f8376 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index f97bd26616350c808def7ff276ef59bce9104da4..d2ce54b480a689a3c46aa5f646288c7ccf1ba72d 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index a71bcf7125ed6c2c2bbdc4a1f9f948a2ca8b34f4..6a0891f564936a234f0f51ddeb597d32e347dae5 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index e1c963090d9c6564a7f6fba5d8742b8f4f2bb1be..6d76b4e92bda4ad41d7ebc40bc5f928ac6e9f85f 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 518478f49b473d8c6390b5a37ce6f124cd0fe7c0..d546e5df85970f80b52de12560b845fdcbf6c055 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 180896e739552a3432ef0c97cc913890dda61c08..2268be3178e82bd7a32c72ed4ed0dc06f1b19ba5 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index f3fdd82d413223e40ce2c57c68dda3746c6892b2..8867ceddb2e1c18f4f4d627cf41126261e2e7975 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index a54271e738fedfee8e4dfce21781e422c7f7da5e..840c432cb15b2ceb085e296390431f199d2d7463 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 9bd671ae5b721e0af9e9909f38fd38c9363867f0..9de434a2d236752885abbcdeaf9768306d510634 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 5977387ac47e5db888478942450865a5e327e350..da708af134266df73d46a5daf92dd0f0fde46004 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 03410efd832a001a9beac6a4ce510104e16d18ef..ae35807cb17b6222ae0ba0b8da067e47b50bee62 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 5ddd463b104f3c2c29392dff1611289403608c1f..327f660ab415cbebefa604e8849b265153b20223 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 2d495d947f3e98da4e99db9bad25a329d1c0c30e..49f9fa35d46a3b00c2bcc9a0efbdf704ce9eb7cd 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index f9e3612d2d784ea6d26c43f035ba721ab4f3dc67..399f924bc87b2d38ea74a560e855a6f87d9423d1 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
index 318a429dd39dd154a4c5f2ffea228b957af6494a..bc137c60c55c7a52ba1e711a08184cf4812541fa 100644 (file)
@@ -24,7 +24,7 @@ extern "C" {
     #endif // _di_detailed_copyright_
 
     fl_print_format("%rSource code license lgpl-2.1-or-later.%r", file.stream, f_string_eol_s, f_string_eol_s);
-    fl_print_format("Standard and specification license open-standard-license-1.0.%r", file.stream, f_string_eol_s);
+    fl_print_format("Standard and specification license open-standard-license-1.0-or-later.%r", file.stream, f_string_eol_s);
     fl_print_format("Documentation license cc-by-sa-4.0.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);
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: