Skip to content

Commit

Permalink
chore(license): update to use spdx license expression
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 authored and sharkdp committed Jan 21, 2025
1 parent a19c022 commit 41159f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["David Peter <mail@david-peter.de>"]
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"
Expand Down

0 comments on commit 41159f6

Please sign in to comment.