summaryrefslogtreecommitdiff
path: root/subplotlib-derive
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 /subplotlib-derive
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 'subplotlib-derive')
-rw-r--r--subplotlib-derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index 16a1a30..ce23b65 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/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 = '''
macros for constructing subplotlib based test suites, typically
generated by `subplot codegen`.'''