From 9099b5628db7540b312ef91feb1e8b2960c6b3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Laitl?= Date: Thu, 5 Sep 2024 16:25:27 +0200 Subject: [PATCH] Change netlink-request license to MIT Previous `LGPL-2.1-or-later` was a copy-paste error from wireguard-control. I unfortunately published it that way to creates.io... --- netlink-request/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlink-request/Cargo.toml b/netlink-request/Cargo.toml index 02782e0..7eda69b 100644 --- a/netlink-request/Cargo.toml +++ b/netlink-request/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Jake McGinty "] categories = ["os::unix-apis"] description = "A helper to perform requests using the Linux netlink interface" edition = "2021" -license = "LGPL-2.1-or-later" +license = "MIT" name = "netlink-request" readme = "README.md" repository = "https://github.com/tonarino/innernet"