From 9e7a3ea2492b83e1f3f9e35edff068def4d686e7 Mon Sep 17 00:00:00 2001 From: Masanori Kinoshita Date: Tue, 23 Jul 2024 10:03:43 +0900 Subject: [PATCH 1/2] Add licenses to build.edn --- build.edn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.edn b/build.edn index 56297e6..21b8abc 100644 --- a/build.edn +++ b/build.edn @@ -1,6 +1,8 @@ {:lib toyokumo/toyokumo-commons :version "0.3.{{git/commit-count}}" :description "Utility functions that are used in multiple Toyokumo products" + :licenses [{:name "Apache License Version 2.0," + :url "https://www.apache.org/licenses/LICENSE-2.0"}] :documents [{:file "CHANGELOG.md" :match "Unreleased" :action :append-after From 38b35a3df3ddf22de10701114450fecd836a7119 Mon Sep 17 00:00:00 2001 From: Masanori Kinoshita Date: Tue, 23 Jul 2024 10:47:51 +0900 Subject: [PATCH 2/2] Fix license name --- build.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.edn b/build.edn index 21b8abc..75b1640 100644 --- a/build.edn +++ b/build.edn @@ -1,7 +1,7 @@ {:lib toyokumo/toyokumo-commons :version "0.3.{{git/commit-count}}" :description "Utility functions that are used in multiple Toyokumo products" - :licenses [{:name "Apache License Version 2.0," + :licenses [{:name "APACHE LICENSE, VERSION 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0"}] :documents [{:file "CHANGELOG.md" :match "Unreleased"