Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this code in the public domain? #1

Open
UnixJunkie opened this issue Mar 17, 2017 · 9 comments
Open

Is this code in the public domain? #1

UnixJunkie opened this issue Mar 17, 2017 · 9 comments

Comments

@UnixJunkie
Copy link

I am interested into packaging your data structure for opam.
But I'd have to work on the code.
If you want to add a license, I would recommend LGPL with linking exception, as is the norm
for ocaml libraries.

@bpr
Copy link
Owner

bpr commented Mar 17, 2017

I'll add whatever license you feel is best. LGPL with linking is the norm? That's interesting, MIT and Apache are the norm in the field I work in, but I haven't followed OCaml for a while.

Thanks for your interest!

@hcarty
Copy link

hcarty commented Mar 17, 2017

MIT and Apache 2 are both common in the OCaml world as well, FWIW.

@UnixJunkie
Copy link
Author

I even like BSD. But that's your code so you choose. The default is public domain if you don't specify.

@hcarty
Copy link

hcarty commented Mar 17, 2017

My understanding is that the default is definitely not public domain, but rather no license - no one else has rights to use the code under any conditions.

@rgrinberg
Copy link

Also note the relatively new but already popular ISC license. It's basically MIT/BSD but with a simpler text. Used a lot in the mirage project.

@UnixJunkie
Copy link
Author

If many people are interested by this code, they might be interested by this one too: https://github.com/UnixJunkie/vantage_point_tree_from_codepad. I found it on the web some time ago, but now it's not online anymore. Is it public domain also? Does someone known the original author?

@bpr
Copy link
Owner

bpr commented Mar 17, 2017

MIT license added.

@UnixJunkie
Copy link
Author

@hcarty maybe you will like this one: https://github.com/UnixJunkie/vp-tree/blob/master/vp_tree.ml

@hcarty
Copy link

hcarty commented Mar 24, 2017

@bpr Thanks for clarifying the license!

@UnixJunkie Thanks for the link!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants