smhasher icon indicating copy to clipboard operation
smhasher copied to clipboard

Allowable licenses for reimplementations of Murmur2 and murmur3

Open wclodius2 opened this issue 4 years ago • 1 comments

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?

wclodius2 avatar Feb 18 '21 05:02 wclodius2

If you're in the US, then you can consider all of the MurmurHash / SMHasher stuff public domain.

On Wed, Feb 17, 2021 at 9:36 PM William B. Clodius [email protected] wrote:

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?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aappleby/smhasher/issues/86, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF6BH3XO2YZLB2RW5C24ODS7SRPLANCNFSM4XZUZ3XA .

aappleby avatar Feb 18 '21 05:02 aappleby