From 9c83e0f47670bda4b605f8ceec910a5067547934 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:04:57 +1100 Subject: [PATCH] Change license to AGPLv3 --- package-lock.json | 2 +- package.json | 2 +- src-tauri/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e9c17c..a3eff69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "cinny", "version": "2.2.4", - "license": "MIT", + "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "1.2.0" }, diff --git a/package.json b/package.json index d0fe5ad..8b4bd1a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "keywords": [], "author": "Ajay Bura", - "license": "MIT", + "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "1.2.0" }, diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 07f048f..cc93be5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -5,7 +5,7 @@ name = "cinny" version = "2.2.4" description = "Yet another matrix client" authors = ["Ajay Bura"] -license = "MIT" +license = "AGPL-3.0-only" repository = "https://github.com/cinnyapp/cinny-desktop" default-run = "cinny" edition = "2021"