Skip to content

Commit

Permalink
(maint) add license
Browse files Browse the repository at this point in the history
Add the license to project.clj so it can be published to clovers.
  • Loading branch information
jonathannewman authored Jul 10, 2024
1 parent 9c7fe2e commit 58fa790
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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+.
Expand Down

0 comments on commit 58fa790

Please sign in to comment.