From 193e7056a911365d06eabe46905bd453c3b590e0 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 3 Dec 2021 19:52:15 -0600 Subject: [PATCH] Cleanup: Better clarify that the Software License is LGPL 2.1 or Greater. The standard practice appears to be appending "-or-later" to the license file name. --- build/scripts/bootstrap-example.sh | 2 +- build/scripts/bootstrap.sh | 2 +- build/scripts/install.sh | 2 +- build/scripts/package.sh | 2 +- level_0/f_account/c/account-common.h | 2 +- level_0/f_account/c/account.h | 2 +- level_0/f_account/c/private-account.h | 2 +- level_0/f_capability/c/capability-common.h | 2 +- level_0/f_capability/c/capability.h | 2 +- level_0/f_color/c/color-common.h | 2 +- level_0/f_color/c/color.h | 2 +- level_0/f_console/c/console-common.h | 2 +- level_0/f_console/c/console.h | 2 +- level_0/f_control_group/c/control_group-common.h | 2 +- level_0/f_control_group/c/control_group.h | 2 +- level_0/f_conversion/c/conversion-common.h | 2 +- level_0/f_conversion/c/conversion.h | 2 +- level_0/f_conversion/c/private-conversion.h | 2 +- level_0/f_directory/c/directory-common.h | 2 +- level_0/f_directory/c/directory.h | 2 +- level_0/f_directory/c/directory_type.h | 2 +- level_0/f_directory/c/private-directory.h | 2 +- level_0/f_environment/c/environment-common.h | 2 +- level_0/f_environment/c/environment.h | 2 +- level_0/f_environment/c/private-environment.h | 2 +- level_0/f_execute/c/execute-common.h | 2 +- level_0/f_execute/c/execute.h | 2 +- level_0/f_file/c/file-common.h | 2 +- level_0/f_file/c/file.h | 2 +- level_0/f_file/c/private-file.h | 2 +- level_0/f_fss/c/fss-common.h | 2 +- level_0/f_fss/c/fss.h | 2 +- level_0/f_fss/c/fss_comment.h | 2 +- level_0/f_fss/c/fss_delimit.h | 2 +- level_0/f_fss/c/fss_named.h | 2 +- level_0/f_fss/c/fss_nest.h | 2 +- level_0/f_fss/c/fss_quote.h | 2 +- level_0/f_fss/c/fss_set.h | 2 +- level_0/f_fss/c/private-fss.h | 2 +- level_0/f_iki/c/iki-common.h | 2 +- level_0/f_iki/c/iki.h | 2 +- level_0/f_iki/c/private-iki.h | 2 +- level_0/f_limit/c/limit-common.h | 2 +- level_0/f_limit/c/limit.h | 2 +- level_0/f_memory/c/memory-common.h | 2 +- level_0/f_memory/c/memory.h | 2 +- level_0/f_memory/c/memory_structure.h | 2 +- level_0/f_memory/c/private-memory.h | 2 +- level_0/f_path/c/path-common.h | 2 +- level_0/f_path/c/path.h | 2 +- level_0/f_path/c/private-path.h | 2 +- level_0/f_pipe/c/pipe.h | 2 +- level_0/f_print/c/print-common.h | 2 +- level_0/f_print/c/print.h | 2 +- level_0/f_print/c/print_to.h | 2 +- level_0/f_print/c/private-print.h | 2 +- level_0/f_print/c/private-print_to.h | 2 +- level_0/f_serialize/c/private-serialize.h | 2 +- level_0/f_serialize/c/serialize-common.h | 2 +- level_0/f_serialize/c/serialize.h | 2 +- level_0/f_signal/c/signal-common.h | 2 +- level_0/f_signal/c/signal.h | 2 +- level_0/f_socket/c/socket-common.h | 2 +- level_0/f_socket/c/socket.h | 2 +- level_0/f_status/c/status.h | 2 +- level_0/f_string/c/private-string.h | 2 +- level_0/f_string/c/string-common.h | 2 +- level_0/f_string/c/string.h | 2 +- level_0/f_string/c/string_dynamic.h | 2 +- level_0/f_string/c/string_map.h | 2 +- level_0/f_string/c/string_quantity.h | 2 +- level_0/f_string/c/string_range.h | 2 +- level_0/f_string/c/string_triple.h | 2 +- level_0/f_thread/c/private-thread.h | 2 +- level_0/f_thread/c/thread-common.h | 2 +- level_0/f_thread/c/thread.h | 2 +- level_0/f_type/c/type.h | 2 +- level_0/f_type_array/c/private-type_array.h | 2 +- level_0/f_type_array/c/type_array-common.h | 2 +- level_0/f_type_array/c/type_array.h | 2 +- level_0/f_utf/c/private-utf.h | 2 +- level_0/f_utf/c/utf-common.h | 2 +- level_0/f_utf/c/utf.h | 2 +- level_0/f_utf/c/utf_dynamic.h | 2 +- level_0/f_utf/c/utf_map.h | 2 +- level_0/f_utf/c/utf_triple.h | 2 +- level_1/fl_console/c/console.h | 2 +- level_1/fl_control_group/c/control_group.h | 2 +- level_1/fl_conversion/c/conversion.h | 2 +- level_1/fl_conversion/c/private-conversion.h | 2 +- level_1/fl_directory/c/directory.h | 2 +- level_1/fl_directory/c/private-directory.h | 2 +- level_1/fl_environment/c/environment.h | 2 +- level_1/fl_execute/c/execute-common.h | 2 +- level_1/fl_execute/c/execute.h | 2 +- level_1/fl_fss/c/fss.h | 2 +- level_1/fl_fss/c/fss_basic.h | 2 +- level_1/fl_fss/c/fss_basic_list.h | 2 +- level_1/fl_fss/c/fss_embedded_list.h | 2 +- level_1/fl_fss/c/fss_extended.h | 2 +- level_1/fl_fss/c/fss_extended_list.h | 2 +- level_1/fl_fss/c/fss_status.h | 2 +- level_1/fl_fss/c/private-fss.h | 2 +- level_1/fl_fss/c/private-fss_macro.h | 2 +- level_1/fl_iki/c/iki.h | 2 +- level_1/fl_print/c/print-common.h | 2 +- level_1/fl_print/c/print.h | 2 +- level_1/fl_print/c/private-print.h | 2 +- level_1/fl_signal/c/signal-common.h | 2 +- level_1/fl_signal/c/signal.h | 2 +- level_1/fl_status/c/status.h | 2 +- level_1/fl_string/c/private-string.h | 2 +- level_1/fl_string/c/string.h | 2 +- level_1/fl_utf/c/private-utf.h | 2 +- level_1/fl_utf/c/utf.h | 2 +- level_1/fl_utf_file/c/private-utf_file.h | 2 +- level_1/fl_utf_file/c/utf_file.h | 2 +- level_2/fll_control_group/c/control_group.h | 2 +- level_2/fll_error/c/error-common.h | 2 +- level_2/fll_error/c/error.h | 2 +- level_2/fll_error/c/private-error.h | 2 +- level_2/fll_execute/c/execute.h | 2 +- level_2/fll_execute/c/private-execute.h | 2 +- level_2/fll_file/c/file.h | 2 +- level_2/fll_file/c/private-file.h | 2 +- level_2/fll_fss/c/fss.h | 2 +- level_2/fll_fss/c/fss_basic.h | 2 +- level_2/fll_fss/c/fss_basic_list.h | 2 +- level_2/fll_fss/c/fss_embedded_list.h | 2 +- level_2/fll_fss/c/fss_extended.h | 2 +- level_2/fll_fss/c/fss_extended_list.h | 2 +- level_2/fll_fss/c/fss_status.h | 2 +- level_2/fll_fss/c/private-fss.h | 2 +- level_2/fll_iki/c/iki.h | 2 +- level_2/fll_iki/c/private-iki.h | 2 +- level_2/fll_path/c/path.h | 2 +- level_2/fll_print/c/print.h | 2 +- level_2/fll_program/c/program.h | 2 +- level_2/fll_status/c/status.h | 2 +- level_3/byte_dump/c/byte_dump.h | 2 +- level_3/byte_dump/c/private-byte_dump.h | 2 +- level_3/byte_dump/c/private-common.h | 2 +- level_3/control/c/control.h | 2 +- level_3/control/c/private-common.h | 2 +- level_3/control/c/private-control.h | 2 +- level_3/controller/c/controller.h | 2 +- level_3/controller/c/private-common.h | 2 +- level_3/controller/c/private-control.h | 2 +- level_3/controller/c/private-control_print.h | 2 +- level_3/controller/c/private-controller.h | 2 +- level_3/controller/c/private-controller_print.h | 2 +- level_3/controller/c/private-entry.h | 2 +- level_3/controller/c/private-entry_print.h | 2 +- level_3/controller/c/private-lock.h | 2 +- level_3/controller/c/private-lock_print.h | 2 +- level_3/controller/c/private-process.h | 2 +- level_3/controller/c/private-rule.h | 2 +- level_3/controller/c/private-rule_print.h | 2 +- level_3/controller/c/private-thread.h | 2 +- level_3/controller/c/private-thread_control.h | 2 +- level_3/controller/c/private-thread_entry.h | 2 +- level_3/controller/c/private-thread_process.h | 2 +- level_3/controller/c/private-thread_rule.h | 2 +- level_3/controller/c/private-thread_signal.h | 2 +- level_3/fake/c/fake.h | 2 +- level_3/fake/c/private-build.h | 2 +- level_3/fake/c/private-clean.h | 2 +- level_3/fake/c/private-common.h | 2 +- level_3/fake/c/private-fake.h | 2 +- level_3/fake/c/private-make.h | 2 +- level_3/fake/c/private-print.h | 2 +- level_3/fake/c/private-skeleton.h | 2 +- level_3/firewall/c/firewall.c | 2 +- level_3/firewall/c/firewall.h | 2 +- level_3/firewall/c/private-common.h | 2 +- level_3/firewall/c/private-firewall.h | 2 +- level_3/fss_basic_list_read/c/fss_basic_list_read.h | 2 +- level_3/fss_basic_list_read/c/private-common.h | 2 +- level_3/fss_basic_list_read/c/private-fss_basic_list_read.h | 2 +- level_3/fss_basic_list_write/c/fss_basic_list_write.h | 2 +- level_3/fss_basic_list_write/c/private-common.h | 2 +- level_3/fss_basic_list_write/c/private-fss_basic_list_write.h | 2 +- level_3/fss_basic_read/c/fss_basic_read.h | 2 +- level_3/fss_basic_read/c/private-common.h | 2 +- level_3/fss_basic_read/c/private-fss_basic_read.h | 2 +- level_3/fss_basic_write/c/fss_basic_write.h | 2 +- level_3/fss_basic_write/c/private-common.h | 2 +- level_3/fss_basic_write/c/private-fss_basic_write.h | 2 +- level_3/fss_embedded_list_read/c/fss_embedded_list_read.h | 2 +- level_3/fss_embedded_list_read/c/private-common.h | 2 +- level_3/fss_embedded_list_read/c/private-fss_embedded_list_read.h | 2 +- level_3/fss_embedded_list_write/c/fss_embedded_list_write.h | 2 +- level_3/fss_embedded_list_write/c/private-common.h | 2 +- level_3/fss_embedded_list_write/c/private-fss_embedded_list_write.h | 2 +- level_3/fss_extended_list_read/c/fss_extended_list_read.h | 2 +- level_3/fss_extended_list_read/c/private-common.h | 2 +- level_3/fss_extended_list_read/c/private-fss_extended_list_read.h | 2 +- level_3/fss_extended_list_write/c/fss_extended_list_write.h | 2 +- level_3/fss_extended_list_write/c/private-common.h | 2 +- level_3/fss_extended_list_write/c/private-fss_extended_list_write.h | 2 +- level_3/fss_extended_read/c/fss_extended_read.h | 2 +- level_3/fss_extended_read/c/private-common.h | 2 +- level_3/fss_extended_read/c/private-fss_extended_read.h | 2 +- level_3/fss_extended_write/c/fss_extended_write.h | 2 +- level_3/fss_extended_write/c/private-common.h | 2 +- level_3/fss_extended_write/c/private-fss_extended_write.h | 2 +- level_3/fss_identify/c/fss_identify.h | 2 +- level_3/fss_identify/c/private-common.h | 2 +- level_3/fss_identify/c/private-fss_identify.h | 2 +- level_3/fss_status_code/c/fss_status_code.h | 2 +- level_3/fss_status_code/c/private-common.h | 2 +- level_3/fss_status_code/c/private-fss_status_code.h | 2 +- level_3/iki_read/c/iki_read.h | 2 +- level_3/iki_read/c/private-common.h | 2 +- level_3/iki_read/c/private-iki_read.h | 2 +- level_3/iki_write/c/iki_write.h | 2 +- level_3/iki_write/c/private-common.h | 2 +- level_3/iki_write/c/private-iki_write.h | 2 +- level_3/status_code/c/private-common.h | 2 +- level_3/status_code/c/private-status_code.h | 2 +- level_3/status_code/c/status_code.h | 2 +- level_3/utf8/c/private-common.h | 2 +- level_3/utf8/c/private-print.h | 2 +- level_3/utf8/c/private-utf8.h | 2 +- level_3/utf8/c/private-utf8_binary.h | 2 +- level_3/utf8/c/private-utf8_codepoint.h | 2 +- level_3/utf8/c/utf8.h | 2 +- licenses/{lgpl-2.1 => lgpl-2.1-or-later} | 0 228 files changed, 227 insertions(+), 227 deletions(-) rename licenses/{lgpl-2.1 => lgpl-2.1-or-later} (100%) diff --git a/build/scripts/bootstrap-example.sh b/build/scripts/bootstrap-example.sh index f34b20e..9caf8e3 100644 --- a/build/scripts/bootstrap-example.sh +++ b/build/scripts/bootstrap-example.sh @@ -1,5 +1,5 @@ #!/bin/bash -# license: lgpl-2.1 +# license: lgpl-2.1-or-later # programmer: Kevin Day # # The purpose of this script is to provide an example on how to bootstrap this project using command line arguments. diff --git a/build/scripts/bootstrap.sh b/build/scripts/bootstrap.sh index 0564475..c3a7dbd 100644 --- a/build/scripts/bootstrap.sh +++ b/build/scripts/bootstrap.sh @@ -1,5 +1,5 @@ #!/bin/bash -# license: lgpl-2.1 +# license: lgpl-2.1-or-later # programmer: Kevin Day # # The purpose of this script is to provide a simple bootstrap tool to compile any part of the FLL project. diff --git a/build/scripts/install.sh b/build/scripts/install.sh index 3289e31..5fe2f5b 100644 --- a/build/scripts/install.sh +++ b/build/scripts/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# license: lgpl-2.1 +# license: lgpl-2.1-or-later # programmer: Kevin Day # # The purpose of this script is to provide a simple installer tool to copy any part of the FLL project onto a system. diff --git a/build/scripts/package.sh b/build/scripts/package.sh index 4107951..9fd4c07 100644 --- a/build/scripts/package.sh +++ b/build/scripts/package.sh @@ -1,5 +1,5 @@ #!/bin/bash -# license: lgpl-2.1 +# license: lgpl-2.1-or-later # programmer: Kevin Day # # The purpose of this script is to create releases from the project source. diff --git a/level_0/f_account/c/account-common.h b/level_0/f_account/c/account-common.h index 8bd0fee..0fff8f9 100644 --- a/level_0/f_account/c/account-common.h +++ b/level_0/f_account/c/account-common.h @@ -3,7 +3,7 @@ * * Project: Account * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by account related functionality. * diff --git a/level_0/f_account/c/account.h b/level_0/f_account/c/account.h index d824b7c..8c53b6d 100644 --- a/level_0/f_account/c/account.h +++ b/level_0/f_account/c/account.h @@ -3,7 +3,7 @@ * * Project: Account * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides account related functionality (users, groups, roles, etc..). * diff --git a/level_0/f_account/c/private-account.h b/level_0/f_account/c/private-account.h index 5e330ab..911efca 100644 --- a/level_0/f_account/c/private-account.h +++ b/level_0/f_account/c/private-account.h @@ -3,7 +3,7 @@ * * Project: Account * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_capability/c/capability-common.h b/level_0/f_capability/c/capability-common.h index f937431..605ecf0 100644 --- a/level_0/f_capability/c/capability-common.h +++ b/level_0/f_capability/c/capability-common.h @@ -3,7 +3,7 @@ * * Project: Capability * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by capability related functionality. * diff --git a/level_0/f_capability/c/capability.h b/level_0/f_capability/c/capability.h index 5aa1f9c..7755527 100644 --- a/level_0/f_capability/c/capability.h +++ b/level_0/f_capability/c/capability.h @@ -3,7 +3,7 @@ * * Project: Capability * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides capability related functionality. * diff --git a/level_0/f_color/c/color-common.h b/level_0/f_color/c/color-common.h index d40db49..efd11b6 100644 --- a/level_0/f_color/c/color-common.h +++ b/level_0/f_color/c/color-common.h @@ -3,7 +3,7 @@ * * Project: Color * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project color. * diff --git a/level_0/f_color/c/color.h b/level_0/f_color/c/color.h index 48e1351..78b510e 100644 --- a/level_0/f_color/c/color.h +++ b/level_0/f_color/c/color.h @@ -3,7 +3,7 @@ * * Project: Color * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide basic color output support (linux & xterm). * This is the Featureless LINUX Library, so there is no support for non-linux colors at this time. diff --git a/level_0/f_console/c/console-common.h b/level_0/f_console/c/console-common.h index 61fa0a0..13b0382 100644 --- a/level_0/f_console/c/console-common.h +++ b/level_0/f_console/c/console-common.h @@ -3,7 +3,7 @@ * * Project: Console * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project console. * diff --git a/level_0/f_console/c/console.h b/level_0/f_console/c/console.h index f4569a9..6aa10b4 100644 --- a/level_0/f_console/c/console.h +++ b/level_0/f_console/c/console.h @@ -3,7 +3,7 @@ * * Project: Console * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Some console input/output commands. * diff --git a/level_0/f_control_group/c/control_group-common.h b/level_0/f_control_group/c/control_group-common.h index 4edf5d5..ca27324 100644 --- a/level_0/f_control_group/c/control_group-common.h +++ b/level_0/f_control_group/c/control_group-common.h @@ -3,7 +3,7 @@ * * Project: Control Group * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by control group (cgroup) related functionality. * diff --git a/level_0/f_control_group/c/control_group.h b/level_0/f_control_group/c/control_group.h index 0272303..c943957 100644 --- a/level_0/f_control_group/c/control_group.h +++ b/level_0/f_control_group/c/control_group.h @@ -3,7 +3,7 @@ * * Project: Control Group * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides control group (cgroup) related functionality. * diff --git a/level_0/f_conversion/c/conversion-common.h b/level_0/f_conversion/c/conversion-common.h index a6fc86b..2257a9e 100644 --- a/level_0/f_conversion/c/conversion-common.h +++ b/level_0/f_conversion/c/conversion-common.h @@ -3,7 +3,7 @@ * * Project: Conversion * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project conversion. * diff --git a/level_0/f_conversion/c/conversion.h b/level_0/f_conversion/c/conversion.h index b6c7626..fcf2c00 100644 --- a/level_0/f_conversion/c/conversion.h +++ b/level_0/f_conversion/c/conversion.h @@ -3,7 +3,7 @@ * * Project: Conversion * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide means to convert one data type to another, such as a string to an integer. * diff --git a/level_0/f_conversion/c/private-conversion.h b/level_0/f_conversion/c/private-conversion.h index e545978..e79acd6 100644 --- a/level_0/f_conversion/c/private-conversion.h +++ b/level_0/f_conversion/c/private-conversion.h @@ -3,7 +3,7 @@ * * Project: Conversion * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_directory/c/directory-common.h b/level_0/f_directory/c/directory-common.h index 080e323..ccafda1 100644 --- a/level_0/f_directory/c/directory-common.h +++ b/level_0/f_directory/c/directory-common.h @@ -3,7 +3,7 @@ * * Project: Directory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project directory. * diff --git a/level_0/f_directory/c/directory.h b/level_0/f_directory/c/directory.h index 6f6e631..f8065b0 100644 --- a/level_0/f_directory/c/directory.h +++ b/level_0/f_directory/c/directory.h @@ -3,7 +3,7 @@ * * Project: Directory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides operations for directory handling. */ diff --git a/level_0/f_directory/c/directory_type.h b/level_0/f_directory/c/directory_type.h index 416a338..39ee359 100644 --- a/level_0/f_directory/c/directory_type.h +++ b/level_0/f_directory/c/directory_type.h @@ -3,7 +3,7 @@ * * Project: Directory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides directory related data types. */ diff --git a/level_0/f_directory/c/private-directory.h b/level_0/f_directory/c/private-directory.h index cc1c7ed..18ce499 100644 --- a/level_0/f_directory/c/private-directory.h +++ b/level_0/f_directory/c/private-directory.h @@ -3,7 +3,7 @@ * * Project: Directory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides operations for directory handling. */ diff --git a/level_0/f_environment/c/environment-common.h b/level_0/f_environment/c/environment-common.h index b51b397..d75e208 100644 --- a/level_0/f_environment/c/environment-common.h +++ b/level_0/f_environment/c/environment-common.h @@ -3,7 +3,7 @@ * * Project: Environment * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by environment console. * diff --git a/level_0/f_environment/c/environment.h b/level_0/f_environment/c/environment.h index 34b03d3..b0c8ff0 100644 --- a/level_0/f_environment/c/environment.h +++ b/level_0/f_environment/c/environment.h @@ -3,7 +3,7 @@ * * Project: Environment * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides environment processing functionality, such as environment variable handling. */ diff --git a/level_0/f_environment/c/private-environment.h b/level_0/f_environment/c/private-environment.h index 92e2b10..217d706 100644 --- a/level_0/f_environment/c/private-environment.h +++ b/level_0/f_environment/c/private-environment.h @@ -3,7 +3,7 @@ * * Project: Environment * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides environment processing functionality, such as environment variable handling. */ diff --git a/level_0/f_execute/c/execute-common.h b/level_0/f_execute/c/execute-common.h index a2f774f..9077e90 100644 --- a/level_0/f_execute/c/execute-common.h +++ b/level_0/f_execute/c/execute-common.h @@ -3,7 +3,7 @@ * * Project: Execute * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project execute. * diff --git a/level_0/f_execute/c/execute.h b/level_0/f_execute/c/execute.h index cc6369b..745bd55 100644 --- a/level_0/f_execute/c/execute.h +++ b/level_0/f_execute/c/execute.h @@ -3,7 +3,7 @@ * * Project: Execute * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides execute processing functionality. */ diff --git a/level_0/f_file/c/file-common.h b/level_0/f_file/c/file-common.h index ee3a0ff..5ad9fd1 100644 --- a/level_0/f_file/c/file-common.h +++ b/level_0/f_file/c/file-common.h @@ -3,7 +3,7 @@ * * Project: File * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project file. * diff --git a/level_0/f_file/c/file.h b/level_0/f_file/c/file.h index e2af559..8baff7e 100644 --- a/level_0/f_file/c/file.h +++ b/level_0/f_file/c/file.h @@ -3,7 +3,7 @@ * * Project: File * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides structures and data types for a file I/O. * Provides operations for opening/closing files. diff --git a/level_0/f_file/c/private-file.h b/level_0/f_file/c/private-file.h index 6a2001f..6449a31 100644 --- a/level_0/f_file/c/private-file.h +++ b/level_0/f_file/c/private-file.h @@ -3,7 +3,7 @@ * * Project: File * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides structures and data types for a file I/O. * Provides operations for opening/closing files. diff --git a/level_0/f_fss/c/fss-common.h b/level_0/f_fss/c/fss-common.h index ab8bfa5..04d2fa7 100644 --- a/level_0/f_fss/c/fss-common.h +++ b/level_0/f_fss/c/fss-common.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project fss. * diff --git a/level_0/f_fss/c/fss.h b/level_0/f_fss/c/fss.h index e536868..65062a8 100644 --- a/level_0/f_fss/c/fss.h +++ b/level_0/f_fss/c/fss.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines all datatypes to be used for/by project fss. * diff --git a/level_0/f_fss/c/fss_comment.h b/level_0/f_fss/c/fss_comment.h index 1a9cd39..5ad1faf 100644 --- a/level_0/f_fss/c/fss_comment.h +++ b/level_0/f_fss/c/fss_comment.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines set data to be used for/by project fss. * diff --git a/level_0/f_fss/c/fss_delimit.h b/level_0/f_fss/c/fss_delimit.h index f988c44..98a3d32 100644 --- a/level_0/f_fss/c/fss_delimit.h +++ b/level_0/f_fss/c/fss_delimit.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines set data to be used for/by project fss. * diff --git a/level_0/f_fss/c/fss_named.h b/level_0/f_fss/c/fss_named.h index 09f5c68..2f482cc 100644 --- a/level_0/f_fss/c/fss_named.h +++ b/level_0/f_fss/c/fss_named.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines named set data to be used for/by project fss. * diff --git a/level_0/f_fss/c/fss_nest.h b/level_0/f_fss/c/fss_nest.h index 569c9a9..c64efcc 100644 --- a/level_0/f_fss/c/fss_nest.h +++ b/level_0/f_fss/c/fss_nest.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines nest data to be used for/by project fss. * diff --git a/level_0/f_fss/c/fss_quote.h b/level_0/f_fss/c/fss_quote.h index 17499e7..9fb2786 100644 --- a/level_0/f_fss/c/fss_quote.h +++ b/level_0/f_fss/c/fss_quote.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines set data to be used for/by project fss. * diff --git a/level_0/f_fss/c/fss_set.h b/level_0/f_fss/c/fss_set.h index 592f4b1..73796f0 100644 --- a/level_0/f_fss/c/fss_set.h +++ b/level_0/f_fss/c/fss_set.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines set data to be used for/by project fss. * diff --git a/level_0/f_fss/c/private-fss.h b/level_0/f_fss/c/private-fss.h index 1b0e326..e826f6f 100644 --- a/level_0/f_fss/c/private-fss.h +++ b/level_0/f_fss/c/private-fss.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_iki/c/iki-common.h b/level_0/f_iki/c/iki-common.h index a5f9d34..a51578d 100644 --- a/level_0/f_iki/c/iki-common.h +++ b/level_0/f_iki/c/iki-common.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines iki common data. * diff --git a/level_0/f_iki/c/iki.h b/level_0/f_iki/c/iki.h index 9aa5301..be3157f 100644 --- a/level_0/f_iki/c/iki.h +++ b/level_0/f_iki/c/iki.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides a Wiki-Like syntax meant to be much simpler. * diff --git a/level_0/f_iki/c/private-iki.h b/level_0/f_iki/c/private-iki.h index 5b476ee..42046b2 100644 --- a/level_0/f_iki/c/private-iki.h +++ b/level_0/f_iki/c/private-iki.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_limit/c/limit-common.h b/level_0/f_limit/c/limit-common.h index 62fe41c..0716e4b 100644 --- a/level_0/f_limit/c/limit-common.h +++ b/level_0/f_limit/c/limit-common.h @@ -3,7 +3,7 @@ * * Project: Limit * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by limit related functionality. * diff --git a/level_0/f_limit/c/limit.h b/level_0/f_limit/c/limit.h index ce55f02..905c634 100644 --- a/level_0/f_limit/c/limit.h +++ b/level_0/f_limit/c/limit.h @@ -3,7 +3,7 @@ * * Project: Limit * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides limit related functionality. */ diff --git a/level_0/f_memory/c/memory-common.h b/level_0/f_memory/c/memory-common.h index f0643e4..821c82b 100644 --- a/level_0/f_memory/c/memory-common.h +++ b/level_0/f_memory/c/memory-common.h @@ -3,7 +3,7 @@ * * Project: Memory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines iki common data. * diff --git a/level_0/f_memory/c/memory.h b/level_0/f_memory/c/memory.h index 6e3ba4a..9274b1e 100644 --- a/level_0/f_memory/c/memory.h +++ b/level_0/f_memory/c/memory.h @@ -3,7 +3,7 @@ * * Project: Memory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide means to use memory routines, with error checking. * diff --git a/level_0/f_memory/c/memory_structure.h b/level_0/f_memory/c/memory_structure.h index fffbbc0..8ad5395 100644 --- a/level_0/f_memory/c/memory_structure.h +++ b/level_0/f_memory/c/memory_structure.h @@ -3,7 +3,7 @@ * * Project: Memory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines memory structure data. * diff --git a/level_0/f_memory/c/private-memory.h b/level_0/f_memory/c/private-memory.h index 9b9f96c..b77538d 100644 --- a/level_0/f_memory/c/private-memory.h +++ b/level_0/f_memory/c/private-memory.h @@ -3,7 +3,7 @@ * * Project: Memory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_path/c/path-common.h b/level_0/f_path/c/path-common.h index be097b8..be81fdd 100644 --- a/level_0/f_path/c/path-common.h +++ b/level_0/f_path/c/path-common.h @@ -3,7 +3,7 @@ * * Project: Path * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project path. * diff --git a/level_0/f_path/c/path.h b/level_0/f_path/c/path.h index 6925a73..5cfe093 100644 --- a/level_0/f_path/c/path.h +++ b/level_0/f_path/c/path.h @@ -3,7 +3,7 @@ * * Project: Path * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide path-related functionality. */ diff --git a/level_0/f_path/c/private-path.h b/level_0/f_path/c/private-path.h index 935685e..1196281 100644 --- a/level_0/f_path/c/private-path.h +++ b/level_0/f_path/c/private-path.h @@ -3,7 +3,7 @@ * * Project: Path * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_pipe/c/pipe.h b/level_0/f_pipe/c/pipe.h index 818e561..f930f08 100644 --- a/level_0/f_pipe/c/pipe.h +++ b/level_0/f_pipe/c/pipe.h @@ -3,7 +3,7 @@ * * Project: Pipe * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides pipe functionality. * diff --git a/level_0/f_print/c/print-common.h b/level_0/f_print/c/print-common.h index 6cbbcaf..2b4b05f 100644 --- a/level_0/f_print/c/print-common.h +++ b/level_0/f_print/c/print-common.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project print. * diff --git a/level_0/f_print/c/print.h b/level_0/f_print/c/print.h index 480df70..8e9c0bf 100644 --- a/level_0/f_print/c/print.h +++ b/level_0/f_print/c/print.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides some standard printing functions not available in a libc. * diff --git a/level_0/f_print/c/print_to.h b/level_0/f_print/c/print_to.h index 313718b..658e5f7 100644 --- a/level_0/f_print/c/print_to.h +++ b/level_0/f_print/c/print_to.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines print_to_* variants of print functins to be used for/by project print. * diff --git a/level_0/f_print/c/private-print.h b/level_0/f_print/c/private-print.h index f3752e6..40c4d62 100644 --- a/level_0/f_print/c/private-print.h +++ b/level_0/f_print/c/private-print.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_print/c/private-print_to.h b/level_0/f_print/c/private-print_to.h index a2382d1..bfd6977 100644 --- a/level_0/f_print/c/private-print_to.h +++ b/level_0/f_print/c/private-print_to.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_serialize/c/private-serialize.h b/level_0/f_serialize/c/private-serialize.h index 01eaa49..e578133 100644 --- a/level_0/f_serialize/c/private-serialize.h +++ b/level_0/f_serialize/c/private-serialize.h @@ -3,7 +3,7 @@ * * Project: Serialize * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_serialize/c/serialize-common.h b/level_0/f_serialize/c/serialize-common.h index aa17bb5..da1a146 100644 --- a/level_0/f_serialize/c/serialize-common.h +++ b/level_0/f_serialize/c/serialize-common.h @@ -3,7 +3,7 @@ * * Project: Serialize * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project serialize. * diff --git a/level_0/f_serialize/c/serialize.h b/level_0/f_serialize/c/serialize.h index 44c8ac5..99a394d 100644 --- a/level_0/f_serialize/c/serialize.h +++ b/level_0/f_serialize/c/serialize.h @@ -3,7 +3,7 @@ * * Project: Serialize * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides string processing functionality for what is to be defined as a serialize string. * Serialized strings are strings that can hold multiple values in a single variable. diff --git a/level_0/f_signal/c/signal-common.h b/level_0/f_signal/c/signal-common.h index 37b6ed1..b9c8415 100644 --- a/level_0/f_signal/c/signal-common.h +++ b/level_0/f_signal/c/signal-common.h @@ -3,7 +3,7 @@ * * Project: Signal * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project signal. * diff --git a/level_0/f_signal/c/signal.h b/level_0/f_signal/c/signal.h index cb0c198..c0563df 100644 --- a/level_0/f_signal/c/signal.h +++ b/level_0/f_signal/c/signal.h @@ -3,7 +3,7 @@ * * Project: Signal * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides signal processing functionality, such as signal variable handling. */ diff --git a/level_0/f_socket/c/socket-common.h b/level_0/f_socket/c/socket-common.h index ebfbe94..0f0d919 100644 --- a/level_0/f_socket/c/socket-common.h +++ b/level_0/f_socket/c/socket-common.h @@ -3,7 +3,7 @@ * * Project: Socket * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project socket. * diff --git a/level_0/f_socket/c/socket.h b/level_0/f_socket/c/socket.h index 6664939..31a4399 100644 --- a/level_0/f_socket/c/socket.h +++ b/level_0/f_socket/c/socket.h @@ -3,7 +3,7 @@ * * Project: Socket * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide means to connect to and use sockets. */ diff --git a/level_0/f_status/c/status.h b/level_0/f_status/c/status.h index 622517f..957d709 100644 --- a/level_0/f_status/c/status.h +++ b/level_0/f_status/c/status.h @@ -3,7 +3,7 @@ * * Project: Status * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides status code definitions. * diff --git a/level_0/f_string/c/private-string.h b/level_0/f_string/c/private-string.h index 975734c..73ddcff 100644 --- a/level_0/f_string/c/private-string.h +++ b/level_0/f_string/c/private-string.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_string/c/string-common.h b/level_0/f_string/c/string-common.h index ab20171..639dde2 100644 --- a/level_0/f_string/c/string-common.h +++ b/level_0/f_string/c/string-common.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common string data. * diff --git a/level_0/f_string/c/string.h b/level_0/f_string/c/string.h index d2dcc14..c9bcc54 100644 --- a/level_0/f_string/c/string.h +++ b/level_0/f_string/c/string.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides string capabilities. * diff --git a/level_0/f_string/c/string_dynamic.h b/level_0/f_string/c/string_dynamic.h index 69edc7a..78c95a1 100644 --- a/level_0/f_string/c/string_dynamic.h +++ b/level_0/f_string/c/string_dynamic.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines dynamic (and static) string data. * diff --git a/level_0/f_string/c/string_map.h b/level_0/f_string/c/string_map.h index e1ebe34..08ee703 100644 --- a/level_0/f_string/c/string_map.h +++ b/level_0/f_string/c/string_map.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines map string data. * diff --git a/level_0/f_string/c/string_quantity.h b/level_0/f_string/c/string_quantity.h index 43cd6f7..0516e1f 100644 --- a/level_0/f_string/c/string_quantity.h +++ b/level_0/f_string/c/string_quantity.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines quantity string data. * diff --git a/level_0/f_string/c/string_range.h b/level_0/f_string/c/string_range.h index 87f19e6..866c9c7 100644 --- a/level_0/f_string/c/string_range.h +++ b/level_0/f_string/c/string_range.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines range string data. * diff --git a/level_0/f_string/c/string_triple.h b/level_0/f_string/c/string_triple.h index 0d4e33e..24f63cd 100644 --- a/level_0/f_string/c/string_triple.h +++ b/level_0/f_string/c/string_triple.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines 3-tuple of string data called a triple (which is an ordered list of 3 strings). * diff --git a/level_0/f_thread/c/private-thread.h b/level_0/f_thread/c/private-thread.h index 05a1d22..6f9182b 100644 --- a/level_0/f_thread/c/private-thread.h +++ b/level_0/f_thread/c/private-thread.h @@ -3,7 +3,7 @@ * * Project: Thread * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_thread/c/thread-common.h b/level_0/f_thread/c/thread-common.h index 445e7d3..8ccbb79 100644 --- a/level_0/f_thread/c/thread-common.h +++ b/level_0/f_thread/c/thread-common.h @@ -3,7 +3,7 @@ * * Project: Thread * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. * diff --git a/level_0/f_thread/c/thread.h b/level_0/f_thread/c/thread.h index 5245fc8..134ded6 100644 --- a/level_0/f_thread/c/thread.h +++ b/level_0/f_thread/c/thread.h @@ -3,7 +3,7 @@ * * Project: Thread * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides POSIX sets related functionality. */ diff --git a/level_0/f_type/c/type.h b/level_0/f_type/c/type.h index eaf9a19..ad33d9a 100644 --- a/level_0/f_type/c/type.h +++ b/level_0/f_type/c/type.h @@ -3,7 +3,7 @@ * * Project: Type * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides datatype definitions. */ diff --git a/level_0/f_type_array/c/private-type_array.h b/level_0/f_type_array/c/private-type_array.h index f8097e1..4545efc 100644 --- a/level_0/f_type_array/c/private-type_array.h +++ b/level_0/f_type_array/c/private-type_array.h @@ -3,7 +3,7 @@ * * Project: Type * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_0/f_type_array/c/type_array-common.h b/level_0/f_type_array/c/type_array-common.h index e2e1063..065f8ea 100644 --- a/level_0/f_type_array/c/type_array-common.h +++ b/level_0/f_type_array/c/type_array-common.h @@ -3,7 +3,7 @@ * * Project: Type * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by type (array) related functionality. * diff --git a/level_0/f_type_array/c/type_array.h b/level_0/f_type_array/c/type_array.h index f94a979..6df202a 100644 --- a/level_0/f_type_array/c/type_array.h +++ b/level_0/f_type_array/c/type_array.h @@ -3,7 +3,7 @@ * * Project: Type * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides an extension to the Type project (f_type) that depends on f_memory (linking to the f_memory library). * diff --git a/level_0/f_utf/c/private-utf.h b/level_0/f_utf/c/private-utf.h index a074bc0..7ebda50 100644 --- a/level_0/f_utf/c/private-utf.h +++ b/level_0/f_utf/c/private-utf.h @@ -3,7 +3,7 @@ * * Project: UTF * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. * diff --git a/level_0/f_utf/c/utf-common.h b/level_0/f_utf/c/utf-common.h index 24a2050..e3f395d 100644 --- a/level_0/f_utf/c/utf-common.h +++ b/level_0/f_utf/c/utf-common.h @@ -3,7 +3,7 @@ * * Project: UTF * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project utf. * diff --git a/level_0/f_utf/c/utf.h b/level_0/f_utf/c/utf.h index 5c66ccc..477537c 100644 --- a/level_0/f_utf/c/utf.h +++ b/level_0/f_utf/c/utf.h @@ -3,7 +3,7 @@ * * Project: UTF * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. * diff --git a/level_0/f_utf/c/utf_dynamic.h b/level_0/f_utf/c/utf_dynamic.h index 4412c1f..eb44ac2b6 100644 --- a/level_0/f_utf/c/utf_dynamic.h +++ b/level_0/f_utf/c/utf_dynamic.h @@ -3,7 +3,7 @@ * * Project: UTF * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines dynamic (and static) UTF-8 string data. * diff --git a/level_0/f_utf/c/utf_map.h b/level_0/f_utf/c/utf_map.h index 05adb06..0961346 100644 --- a/level_0/f_utf/c/utf_map.h +++ b/level_0/f_utf/c/utf_map.h @@ -3,7 +3,7 @@ * * Project: UTF * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines map UTF-8 string data. * diff --git a/level_0/f_utf/c/utf_triple.h b/level_0/f_utf/c/utf_triple.h index 632b3bb..7b41d3c 100644 --- a/level_0/f_utf/c/utf_triple.h +++ b/level_0/f_utf/c/utf_triple.h @@ -3,7 +3,7 @@ * * Project: UTF * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines 3-tuple of UTF-8 string data called a triple (which is an ordered list of 3 strings). * diff --git a/level_1/fl_console/c/console.h b/level_1/fl_console/c/console.h index dc003e7..da20f60 100644 --- a/level_1/fl_console/c/console.h +++ b/level_1/fl_console/c/console.h @@ -3,7 +3,7 @@ * * Project: Console * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Some console input/output commands. */ diff --git a/level_1/fl_control_group/c/control_group.h b/level_1/fl_control_group/c/control_group.h index 1dfc77c..c615b2a 100644 --- a/level_1/fl_control_group/c/control_group.h +++ b/level_1/fl_control_group/c/control_group.h @@ -3,7 +3,7 @@ * * Project: Control Group * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides control group (cgroup) related functionality. * diff --git a/level_1/fl_conversion/c/conversion.h b/level_1/fl_conversion/c/conversion.h index f1b1c39..755587f 100644 --- a/level_1/fl_conversion/c/conversion.h +++ b/level_1/fl_conversion/c/conversion.h @@ -3,7 +3,7 @@ * * Project: Conversion * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide means to convert one data type to another, such as a string to an integer. */ diff --git a/level_1/fl_conversion/c/private-conversion.h b/level_1/fl_conversion/c/private-conversion.h index 84a46d7..a34b0bb 100644 --- a/level_1/fl_conversion/c/private-conversion.h +++ b/level_1/fl_conversion/c/private-conversion.h @@ -3,7 +3,7 @@ * * Project: Conversion * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_1/fl_directory/c/directory.h b/level_1/fl_directory/c/directory.h index 4006755..73e53bf 100644 --- a/level_1/fl_directory/c/directory.h +++ b/level_1/fl_directory/c/directory.h @@ -3,7 +3,7 @@ * * Project: Directory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides operations for directory handling. */ diff --git a/level_1/fl_directory/c/private-directory.h b/level_1/fl_directory/c/private-directory.h index e75e447..bf4a86c 100644 --- a/level_1/fl_directory/c/private-directory.h +++ b/level_1/fl_directory/c/private-directory.h @@ -3,7 +3,7 @@ * * Project: Directory * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides operations for directory handling. */ diff --git a/level_1/fl_environment/c/environment.h b/level_1/fl_environment/c/environment.h index bd74d09..b02281e 100644 --- a/level_1/fl_environment/c/environment.h +++ b/level_1/fl_environment/c/environment.h @@ -3,7 +3,7 @@ * * Project: Environment * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides environment processing functionality, such as environment variable handling. */ diff --git a/level_1/fl_execute/c/execute-common.h b/level_1/fl_execute/c/execute-common.h index d13a6e4..4f0ee22 100644 --- a/level_1/fl_execute/c/execute-common.h +++ b/level_1/fl_execute/c/execute-common.h @@ -3,7 +3,7 @@ * * Project: Execute * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project execute. * diff --git a/level_1/fl_execute/c/execute.h b/level_1/fl_execute/c/execute.h index 746a4bf..b1b62ba 100644 --- a/level_1/fl_execute/c/execute.h +++ b/level_1/fl_execute/c/execute.h @@ -3,7 +3,7 @@ * * Project: Execute * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides execute processing functionality. * diff --git a/level_1/fl_fss/c/fss.h b/level_1/fl_fss/c/fss.h index 8e7a462..f6a0351 100644 --- a/level_1/fl_fss/c/fss.h +++ b/level_1/fl_fss/c/fss.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _FL_fss_h #define _FL_fss_h diff --git a/level_1/fl_fss/c/fss_basic.h b/level_1/fl_fss/c/fss_basic.h index 9f7b007..22bbd30 100644 --- a/level_1/fl_fss/c/fss_basic.h +++ b/level_1/fl_fss/c/fss_basic.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0000 implementation. */ diff --git a/level_1/fl_fss/c/fss_basic_list.h b/level_1/fl_fss/c/fss_basic_list.h index f877a35..afb852f 100644 --- a/level_1/fl_fss/c/fss_basic_list.h +++ b/level_1/fl_fss/c/fss_basic_list.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0002 implementation. */ diff --git a/level_1/fl_fss/c/fss_embedded_list.h b/level_1/fl_fss/c/fss_embedded_list.h index 4ed6d37..16c5050 100644 --- a/level_1/fl_fss/c/fss_embedded_list.h +++ b/level_1/fl_fss/c/fss_embedded_list.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0008 implementation. */ diff --git a/level_1/fl_fss/c/fss_extended.h b/level_1/fl_fss/c/fss_extended.h index 59f1765..b589bda 100644 --- a/level_1/fl_fss/c/fss_extended.h +++ b/level_1/fl_fss/c/fss_extended.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0001 implementation. */ diff --git a/level_1/fl_fss/c/fss_extended_list.h b/level_1/fl_fss/c/fss_extended_list.h index 3192a70..c2cbfc8 100644 --- a/level_1/fl_fss/c/fss_extended_list.h +++ b/level_1/fl_fss/c/fss_extended_list.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0003 implementation. */ diff --git a/level_1/fl_fss/c/fss_status.h b/level_1/fl_fss/c/fss_status.h index 9d64870..8cf2ee9 100644 --- a/level_1/fl_fss/c/fss_status.h +++ b/level_1/fl_fss/c/fss_status.h @@ -3,7 +3,7 @@ * * Project: Strings * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides fss-specific status definitions. * diff --git a/level_1/fl_fss/c/private-fss.h b/level_1/fl_fss/c/private-fss.h index af1f2ac..b94e790 100644 --- a/level_1/fl_fss/c/private-fss.h +++ b/level_1/fl_fss/c/private-fss.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_1/fl_fss/c/private-fss_macro.h b/level_1/fl_fss/c/private-fss_macro.h index 66d6469..10727e3 100644 --- a/level_1/fl_fss/c/private-fss_macro.h +++ b/level_1/fl_fss/c/private-fss_macro.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides generic functionality shared between and used by different fss processing functions. */ diff --git a/level_1/fl_iki/c/iki.h b/level_1/fl_iki/c/iki.h index f66d2eb..c31084a 100644 --- a/level_1/fl_iki/c/iki.h +++ b/level_1/fl_iki/c/iki.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides a Wiki-Like syntax meant to be much simpler. * diff --git a/level_1/fl_print/c/print-common.h b/level_1/fl_print/c/print-common.h index 7cfa65e..76d4369 100644 --- a/level_1/fl_print/c/print-common.h +++ b/level_1/fl_print/c/print-common.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project print. * diff --git a/level_1/fl_print/c/print.h b/level_1/fl_print/c/print.h index 7c700ec..82c8c62 100644 --- a/level_1/fl_print/c/print.h +++ b/level_1/fl_print/c/print.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides some standard printing functions not available in a libc. * diff --git a/level_1/fl_print/c/private-print.h b/level_1/fl_print/c/private-print.h index ac58b30..ce3eb53 100644 --- a/level_1/fl_print/c/private-print.h +++ b/level_1/fl_print/c/private-print.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_1/fl_signal/c/signal-common.h b/level_1/fl_signal/c/signal-common.h index 613c736..4f61f13 100644 --- a/level_1/fl_signal/c/signal-common.h +++ b/level_1/fl_signal/c/signal-common.h @@ -3,7 +3,7 @@ * * Project: Signal * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project execute. * diff --git a/level_1/fl_signal/c/signal.h b/level_1/fl_signal/c/signal.h index 8b0e795..fc6f2ad 100644 --- a/level_1/fl_signal/c/signal.h +++ b/level_1/fl_signal/c/signal.h @@ -3,7 +3,7 @@ * * Project: Signal * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides common signal functions. */ diff --git a/level_1/fl_status/c/status.h b/level_1/fl_status/c/status.h index b887309..752cdea 100644 --- a/level_1/fl_status/c/status.h +++ b/level_1/fl_status/c/status.h @@ -3,7 +3,7 @@ * * Project: Status * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides status code functions, such as those that translate status codes into strings. */ diff --git a/level_1/fl_string/c/private-string.h b/level_1/fl_string/c/private-string.h index 95b2ba6..a9eeb5a 100644 --- a/level_1/fl_string/c/private-string.h +++ b/level_1/fl_string/c/private-string.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_1/fl_string/c/string.h b/level_1/fl_string/c/string.h index 3c165ff..ca1ba1e 100644 --- a/level_1/fl_string/c/string.h +++ b/level_1/fl_string/c/string.h @@ -3,7 +3,7 @@ * * Project: String * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides basic string manipulation and processing capabilities. * diff --git a/level_1/fl_utf/c/private-utf.h b/level_1/fl_utf/c/private-utf.h index f06516e..67069db 100644 --- a/level_1/fl_utf/c/private-utf.h +++ b/level_1/fl_utf/c/private-utf.h @@ -3,7 +3,7 @@ * * Project: Utf * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_1/fl_utf/c/utf.h b/level_1/fl_utf/c/utf.h index fb8d8a8..61794d3 100644 --- a/level_1/fl_utf/c/utf.h +++ b/level_1/fl_utf/c/utf.h @@ -3,7 +3,7 @@ * * Project: Utf * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides UTF-8 character manipulation and processing capabilities. * diff --git a/level_1/fl_utf_file/c/private-utf_file.h b/level_1/fl_utf_file/c/private-utf_file.h index 57f4efa..6e743a6 100644 --- a/level_1/fl_utf_file/c/private-utf_file.h +++ b/level_1/fl_utf_file/c/private-utf_file.h @@ -3,7 +3,7 @@ * * Project: Utf File * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * UTF-8 File Operations. */ diff --git a/level_1/fl_utf_file/c/utf_file.h b/level_1/fl_utf_file/c/utf_file.h index f7d0c11..efb5349 100644 --- a/level_1/fl_utf_file/c/utf_file.h +++ b/level_1/fl_utf_file/c/utf_file.h @@ -3,7 +3,7 @@ * * Project: Utf File * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * UTF-8 File I/O Operations. */ diff --git a/level_2/fll_control_group/c/control_group.h b/level_2/fll_control_group/c/control_group.h index 2fd9065..9360604 100644 --- a/level_2/fll_control_group/c/control_group.h +++ b/level_2/fll_control_group/c/control_group.h @@ -3,7 +3,7 @@ * * Project: Control Group * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides control group (cgroup) related functionality. */ diff --git a/level_2/fll_error/c/error-common.h b/level_2/fll_error/c/error-common.h index 7151601..4322d52 100644 --- a/level_2/fll_error/c/error-common.h +++ b/level_2/fll_error/c/error-common.h @@ -3,7 +3,7 @@ * * Project: Error * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project error. * diff --git a/level_2/fll_error/c/error.h b/level_2/fll_error/c/error.h index f53f723..0abc538 100644 --- a/level_2/fll_error/c/error.h +++ b/level_2/fll_error/c/error.h @@ -3,7 +3,7 @@ * * Project: Error * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide functions commonly used by FLL based programs. */ diff --git a/level_2/fll_error/c/private-error.h b/level_2/fll_error/c/private-error.h index d57bf09..f24b42d 100644 --- a/level_2/fll_error/c/private-error.h +++ b/level_2/fll_error/c/private-error.h @@ -3,7 +3,7 @@ * * Project: Error * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_2/fll_execute/c/execute.h b/level_2/fll_execute/c/execute.h index e80b280..eba8331 100644 --- a/level_2/fll_execute/c/execute.h +++ b/level_2/fll_execute/c/execute.h @@ -3,7 +3,7 @@ * * Project: Execute * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides program execution operations similar to system(). * diff --git a/level_2/fll_execute/c/private-execute.h b/level_2/fll_execute/c/private-execute.h index 874219e..8321eb6 100644 --- a/level_2/fll_execute/c/private-execute.h +++ b/level_2/fll_execute/c/private-execute.h @@ -3,7 +3,7 @@ * * Project: Execute * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_2/fll_file/c/file.h b/level_2/fll_file/c/file.h index cda3dc8..1f22d6d 100644 --- a/level_2/fll_file/c/file.h +++ b/level_2/fll_file/c/file.h @@ -3,7 +3,7 @@ * * Project: File * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides file-related functionality. */ diff --git a/level_2/fll_file/c/private-file.h b/level_2/fll_file/c/private-file.h index c0ba776..8cd056d 100644 --- a/level_2/fll_file/c/private-file.h +++ b/level_2/fll_file/c/private-file.h @@ -3,7 +3,7 @@ * * Project: File * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides structures and data types for a file I/O. * Provides operations for opening/closing files. diff --git a/level_2/fll_fss/c/fss.h b/level_2/fll_fss/c/fss.h index 6bfe1ae..99d40c9 100644 --- a/level_2/fll_fss/c/fss.h +++ b/level_2/fll_fss/c/fss.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide common FSS functions. * diff --git a/level_2/fll_fss/c/fss_basic.h b/level_2/fll_fss/c/fss_basic.h index f51f26c..bd4553b 100644 --- a/level_2/fll_fss/c/fss_basic.h +++ b/level_2/fll_fss/c/fss_basic.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0000 implementation. */ diff --git a/level_2/fll_fss/c/fss_basic_list.h b/level_2/fll_fss/c/fss_basic_list.h index 1924aaa..1cb44b3 100644 --- a/level_2/fll_fss/c/fss_basic_list.h +++ b/level_2/fll_fss/c/fss_basic_list.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0002 implementation. */ diff --git a/level_2/fll_fss/c/fss_embedded_list.h b/level_2/fll_fss/c/fss_embedded_list.h index 0a933ae..5b53b3a 100644 --- a/level_2/fll_fss/c/fss_embedded_list.h +++ b/level_2/fll_fss/c/fss_embedded_list.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0008 implementation. */ diff --git a/level_2/fll_fss/c/fss_extended.h b/level_2/fll_fss/c/fss_extended.h index c84e996..9a592e9 100644 --- a/level_2/fll_fss/c/fss_extended.h +++ b/level_2/fll_fss/c/fss_extended.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0001 implementation. */ diff --git a/level_2/fll_fss/c/fss_extended_list.h b/level_2/fll_fss/c/fss_extended_list.h index f576d49..53f325d 100644 --- a/level_2/fll_fss/c/fss_extended_list.h +++ b/level_2/fll_fss/c/fss_extended_list.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the fss-0003 implementation. */ diff --git a/level_2/fll_fss/c/fss_status.h b/level_2/fll_fss/c/fss_status.h index 6e196c4..e119f78 100644 --- a/level_2/fll_fss/c/fss_status.h +++ b/level_2/fll_fss/c/fss_status.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This provides fss status code translation. */ diff --git a/level_2/fll_fss/c/private-fss.h b/level_2/fll_fss/c/private-fss.h index b311bfe..749a068 100644 --- a/level_2/fll_fss/c/private-fss.h +++ b/level_2/fll_fss/c/private-fss.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_2/fll_iki/c/iki.h b/level_2/fll_iki/c/iki.h index f0f2d6a..eda0b50 100644 --- a/level_2/fll_iki/c/iki.h +++ b/level_2/fll_iki/c/iki.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides a Wiki-Like syntax meant to be much simpler. * diff --git a/level_2/fll_iki/c/private-iki.h b/level_2/fll_iki/c/private-iki.h index 8d047c9..acdfd87 100644 --- a/level_2/fll_iki/c/private-iki.h +++ b/level_2/fll_iki/c/private-iki.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. * These should not be exposed/used outside of this project. diff --git a/level_2/fll_path/c/path.h b/level_2/fll_path/c/path.h index 637aeb6..6102935 100644 --- a/level_2/fll_path/c/path.h +++ b/level_2/fll_path/c/path.h @@ -3,7 +3,7 @@ * * Project: Path * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides path-related functionality. */ diff --git a/level_2/fll_print/c/print.h b/level_2/fll_print/c/print.h index 8490503..8e7397f 100644 --- a/level_2/fll_print/c/print.h +++ b/level_2/fll_print/c/print.h @@ -3,7 +3,7 @@ * * Project: Print * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides print-related functionality. */ diff --git a/level_2/fll_program/c/program.h b/level_2/fll_program/c/program.h index a4c37a7..974821f 100644 --- a/level_2/fll_program/c/program.h +++ b/level_2/fll_program/c/program.h @@ -3,7 +3,7 @@ * * Project: Program * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provide functions commonly used by FLL based programs. */ diff --git a/level_2/fll_status/c/status.h b/level_2/fll_status/c/status.h index 2c566e3..de497ff 100644 --- a/level_2/fll_status/c/status.h +++ b/level_2/fll_status/c/status.h @@ -3,7 +3,7 @@ * * Project: Status * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * Provides status code functions, such as those that translate status codes into strings. */ diff --git a/level_3/byte_dump/c/byte_dump.h b/level_3/byte_dump/c/byte_dump.h index 8ca2334..0e43e6f 100644 --- a/level_3/byte_dump/c/byte_dump.h +++ b/level_3/byte_dump/c/byte_dump.h @@ -3,7 +3,7 @@ * * Project: Byte Dump * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is intendend to support Unicode 14.0. * diff --git a/level_3/byte_dump/c/private-byte_dump.h b/level_3/byte_dump/c/private-byte_dump.h index 8e434b6..3483c79 100644 --- a/level_3/byte_dump/c/private-byte_dump.h +++ b/level_3/byte_dump/c/private-byte_dump.h @@ -3,7 +3,7 @@ * * Project: Byte Dump * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_byte_dump_h #define _PRIVATE_byte_dump_h diff --git a/level_3/byte_dump/c/private-common.h b/level_3/byte_dump/c/private-common.h index 9200a5b..b5833e0 100644 --- a/level_3/byte_dump/c/private-common.h +++ b/level_3/byte_dump/c/private-common.h @@ -3,7 +3,7 @@ * * Project: Byte Dump * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/control/c/control.h b/level_3/control/c/control.h index c78da9d..76ab716 100644 --- a/level_3/control/c/control.h +++ b/level_3/control/c/control.h @@ -3,7 +3,7 @@ * * Project: Control * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the Control program. * diff --git a/level_3/control/c/private-common.h b/level_3/control/c/private-common.h index 00ae160..7e0f7d4 100644 --- a/level_3/control/c/private-common.h +++ b/level_3/control/c/private-common.h @@ -3,7 +3,7 @@ * * Project: Control * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/control/c/private-control.h b/level_3/control/c/private-control.h index 1b469c1..241760d 100644 --- a/level_3/control/c/private-control.h +++ b/level_3/control/c/private-control.h @@ -3,7 +3,7 @@ * * Project: Control * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_control_h #define _PRIVATE_control_h diff --git a/level_3/controller/c/controller.h b/level_3/controller/c/controller.h index bfe398c..2a346b0 100644 --- a/level_3/controller/c/controller.h +++ b/level_3/controller/c/controller.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the Controller program. * diff --git a/level_3/controller/c/private-common.h b/level_3/controller/c/private-common.h index 2d1b194..e9af874 100644 --- a/level_3/controller/c/private-common.h +++ b/level_3/controller/c/private-common.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/controller/c/private-control.h b/level_3/controller/c/private-control.h index 3bcc4e2..e8501e2 100644 --- a/level_3/controller/c/private-control.h +++ b/level_3/controller/c/private-control.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_control_h #define _PRIVATE_control_h diff --git a/level_3/controller/c/private-control_print.h b/level_3/controller/c/private-control_print.h index 1d2428e..a87f0c5 100644 --- a/level_3/controller/c/private-control_print.h +++ b/level_3/controller/c/private-control_print.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_control_print_h #define _PRIVATE_control_print_h diff --git a/level_3/controller/c/private-controller.h b/level_3/controller/c/private-controller.h index 76b02c5..8462780 100644 --- a/level_3/controller/c/private-controller.h +++ b/level_3/controller/c/private-controller.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_controller_h #define _PRIVATE_controller_h diff --git a/level_3/controller/c/private-controller_print.h b/level_3/controller/c/private-controller_print.h index 0a0bf08..f23d60f 100644 --- a/level_3/controller/c/private-controller_print.h +++ b/level_3/controller/c/private-controller_print.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_controller_print_h #define _PRIVATE_controller_print_h diff --git a/level_3/controller/c/private-entry.h b/level_3/controller/c/private-entry.h index 205e1bb..dc1a1b2 100644 --- a/level_3/controller/c/private-entry.h +++ b/level_3/controller/c/private-entry.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_entry_h #define _PRIVATE_entry_h diff --git a/level_3/controller/c/private-entry_print.h b/level_3/controller/c/private-entry_print.h index fc35144..83c0f2b 100644 --- a/level_3/controller/c/private-entry_print.h +++ b/level_3/controller/c/private-entry_print.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_entry_print_h #define _PRIVATE_entry_print_h diff --git a/level_3/controller/c/private-lock.h b/level_3/controller/c/private-lock.h index cb17fe4..5c78ddf 100644 --- a/level_3/controller/c/private-lock.h +++ b/level_3/controller/c/private-lock.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_lock_h #define _PRIVATE_lock_h diff --git a/level_3/controller/c/private-lock_print.h b/level_3/controller/c/private-lock_print.h index c0e0410..0f60359 100644 --- a/level_3/controller/c/private-lock_print.h +++ b/level_3/controller/c/private-lock_print.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_lock_print_h #define _PRIVATE_lock_print_h diff --git a/level_3/controller/c/private-process.h b/level_3/controller/c/private-process.h index c4345f4..559a4b9 100644 --- a/level_3/controller/c/private-process.h +++ b/level_3/controller/c/private-process.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_process_h #define _PRIVATE_process_h diff --git a/level_3/controller/c/private-rule.h b/level_3/controller/c/private-rule.h index 23ae316..bed2681 100644 --- a/level_3/controller/c/private-rule.h +++ b/level_3/controller/c/private-rule.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_rule_h #define _PRIVATE_rule_h diff --git a/level_3/controller/c/private-rule_print.h b/level_3/controller/c/private-rule_print.h index 3991836..8e7f856 100644 --- a/level_3/controller/c/private-rule_print.h +++ b/level_3/controller/c/private-rule_print.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_rule_print_h #define _PRIVATE_rule_print_h diff --git a/level_3/controller/c/private-thread.h b/level_3/controller/c/private-thread.h index 713c343..ff56595 100644 --- a/level_3/controller/c/private-thread.h +++ b/level_3/controller/c/private-thread.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_h #define _PRIVATE_thread_h diff --git a/level_3/controller/c/private-thread_control.h b/level_3/controller/c/private-thread_control.h index 8c0a071..5f0e225 100644 --- a/level_3/controller/c/private-thread_control.h +++ b/level_3/controller/c/private-thread_control.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_control_h #define _PRIVATE_thread_control_h diff --git a/level_3/controller/c/private-thread_entry.h b/level_3/controller/c/private-thread_entry.h index fc95db9..bd9074f 100644 --- a/level_3/controller/c/private-thread_entry.h +++ b/level_3/controller/c/private-thread_entry.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_entry_h #define _PRIVATE_thread_entry_h diff --git a/level_3/controller/c/private-thread_process.h b/level_3/controller/c/private-thread_process.h index 72e78ef..252bb57 100644 --- a/level_3/controller/c/private-thread_process.h +++ b/level_3/controller/c/private-thread_process.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_process_h #define _PRIVATE_thread_process_h diff --git a/level_3/controller/c/private-thread_rule.h b/level_3/controller/c/private-thread_rule.h index adacd99..4ff6bde 100644 --- a/level_3/controller/c/private-thread_rule.h +++ b/level_3/controller/c/private-thread_rule.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_rule_h #define _PRIVATE_thread_rule_h diff --git a/level_3/controller/c/private-thread_signal.h b/level_3/controller/c/private-thread_signal.h index 4f00b34..2984659 100644 --- a/level_3/controller/c/private-thread_signal.h +++ b/level_3/controller/c/private-thread_signal.h @@ -3,7 +3,7 @@ * * Project: Controller * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_signal_h #define _PRIVATE_thread_signal_h diff --git a/level_3/fake/c/fake.h b/level_3/fake/c/fake.h index d081bde..ccca3e9 100644 --- a/level_3/fake/c/fake.h +++ b/level_3/fake/c/fake.h @@ -3,7 +3,7 @@ * * Project: Featureless Make * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * The Feautureless Make System (aka fake) used as a package build tool. * diff --git a/level_3/fake/c/private-build.h b/level_3/fake/c/private-build.h index 92fe666..de980d1 100644 --- a/level_3/fake/c/private-build.h +++ b/level_3/fake/c/private-build.h @@ -3,7 +3,7 @@ * * Project: Featureless Make * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_build_h #define _PRIVATE_build_h diff --git a/level_3/fake/c/private-clean.h b/level_3/fake/c/private-clean.h index 69eb65f..bc9894d 100644 --- a/level_3/fake/c/private-clean.h +++ b/level_3/fake/c/private-clean.h @@ -3,7 +3,7 @@ * * Project: Featureless Make * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_clean_h #define _PRIVATE_clean_h diff --git a/level_3/fake/c/private-common.h b/level_3/fake/c/private-common.h index e15d01a..19a62a3 100644 --- a/level_3/fake/c/private-common.h +++ b/level_3/fake/c/private-common.h @@ -3,7 +3,7 @@ * * Project: Featureless Make * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fake/c/private-fake.h b/level_3/fake/c/private-fake.h index fdfd5a5..6e41ef7 100644 --- a/level_3/fake/c/private-fake.h +++ b/level_3/fake/c/private-fake.h @@ -3,7 +3,7 @@ * * Project: Featureless Make * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fake_h #define _PRIVATE_fake_h diff --git a/level_3/fake/c/private-make.h b/level_3/fake/c/private-make.h index 53da9e7..e65fa9f 100644 --- a/level_3/fake/c/private-make.h +++ b/level_3/fake/c/private-make.h @@ -3,7 +3,7 @@ * * Project: Featureless Make * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_make_h #define _PRIVATE_make_h diff --git a/level_3/fake/c/private-print.h b/level_3/fake/c/private-print.h index d385b9a..379553c 100644 --- a/level_3/fake/c/private-print.h +++ b/level_3/fake/c/private-print.h @@ -3,7 +3,7 @@ * * Project: Featureless Make * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fake_print_h #define _PRIVATE_fake_print_h diff --git a/level_3/fake/c/private-skeleton.h b/level_3/fake/c/private-skeleton.h index b28af74..c786b1a 100644 --- a/level_3/fake/c/private-skeleton.h +++ b/level_3/fake/c/private-skeleton.h @@ -3,7 +3,7 @@ * * Project: Featureless Make * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_skeleton_h #define _PRIVATE_skeleton_h diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index aba852e..cbaf560 100644 --- a/level_3/firewall/c/firewall.c +++ b/level_3/firewall/c/firewall.c @@ -2,7 +2,7 @@ * FLL - Level 3 * Project: Firewall * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #include "firewall.h" #include "private-common.h" diff --git a/level_3/firewall/c/firewall.h b/level_3/firewall/c/firewall.h index c4e263d..4e9a0f2 100644 --- a/level_3/firewall/c/firewall.h +++ b/level_3/firewall/c/firewall.h @@ -3,7 +3,7 @@ * * Project: Firewall * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the Kevux Operating System Firewall program. * This program utilizes the Featureless Linux Library. diff --git a/level_3/firewall/c/private-common.h b/level_3/firewall/c/private-common.h index 8b3327b..677f757 100644 --- a/level_3/firewall/c/private-common.h +++ b/level_3/firewall/c/private-common.h @@ -3,7 +3,7 @@ * * Project: Firewall * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/firewall/c/private-firewall.h b/level_3/firewall/c/private-firewall.h index f9bf05a..a1fd7cd 100644 --- a/level_3/firewall/c/private-firewall.h +++ b/level_3/firewall/c/private-firewall.h @@ -3,7 +3,7 @@ * * Project: Firewall * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_firewall_h #define _PRIVATE_firewall_h diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.h b/level_3/fss_basic_list_read/c/fss_basic_list_read.h index b38bb54..bc18a6b 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.h +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the FSS Basic List Read program * This program utilizes the Featureless Linux Library. diff --git a/level_3/fss_basic_list_read/c/private-common.h b/level_3/fss_basic_list_read/c/private-common.h index 2378dda..44a24ac 100644 --- a/level_3/fss_basic_list_read/c/private-common.h +++ b/level_3/fss_basic_list_read/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Basic List Read * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_basic_list_read/c/private-fss_basic_list_read.h b/level_3/fss_basic_list_read/c/private-fss_basic_list_read.h index f5544b7..47a7d96 100644 --- a/level_3/fss_basic_list_read/c/private-fss_basic_list_read.h +++ b/level_3/fss_basic_list_read/c/private-fss_basic_list_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_basic_list_read_h #define _PRIVATE_fss_basic_list_read_h diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.h b/level_3/fss_basic_list_write/c/fss_basic_list_write.h index b0d031b..abd468b 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.h +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This program provides fss basic list write functionality. */ diff --git a/level_3/fss_basic_list_write/c/private-common.h b/level_3/fss_basic_list_write/c/private-common.h index 42499d3..0493e91 100644 --- a/level_3/fss_basic_list_write/c/private-common.h +++ b/level_3/fss_basic_list_write/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Basic List Write * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_basic_list_write/c/private-fss_basic_list_write.h b/level_3/fss_basic_list_write/c/private-fss_basic_list_write.h index f350c6a..eab1b54 100644 --- a/level_3/fss_basic_list_write/c/private-fss_basic_list_write.h +++ b/level_3/fss_basic_list_write/c/private-fss_basic_list_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_basic_list_write_h #define _PRIVATE_fss_basic_list_write_h diff --git a/level_3/fss_basic_read/c/fss_basic_read.h b/level_3/fss_basic_read/c/fss_basic_read.h index 204f060..bdd1817 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.h +++ b/level_3/fss_basic_read/c/fss_basic_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the FSS Basic Read program * This program utilizes the Featureless Linux Library. diff --git a/level_3/fss_basic_read/c/private-common.h b/level_3/fss_basic_read/c/private-common.h index 4e64856..41c195c 100644 --- a/level_3/fss_basic_read/c/private-common.h +++ b/level_3/fss_basic_read/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Basic Read * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_basic_read/c/private-fss_basic_read.h b/level_3/fss_basic_read/c/private-fss_basic_read.h index bc7d858..ca2153e 100644 --- a/level_3/fss_basic_read/c/private-fss_basic_read.h +++ b/level_3/fss_basic_read/c/private-fss_basic_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_basic_read_h #define _PRIVATE_fss_basic_read_h diff --git a/level_3/fss_basic_write/c/fss_basic_write.h b/level_3/fss_basic_write/c/fss_basic_write.h index 3a3df38..69781c0 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.h +++ b/level_3/fss_basic_write/c/fss_basic_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This program provides fss basic write functionality. */ diff --git a/level_3/fss_basic_write/c/private-common.h b/level_3/fss_basic_write/c/private-common.h index 3fa1f5a..870ad35 100644 --- a/level_3/fss_basic_write/c/private-common.h +++ b/level_3/fss_basic_write/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Basic Write * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_basic_write/c/private-fss_basic_write.h b/level_3/fss_basic_write/c/private-fss_basic_write.h index f27e702..992591a 100644 --- a/level_3/fss_basic_write/c/private-fss_basic_write.h +++ b/level_3/fss_basic_write/c/private-fss_basic_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_basic_write_h #define _PRIVATE_fss_basic_write_h diff --git a/level_3/fss_embedded_list_read/c/fss_embedded_list_read.h b/level_3/fss_embedded_list_read/c/fss_embedded_list_read.h index 82ab44a..ea252ff 100644 --- a/level_3/fss_embedded_list_read/c/fss_embedded_list_read.h +++ b/level_3/fss_embedded_list_read/c/fss_embedded_list_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the FSS Basic List Read program * This program utilizes the Featureless Linux Library. diff --git a/level_3/fss_embedded_list_read/c/private-common.h b/level_3/fss_embedded_list_read/c/private-common.h index d410fd0..819a97a 100644 --- a/level_3/fss_embedded_list_read/c/private-common.h +++ b/level_3/fss_embedded_list_read/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Embedded List Read * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_embedded_list_read/c/private-fss_embedded_list_read.h b/level_3/fss_embedded_list_read/c/private-fss_embedded_list_read.h index c63047d..6fe820d 100644 --- a/level_3/fss_embedded_list_read/c/private-fss_embedded_list_read.h +++ b/level_3/fss_embedded_list_read/c/private-fss_embedded_list_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_embedded_list_read_h #define _PRIVATE_fss_embedded_list_read_h diff --git a/level_3/fss_embedded_list_write/c/fss_embedded_list_write.h b/level_3/fss_embedded_list_write/c/fss_embedded_list_write.h index 3fd24b8..e9136c0 100644 --- a/level_3/fss_embedded_list_write/c/fss_embedded_list_write.h +++ b/level_3/fss_embedded_list_write/c/fss_embedded_list_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This program provides FSS-0008 Embedded List write functionality. */ diff --git a/level_3/fss_embedded_list_write/c/private-common.h b/level_3/fss_embedded_list_write/c/private-common.h index 42f18a8..1e01411 100644 --- a/level_3/fss_embedded_list_write/c/private-common.h +++ b/level_3/fss_embedded_list_write/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Embedded List Write * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_embedded_list_write/c/private-fss_embedded_list_write.h b/level_3/fss_embedded_list_write/c/private-fss_embedded_list_write.h index 376c9cd..209526f 100644 --- a/level_3/fss_embedded_list_write/c/private-fss_embedded_list_write.h +++ b/level_3/fss_embedded_list_write/c/private-fss_embedded_list_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_embedded_list_write_h #define _PRIVATE_fss_embedded_list_write_h diff --git a/level_3/fss_extended_list_read/c/fss_extended_list_read.h b/level_3/fss_extended_list_read/c/fss_extended_list_read.h index 5149224..174621e 100644 --- a/level_3/fss_extended_list_read/c/fss_extended_list_read.h +++ b/level_3/fss_extended_list_read/c/fss_extended_list_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the FSS Extended List Read program * This program utilizes the Featureless Linux Library. diff --git a/level_3/fss_extended_list_read/c/private-common.h b/level_3/fss_extended_list_read/c/private-common.h index 700187f..2634c37 100644 --- a/level_3/fss_extended_list_read/c/private-common.h +++ b/level_3/fss_extended_list_read/c/private-common.h @@ -3,7 +3,7 @@ * * Project: Extended List Read * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_extended_list_read/c/private-fss_extended_list_read.h b/level_3/fss_extended_list_read/c/private-fss_extended_list_read.h index d41f5e2..097b406 100644 --- a/level_3/fss_extended_list_read/c/private-fss_extended_list_read.h +++ b/level_3/fss_extended_list_read/c/private-fss_extended_list_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_extended_list_read_h #define _PRIVATE_fss_extended_list_read_h diff --git a/level_3/fss_extended_list_write/c/fss_extended_list_write.h b/level_3/fss_extended_list_write/c/fss_extended_list_write.h index fbae630..df0923b 100644 --- a/level_3/fss_extended_list_write/c/fss_extended_list_write.h +++ b/level_3/fss_extended_list_write/c/fss_extended_list_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This program provides FSS-0003 Extended List write functionality. */ diff --git a/level_3/fss_extended_list_write/c/private-common.h b/level_3/fss_extended_list_write/c/private-common.h index 1d00bb2..d93b623 100644 --- a/level_3/fss_extended_list_write/c/private-common.h +++ b/level_3/fss_extended_list_write/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Extended List Write * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_extended_list_write/c/private-fss_extended_list_write.h b/level_3/fss_extended_list_write/c/private-fss_extended_list_write.h index 1b1377f..9f678a1 100644 --- a/level_3/fss_extended_list_write/c/private-fss_extended_list_write.h +++ b/level_3/fss_extended_list_write/c/private-fss_extended_list_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_extended_list_write_h #define _PRIVATE_fss_extended_list_write_h diff --git a/level_3/fss_extended_read/c/fss_extended_read.h b/level_3/fss_extended_read/c/fss_extended_read.h index 5694e73..d29e425 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.h +++ b/level_3/fss_extended_read/c/fss_extended_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the FSS Basic Read program * This program utilizes the Featureless Linux Library. diff --git a/level_3/fss_extended_read/c/private-common.h b/level_3/fss_extended_read/c/private-common.h index d1e59a9..72fcbd5 100644 --- a/level_3/fss_extended_read/c/private-common.h +++ b/level_3/fss_extended_read/c/private-common.h @@ -3,7 +3,7 @@ * * Project: Extended Read * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_extended_read/c/private-fss_extended_read.h b/level_3/fss_extended_read/c/private-fss_extended_read.h index 390b12e..cd18a79 100644 --- a/level_3/fss_extended_read/c/private-fss_extended_read.h +++ b/level_3/fss_extended_read/c/private-fss_extended_read.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_extended_read_h #define _PRIVATE_fss_extended_read_h diff --git a/level_3/fss_extended_write/c/fss_extended_write.h b/level_3/fss_extended_write/c/fss_extended_write.h index 7746444..20fc35c 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.h +++ b/level_3/fss_extended_write/c/fss_extended_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This program provides fss basic write functionality. */ diff --git a/level_3/fss_extended_write/c/private-common.h b/level_3/fss_extended_write/c/private-common.h index 2618a78..495e5e4 100644 --- a/level_3/fss_extended_write/c/private-common.h +++ b/level_3/fss_extended_write/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Extended Write * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_extended_write/c/private-fss_extended_write.h b/level_3/fss_extended_write/c/private-fss_extended_write.h index 21e7892..101fcc6 100644 --- a/level_3/fss_extended_write/c/private-fss_extended_write.h +++ b/level_3/fss_extended_write/c/private-fss_extended_write.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_extended_write_h #define _PRIVATE_fss_extended_write_h diff --git a/level_3/fss_identify/c/fss_identify.h b/level_3/fss_identify/c/fss_identify.h index 167cfcd..6d137f8 100644 --- a/level_3/fss_identify/c/fss_identify.h +++ b/level_3/fss_identify/c/fss_identify.h @@ -3,7 +3,7 @@ * * Project: FSS Identify * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the program is intended to be used to identify an FSS file or FSS data. * diff --git a/level_3/fss_identify/c/private-common.h b/level_3/fss_identify/c/private-common.h index d2a7f50..4d3c1c1 100644 --- a/level_3/fss_identify/c/private-common.h +++ b/level_3/fss_identify/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Identify * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_identify/c/private-fss_identify.h b/level_3/fss_identify/c/private-fss_identify.h index 07ec632..42b16cd 100644 --- a/level_3/fss_identify/c/private-fss_identify.h +++ b/level_3/fss_identify/c/private-fss_identify.h @@ -3,7 +3,7 @@ * * Project: FSS Identify * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_identify_h #define _PRIVATE_fss_identify_h diff --git a/level_3/fss_status_code/c/fss_status_code.h b/level_3/fss_status_code/c/fss_status_code.h index 32cee07..4d65fa2 100644 --- a/level_3/fss_status_code/c/fss_status_code.h +++ b/level_3/fss_status_code/c/fss_status_code.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This program provides status code to/from string translation. */ diff --git a/level_3/fss_status_code/c/private-common.h b/level_3/fss_status_code/c/private-common.h index 9f3c6bc..3b433f6 100644 --- a/level_3/fss_status_code/c/private-common.h +++ b/level_3/fss_status_code/c/private-common.h @@ -3,7 +3,7 @@ * * Project: FSS Status Code * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/fss_status_code/c/private-fss_status_code.h b/level_3/fss_status_code/c/private-fss_status_code.h index 51bb4d2..0e8e853 100644 --- a/level_3/fss_status_code/c/private-fss_status_code.h +++ b/level_3/fss_status_code/c/private-fss_status_code.h @@ -3,7 +3,7 @@ * * Project: FSS * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_status_code_h #define _PRIVATE_fss_status_code_h diff --git a/level_3/iki_read/c/iki_read.h b/level_3/iki_read/c/iki_read.h index e7c42c3..6e74308 100644 --- a/level_3/iki_read/c/iki_read.h +++ b/level_3/iki_read/c/iki_read.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the IKI Read program. * diff --git a/level_3/iki_read/c/private-common.h b/level_3/iki_read/c/private-common.h index 9962446..97a8d17 100644 --- a/level_3/iki_read/c/private-common.h +++ b/level_3/iki_read/c/private-common.h @@ -3,7 +3,7 @@ * * Project: IKI Read * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/iki_read/c/private-iki_read.h b/level_3/iki_read/c/private-iki_read.h index 476369c..4f01d69 100644 --- a/level_3/iki_read/c/private-iki_read.h +++ b/level_3/iki_read/c/private-iki_read.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_iki_read_h #define _PRIVATE_iki_read_h diff --git a/level_3/iki_write/c/iki_write.h b/level_3/iki_write/c/iki_write.h index 2682f2e..6037759 100644 --- a/level_3/iki_write/c/iki_write.h +++ b/level_3/iki_write/c/iki_write.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is the IKI Write program. * diff --git a/level_3/iki_write/c/private-common.h b/level_3/iki_write/c/private-common.h index e2a3d3c..97a5c4a 100644 --- a/level_3/iki_write/c/private-common.h +++ b/level_3/iki_write/c/private-common.h @@ -3,7 +3,7 @@ * * Project: IKI Write * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/iki_write/c/private-iki_write.h b/level_3/iki_write/c/private-iki_write.h index a987bae..a08169f 100644 --- a/level_3/iki_write/c/private-iki_write.h +++ b/level_3/iki_write/c/private-iki_write.h @@ -3,7 +3,7 @@ * * Project: IKI * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_iki_write_h #define _PRIVATE_iki_write_h diff --git a/level_3/status_code/c/private-common.h b/level_3/status_code/c/private-common.h index 71f6b3c..2e701e8 100644 --- a/level_3/status_code/c/private-common.h +++ b/level_3/status_code/c/private-common.h @@ -3,7 +3,7 @@ * * Project: Status Code * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/status_code/c/private-status_code.h b/level_3/status_code/c/private-status_code.h index e499d36..0209ca0 100644 --- a/level_3/status_code/c/private-status_code.h +++ b/level_3/status_code/c/private-status_code.h @@ -3,7 +3,7 @@ * * Project: Status Code * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_status_code_h #define _PRIVATE_status_code_h diff --git a/level_3/status_code/c/status_code.h b/level_3/status_code/c/status_code.h index f73c768..aebbb85 100644 --- a/level_3/status_code/c/status_code.h +++ b/level_3/status_code/c/status_code.h @@ -3,7 +3,7 @@ * * Project: Status Code * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This program provides status code to/from string translation. */ diff --git a/level_3/utf8/c/private-common.h b/level_3/utf8/c/private-common.h index caed850..37bf1e7 100644 --- a/level_3/utf8/c/private-common.h +++ b/level_3/utf8/c/private-common.h @@ -3,7 +3,7 @@ * * Project: UTF-8 * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h #define _PRIVATE_common_h diff --git a/level_3/utf8/c/private-print.h b/level_3/utf8/c/private-print.h index 802d9dd..3e528db 100644 --- a/level_3/utf8/c/private-print.h +++ b/level_3/utf8/c/private-print.h @@ -3,7 +3,7 @@ * * Project: UTF-8 * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_utf8_print_h #define _PRIVATE_utf8_print_h diff --git a/level_3/utf8/c/private-utf8.h b/level_3/utf8/c/private-utf8.h index 052e70c..0490b3e 100644 --- a/level_3/utf8/c/private-utf8.h +++ b/level_3/utf8/c/private-utf8.h @@ -3,7 +3,7 @@ * * Project: UTF-8 * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_utf8_h #define _PRIVATE_utf8_h diff --git a/level_3/utf8/c/private-utf8_binary.h b/level_3/utf8/c/private-utf8_binary.h index 89355ae..732a408 100644 --- a/level_3/utf8/c/private-utf8_binary.h +++ b/level_3/utf8/c/private-utf8_binary.h @@ -3,7 +3,7 @@ * * Project: UTF-8 * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_utf8_binary_h #define _PRIVATE_utf8_binary_h diff --git a/level_3/utf8/c/private-utf8_codepoint.h b/level_3/utf8/c/private-utf8_codepoint.h index c5bd2aa..2b1a4f2 100644 --- a/level_3/utf8/c/private-utf8_codepoint.h +++ b/level_3/utf8/c/private-utf8_codepoint.h @@ -3,7 +3,7 @@ * * Project: UTF-8 * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_utf8_codepoint_h #define _PRIVATE_utf8_codepoint_h diff --git a/level_3/utf8/c/utf8.h b/level_3/utf8/c/utf8.h index 0bb3080..4bbf067 100644 --- a/level_3/utf8/c/utf8.h +++ b/level_3/utf8/c/utf8.h @@ -3,7 +3,7 @@ * * Project: UTF-8 * API Version: 0.5 - * Licenses: lgplv2.1 + * Licenses: lgpl-2.1-or-later * * This is intendend to support Unicode 14.0. * diff --git a/licenses/lgpl-2.1 b/licenses/lgpl-2.1-or-later similarity index 100% rename from licenses/lgpl-2.1 rename to licenses/lgpl-2.1-or-later -- 1.8.3.1