Skip to content

Commit e6cd654

Browse files
committed
Fix list of popular licenses to match openMINDS terms
1 parent 76210b8 commit e6cd654

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

validation_service_api/requirements.txt.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#fairgraph==0.12.1
2-
fairgraph @ git+https://github.com/HumanBrainProject/fairgraph@master
2+
fairgraph @ git+https://github.com/HumanBrainProject/fairgraph@stable
33
uvicorn==0.13.4
44
fastapi==0.65.1
55
itsdangerous==2.0.1

validation_service_api/validation_service/resources/vocab.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,17 @@ class LicenseFilterOptions(str, Enum):
132132

133133

134134
popular_licenses = [
135-
"Apache License, Version 2.0",
136-
"The 2-Clause BSD License",
137-
"The 3-Clause BSD License",
135+
"Apache License 2.0",
136+
"BSD 2-Clause 'Simplified' License",
137+
"BSD 3-Clause 'New' or 'Revised' License",
138138
"Creative Commons Attribution 4.0 International",
139-
"Creative Commons Attribution-NonCommercial 4.0 International",
140-
"Creative Commons Attribution-ShareAlike 4.0 International",
141-
"Creative Commons Zero 1.0 Universal",
139+
"Creative Commons Attribution Non Commercial 4.0 International",
140+
"Creative Commons Attribution Share Alike 4.0 International",
141+
"Creative Commons Zero v1.0 Universal",
142142
"GNU General Public License v2.0 or later",
143143
"GNU General Public License v3.0 or later",
144144
"GNU Lesser General Public License v3.0 or later",
145-
"The MIT license",
145+
"MIT License",
146146
]
147147

148148

0 commit comments

Comments
 (0)