From de068d256dd6259e8303cc670485ed17e698fb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 14 Dec 2020 20:21:12 -0800 Subject: [PATCH] license --- LICENSE.md | 1 + README.md | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..4cc9cb5 --- /dev/null +++ b/LICENSE.md @@ -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. diff --git a/README.md b/README.md index 5a4b5be..cc90509 100644 --- a/README.md +++ b/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 + +Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. -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.