This commit is contained in:
Kat Marchán 2020-12-14 20:21:12 -08:00
parent 9c1ab14549
commit de068d256d
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 4 additions and 7 deletions

1
LICENSE.md Normal file
View File

@ -0,0 +1 @@
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

View File

@ -109,11 +109,7 @@ The following SDLang features are removed altogether:
* Shell style (`#`) and Lua-style (`--`) comments * Shell style (`#`) and Lua-style (`--`) comments
* Distinction between 32/64/128-bit numbers. There's just numbers. * Distinction between 32/64/128-bit numbers. There's just numbers.
## LICENSE ## License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
This specification is covered under the
[CC-BY-SA](https://creativecommons.org/licenses/by-sa/2.0/) license. You are
free to write tools that handle KDL without worrying about licensing
weirdness. If you fork KDL into your own language and base it on this
specification, though, please make sure to publish that fork and clearly
attribute/link to this project.