Change license to AGPLv3

This commit is contained in:
Krishan 2023-02-08 17:04:57 +11:00
parent de499bd54d
commit 9c83e0f476
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -7,7 +7,7 @@
"": { "": {
"name": "cinny", "name": "cinny",
"version": "2.2.4", "version": "2.2.4",
"license": "MIT", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"@tauri-apps/api": "1.2.0" "@tauri-apps/api": "1.2.0"
}, },

View file

@ -12,7 +12,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Ajay Bura", "author": "Ajay Bura",
"license": "MIT", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"@tauri-apps/api": "1.2.0" "@tauri-apps/api": "1.2.0"
}, },

View file

@ -5,7 +5,7 @@ name = "cinny"
version = "2.2.4" version = "2.2.4"
description = "Yet another matrix client" description = "Yet another matrix client"
authors = ["Ajay Bura"] authors = ["Ajay Bura"]
license = "MIT" license = "AGPL-3.0-only"
repository = "https://github.com/cinnyapp/cinny-desktop" repository = "https://github.com/cinnyapp/cinny-desktop"
default-run = "cinny" default-run = "cinny"
edition = "2021" edition = "2021"