guicho271828 / trivia

Pattern Matcher Compatible with Optima
Other
334 stars 22 forks source link

License? #46

Closed dfmorrison closed 8 years ago

dfmorrison commented 8 years ago

I've not been able to find anything in the sources dealing with licensing. Have I just not looked in the right place, or is it indeed absent? If so, is the implication that you are happy for any one to use this in any way they choose, or do you have thoughts on how you'd like people not to use it?

PuercoPop commented 8 years ago

@dfmorrison It is LLGPL, Lisp Lesser General Public Licence

The license is in the system definition

You can check it at the REPL with

(asdf/system:system-licence (asdf:find-system :trivia))
"LLGPL"
dfmorrison commented 8 years ago

On Wed, Jul 20, 2016 at 4:33 PM, Javier Olaechea notifications@github.com wrote:

The license is in the system definition

Oh, darn, I should have known to look there. Thanks!

Don Morrison dfm2@cmu.edu "Mathematics is the part of physics where experiments are cheap." -- Vladimir Arnold, "On teaching mathematics", tr A V Goryunov

PuercoPop commented 8 years ago

@dfmorrison NP, thanks for reporting the issue. I've added a License file to make licensing information easier to find.

guicho271828 commented 8 years ago

thanks