From e778d8222e7bbd70e72b7ab2ce9e7e5d6a0858b4 Mon Sep 17 00:00:00 2001 From: Ed Date: Thu, 29 Aug 2024 16:48:06 +0300 Subject: [PATCH] CLA --- .github/rsi-schema.json | 2 +- Schemas/rga_validators.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/rsi-schema.json b/.github/rsi-schema.json index d281b2d477..bb5f3fd4c4 100644 --- a/.github/rsi-schema.json +++ b/.github/rsi-schema.json @@ -85,7 +85,7 @@ "CC-BY-NC-SA-3.0", "CC-BY-NC-SA-4.0", "CC0-1.0", - "All rights reserved for the CrystallPunk14 project only" + "CLA" ], "examples":[ "CC-BY-SA-3.0" diff --git a/Schemas/rga_validators.py b/Schemas/rga_validators.py index 96ebb0cde8..10b7052d39 100644 --- a/Schemas/rga_validators.py +++ b/Schemas/rga_validators.py @@ -15,7 +15,7 @@ class License(Validator): "CC0-1.0", "MIT", "Custom", # implies that the license is described in the copyright field. - "All rights reserved for the CrystallPunk14 project only" + "CLA" ] def _is_valid(self, value):