diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 9a093c276..ef78b499b 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "hypervisor" version = "0.1.0" -authors = ["Muminul Islam "] +authors = ["Microsoft Authors"] edition = "2018" +license = "Apache-2.0 OR BSD-3-Clause" [features] kvm = []