Update why_public_domain.md
This commit is contained in:
parent
31461003c7
commit
d44e52d363
@ -50,7 +50,7 @@ in the public domain:
|
|||||||
|
|
||||||
4. discussion from stb_howto.txt on what YOU should do for YOUR libs
|
4. discussion from stb_howto.txt on what YOU should do for YOUR libs
|
||||||
|
|
||||||
EASY-TO-COMPLY LICENSE
|
```EASY-TO-COMPLY LICENSE
|
||||||
|
|
||||||
I make my libraries public domain. You don't have to.
|
I make my libraries public domain. You don't have to.
|
||||||
But my goal in releasing stb-style libraries is to
|
But my goal in releasing stb-style libraries is to
|
||||||
@ -58,7 +58,9 @@ reduce friction for potential users as much as
|
|||||||
possible. That means:
|
possible. That means:
|
||||||
|
|
||||||
a. easy to build (what this file is mostly about)
|
a. easy to build (what this file is mostly about)
|
||||||
|
|
||||||
b. easy to invoke (which requires good API design)
|
b. easy to invoke (which requires good API design)
|
||||||
|
|
||||||
c. easy to deploy (which is about licensing)
|
c. easy to deploy (which is about licensing)
|
||||||
|
|
||||||
I choose to place all my libraries in the public
|
I choose to place all my libraries in the public
|
||||||
@ -112,3 +114,4 @@ modifying one character, and then license that however
|
|||||||
they like. (Indeed, *adding* the zlib or BSD license
|
they like. (Indeed, *adding* the zlib or BSD license
|
||||||
would be such a modification!) Unfortunately, their
|
would be such a modification!) Unfortunately, their
|
||||||
lawyers reportedly didn't like that answer. :(
|
lawyers reportedly didn't like that answer. :(
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user