From 387e4617beee0de98a436effbeb1b078379a8b65 Mon Sep 17 00:00:00 2001 From: kruserr <46799551+kruserr@users.noreply.github.com> Date: Sun, 22 Sep 2024 08:30:12 +0000 Subject: [PATCH] chore: change licence to AGPLv3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6230acf..ce580e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "i6" version = "0.1.7" # prepare_release.sh edition = "2021" -license = "MIT" +license = "AGPL-3.0" authors = ["kruserr"] readme = "README.md" repository = "https://github.com/kruserr/i6"