From 387a100541d6cdb9db6354e00224e2d9f8f9c2d0 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 16 Sep 2021 11:52:05 -0500 Subject: [PATCH] Switch to MIT + Apache license for Bevy compatibility. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df06e96..9d5fcb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bevy_openal" version = "0.1.0" authors = ["Nolan Darilek "] -license = "mit" +license = "MIT OR Apache-2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html