From aca35562ea94deda237d9aeda02dcaf40522574d Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Thu, 3 Oct 2024 07:43:14 -0500 Subject: [PATCH] Use an SPDX expression for the license in the Cargo.toml file --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0ebd21..e9b194f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = ["embedded", "hardware-support", "development-tools::debugging"] description = "WCH-Link flash tool for WCH's RISC-V MCUs(CH32V, CH56X, CH57X, CH58X, CH59X, CH32L103, CH32X035, CH641, CH643)" keywords = ["embedded", "WCH", "CH32V", "WCH-Link"] readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" [features] default = []