-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy path.ort.yml
More file actions
24 lines (23 loc) · 770 Bytes
/
.ort.yml
File metadata and controls
24 lines (23 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
# SPDX-License-Identifier: MIT
# See https://oss-review-toolkit.org/ort/docs/configuration/ort-yml
---
# yamllint disable rule:line-length
license_choices:
package_license_choices:
- package_id: "Maven:org.glassfish:javax.json:1.1.4"
license_choices:
- given: CDDL-1.1 OR GPL-2.0-only
choice: CDDL-1.1
- package_id: "Maven:javax.json:javax.json-api:1.1.4"
license_choices:
- given: CDDL-1.1 OR GPL-2.0-only
choice: CDDL-1.1
excludes:
scopes:
- pattern: "provided.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages provided"
- pattern: "test.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only"