change licences
Some checks failed
Rust Checks / checks (push) Has been cancelled

This commit is contained in:
CoCo_Sol 2024-02-11 23:58:56 +01:00
parent 3162a316bf
commit 79bbc45331
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"]