fix CLA licensing

This commit is contained in:
Ed
2025-01-24 22:02:46 +03:00
parent 403344fd46
commit fb604d1e08
367 changed files with 367 additions and 367 deletions

View File

@@ -15,7 +15,7 @@ class License(Validator):
"CC0-1.0",
"MIT",
"Custom", # implies that the license is described in the copyright field.
"CLA"
"All right reserved"
]
def _is_valid(self, value):

View File

@@ -84,7 +84,7 @@
"CC-BY-NC-SA-3.0",
"CC-BY-NC-SA-4.0",
"CC0-1.0",
"CLA"
"All right reserved"
],
"examples": [
"CC-BY-SA-3.0"