diff options
| author | thegeorg <[email protected]> | 2025-03-13 14:15:27 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2025-03-13 14:59:59 +0300 |
| commit | bb79ab4b211ffe4f1cf0c3c1d22ea1275187c18a (patch) | |
| tree | 0dce84719e254dc203a68d54039bd1378308b72d | |
| parent | 07c1e5ccdf238be5092c54cbc4acc502ea966835 (diff) | |
Consider EPL license family as REQUIRE_MODIFICATIONS_DISCLOSURE
commit_hash:960bd0c34b89524cc979fa65f0377d65a3a8e735
| -rw-r--r-- | build/conf/licenses.json | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/build/conf/licenses.json b/build/conf/licenses.json index 3a315c284d0..8f525169f15 100644 --- a/build/conf/licenses.json +++ b/build/conf/licenses.json @@ -362,7 +362,9 @@ "REQUIRE_MODIFICATIONS_DISCLOSURE": { "default": [ "CDDL-1.0", - "CDDL-1.1" + "CDDL-1.1", + "EPL-1.0", + "EPL-2.0" ] }, "SERVICE": { @@ -414,14 +416,6 @@ "LGPL-3.0-or-later": { "static": [ "REQUIRE_DERIVATIVE_DISCLOSURE" ], "dynamic": [ "REQUIRE_CITATION" ] - }, - "EPL-1.0": { - "static": [ "REQUIRE_DERIVATIVE_DISCLOSURE" ], - "dynamic": [ "REQUIRE_MODIFICATIONS_DISCLOSURE" ] - }, - "EPL-2.0": { - "static": [ "REQUIRE_DERIVATIVE_DISCLOSURE" ], - "dynamic": [ "REQUIRE_MODIFICATIONS_DISCLOSURE" ] } } } |
