diff options
Diffstat (limited to 'src/license.rs')
-rw-r--r-- | src/license.rs | 1 |
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", |