From ee1d35ff10db069e538c2b4b84e98f3f8e646248 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Thu, 24 Jul 2025 11:44:37 +1000 Subject: [PATCH] Fix inconsistent license annotations. --- pldm-fw-cli/Cargo.toml | 2 +- pldm-fw/src/fd.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 *