summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-05 19:41:53 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-05 19:41:53 +0100
commitf997e10282344552085d56ddff5ac01d17bf5f84 (patch)
treeea82db1cfb91b8a8d4b76959fc79afc42736e150 /Cargo.toml
parente7cfeb4e3ae59e84bd316f75c52c40399503a954 (diff)
Relicense to LGPL-2.1 / MPL-2.0
This was acknowlegded by the authors of the original code. Acked-by: Nora Widdecke <mail@nora.pink> Acked-by: Vincent Breitmoser <look@my.amazin.horse> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 1db92f1..87ee380 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ description = "Wrapping library around libical-sys"
keywords = ["ical", "icalendar", "calendar"]
categories = ["api-bindings"]
readme = "./README.md"
-license = "GPL-2.0"
+license = "LGPL-2.1 OR MPL-2.0"
edition = "2018"
[dependencies]