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

licensing #66

Open
hannesm opened this issue Sep 28, 2020 · 2 comments
Open

licensing #66

hannesm opened this issue Sep 28, 2020 · 2 comments

Comments

@hannesm
Copy link
Member

hannesm commented Sep 28, 2020

The opam file advertises ISC as license, but some files - e.g. main.ml - include a LGPL 2.1 with static linking exception header.

In the meantime (June 2018, lwt 4.1.0, ocsigen/lwt#560) lwt was relicensed to MIT. I'd propose the folliowing:

  • update the copyright statement in main.ml to reflect lwt 4.1.0 license
  • figure out how compatible ISC and MIT are -- eventually it makes sense to relicense mirage-solo5 as MIT?
@mato
Copy link
Contributor

mato commented Sep 29, 2020

Yes, the licensing is a bit of a mess, some of it inherited from the old mirage-platform package and elsewhere. It would be good to clean it up, I suspect mirage-xen (old and new) has similar issues.

/cc @mirage/core

@dinosaure
Copy link
Member

figure out how compatible ISC and MIT are -- eventually it makes sense to relicense mirage-solo5 as MIT?

It seems that ISC license is an equivalent of MIT license (see this Quora's response):

The ISC license is a permissive free software license written by the Internet Systems Consortium (ISC). It is meant to be functionally equivalent to the simplified BSD and the MIT licenses, differing in its removal of language deemed unnecessary following the global adoption of the Berne Convention.

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

3 participants