@@ -5,57 +5,17 @@ sources:
5
5
apps :
6
6
- source_path : ./
7
7
8
- # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/Apache-2 .0/.licensed.yml
8
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/AGPL-3 .0/.licensed.yml
9
9
allowed :
10
- # Based on https://www.apache.org/legal/resolved.html#category-a
11
- - apache-2.0
12
- - apache-1.1
13
- - php-3.01
14
- # "MX4J License" - no SPDX ID
15
- - bsd-2-clause
16
- - bsd-2-clause-netbsd # Deprecated ID for `bsd-2-clause`
17
- - bsd-2-clause-views
18
- - bsd-2-clause-freebsd # Deprecated ID for `bsd-2-clause-views`
19
- - bsd-3-clause
20
- - bsd-3-clause-clear
21
- # "DOM4J License" - no SPDX ID
22
- - postgresql
23
- # "Eclipse Distribution License 1.0" - no SPDX ID
24
- - mit
25
- - x11
26
- - isc
27
- - smlnj
28
- - standardml-nj # Deprecated ID for `smlnj`
29
- # "Cup Parser Generator" - no SPDX ID
30
- - icu
31
- - ncsa
32
- - w3c
33
- # "W3C Community Contributor License Agreement" - no SPDX ID
34
- - xnet
35
- - zlib
36
- # "FSF autoconf license" - no SPDX ID
37
- - afl-3.0
38
- # "Service+Component+Architecture+Specifications" - no SPDX ID
39
- # "OOXML XSD ECMA License"
40
- - ms-pl
41
- - cc-pddc
42
- - psf-2.0
43
- # "Python Imaging Library Software License"
44
- - apafml
45
- - bsl-1.0
46
- - ogl-uk-3.0
47
- - wtfpl
48
- - unicode-tou
49
- - zpl-2.0
50
- # "ACE license" - no SPDX ID
51
- - upl-1.0
52
- # "Open Grid Forum License" - no SPDX ID
53
- # 'Google "Additional IP Rights Grant (Patents)" file' - no SPDX ID
54
- - unlicense
55
- - hpnd
56
- - mulanpsl-2.0
57
- - cc0-1.0
58
- # Based on individual license text
10
+ # The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
11
+ - gpl-1.0-or-later
12
+ - gpl-1.0+ # Deprecated ID for `gpl-1.0-or-later`
13
+ - gpl-2.0-or-later
14
+ - gpl-2.0+ # Deprecated ID for `gpl-2.0-or-later`
15
+ - gpl-3.0-only
16
+ - gpl-3.0 # Deprecated ID for `gpl-3.0-only`
17
+ - gpl-3.0-or-later
18
+ - gpl-3.0+ # Deprecated ID for `gpl-3.0-or-later`
59
19
- lgpl-2.0-or-later
60
20
- lgpl-2.0+ # Deprecated ID for `lgpl-2.0-or-later`
61
21
- lgpl-2.1-only
@@ -66,3 +26,61 @@ allowed:
66
26
- lgpl-3.0 # Deprecated ID for `lgpl-3.0-only`
67
27
- lgpl-3.0-or-later
68
28
- lgpl-3.0+ # Deprecated ID for `lgpl-3.0-or-later`
29
+ - agpl-1.0-or-later
30
+ - agpl-3.0-only
31
+ - agpl-3.0 # Deprecated ID for `agpl-3.0-only`
32
+ - agpl-3.0-or-later
33
+ - fsfap
34
+ - apache-2.0
35
+ - artistic-2.0
36
+ - clartistic
37
+ - sleepycat
38
+ - bsl-1.0
39
+ - bsd-3-clause
40
+ - cecill-2.0
41
+ - bsd-3-clause-clear
42
+ # "Cryptix General License" - no SPDX ID (https://github.com/spdx/license-list-XML/issues/456)
43
+ - ecos-2.0
44
+ - ecl-2.0
45
+ - efl-2.0
46
+ - eudatagrid
47
+ - mit
48
+ - bsd-2-clause # Subsumed by `bsd-2-clause-views`
49
+ - bsd-2-clause-netbsd # Deprecated ID for `bsd-2-clause`
50
+ - bsd-2-clause-views # This is the version linked from https://www.gnu.org/licenses/license-list.html#FreeBSD
51
+ - bsd-2-clause-freebsd # Deprecated ID for `bsd-2-clause-views`
52
+ - ftl
53
+ - hpnd
54
+ - imatix
55
+ - imlib2
56
+ - ijg
57
+ # "Informal license" - this is a general class of license
58
+ - intel
59
+ - isc
60
+ - mpl-2.0
61
+ - ncsa
62
+ # "License of Netscape JavaScript" - no SPDX ID
63
+ - oldap-2.7
64
+ # "License of Perl 5 and below" - possibly `Artistic-1.0-Perl` ?
65
+ - cc0-1.0
66
+ - cc-pddc
67
+ - psf-2.0
68
+ - ruby
69
+ - sgi-b-2.0
70
+ - smlnj
71
+ - standardml-nj # Deprecated ID for `smlnj`
72
+ - unicode-dfs-2015
73
+ - upl-1.0
74
+ - unlicense
75
+ - vim
76
+ - w3c
77
+ - wtfpl
78
+ - lgpl-2.0-or-later with wxwindows-exception-3.1
79
+ - wxwindows # Deprecated ID for `lgpl-2.0-or-later with wxwindows-exception-3.1`
80
+ - x11
81
+ - xfree86-1.1
82
+ - zlib
83
+ - zpl-2.0
84
+ - zpl-2.1
85
+ # The following are based on individual license text
86
+ - eupl-1.2
0 commit comments