From 2f767f38a07feccaf2129b78d8183ed57e77ba29 Mon Sep 17 00:00:00 2001 From: Morgan Astra Date: Thu, 22 Sep 2016 17:21:30 -0700 Subject: [PATCH] add :license to project.clj --- project.clj | 1 + 1 file changed, 1 insertion(+) 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"]