To support native code compiler + Visual Studio use-case, (unfortunately) we cannot use CC0-1.0 as license since Visual Studio limits their applicable usage to OSI-approved open source licensed software.
Current candidates are MIT-0 and Unlicense:
Legal review results are mixed: Some company says we always need a Copyright description thus we have to choose MIT-0 (or similar). Others say they're accepting public domain software.
For example, the stb chooses MIT and Unlicense https://github.com/nothings/stb/blob/master/LICENSE .
(EDIT: How about BSD0? -- TypeScript uses this.)
To support native code compiler + Visual Studio use-case, (unfortunately) we cannot use
CC0-1.0as license since Visual Studio limits their applicable usage to OSI-approved open source licensed software.Current candidates are
MIT-0andUnlicense:Legal review results are mixed: Some company says we always need a Copyright description thus we have to choose
MIT-0(or similar). Others say they're accepting public domain software.For example, the stb chooses
MITandUnlicensehttps://github.com/nothings/stb/blob/master/LICENSE .(EDIT: How about
BSD0? -- TypeScript uses this.)