Skip to content

Commit

Permalink
move licences to line 15
Browse files Browse the repository at this point in the history
Signed-off-by: BoazBD <[email protected]>
  • Loading branch information
BoazBD committed Jan 2, 2025
1 parent 49c0a57 commit f18a9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -35,8 +37,6 @@
"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.
Expand Down

0 comments on commit f18a9d1

Please sign in to comment.