From: Michael D Kinney <michael.d.kinney@intel.com>
To: edk2-devel@lists.01.org
Cc: Leif Lindholm <leif.lindholm@linaro.org>,
Andrew Fish <afish@apple.com>,
Jordan Justen <jordan.l.justen@intel.com>,
Laszlo Ersek <lersek@redhat.com>
Subject: [Patch V3 6/8] edk2/OvmfPkg: Add MIT license files
Date: Wed, 19 Jul 2017 22:44:09 -0700 [thread overview]
Message-ID: <20170720054411.18928-7-michael.d.kinney@intel.com> (raw)
In-Reply-To: <20170720054411.18928-1-michael.d.kinney@intel.com>
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 <leif.lindholm@linaro.org>
Cc: Andrew Fish <afish@apple.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
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
next prev parent reply other threads:[~2017-07-20 5:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-20 5:44 [Patch V3 0/8] Update to Tiano Contribution Agreement 1.1 Michael D Kinney
2017-07-20 5:44 ` [Patch V3 1/8] BaseTools/PatchCheck: Support " Michael D Kinney
2017-07-20 22:57 ` Jordan Justen
2017-07-20 5:44 ` [Patch V3 2/8] edk2: Move TianoCore Contribution Agreement to root Michael D Kinney
2017-07-20 5:44 ` [Patch V3 3/8] edk2: Remove commit message details from Contributions.txt Michael D Kinney
2017-07-21 21:16 ` Jordan Justen
2017-07-21 22:14 ` Leif Lindholm
2017-07-24 18:13 ` Kinney, Michael D
2017-07-24 19:33 ` Jordan Justen
2017-07-24 20:01 ` Kinney, Michael D
2017-07-24 20:46 ` Jordan Justen
2017-07-20 5:44 ` [Patch V3 4/8] edk2: Update to TianoCore Contribution Agreement 1.1 Michael D Kinney
2017-07-20 5:44 ` [Patch V3 5/8] edk2: Reformat " Michael D Kinney
2017-07-20 5:44 ` Michael D Kinney [this message]
2017-07-20 5:44 ` [Patch V3 7/8] edk2: Move License.txt file to root Michael D Kinney
2017-07-20 6:35 ` Jordan Justen
2017-07-20 15:09 ` Kinney, Michael D
2017-07-20 22:53 ` Jordan Justen
2017-07-20 23:39 ` Kinney, Michael D
2017-07-25 10:06 ` Laszlo Ersek
2017-07-20 5:44 ` [Patch V3 8/8] edk2: Add Readme.md to root of edk2 repository Michael D Kinney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170720054411.18928-7-michael.d.kinney@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox