From 3d2f388f47fc9b7d3970103960295899be29c3ff Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 26 Jan 2025 19:33:07 +0300 Subject: [PATCH] validation --- Schemas/rga_validators.py | 3 +-- Schemas/rsi.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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"