Update license field following SPDX 2.1 license expression standard

This commit is contained in:
Andrea Frigido 2023-07-20 18:29:49 +01:00 committed by Jonathan Spira
parent 0f655625b6
commit 0899b904c0
8 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ edition = "2018"
description = "imgui crate examples using Glium backend"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
publish = false
[dev-dependencies]

View File

@ -6,7 +6,7 @@ description = "Glium renderer for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui-glium-renderer"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["gui", "rendering"]
[dependencies]

View File

@ -5,7 +5,7 @@ edition = "2018"
description = "glow renderer for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["gui", "rendering"]
[dependencies]

View File

@ -7,7 +7,7 @@ description = "sdl2 support code for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui-sdl2-support"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["gui"]
[dependencies]

View File

@ -6,7 +6,7 @@ description = "Raw FFI bindings to dear imgui"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui-sys"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["gui", "external-ffi-bindings"]
build = "build.rs"
links = "imgui"

View File

@ -5,7 +5,7 @@ edition = "2021"
description = "combined platform + renderer using the docking branch viewport feature"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -6,7 +6,7 @@ description = "winit support code for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui-winit-support"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["gui"]
[dependencies]

View File

@ -6,7 +6,7 @@ description = "High-level Rust bindings to dear imgui"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["gui", "api-bindings"]
readme = "../README.markdown"