mirror of https://github.com/kdl-org/kdl.git
license
This commit is contained in:
parent
9c1ab14549
commit
de068d256d
|
|
@ -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.
|
||||
10
README.md
10
README.md
|
|
@ -109,11 +109,7 @@ The following SDLang features are removed altogether:
|
|||
* Shell style (`#`) and Lua-style (`--`) comments
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue