summaryrefslogtreecommitdiff
path: root/subplot-build
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 /subplot-build
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 'subplot-build')
-rw-r--r--subplot-build/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index c4fe932..ef1ca54 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/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 = '''A library for using Subplot code generation from another project's
`build.rs` module.'''
homepage = "https://subplot.liw.fi/"