diff options
author | Morgan Astra <m@morganastra.me> | 2016-09-22 17:21:30 -0700 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2016-09-22 17:21:30 -0700 |
commit | 2f767f38a07feccaf2129b78d8183ed57e77ba29 (patch) | |
tree | c768bc70d19b4ab4122df303cd128078c1217745 | |
parent | c956d354a1952fb443abe614cee392f5c7762747 (diff) |
add :license to project.clj
-rw-r--r-- | project.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.clj b/project.clj index 770c000..cddf5f3 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,7 @@ (defproject witch-house/pronouns "1.10.0-SNAPSHOT" :description "Pronoun.is is a website for personal pronoun usage examples" :url "http://pronoun.is" + :license "GNU Affero General Public License 3.0" :dependencies [[org.clojure/clojure "1.6.0"] [compojure "1.1.8"] [ring/ring-jetty-adapter "1.2.2"] |