forked from descope/python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
liccheck.ini
36 lines (33 loc) · 901 Bytes
/
liccheck.ini
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
# Authorized and unauthorized licenses in LOWER CASE
[Licenses]
authorized_licenses:
bsd
new bsd
bsd license
new bsd license
simplified bsd
apache
apache 2.0
apache software
apache software license
isc
isc license
isc license (iscl)
mit
mit license
python software foundation
python software foundation license
unauthorized_licenses:
gpl v3
gnu lgpl
lgpl with exceptions or zpl
zpl 2.1
[Authorized Packages]
# Apache-2.0 license
coverage: 6.3.3
# CC0 1.0 Universal (CC0 1.0) Public Domain Dedication license
email-validator:>=1.3.0
#Public Domain (filelock package is dependency of filelock << virtualenv << pre-commit)
filelock:>=3.4.1
#Mozilla Public License 2.0 (MPL 2.0) (certifi package is dependency of requests
certifi:>=2021.10.8