diff options
author | root <root@otcnfv02.sc.intel.com> | 2017-10-07 07:01:31 -0700 |
---|---|---|
committer | shravani paladugula <shravanix.paladugula@intel.com> | 2017-10-10 06:38:54 +0000 |
commit | c8298861407f3f33af25691ea60841c104938dac (patch) | |
tree | 22378b8be508672dc443375309dfe68c2f35fc50 | |
parent | 12c493acff1c45a2351f2a94251461ed753bbc74 (diff) |
Updating License in Qemu spec
This patch is used to update the License version in mkspec file of Qemu
Change-Id: I22856fec9214a3472f2477eab5fbfe0df2663dc9
Signed-off-by:Shravani<shravanix.paladugula@intel.com>
-rwxr-xr-x | ci/build_rpm/mkspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_rpm/mkspec b/ci/build_rpm/mkspec index 2f750dc34..afa788186 100755 --- a/ci/build_rpm/mkspec +++ b/ci/build_rpm/mkspec @@ -15,7 +15,7 @@ echo "Version: $__QEMURELEASE" # we need to determine the NEXT version number # rpm -q will agree echo "Release: `sh mkversion`" -echo "License: GPLv2+ and LGPLv2+ and BSD" +echo "License: GPLv2" echo "Group: Development/Tools" echo "Vendor: The Linux Community" echo "URL: http://www.qemu.org" |