From 97edc5e9792740179dba80f3105ad7af326f42bf Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Fri, 31 Mar 2017 18:40:23 +0300 Subject: [PATCH] Fix license info in secondary crate Cargo.toml files --- imgui-glium-renderer/Cargo.toml | 2 +- imgui-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui-glium-renderer/Cargo.toml b/imgui-glium-renderer/Cargo.toml index d9f4dba..0f4bcc2 100644 --- a/imgui-glium-renderer/Cargo.toml +++ b/imgui-glium-renderer/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Joonas Javanainen "] description = "Glium renderer for imgui-rs" homepage = "https://github.com/gekkio/imgui-rs" repository = "https://github.com/gekkio/imgui-rs" -license = "MIT" +license = "MIT OR Apache-2.0" [dependencies] glium = { version = "0.16", default-features = false } diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index 3834188..996669a 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Joonas Javanainen "] description = "Raw ocornut/imgui bindings for Rust" homepage = "https://github.com/gekkio/imgui-rs" repository = "https://github.com/gekkio/imgui-rs" -license = "MIT" +license = "MIT OR Apache-2.0" build = "build.rs" [dependencies]