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

Allowable licenses for reimplementations of Murmur2 and murmur3 #86

Open
wclodius2 opened this issue Feb 18, 2021 · 1 comment
Open

Comments

@wclodius2
Copy link

I am involved in a project to create a standard library for modern fortran, https://github.com/fortran-lang/stdlib. I would like to add two modules providing collections of 32 and 64 bit hash functions, respectively. I would like to include implementations of the Murmur3 and Murmur2 functions in the pertinent modules. The library is currently released under the MIT license. Because the algorithm is released into the public domain, can an implementation be released under the MIT license? If not can the files be marked as public domain when separated from the rest of the library? If in any case it can be distributed, do you have standard boiler plate to be distributed with the code?

@aappleby
Copy link
Owner

aappleby commented Feb 18, 2021 via email

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

2 participants