-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.ort.yml
75 lines (61 loc) · 2.22 KB
/
.ort.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
64
65
66
67
68
69
70
71
72
73
74
75
---
excludes:
paths:
- pattern: "3RD-PARTY-NOTICES.txt"
reason: "OTHER"
comment: "File including 3rd party license notices."
- pattern: "example-adapter/**"
reason: "EXAMPLE_OF"
comment: "This directory contains an example app that's not distributed."
- pattern: "examples/**"
reason: "EXAMPLE_OF"
comment: "This directory contains examples that are not distributed."
- pattern: "documentation/**"
reason: "DOCUMENTATION_OF"
comment: "This directory contains documentation that's not distributed."
scopes:
- pattern: "checkstyle"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for code styling checks (testing) only."
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "jacocoAgent"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for code coverage (testing) only."
- pattern: "jacocoAnt"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for code coverage (testing) only."
- pattern: "test.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only."
- pattern: "annotationProcessor"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "compileClasspath"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "compileOnly"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "provided"
reason: "RUNTIME_DEPENDENCY_OF"
comment: "Packages that are provided by the runtime."
license_choices:
repository_license_choices:
- given: "GPL-2.0-only OR Apache-2.0"
choice: "Apache-2.0"
- given: "GPL-2.0-only OR BSD-3-Clause"
choice: "BSD-3-Clause"
- given: "GPL-2.0-only OR CDDL-1.1"
choice: "CDDL-1.1"
- given: "CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0"
choice: "CDDL-1.1"
- given: "GPL-2.0-only OR CDDL-1.0"
choice: "CDDL-1.0"
curations:
packages:
- id: "Maven:com.sun.xml.messaging.saaj:saaj-impl:1.3.28"
curations:
comment: "The package offers GPL-2.0-only OR CDDL-1.1 and we use the curation to override the choice mechanism due to a pending issue in ORT."
concluded_license: "CDDL-1.1"