From 6a36c5c15e50769f000a8dfda11bd561425dae32 Mon Sep 17 00:00:00 2001 From: Melchior Moos Date: Thu, 2 May 2024 13:26:38 +0200 Subject: [PATCH] update licence --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1500e32..54fcf7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" categories = ["network-programming", "encoding", "embedded"] keywords = ["KNX", "Network", "SmartHome", "protocol", "network"] -license = "GNU LGPLv3" +license = "LGPL-3.0-only" exclude = [ ".github", ]