-
Notifications
You must be signed in to change notification settings - Fork 1
/
private-distributed.yml
54 lines (54 loc) · 1019 Bytes
/
private-distributed.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
# Allow list for closed-source distributed projects.
allow-licenses:
- '0BSD'
- 'Apache-2.0'
- 'Apache-2.0 AND BSD-3-Clause AND Python-2.0'
- 'Apache-2.0 AND MIT'
- 'Beerware'
- 'BlueOak-1.0.0'
- 'BSD-1-Clause'
- 'BSD-2-Clause'
- 'BSD-2-Clause-Patent'
- 'BSD-2-Clause-Views'
- 'BSD-2-Clause AND MIT'
- 'BSD-3-Clause'
- 'BSD-3-Clause-Attribution'
- 'BSD-3-Clause-Clear'
- 'BSD-3-Clause AND BSD-3-Clause-Clear'
- 'BSD-3-Clause AND MIT'
- 'BSL-1.0'
- 'CC-BY-3.0'
- 'CC-BY-4.0'
- 'CC0-1.0'
- 'CNRI-Python'
- 'curl'
- 'HPND'
- 'IBM-pibs'
- 'ImageMagick'
- 'ISC'
- 'JSON'
- 'MIT'
- 'MIT AND ISC'
- 'MIT AND Python-2.0'
- 'MIT-0'
- 'MIT-advertising'
- 'mpi-permissive'
- 'NCSA'
- 'ODC-By-1.0'
- 'PDDL-1.0'
- 'Plexus'
- 'PostgreSQL'
- 'PSF-2.0'
- 'Python-2.0'
- 'Python-2.0.1'
- 'SAX-PD'
- 'Unlicense'
- 'UPL-1.0'
- 'W3C'
- 'Wsuipa'
- 'WTFPL'
- 'X11'
- 'X11-distribute-modifications-variant'
- 'Xerox'
- 'Zlib'
- 'ZPL-2.1'