From 0c19419840eb91feec306e96bcb258da83e8aeea Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 20 May 2018 10:57:06 +0200 Subject: 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.1