diff --git a/crates/bevnet/Cargo.toml b/crates/bevnet/Cargo.toml index 0399afe..f64774c 100644 --- a/crates/bevnet/Cargo.toml +++ b/crates/bevnet/Cargo.toml @@ -2,7 +2,7 @@ name = "bevnet" version = "0.2.0" edition = "2021" -license = "MIT OR Apache-2.0" +license = "GPL-3.0-or-later" description = "A library for networking in Bevy." authors = ["Tipragot "] keywords = ["bevy", "network", "game"] diff --git a/crates/border-wars/Cargo.toml b/crates/border-wars/Cargo.toml index 1c977be..19f39d9 100644 --- a/crates/border-wars/Cargo.toml +++ b/crates/border-wars/Cargo.toml @@ -2,6 +2,7 @@ name = "border-wars" version = "0.1.0" edition = "2021" +license = "GPL-3.0-or-later" description = "An online turn based game." repository = "https://git.tipragot.fr/corentin/border-wars.git" authors = ["CoCoSol"]