From 58fa7903a48d63d7f5544fdab527b6680ac66d43 Mon Sep 17 00:00:00 2001 From: Jonathan Newman Date: Wed, 10 Jul 2024 16:52:56 -0700 Subject: [PATCH] (maint) add license Add the license to project.clj so it can be published to clovers. --- project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 57140c8..ffc8d59 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,9 @@ :parent-project {:coords [puppetlabs/clj-parent "7.3.31"] :inherit [:managed-dependencies]} - + :license {:name "Apache-2.0" + :url "https://www.apache.org/licenses/LICENSE-2.0.txt"} + ;; Abort when version ranges or version conflicts are detected in ;; dependencies. Also supports :warn to simply emit warnings. ;; requires lein 2.2.0+.