diff --git a/Schemas/rga_validators.py b/Schemas/rga_validators.py index 3dc14fd1f2..a4734fb7f0 100644 --- a/Schemas/rga_validators.py +++ b/Schemas/rga_validators.py @@ -14,8 +14,7 @@ class License(Validator): "CC-BY-NC-SA-4.0", "CC0-1.0", "MIT", - "Custom", # implies that the license is described in the copyright field. - "All right reserved" + "Custom" # implies that the license is described in the copyright field. ] def _is_valid(self, value): diff --git a/Schemas/rsi.json b/Schemas/rsi.json index ed78b319a6..56d52c7be1 100644 --- a/Schemas/rsi.json +++ b/Schemas/rsi.json @@ -83,8 +83,7 @@ "CC-BY-NC-4.0", "CC-BY-NC-SA-3.0", "CC-BY-NC-SA-4.0", - "CC0-1.0", - "All right reserved" + "CC0-1.0" ], "examples": [ "CC-BY-SA-3.0"