Skip to content

Commit

Permalink
Update license field following SPDX 2.1 license expression standard
Browse files Browse the repository at this point in the history
  • Loading branch information
frisoft authored and sanbox-irl committed Sep 17, 2023
1 parent 0f65562 commit 0899b90
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion imgui-examples/Cargo.toml
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion imgui-glium-renderer/Cargo.toml
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion imgui-glow-renderer/Cargo.toml
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion imgui-sdl2-support/Cargo.toml
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion imgui-sys/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion imgui-winit-glow-renderer-viewports/Cargo.toml
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion imgui-winit-support/Cargo.toml
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion imgui/Cargo.toml
Expand Up @@ -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"

Expand Down

0 comments on commit 0899b90

Please sign in to comment.