From 2713959466cf87c1d322c05902484f8c222b34c9 Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Sun, 11 Feb 2024 23:07:48 +0000 Subject: [PATCH] Change licence of the bevnet crate (#43) Reviewed-on: https://git.tipragot.fr/corentin/border-wars/pulls/43 Reviewed-by: Tipragot Co-authored-by: CoCoSol007 Co-committed-by: CoCoSol007 --- 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"]