Re: clojars and licences

2009-12-02 Thread bOR_
Thanks for the help! Got it to work. I did install automaton twice on clojars though, and perhaps unnecessary so. If I want to import the jar, I need to type (import '(dk.brics.automaton Automaton RunAutomaton RegExp)) , and when I had clojars list the dependency only as [automaton "1.11.2"] ther

Re: clojars and licences

2009-12-01 Thread Alex Osborne
bOR_ writes: > How in clojars do I attach a licence to the jar? I'm about to > redistribute a BSD-licensed jarfile to clojars, but I'm not sure how I > can make sure that the licence also gets redistributed. Are these > things embedded in jar files by default? > > (the jar in question is automato

Re: clojars and licences

2009-12-01 Thread Alex Osborne
bOR_ writes: > How in clojars do I attach a licence to the jar? I'm about to > redistribute a BSD-licensed jarfile to clojars, but I'm not sure how I > can make sure that the licence also gets redistributed. Are these > things embedded in jar files by default? I think it's quite common to put th

clojars and licences

2009-12-01 Thread bOR_
How in clojars do I attach a licence to the jar? I'm about to redistribute a BSD-licensed jarfile to clojars, but I'm not sure how I can make sure that the licence also gets redistributed. Are these things embedded in jar files by default? (the jar in question is automaton-1.11.jar) -- You recei