There was an error while loading. Please reload this page.
1 parent acc6a1a commit fb720ebCopy full SHA for fb720eb
2 files changed
docs/CHANGELOG.rst
@@ -1,3 +1,9 @@
1
+2018-xx-xx
2
+
3
+ Release x.x.x
4
5
+ * Update the list of common license keys
6
7
2018-10-23
8
9
Release 3.2.2
src/attributecode/licenses.py
@@ -21,6 +21,7 @@
21
# Common license keys
22
COMMON_LICENSES = (
23
'aes-128-3.0',
24
+ 'agpl-3.0-plus',
25
'apache-1.1',
26
'apache-2.0',
27
'apple-attribution-1997',
@@ -44,12 +45,19 @@
44
45
'cc-by-sa-3.0',
46
'curl',
47
'freetype',
48
+ 'gpl-1.0-plus',
49
'gpl-2.0',
50
'gpl-2.0-bison',
51
'gpl-2.0-glibc',
52
+ 'gpl-2.0-plus',
53
'gpl-3.0',
54
+ 'gpl-3.0-plus',
55
'lgpl-2.0',
56
+ 'lgpl-2.0-plus',
57
'lgpl-2.1',
58
+ 'lgpl-2.1-plus',
59
+ 'lgpl-3.0',
60
+ 'lgpl-3.0-plus',
61
'gpl-2.0-plus-linking',
62
'gpl-2.0-broadcom-linking',
63
'ijg',
0 commit comments