lib icon indicating copy to clipboard operation
lib copied to clipboard

Add license to mmx

Open PhoebeHui opened this issue 5 years ago • 5 comments

Suggest to add a license to mmx, some license identifiers https://spdx.org/licenses/.

PhoebeHui avatar Sep 25 '19 06:09 PhoebeHui

Hmm it appears the licenses are stated in the Readme and the header files themselves

E89E2C41-F9C9-4399-AE66-CE5726D61428

The only issue is that json.h says public domain, but the Readme says that json.h is under the zlib license.

soruevans avatar Sep 25 '19 14:09 soruevans

@eater-of-souls, thanks for the information! so for json.h, does it apply zlib license?

PhoebeHui avatar Sep 26 '19 03:09 PhoebeHui

No problem!

I think we’ll have to wait for vurtun to clarify for json.h

soruevans avatar Sep 26 '19 06:09 soruevans

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

soruevans avatar Sep 26 '19 06:09 soruevans

Thanks for your help!

PhoebeHui avatar Sep 26 '19 07:09 PhoebeHui