Skip to content

Commit

Permalink
Merge pull request amethyst#2709 from remilauzier/main
Browse files Browse the repository at this point in the history
Update license field
  • Loading branch information
dawnlarsson authored Aug 16, 2021
2 parents bc0f821 + 20fbad5 commit de9bad7
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

autoexamples = false # Our examples come with their own Cargo.toml and are in the [workspace] section

Expand Down
2 changes: 1 addition & 1 deletion amethyst_animation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = """
Asynchronous asset management for games.
"""
exclude = ["examples/*"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
keywords = ["game", "asset", "resource", "management", "amethyst"]
categories = ["filesystem"]

Expand Down
2 changes: 1 addition & 1 deletion amethyst_audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.amethyst.rs/stable/amethyst_config/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
ron = "0.6.4"
Expand Down
2 changes: 1 addition & 1 deletion amethyst_controls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.amethyst.rs/stable/amethyst_controls/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_core = { path = "../amethyst_core", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.amethyst.rs/stable/amethyst_core/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_error = { path = "../amethyst_error", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.amethyst.rs/stable/amethyst_derive/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

# FIXME: remove after legion port
autotests = false
Expand Down
2 changes: 1 addition & 1 deletion amethyst_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Internal error handling for Amethyst.
"""
keywords = ["game", "error", "amethyst"]
categories = ["rust-patterns"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

documentation = "https://docs.amethyst.rs/stable/amethyst_error/"
homepage = "https://amethyst.rs/"
Expand Down
2 changes: 1 addition & 1 deletion amethyst_gltf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.amethyst.rs/stable/amethyst_gltf/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.amethyst.rs/stable/amethyst_input/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_core = { path = "../amethyst_core", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_locale/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = """
Localisation bindings.
"""
exclude = ["examples/*"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
keywords = ["game", "localisation", "resource", "management", "amethyst"]
categories = ["localization"]

Expand Down
2 changes: 1 addition & 1 deletion amethyst_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readme = "README.md"
documentation = "https://docs.amethyst.rs/stable/amethyst_network/index.html"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[features]
profiler = ["thread_profiler/thread_profiler"]
Expand Down
2 changes: 1 addition & 1 deletion amethyst_rendy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
description = "High-level rendering engine with multiple backends"
keywords = ["game", "engine", "renderer", "3d", "amethyst"]
categories = ["rendering", "rendering::engine"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[package.metadata.docs.rs]
features = ["shader-compiler", "test-support", "winit", "vulkan"]
Expand Down
2 changes: 1 addition & 1 deletion amethyst_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["game-engines"]
documentation = "https://docs.amethyst.rs/stable/amethyst_test/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst = { path = "..", version = "0.16.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_tiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.amethyst.rs/master/amethyst_tiles/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[badges]
appveyor = { repository = "amethyst/amethyst" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["game-engines"]
documentation = "https://docs.amethyst.rs/stable/amethyst_ui/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.amethyst.rs/stable/amethyst_utils/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_assets = { path = "../amethyst_assets", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Windowing support for Amethyst engine."
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_window/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
amethyst_core = { path = "../amethyst_core", version = "0.16.0" }
Expand Down

0 comments on commit de9bad7

Please sign in to comment.