Change licence of the bevnet crate (#43)
All checks were successful
Rust Checks / checks (push) Successful in 1m4s

Reviewed-on: corentin/border-wars#43
Reviewed-by: Tipragot <contact@tipragot.fr>
Co-authored-by: CoCoSol007 <solois.corentin@gmail.com>
Co-committed-by: CoCoSol007 <solois.corentin@gmail.com>
This commit is contained in:
CoCo_Sol 2024-02-11 23:07:48 +00:00 committed by Corentin
parent 8495ab66eb
commit 2713959466
2 changed files with 2 additions and 1 deletions

View file

@ -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 <contact@tipragot.fr>"]
keywords = ["bevy", "network", "game"]

View file

@ -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"]