From e82599d26b1c1749340d51bfc4f64aba5bbd423e Mon Sep 17 00:00:00 2001 From: Jiri Kastner Date: Tue, 10 Sep 2024 09:38:37 +0200 Subject: [PATCH] ThreadX was re-licensed to MIT Signed-off-by: Jiri Kastner --- threadx-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadx-sys/Cargo.toml b/threadx-sys/Cargo.toml index 9a1e4b4..fbc705e 100644 --- a/threadx-sys/Cargo.toml +++ b/threadx-sys/Cargo.toml @@ -6,7 +6,7 @@ name = "threadx-sys" version = "0.1.0" edition = "2021" authors = ["Jonathan Pallant "] -license-file = "../LICENCES/LicenseRef-Azure.txt" +license-file = "../LICENCES/MIT.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html