change version to 0.0.0 master
authordaniel watson <ozzloy@gmail.com>
Sat, 28 May 2016 05:16:02 +0000 (22:16 -0700)
committerdaniel watson <ozzloy@gmail.com>
Sat, 28 May 2016 05:16:02 +0000 (22:16 -0700)
project.clj
src/leiningen/new/flibbertigibbet.clj

index 308289a2c8d250a8e8d7fab6a31b9c3f24dfef5b..4a7fce100e469db05dafcc29de0fa1c908b72986 100644 (file)
@@ -1,6 +1,6 @@
-(defproject flibbertigibbet/lein-template "0.1.0-SNAPSHOT"
-  :description "FIXME: write description"
-  :url "http://example.com/FIXME"
+(defproject flibbertigibbet/lein-template "0.0.0"
+  :description "leiningen template for new projects"
+  :url "http://challenge-bot.com/repos?p=flibbertigibbet"
   :license {:name "Affero General Public License v3 or later (at your option)"
             :url "https://www.gnu.org/licenses/agpl-3.0.txt"}
   :eval-in-leiningen true)
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/>.
+