-
Notifications
You must be signed in to change notification settings - Fork 2
/
.ort.yml
49 lines (49 loc) · 1.9 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
curations:
license_findings:
- path: "here-naksha-lib-core/src/main/java/com/here/naksha/lib/core/models/License.java"
start_lines: "56"
line_count: 1
detected_license: "OSL-3.0"
reason: "CODE"
comment: "The scanner matches an enumerator `OSL-3.0`."
concluded_license: "NONE"
- path: "here-naksha-lib-core/src/main/java/com/here/naksha/lib/core/models/License.java"
start_lines: "62"
line_count: 1
detected_license: "ODbL-1.0"
reason: "CODE"
comment: "The scanner matches an enumerator `ODbL-1.0`."
concluded_license: "NONE"
- path: "here-naksha-lib-core/src/main/java/com/here/naksha/lib/core/models/License.java"
start_lines: "55"
line_count: 1
detected_license: "MPL-2.0"
reason: "CODE"
comment: "The scanner matches an enumerator `MPL-2.0`."
concluded_license: "NONE"
- path: "here-naksha-lib-core/src/main/java/com/here/naksha/lib/core/models/License.java"
start_lines: "58"
line_count: 1
detected_license: "OFL-1.1"
reason: "CODE"
comment: "The scanner matches an enumerator `OFL-1.1`."
concluded_license: "NONE"
- path: "here-naksha-lib-core/src/main/java/com/here/naksha/lib/core/models/License.java"
start_lines: "60"
line_count: 1
detected_license: "Unlicense"
reason: "CODE"
comment: "The scanner matches an enumerator `Unlicense`."
concluded_license: "NONE"
- path: "docs/diagrams/architecture.drawio"
start_lines: "63"
line_count: 1
detected_license: "LicenseRef-scancode-public-domain"
reason: "CODE"
comment: "The scanner matches a string `public domain`."
concluded_license: "NONE"
excludes:
scopes:
- pattern: "provided"
reason: "PROVIDED_DEPENDENCY_OF"
comment: "Scope with dependencies provided by the JDK or container at runtime. Not included in released artifacts."