You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
On Wed, Feb 17, 2021 at 9:36 PM William B. Clodius ***@***.***> 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
<#86>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF6BH3XO2YZLB2RW5C24ODS7SRPLANCNFSM4XZUZ3XA>
.
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?
The text was updated successfully, but these errors were encountered: