diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-17T12·42+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-17T12·47+0200 |
commit | 93d6c7bbd19f83f77dd23eb38ddeaf941657f555 (patch) | |
tree | 04d5c588a30832ac6848a7c96f3c49b339369148 /Cargo.toml | |
parent | 1427220f9dd43a1d9bccd18b6f0df69d02e561ae (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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 <mail@tazj.in>"] +license = "AGPL-3.0-or-later" [dependencies] actix = "0.5" |