Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add NOTICE classification to crate_tool METADATA generator for Unicode-3
Browse files Browse the repository at this point in the history
Test: m crate_tool

Change-Id: I0dd5f4632aa6cd06b455450809117c52ad2fccd9
  • Loading branch information
Manish Goregaokar committed Jan 24, 2025
1 parent fc17beb commit 0f0ae75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/external_crates/crate_tool/src/license.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ static MODULE_LICENSE_FILES: LazyLock<BTreeMap<LicenseReq, &'static str>> = Lazy
("0BSD", "MODULE_LICENSE_PERMISSIVE"),
("Unlicense", "MODULE_LICENSE_PERMISSIVE"),
("Zlib", "MODULE_LICENSE_ZLIB"),
("Unicode-3.0", "MODULE_LICENSE_UNICODE_3"),
("Unicode-DFS-2016", "MODULE_LICENSE_UNICODE"),
("NCSA", "MODULE_LICENSE_NCSA"),
("OpenSSL", "MODULE_LICENSE_OPENSSL"),
Expand All @@ -98,6 +99,7 @@ static LICENSE_TYPES: LazyLock<BTreeMap<LicenseReq, LicenseType>> = LazyLock::ne
("0BSD", LicenseType::PERMISSIVE),
("Unlicense", LicenseType::PERMISSIVE),
("Zlib", LicenseType::NOTICE),
("Unicode-3.0", LicenseType::NOTICE),
("Unicode-DFS-2016", LicenseType::NOTICE),
("NCSA", LicenseType::NOTICE),
("OpenSSL", LicenseType::NOTICE),
Expand Down

0 comments on commit 0f0ae75

Please sign in to comment.