Skip to content

Commit

Permalink
add mpl 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BoazBD committed Jan 7, 2025
1 parent 7ed251e commit 9bfc4a3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions utils/get_licenses_from_ort.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
APPROVED_LICENSES = [
"Unicode-DFS-2016",
"(Apache-2.0 OR MIT) AND Unicode-DFS-2016",
"Unicode-3.0",
"(Apache-2.0 OR MIT) AND Unicode-3.0",
"0BSD OR Apache-2.0 OR MIT",
"Apache-2.0",
"Apache-2.0 AND (Apache-2.0 OR BSD-2-Clause)",
Expand All @@ -32,15 +34,18 @@
"BSD-3-Clause OR Apache-2.0",
"ISC",
"MIT",
"MPL-2.0",
"Zlib",
"MIT OR Unlicense",
"PSF-2.0",
"Unicode-3.0",
"(Apache-2.0 OR MIT) AND Unicode-3.0"
]

# Packages with non-pre-approved licenses that received manual approval.
APPROVED_PACKAGES = [
"PyPI::pathspec:0.12.1",
"PyPI::certifi:2023.11.17"
"PyPI::certifi:2023.11.17",
"Crate::ring:0.17.8",
"Maven:org.json:json:20231013"
]
SCRIPT_PATH = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit 9bfc4a3

Please sign in to comment.