fix CLA licensing
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user