From 3f06cc011c0d78ea713832757b57342cdd0b0048 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Tue, 30 Jan 2024 10:03:14 +0100 Subject: [PATCH] Change license to Mozilla Public License v2.0 --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f14d9b7..c5b06c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"