We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815d3c5 commit 44d7b44Copy full SHA for 44d7b44
about_code_tool/about.py
@@ -400,11 +400,18 @@ def repr_problem(obj):
400
'ZPL-2.1',
401
)
402
403
+# Use DJE License Name
404
COMMON_LICENSES = (
405
'Apache License 2.0',
406
'BSD-Modified',
407
+ 'BSD-Original',
408
+ 'BSD-Original-UC',
409
'GNU General Public License 2.0',
410
+ 'GNU General Public License 3.0',
411
+ 'GNU Lesser General Public License 2.1',
412
+ 'Net SNMP License',
413
'OpenSSL/SSLeay License',
414
+ 'ZLIB License',
415
416
417
# Maps lowercase id to standard ids with official case
0 commit comments