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