weavejester / hiccup

Fast library for rendering HTML in Clojure
http://weavejester.github.io/hiccup
Eclipse Public License 1.0
2.68k stars 174 forks source link

Added :license to project.clj. #101

Closed wiseman closed 8 years ago

wiseman commented 10 years ago

This makes it easier to audit licenses with tools like lein-licenses.

weavejester commented 10 years ago

Good idea, but I'd prefer using the configuration standard to the Leiningen default template:

  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
wiseman commented 10 years ago

Good catch, thanks.

weavejester commented 10 years ago

Thanks. You'll need to squash your commits and ensure that the summary message (i.e. the first line) is under 70 characters.