Skip to content

Commit fb720eb

Browse files
committed
Fixed #353
* update the list of common license keys Signed-off-by: Chin Yeung Li <[email protected]>
1 parent acc6a1a commit fb720eb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2018-xx-xx
2+
3+
Release x.x.x
4+
5+
* Update the list of common license keys
6+
17
2018-10-23
28

39
Release 3.2.2

src/attributecode/licenses.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# Common license keys
2222
COMMON_LICENSES = (
2323
'aes-128-3.0',
24+
'agpl-3.0-plus',
2425
'apache-1.1',
2526
'apache-2.0',
2627
'apple-attribution-1997',
@@ -44,12 +45,19 @@
4445
'cc-by-sa-3.0',
4546
'curl',
4647
'freetype',
48+
'gpl-1.0-plus',
4749
'gpl-2.0',
4850
'gpl-2.0-bison',
4951
'gpl-2.0-glibc',
52+
'gpl-2.0-plus',
5053
'gpl-3.0',
54+
'gpl-3.0-plus',
5155
'lgpl-2.0',
56+
'lgpl-2.0-plus',
5257
'lgpl-2.1',
58+
'lgpl-2.1-plus',
59+
'lgpl-3.0',
60+
'lgpl-3.0-plus',
5361
'gpl-2.0-plus-linking',
5462
'gpl-2.0-broadcom-linking',
5563
'ijg',

0 commit comments

Comments
 (0)