Actually, according to the setup.py, https://bitbucket.org/coady/multimethod/src/3179d8ffa4c6c920d7ec6acbcd125489bb03a359/setup.py?at=default#cl-16, it uses PSF license, which is fine (I think there may be some bookkeeping clause, but it's completely compatible with BSD).
Aaron Meurer On Sat, Nov 9, 2013 at 3:46 PM, Aaron Meurer <[email protected]> wrote: > On Sat, Nov 9, 2013 at 1:39 PM, F. B. <[email protected]> wrote: >> Concerning cases where there is no ambiguity in their usage, what about >> using this library? >> >> https://bitbucket.org/coady/multimethod/src >> >> I did not find the license, so I suppose it's public domain (correct me if >> I'm wrong). > > No, the "default" license of things is no license. Unless someone > explicitly gives you permission to use their work, you are assumed not > to have it. > > With that being said, almost all public code on GitHub and Bitbucket > is open source, as that's generally what those sites are used for, so > probably the author did intend for that code to be open source. Likely > you can just email him and ask him if he will provide it under > something BSD compatible if it's something that you want to use. I > didn't play with it, so I can't say if it actually is at this point. > > Aaron Meurer > >> >> There are some cases where the problems being discussed do not appear, I >> think this simple multimethod could be already used. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/sympy. >> For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
