aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-05-20 10:57:06 +0200
committerRobin Krahl <robin.krahl@ireas.org>2018-05-20 10:57:06 +0200
commit0c19419840eb91feec306e96bcb258da83e8aeea (patch)
treeb0c5061afad5515e0f0bbc2340dfcaee79bfb5fe /Cargo.toml
parent686217266987c8d396d3aa05f69714c6af365db9 (diff)
downloadnitrokey-sys-rs-0c19419840eb91feec306e96bcb258da83e8aeea.tar.gz
nitrokey-sys-rs-0c19419840eb91feec306e96bcb258da83e8aeea.tar.bz2
Change license from MIT to LGPL-3.0
The crate is going to include the libnitrokey sources, which are licensed under LGLP-3.0. To make licensing easier, the license for the complete crate is changed from MIT to LGPG-3.0.
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 b47a6db..23c0142 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ homepage = "https://code.ireas.org/nitrokey-rs/"
repository = "https://git.ireas.org/nitrokey-sys-rs/"
description = "Low-level bindings to libnitrokey for communication with Nitrokey devices"
categories = ["external-ffi-bindings"]
-license = "MIT"
+license = "LGPL-3.0"
links = "nitrokey"
build = "build.rs"