From 70054b7693f67e1cb110f8bd041b5599f6f02072 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Thu, 18 Jun 2020 16:51:51 -0400 Subject: [PATCH] Relicense under MIT+Apache2 --- Cargo.toml | 2 +- LICENSE => LICENSE-APACHE | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE-APACHE (100%) diff --git a/Cargo.toml b/Cargo.toml index fab5e3df54..6a654a2114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Shader translation infrastructure" homepage = "https://github.com/gfx-rs/naga" repository = "https://github.com/gfx-rs/naga" keywords = ["shader", "SPIR-V"] -license = "MPL-2.0" +license = "MIT OR Apache-2.0" [dependencies] bitflags = "1" diff --git a/LICENSE b/LICENSE-APACHE similarity index 100% rename from LICENSE rename to LICENSE-APACHE