From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5BBA321D0B679 for ; Wed, 19 Jul 2017 22:42:23 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 22:44:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,382,1496127600"; d="scan'208";a="109947245" Received: from vwlee-mobl5.amr.corp.intel.com (HELO mdkinney-MOBL1.amr.corp.intel.com) ([10.254.81.214]) by orsmga004.jf.intel.com with ESMTP; 19 Jul 2017 22:44:18 -0700 From: Michael D Kinney To: edk2-devel@lists.01.org Cc: Leif Lindholm , Andrew Fish , Jordan Justen , Laszlo Ersek Date: Wed, 19 Jul 2017 22:44:09 -0700 Message-Id: <20170720054411.18928-7-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.13.1.windows.2 In-Reply-To: <20170720054411.18928-1-michael.d.kinney@intel.com> References: <20170720054411.18928-1-michael.d.kinney@intel.com> Subject: [Patch V3 6/8] edk2/OvmfPkg: Add MIT license files X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 05:42:23 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=642 Add an MIT License.txt files to the OvmfPkg components * XenBusDxe * XenPvBlkDxe * Include/IndustryStandard/Xen This will allow the OvmfPkg License.txt file to be merged into a License.txt file at the root of the edk2 repository. Cc: Leif Lindholm Cc: Andrew Fish Cc: Jordan Justen Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney --- OvmfPkg/Include/IndustryStandard/Xen/License.txt | 19 +++++++++++++++++++ OvmfPkg/XenBusDxe/License.txt | 19 +++++++++++++++++++ OvmfPkg/XenPvBlkDxe/License.txt | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 OvmfPkg/Include/IndustryStandard/Xen/License.txt create mode 100644 OvmfPkg/XenBusDxe/License.txt create mode 100644 OvmfPkg/XenPvBlkDxe/License.txt diff --git a/OvmfPkg/Include/IndustryStandard/Xen/License.txt b/OvmfPkg/Include/IndustryStandard/Xen/License.txt new file mode 100644 index 0000000000..1b47f47fe3 --- /dev/null +++ b/OvmfPkg/Include/IndustryStandard/Xen/License.txt @@ -0,0 +1,19 @@ +Copyright (c) 2012, Intel Corporation. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/OvmfPkg/XenBusDxe/License.txt b/OvmfPkg/XenBusDxe/License.txt new file mode 100644 index 0000000000..1b47f47fe3 --- /dev/null +++ b/OvmfPkg/XenBusDxe/License.txt @@ -0,0 +1,19 @@ +Copyright (c) 2012, Intel Corporation. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/OvmfPkg/XenPvBlkDxe/License.txt b/OvmfPkg/XenPvBlkDxe/License.txt new file mode 100644 index 0000000000..1b47f47fe3 --- /dev/null +++ b/OvmfPkg/XenPvBlkDxe/License.txt @@ -0,0 +1,19 @@ +Copyright (c) 2012, Intel Corporation. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. -- 2.13.1.windows.2