aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-08-02 21:56:53 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-08-02 21:57:48 -0700
commitb4314edc5bb672f5e94dcbc996f443e98fdb4dba (patch)
tree61db04359a923741aa35e42e5aa6659d2fb8e8b2
parentInitial support for license mapping (diff)
downloadcargo-ebuild-b4314edc5bb672f5e94dcbc996f443e98fdb4dba.tar.gz
cargo-ebuild-b4314edc5bb672f5e94dcbc996f443e98fdb4dba.tar.bz2
cargo-ebuild-b4314edc5bb672f5e94dcbc996f443e98fdb4dba.zip
src/license.rs: add Apache-2.0-with-LLVM-exceptions
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--src/license.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/license.rs b/src/license.rs
index 0789829..f4a397f 100644
--- a/src/license.rs
+++ b/src/license.rs
@@ -12,6 +12,7 @@ static SPDX_TO_LICENSE: phf::Map<&'static str, &'static str> = phf_map! {
"Apache-1.0" => "Apache-1.0",
"Apache-1.1" => "Apache-1.1",
"Apache-2.0" => "Apache-2.0",
+ "Apache-2.0 WITH LLVM-exception" => "Apache-2.0-with-LLVM-exceptions",
"APL-1.0" => "APL-1.0",
"APSL-2.0" => "APSL-2",
"Artistic-1.0" => "Artistic",