summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-15 19:36:28 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-15 19:36:28 +0300
commit1d3b3d2c1712333a10dd90d33f14d966c42740c0 (patch)
tree37d4745a1a85cbcb7f76e819b5a66d34f868a20d /Cargo.toml
parent036fa96e9dce91de6b07a427d56c22eadb838016 (diff)
downloadobnam2-1d3b3d2c1712333a10dd90d33f14d966c42740c0.tar.gz
chore: change license to AGPL3-or-later
As agreed by myself and Alexander Batischev on https://gitlab.com/obnam/obnam/-/issues/122 Two other people have made minor changes, which I deem to be small enough that they do not get a say in the overall copyright. Sorry. Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31e3757..dbd062b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,10 @@
-
[package]
name = "obnam"
version ="0.4.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
description = "a backup program"
-license = "GPL-3.0-or-later"
+license = "AGPL-3.0-or-later"
homepage = "https://obnam.org/"
repository = "https://gitlab.com/larswirzenius/obnam"