From 41159f65773f9f50461a31ff0b13644f96b44e06 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 20 Jan 2025 18:25:23 -0500 Subject: [PATCH] chore(license): update to use spdx license expression Signed-off-by: Rui Chen --- .github/workflows/CICD.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f56e556..684f80d 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -231,7 +231,7 @@ jobs: Files: * Copyright: ${{ needs.crate_metadata.outputs.maintainer }} Copyright: $COPYRIGHT_YEARS ${{ needs.crate_metadata.outputs.maintainer }} - License: Apache-2.0 or MIT + License: Apache-2.0 OR MIT License: Apache-2.0 On Debian systems, the complete text of the Apache-2.0 can be found in the diff --git a/Cargo.toml b/Cargo.toml index aa42963..6e56ac3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["David Peter "] description = "A graphical tool to visualize binary data" homepage = "https://github.com/sharkdp/binocle" -license = "MIT/Apache-2.0" +license = "Apache-2.0 OR MIT" name = "binocle" readme = "README.md" repository = "https://github.com/sharkdp/binocle"