Change license to Mozilla Public License v2.0

This commit is contained in:
bitfl0wer 2024-01-30 10:03:14 +01:00
parent 148ce74715
commit 3f06cc011c
1 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
name = "chorus"
description = "A library for interacting with multiple Spacebar-compatible Instances at once."
version = "0.14.0"
license = "AGPL-3.0"
license = "MPL-2.0"
edition = "2021"
repository = "https://github.com/polyphony-chat/chorus"
readme = "README.md"
@ -24,10 +24,7 @@ serde_json = { version = "1.0.111", features = ["raw_value"] }
serde-aux = "4.3.1"
serde_with = "3.4.0"
serde_repr = "0.1.18"
reqwest = { features = [
"multipart",
"json",
], version = "0.11.23" }
reqwest = { features = ["multipart", "json"], version = "0.11.23" }
url = "2.5.0"
chrono = { version = "0.4.31", features = ["serde"] }
regex = "1.10.2"