Skip to content

Commit

Permalink
Cargo: Fix license
Browse files Browse the repository at this point in the history
We're both Apache 2.0 and BSD, not dual licenced.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Samuel Ortiz committed Oct 8, 2019
1 parent 9ef7ec9 commit 04c2b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "A system utility set"
repository = "https://github.com/rust-vmm/vmm-sys-util"
readme = "README.md"
keywords = ["utils"]
license = "Apache-2.0 OR BSD-3-Clause"
license = "Apache-2.0 AND BSD-3-Clause"

[dependencies]
libc = ">=0.2.39"
Expand Down

0 comments on commit 04c2b8e

Please sign in to comment.