From 5867a1af4a7e3ad0120fda2e6624a53eb7d03682 Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Mon, 19 Oct 2020 15:42:43 -0700 Subject: [PATCH] hypervisor: Update Author and license info in the toml file Signed-off-by: Muminul Islam --- hypervisor/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = []