-
Notifications
You must be signed in to change notification settings - Fork 9
/
.licensed.yml
63 lines (62 loc) · 1.8 KB
/
.licensed.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# See: https://github.com/github/licensed/blob/master/docs/configuration.md
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/Apache-2.0/.licensed.yml
allowed:
# The following are based on https://www.apache.org/legal/resolved.html#category-a
- apache-2.0
- apache-1.1
- php-3.01
# "MX4J License" - no SPDX ID
- bsd-2-clause
- bsd-2-clause-netbsd # Deprecated ID for `bsd-2-clause`
- bsd-2-clause-views
- bsd-2-clause-freebsd # Deprecated ID for `bsd-2-clause-views`
- bsd-3-clause
- bsd-3-clause-clear
# "DOM4J License" - no SPDX ID
- postgresql
# "Eclipse Distribution License 1.0" - no SPDX ID
- mit
- x11
- isc
- smlnj
- standardml-nj # Deprecated ID for `smlnj`
# "Cup Parser Generator" - no SPDX ID
- icu
- ncsa
- w3c
# "W3C Community Contributor License Agreement" - no SPDX ID
- xnet
- zlib
# "FSF autoconf license" - no SPDX ID
- afl-3.0
# "Service+Component+Architecture+Specifications" - no SPDX ID
# "OOXML XSD ECMA License"
- ms-pl
- cc-pddc
- psf-2.0
# "Python Imaging Library Software License"
- apafml
- bsl-1.0
- ogl-uk-3.0
- wtfpl
- unicode-tou
- zpl-2.0
# "ACE license" - no SPDX ID
- upl-1.0
# "Open Grid Forum License" - no SPDX ID
# 'Google "Additional IP Rights Grant (Patents)" file' - no SPDX ID
- unlicense
- hpnd
- mulanpsl-2.0
- cc0-1.0
# The following are based on individual license text
- lgpl-2.0-or-later
- lgpl-2.0+ # Deprecated ID for `lgpl-2.0-or-later`
- lgpl-2.1-only
- lgpl-2.1 # Deprecated ID for `lgpl-2.1-only`
- lgpl-2.1-or-later
- lgpl-2.1+ # Deprecated ID for `lgpl-2.1-or-later`
- lgpl-3.0-only
- lgpl-3.0 # Deprecated ID for `lgpl-3.0-only`
- lgpl-3.0-or-later
- lgpl-3.0+ # Deprecated ID for `lgpl-3.0-or-later`