commit:     b4314edc5bb672f5e94dcbc996f443e98fdb4dba
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 04:56:53 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 04:57:48 2021 +0000
URL:        https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=b4314edc

src/license.rs: add Apache-2.0-with-LLVM-exceptions

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 src/license.rs | 1 +
 1 file changed, 1 insertion(+)

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",

Reply via email to