lib
lib copied to clipboard
Add license to mmx
Suggest to add a license to mmx, some license identifiers https://spdx.org/licenses/.
Hmm it appears the licenses are stated in the Readme and the header files themselves
The only issue is that json.h says public domain, but the Readme says that json.h is under the zlib license.
@eater-of-souls, thanks for the information! so for json.h, does it apply zlib license?
No problem!
I think we’ll have to wait for vurtun to clarify for json.h
After closer inspection it looks like json.h used to be under zlib and then changed to public domain. The Readme just needs to be updated.
This commit came first:
https://github.com/vurtun/mmx/commit/72dadcac718ebb468f64a9fde80ef7c90755d52f
Followed by this commit:
https://github.com/vurtun/mmx/commit/e876e644b70e5a461fa3b2bf2dec7d34afb50cc8
Thanks for your help!