From e6c1b3c3dcf6902860798d67767eb59103b06215 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 29 Jan 2023 14:32:10 -0600 Subject: [PATCH] Update: Open Standard License to be 1.0 or later rather than just 1.0. --- licenses/copyrights.txt | 2 +- .../{open-standard-license-1.0 => open-standard-license-1.0-or-later} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename licenses/{open-standard-license-1.0 => open-standard-license-1.0-or-later} (100%) diff --git a/licenses/copyrights.txt b/licenses/copyrights.txt index 58ac51f..8e4d922 100644 --- a/licenses/copyrights.txt +++ b/licenses/copyrights.txt @@ -1,5 +1,5 @@ ALl files within this project unless otherwise specified are Copyright © 2007-2023 Kevin Day. Source code and related files are under lgpl-2.1-or-later. -Specifications and related files are under open-standard-license-1.0. +Specifications and related files are under open-standard-license-1.0-or-later. Documentation and related files are under cc-by-sa-4.0. diff --git a/licenses/open-standard-license-1.0 b/licenses/open-standard-license-1.0-or-later similarity index 100% rename from licenses/open-standard-license-1.0 rename to licenses/open-standard-license-1.0-or-later -- 1.8.3.1