From 79bbc453313fbe47592f1bbec320a6412744905d Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Sun, 11 Feb 2024 23:58:56 +0100 Subject: [PATCH] change licences --- crates/bevnet/Cargo.toml | 2 +- crates/border-wars/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"]