Skip to content

Commit

Permalink
the incorrect license versions were somehow brought back
Browse files Browse the repository at this point in the history
  • Loading branch information
IoIxD committed Aug 10, 2023
1 parent bf36472 commit 8c8be3f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blackboxmc-rs-bukkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "blackboxmc_bukkit"
version = "0.2.0"
edition = "2021"
license = "GNU LGPL"
license = "LGPL-2.0-or-later"
description = "BlackboxMC bindings for org.bukkit"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion blackboxmc-rs-bungee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "blackboxmc_bungee"
version = "0.2.0"
edition = "2021"
license = "GNU LGPL"
license = "LGPL-2.0-or-later"
description = "BlackboxMC bindings for net.md_5.bungee"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion blackboxmc-rs-general/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "blackboxmc_general"
version = "0.2.0"
edition = "2021"
license = "GNU LGPL"
license = "LGPL-2.0-or-later"
description = "Helper functions for BlackboxMC"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion blackboxmc-rs-java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "blackboxmc_java"
version = "0.2.0"
edition = "2021"
license = "GNU LGPL"
license = "LGPL-2.0-or-later"
description = "BlackboxMC bindings for java.util"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion blackboxmc-rs-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "blackboxmc_proc"
version = "0.2.0"
edition = "2021"
license = "GNU LGPL"
license = "LGPL-2.0-or-later"
description = "Procedrual macros for the BlackboxMC crates."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 8c8be3f

Please sign in to comment.