Skip to content

Commit 44d7b44

Browse files
committed
Update the COMMON_LICENSES list.
1 parent 815d3c5 commit 44d7b44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

about_code_tool/about.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,18 @@ def repr_problem(obj):
400400
'ZPL-2.1',
401401
)
402402

403+
# Use DJE License Name
403404
COMMON_LICENSES = (
404405
'Apache License 2.0',
405406
'BSD-Modified',
407+
'BSD-Original',
408+
'BSD-Original-UC',
406409
'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',
407413
'OpenSSL/SSLeay License',
414+
'ZLIB License',
408415
)
409416

410417
# Maps lowercase id to standard ids with official case

0 commit comments

Comments
 (0)