From 9c1ab1454966d6c60222265d1dfa02147ab0e2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 14 Dec 2020 20:17:54 -0800 Subject: [PATCH] link CC-BY-SA --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4fe16b..5a4b5be 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,9 @@ The following SDLang features are removed altogether: ## LICENSE -This specification is covered under the [CC-BY-SA]() 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. +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.