From 7af5ecd72cc28e0d1860b99ede7927859a319be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 13 Dec 2020 18:25:18 -0800 Subject: [PATCH] note that spec is CC-BY-SA --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8b05586..3250c97 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,8 @@ ws := bom | ' ' | '\t' | multi-line-comment single-line-comment := '//' ('\r' [^\n] | [^\r\n])* newline multi-line-comment := '/*' ('*' [^\/] | [^*])* '*/' ``` + +## LICENSE + +The above grammar/spec is licensed CC-BY-SA. The included [LICENSE.md +file](LICENSE.md) in this repository only covers this implementation.