File tree Expand file tree Collapse file tree
validation_service/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#fairgraph==0.12.1
2- fairgraph @ git+https://github.com/HumanBrainProject/fairgraph@master
2+ fairgraph @ git+https://github.com/HumanBrainProject/fairgraph@stable
33uvicorn==0.13.4
44fastapi==0.65.1
55itsdangerous==2.0.1
Original file line number Diff line number Diff line change @@ -132,17 +132,17 @@ class LicenseFilterOptions(str, Enum):
132132
133133
134134popular_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
You can’t perform that action at this time.
0 commit comments