summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-10 16:36:04 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-10 16:40:20 +0200
commitc0ccd33f263500b185dea8628a5299b2e31a9f4d (patch)
treed6c797144fdbf9adad05854227f92bb1f9bb6c22 /Cargo.toml
parenta459103c0e54136b0c5d3d9385962b3a46c2d377 (diff)
downloadsubplot-c0ccd33f263500b185dea8628a5299b2e31a9f4d.tar.gz
chore: change licence to MIT-0
We've decided to simplify the Subplot licensing situation by changing the licence to MIT-0 from the GPL. See https://gitlab.com/subplot/subplot/-/issues/229 for agreements from everyone involved. Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b3414f..6f90c62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ authors = [
"Daniel Silverstone <dsilvers@digital-scurf.org>",
]
edition = "2018"
-license = "GPL-3.0-or-later"
+license = "MIT-0"
description = '''
tools for specifying, documenting,
and implementing automated acceptance tests for systems and software'''