Skip to content

Commit 53a4e81

Browse files
authored
Merge pull request #28 from toyokumo/add-licenses-to-build-edn
Add licenses to build.edn
2 parents 952c5f9 + 38b35a3 commit 53a4e81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.edn

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{:lib toyokumo/toyokumo-commons
22
:version "0.3.{{git/commit-count}}"
33
:description "Utility functions that are used in multiple Toyokumo products"
4+
:licenses [{:name "APACHE LICENSE, VERSION 2.0"
5+
:url "https://www.apache.org/licenses/LICENSE-2.0"}]
46
:documents [{:file "CHANGELOG.md"
57
:match "Unreleased"
68
:action :append-after

0 commit comments

Comments
 (0)