bOR_ <boris.sch...@gmail.com> 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 automaton-1.11.jar)
Oh sorry, I didn't answer your question. It doesn't look like the license is bundled into the automaton jar, so you just add it before you upload it: jar -uvf dist/automaton.jar COPYING -- 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