forked from heremaps/xyz-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ort.yml
More file actions
31 lines (31 loc) · 1.75 KB
/
Copy path.ort.yml
File metadata and controls
31 lines (31 loc) · 1.75 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
curations:
license_findings:
- path: "xyz-models/src/main/java/com/here/xyz/models/hub/Space.java"
reason: "DATA_OF"
comment: "The file contains all possible license identifiers for the content of a space."
concluded_license: "Apache-2.0"
- path: "xyz-hub-service/src/main/resources/openapi/**"
reason: "DATA_OF"
comment: "The files found in this directory are part of the OpenAPI specification which contains various license keywords, see e.g. \
https://github.com/heremaps/xyz-hub/blob/master/xyz-hub-service/src/main/resources/webroot/openapi/stable.yaml#L1172-L1205."
concluded_license: "Apache-2.0"
- path: "xyz-hub-service/src/main/resources/webroot/openapi/**"
reason: "DATA_OF"
comment: "The files found in this directory are part of the OpenAPI specification which contains various license keywords, see e.g. \
https://github.com/heremaps/xyz-hub/blob/master/xyz-hub-service/src/main/resources/webroot/openapi/experimental.yaml#L1364-L1397"
concluded_license: "Apache-2.0"
excludes:
paths:
- pattern: "*/src/test/**"
reason: "TEST_TOOL_OF"
comment: "This directory only contains tests to verify correct functioning of XYZ Hub. Not included in released artifacts."
- pattern: "xyz-hub-test/**"
reason: "TEST_TOOL_OF"
comment: "This directory only contains tests to verify correct functioning of XYZ Hub. Not included in released artifacts."
scopes:
- pattern: "provided"
reason: "PROVIDED_DEPENDENCY_OF"
comment: "Scope with dependencies provided by the JDK or container at runtime. Not included in released artifacts."
- pattern: "test"
reason: "TEST_DEPENDENCY_OF"
comment: "Scope with dependencies only used for testing. Not included in released artifacts."