about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-04-17T12·42+0200
committerVincent Ambo <tazjin@gmail.com>2018-04-17T12·47+0200
commit93d6c7bbd19f83f77dd23eb38ddeaf941657f555 (patch)
tree04d5c588a30832ac6848a7c96f3c49b339369148 /Cargo.toml
parent1427220f9dd43a1d9bccd18b6f0df69d02e561ae (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 735e655028..e46808e5f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
 name = "converse"
 version = "0.1.0"
 authors = ["Vincent Ambo <mail@tazj.in>"]
+license = "AGPL-3.0-or-later"
 
 [dependencies]
 actix = "0.5"