On Mar 15, 11:16 am, Jozef Wagner <jozef.wag...@gmail.com> wrote:
> Hi,
>
> Could you please license clj-ldap under open source license?
>
> JW

Its in the project.clj but I'll make it clearer in the README.

(defproject clj-ldap "0.0.3"
  :description "Clojure ldap client"
  :url "https://github.com/alienscience/clj-ldap";
  :dependencies [[org.clojure/clojure "1.2.0"]
                 [org.clojure/clojure-contrib "1.2.0"]
                 [com.unboundid/unboundid-ldapsdk "2.0.0"]]
  :dev-dependencies [[swank-clojure "1.2.1"]
                     [org.apache.directory.server/apacheds-all
"1.5.5"]
                     [org.slf4j/slf4j-simple "1.5.6"]
                     [clj-file-utils "0.2.1"]]
  :license {:name "Eclipse Public License - v 1.0"
            :url "http://www.eclipse.org/legal/epl-v10.html";
            :distribution :repo
            :comments "same as Clojure"})


Saul

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to