feat(license): change license to Apache-2.0
BREAKING CHANGE: This is a significant licensing change. Please review.
Showing
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- LICENSE-APACHE.md 0 additions, 13 deletionsLICENSE-APACHE.md
- LICENSE-PARITY.md 0 additions, 69 deletionsLICENSE-PARITY.md
- LICENSE-PATRON.md 0 additions, 63 deletionsLICENSE-PATRON.md
- LICENSE.md 10 additions, 4 deletionsLICENSE.md
- README.md 1 addition, 6 deletionsREADME.md
... | @@ -4,7 +4,7 @@ version = "0.6.0" | ... | @@ -4,7 +4,7 @@ version = "0.6.0" |
authors = ["Kat Marchán <kzm@zkat.tech>"] | authors = ["Kat Marchán <kzm@zkat.tech>"] | ||
edition = "2018" | edition = "2018" | ||
description = "Rusty Utility AI library" | description = "Rusty Utility AI library" | ||
license-file = "LICENSE.md" | license = "Apache-2.0" | ||
readme = "README.md" | readme = "README.md" | ||
keywords = ["utility-ai", "bevy", "ai", "ecs"] | keywords = ["utility-ai", "bevy", "ai", "ecs"] | ||
categories = ["game-development"] | categories = ["game-development"] | ||
... | @@ -15,4 +15,4 @@ homepage = "https://github.com/zkat/big-brain" | ... | @@ -15,4 +15,4 @@ homepage = "https://github.com/zkat/big-brain" |
bevy = { version = "0.5.0", default-features = false } | bevy = { version = "0.5.0", default-features = false } | ||
[dev-dependencies] | [dev-dependencies] | ||
bevy = { version = "0.5.0", default-features = true } | bevy = { version = "0.5.0", default-features = true } | ||
\ No newline at end of file |
LICENSE-APACHE.md
deleted
100644 → 0
LICENSE-PARITY.md
deleted
100644 → 0
LICENSE-PATRON.md
deleted
100644 → 0
Please register or sign in to comment