From 0349c843e3e77270cad839c0cfe2f39bd9578e89 Mon Sep 17 00:00:00 2001 From: ike709 Date: Thu, 10 Feb 2022 21:27:48 -0600 Subject: [PATCH] Adds support for CC-BY-NC licenses (#6648) --- .github/rsi-schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/rsi-schema.json b/.github/rsi-schema.json index 19ae391c669..050324755f4 100644 --- a/.github/rsi-schema.json +++ b/.github/rsi-schema.json @@ -79,6 +79,8 @@ "enum":[ "CC-BY-SA-3.0", "CC-BY-SA-4.0", + "CC-BY-NC-3.0", + "CC-BY-NC-4.0", "CC-BY-NC-SA-3.0", "CC-BY-NC-SA-4.0", "CC0-1.0" @@ -180,4 +182,4 @@ } }, "additionalProperties":true -} \ No newline at end of file +}