X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Fleiningen%2Fnew%2Fflibbertigibbet.clj;fp=src%2Fleiningen%2Fnew%2Fflibbertigibbet.clj;h=2e15cd6d5b73809973916c5fba788e421d29b987;hb=2820b6d330c66338b4beec2ff66b5e4ce64546a6;hp=48c5bad47319215931d073c857cba9f72f733cd0;hpb=fa24711ecb31e12e224f0bbb57894b803e72fc94;p=flibbertigibbet 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 +;;. +