Skip to content

Commit

Permalink
add pom-addition and change license to BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
magomimmo committed Dec 16, 2013
1 parent 7fc5012 commit f088b7a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
(defproject opencv-start/lein-template "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:pom-addition [:developers [:developer
[:id "magomimmo"]
[:name "Mimmo Cosenza"]
[:url "https://github.com/magomimmo"]
[:email "[email protected]"]
[:timezone "+1"]]]
:description "A Lein template to create generic OpenCV project"
:url "https://github.com/magomimmo/openvc-start"
:license {:name "The BSD 3-Clause License"
:url "http://opensource.org/licenses/BSD-3-Clause"}
:eval-in-leiningen true)

0 comments on commit f088b7a

Please sign in to comment.