change version to 0.0.0
[flibbertigibbet] / src / leiningen / new / flibbertigibbet.clj
index 48c5bad47319215931d073c857cba9f72f733cd0..2e15cd6d5b73809973916c5fba788e421d29b987 100644 (file)
@@ -1,3 +1,5 @@
+;;tl;dr AGPLv3+
+;;copyright info at bottom
 (ns leiningen.new.flibbertigibbet
   (:require [leiningen.new.templates :refer [renderer name-to-path ->files]]
             [leiningen.core.main :as main]))
                     name))
     (->files data
              ["src/{{sanitized}}/foo.clj" (render "foo.clj" data)])))
+
+;;flibbertigibbet is a lein new flibbertigibbet project-name
+;;Copyright (C) 2016 daniel watson
+
+;;This file is part of flibbertigibbet.
+
+;;flibbertigibbet is free software: you can redistribute it and/or
+;;modify it under the terms of the GNU Affero General Public License as
+;;published by the Free Software Foundation, either version 3 of the
+;;License, or (at your option) any later version.
+
+;;flibbertigibbet is distributed in the hope that it
+;;will be useful, but WITHOUT ANY WARRANTY; without even the implied
+;;warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
+;;the GNU General Affero Public License for more details.
+
+;;You should have received a copy of the GNU Affero General Public License
+;;along with flibbertigibbet.  If not, see
+;;<http://www.gnu.org/licenses/>.
+