-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.licensed.yml
More file actions
65 lines (56 loc) · 1.11 KB
/
.licensed.yml
File metadata and controls
65 lines (56 loc) · 1.11 KB
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
64
65
cache_path: .licenses
apps:
- name: arduino-app-bricks
source_path: .
sources:
pip: true
python:
virtual_env_dir: ".licensed-venv"
- name: python-base
source_path: .
sources:
pip: true
python:
virtual_env_dir: "containers/python-base/.licensed-venv"
- name: aihub-models-runner
source_path: .
sources:
pip: true
python:
virtual_env_dir: "containers/aihub-models-runner/.licensed-venv"
- name: gesture-recognition-runner
source_path: .
sources:
pip: true
python:
virtual_env_dir: "containers/gesture-recognition-runner/.licensed-venv"
- name: python-apps-base
source_path: .
sources:
pip: true
python:
virtual_env_dir: "containers/python-apps-base/.licensed-venv"
stale_records_action: error
ignored:
pip:
- pip
- setuptools
- wheel
- uv
- arduino-app-bricks
- arduino_app_bricks
allowed:
- mpl-2.0
- apache-2.0
- mit
- mit-cmu
- bsd-2-clause
- bsd-3-clause
- cc0-1.0
- isc
- psf-2.0
- unlicense
- ofl-1.1
- lgpl-3.0-only
- epl-2.0
- zpl-2.1