diff --git a/pldm-fw-cli/Cargo.toml b/pldm-fw-cli/Cargo.toml index 22f6839..03d7aa2 100644 --- a/pldm-fw-cli/Cargo.toml +++ b/pldm-fw-cli/Cargo.toml @@ -3,7 +3,7 @@ name = "pldm-fw-cli" description = "Platform Level Data Model (PLDM) for Firmware utilities" version = "0.2.0" edition = "2021" -license = "Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/CodeConstruct/mctp-rs" categories = ["network-programming", "embedded", "hardware-support", "command-line-utilities"] diff --git a/pldm-fw/src/fd.rs b/pldm-fw/src/fd.rs index bba10ab..d11b4b4 100644 --- a/pldm-fw/src/fd.rs +++ b/pldm-fw/src/fd.rs @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: Apache-2.0 +// SPDX-License-Identifier: MIT OR Apache-2.0 /* * PLDM firmware device responder *