This commit is contained in:
Ed
2024-08-29 16:48:06 +03:00
parent 32659e7cc8
commit e778d8222e
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

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