From: daniel watson Date: Sat, 28 May 2016 05:16:02 +0000 (-0700) Subject: change version to 0.0.0 X-Git-Url: http://challenge-bot.com/repos/?p=flibbertigibbet;a=commitdiff_plain;h=HEAD change version to 0.0.0 --- diff --git a/project.clj b/project.clj index 308289a..4a7fce1 100644 --- a/project.clj +++ b/project.clj @@ -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) diff --git a/src/leiningen/new/flibbertigibbet.clj b/src/leiningen/new/flibbertigibbet.clj index 48c5bad..2e15cd6 100644 --- a/src/leiningen/new/flibbertigibbet.clj +++ b/src/leiningen/new/flibbertigibbet.clj @@ -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])) @@ -13,3 +15,23 @@ 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 +;;. +