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):