aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-29 17:38:36 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-29 17:38:36 +0800
commitada00103ad484afa8c67f13da1b444d589247de0 (patch)
tree10735c6c5e839b66059f1a4ab489c517fc77f364
parent4bb465835f03f465cbc90b0cd35be185e28d425c (diff)
downloadDropIn-ada00103ad484afa8c67f13da1b444d589247de0.tar.gz
DropIn-ada00103ad484afa8c67f13da1b444d589247de0.zip
fix: update license from MIT to AGPL-3.0 in Cargo.toml and pyproject.toml
-rw-r--r--Cargo.toml2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a236572..f73bef6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "dropin"
version = "0.0.1"
edition = "2021"
description = "Minecraft Instances Manager"
-license = "MIT"
+license = "AGPL-3.0"
documentation = "https://dropin.hydroroll.team/"
homepage = "https://dropin.hydroroll.team/"
repository = "https://github.com/HydroRoll-Team/DropIn"
diff --git a/pyproject.toml b/pyproject.toml
index 8127035..d604d6e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ authors = [{ name = "HsiangNianian", email = "i@jyunko.cn" }]
dependencies = []
requires-python = ">=3.10"
readme.file = "README.md"
-license = { text = "MIT" }
+license = { text = "AGPL-3.0" }
keywords = ["hydroroll"]
classifiers = [
"Development Status :: 5 - Production/Stable",