From 93d6c7bbd19f83f77dd23eb38ddeaf941657f555 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 17 Apr 2018 14:42:11 +0200 Subject: chore(license): Relicense under AGPL-3.0-or-later Relicense the project from the standard GPL3 to the Affero version of the license, requiring source code disclosure for modifications made on instances of Converse that are serving users over the network. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 735e65502801..e46808e5f16a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "converse" version = "0.1.0" authors = ["Vincent Ambo "] +license = "AGPL-3.0-or-later" [dependencies] actix = "0.5" -- cgit 1.4.1