]> git.proxmox.com Git - mirror_edk2.git/commitdiff
edk2: Add License-History.txt
authorMichael D Kinney <michael.d.kinney@intel.com>
Tue, 5 Mar 2019 21:46:14 +0000 (13:46 -0800)
committerMichael D Kinney <michael.d.kinney@intel.com>
Tue, 9 Apr 2019 16:10:18 +0000 (09:10 -0700)
Add text file that contains the history of license and contributor
agreement changes.

https://bugzilla.tianocore.org/show_bug.cgi?id=1373

This change is based on the following emails:

  https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html
  https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html

RFCs with detailed process for the license change:

  V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html
  V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html
  V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
License-History.txt [new file with mode: 0644]

diff --git a/License-History.txt b/License-History.txt
new file mode 100644 (file)
index 0000000..8ab3f67
--- /dev/null
@@ -0,0 +1,542 @@
+                              License-History.txt\r
+                              ===================\r
+\r
+This file contains the history of license change and contributor's agreement\r
+changes.\r
+\r
+Unless otherwise noted in a specific file, the EDK2 project is now licensed\r
+under the terms listed in the License.txt file.  Terms under which Contributions\r
+made prior to the move to the License.txt formulation are shown below.  Those\r
+terms require notice of the terms themselves be preserved and presented with the\r
+contributions.  This file serves that preservation purpose as a matter of\r
+documenting the history of the project.\r
+\r
+Key Dates\r
+----------\r
+* August 3, 2017\r
+\r
+  Update the TianoCore Contribution Agreement from Version 1.0\r
+  to Version 1.1 to cover open source documentation associated\r
+  with the TianoCore project.\r
+\r
+  Version 1.0 covers source code files.  Version 1.1 is a\r
+  backwards compatible extension that adds support for document\r
+  files in both source form and compiled form.\r
+\r
+  References:\r
+      https://opensource.org/licenses/BSD-2-Clause\r
+      Complete text of TianoCore Contribution Agreement 1.0 included below\r
+      Complete text of TianoCore Contribution Agreement 1.1 included below\r
+\r
+  Proposals (RFCs):\r
+      https://lists.01.org/pipermail/edk2-devel/2017-March/008654.html\r
+\r
+  TianoCore Bugzilla:\r
+      https://bugzilla.tianocore.org/show_bug.cgi?id=629\r
+\r
+* April 9, 2019\r
+\r
+  Replace BSD 2-Clause License with BSD + Patent License removing the need for\r
+  the TianoCore Contribution Agreement.\r
+\r
+  References:\r
+      https://opensource.org/licenses/BSD-2-Clause\r
+      Complete text of TianoCore Contribution Agreement 1.0 included below\r
+      Complete text of TianoCore Contribution Agreement 1.1 included below\r
+      https://opensource.org/licenses/BSDplusPatent\r
+\r
+  Proposals (RFCs):\r
+      https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html\r
+      https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html\r
+\r
+  TianoCore Bugzilla:\r
+      https://bugzilla.tianocore.org/show_bug.cgi?id=1373\r
+\r
+--------------------------------------------------------------------------------\r
+License.txt: BSD 2-Clause License\r
+--------------------------------------------------------------------------------\r
+    Redistribution and use in source and binary forms, with or without\r
+    modification, are permitted provided that the following conditions\r
+    are met:\r
+\r
+    * Redistributions of source code must retain the above copyright\r
+      notice, this list of conditions and the following disclaimer.\r
+    * Redistributions in binary form must reproduce the above copyright\r
+      notice, this list of conditions and the following disclaimer in\r
+      the documentation and/or other materials provided with the\r
+      distribution.\r
+\r
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS\r
+    FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\r
+    COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\r
+    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
+    BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
+    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r
+    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\r
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
+    ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
+    POSSIBILITY OF SUCH DAMAGE.\r
+--------------------------------------------------------------------------------\r
+\r
+--------------------------------------------------------------------------------\r
+Contributions.txt: TianoCore Contribution Agreement 1.1\r
+--------------------------------------------------------------------------------\r
+    ======================\r
+    = Code Contributions =\r
+    ======================\r
+\r
+    To make a contribution to a TianoCore project, follow these steps.\r
+    1. Create a change description in the format specified below to\r
+       use in the source control commit log.\r
+    2. Your commit message must include your "Signed-off-by" signature,\r
+       and "Contributed-under" message.\r
+    3. Your "Contributed-under" message explicitly states that the\r
+       contribution is made under the terms of the specified\r
+       contribution agreement.  Your "Contributed-under" message\r
+       must include the name of contribution agreement and version.\r
+       For example: Contributed-under: TianoCore Contribution Agreement 1.1\r
+       The "TianoCore Contribution Agreement" is included below in\r
+       this document.\r
+    4. Submit your code to the TianoCore project using the process\r
+       that the project documents on its web page.  If the process is\r
+       not documented, then submit the code on development email list\r
+       for the project.\r
+    5. It is preferred that contributions are submitted using the same\r
+       copyright license as the base project. When that is not possible,\r
+       then contributions using the following licenses can be accepted:\r
+       * BSD (2-clause): http://opensource.org/licenses/BSD-2-Clause\r
+       * BSD (3-clause): http://opensource.org/licenses/BSD-3-Clause\r
+       * MIT: http://opensource.org/licenses/MIT\r
+       * Python-2.0: http://opensource.org/licenses/Python-2.0\r
+       * Zlib: http://opensource.org/licenses/Zlib\r
+\r
+       For documentation:\r
+       * FreeBSD Documentation License\r
+         https://www.freebsd.org/copyright/freebsd-doc-license.html\r
+\r
+       Contributions of code put into the public domain can also be\r
+       accepted.\r
+\r
+       Contributions using other licenses might be accepted, but further\r
+       review will be required.\r
+\r
+    =====================================================\r
+    = Change Description / Commit Message / Patch Email =\r
+    =====================================================\r
+\r
+    Your change description should use the standard format for a\r
+    commit message, and must include your "Signed-off-by" signature\r
+    and the "Contributed-under" message.\r
+\r
+    == Sample Change Description / Commit Message =\r
+\r
+    === Start of sample patch email message ===\r
+\r
+    From: Contributor Name <contributor@example.com>\r
+    Subject: [Repository/Branch PATCH] Module: Brief-single-line-summary\r
+\r
+    Full-commit-message\r
+\r
+    Contributed-under: TianoCore Contribution Agreement 1.1\r
+    Signed-off-by: Contributor Name <contributor@example.com>\r
+    ---\r
+\r
+    An extra message for the patch email which will not be considered part\r
+    of the commit message can be added here.\r
+\r
+    Patch content inline or attached\r
+\r
+    === End of sample patch email message ===\r
+\r
+    === Notes for sample patch email ===\r
+\r
+    * The first line of commit message is taken from the email's subject\r
+      line following [Repository/Branch PATCH]. The remaining portion of the\r
+      commit message is the email's content until the '---' line.\r
+    * git format-patch is one way to create this format\r
+\r
+    === Definitions for sample patch email ===\r
+\r
+    * "Repository" is the identifier of the repository the patch applies.\r
+      This identifier should only be provided for repositories other than\r
+      'edk2'. For example 'edk2-BuildSpecification' or 'staging'.\r
+    * "Branch" is the identifier of the branch the patch applies. This\r
+      identifier should only be provided for branches other than 'edk2/master'.\r
+      For example 'edk2/UDK2015', 'edk2-BuildSpecification/release/1.27', or\r
+      'staging/edk2-test'.\r
+    * "Module" is a short identifier for the affected code or documentation. For\r
+      example 'MdePkg', 'MdeModulePkg/UsbBusDxe', 'Introduction', or\r
+      'EDK II INF File Format'.\r
+    * "Brief-single-line-summary" is a short summary of the change.\r
+    * The entire first line should be less than ~70 characters.\r
+    * "Full-commit-message" a verbose multiple line comment describing\r
+      the change.  Each line should be less than ~70 characters.\r
+    * "Contributed-under" explicitly states that the contribution is\r
+      made under the terms of the contribution agreement. This\r
+      agreement is included below in this document.\r
+    * "Signed-off-by" is the contributor's signature identifying them\r
+      by their real/legal name and their email address.\r
+\r
+    ========================================\r
+    = TianoCore Contribution Agreement 1.1 =\r
+    ========================================\r
+\r
+    INTEL CORPORATION ("INTEL") MAKES AVAILABLE SOFTWARE, DOCUMENTATION\r
+    ("DOCUMENTATION"), INFORMATION AND/OR OTHER MATERIALS FOR USE IN THE\r
+    TIANOCORE OPEN SOURCE PROJECT (COLLECTIVELY "CONTENT"). USE OF THE CONTENT\r
+    IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT BETWEEN YOU AND\r
+    INTEL AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES\r
+    INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR\r
+    USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND\r
+    CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR\r
+    REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS\r
+    AGREEMENT AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE\r
+    AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT\r
+    USE THE CONTENT.\r
+\r
+    Unless otherwise indicated, all Content (except Documentation) made available\r
+    on the TianoCore site is provided to you under the terms and conditions of the\r
+    BSD License ("BSD"). A copy of the BSD License is available at\r
+    http://opensource.org/licenses/bsd-license.php\r
+    or when applicable, in the associated License.txt file.\r
+\r
+    Unless otherwise indicated, all Documentation made available on the\r
+    TianoCore site is provided to you under the terms and conditions of the\r
+    FreeBSD Documentation License ("FreeBSD"). A copy of the license is\r
+    available at https://www.freebsd.org/copyright/freebsd-doc-license.html or,\r
+    when applicable, in the associated License.txt file.\r
+\r
+    Certain other content may be made available under other licenses as\r
+    indicated in or with such Content (for example, in a License.txt file).\r
+\r
+    You accept and agree to the following terms and conditions for Your\r
+    present and future Contributions submitted to TianoCore site. Except\r
+    for the license granted to Intel hereunder, You reserve all right,\r
+    title, and interest in and to Your Contributions.\r
+\r
+    == SECTION 1: Definitions ==\r
+    * "You" or "Contributor" shall mean the copyright owner or legal\r
+      entity authorized by the copyright owner that is making a\r
+      Contribution hereunder. All other entities that control, are\r
+      controlled by, or are under common control with that entity are\r
+      considered to be a single Contributor. For the purposes of this\r
+      definition, "control" means (i) the power, direct or indirect, to\r
+      cause the direction or management of such entity, whether by\r
+      contract or otherwise, or (ii) ownership of fifty percent (50%)\r
+      or more of the outstanding shares, or (iii) beneficial ownership\r
+      of such entity.\r
+    * "Contribution" shall mean any original work of authorship,\r
+      including any modifications or additions to an existing work,\r
+      that is intentionally submitted by You to the TianoCore site for\r
+      inclusion in, or documentation of, any of the Content. For the\r
+      purposes of this definition, "submitted" means any form of\r
+      electronic, verbal, or written communication sent to the\r
+      TianoCore site or its representatives, including but not limited\r
+      to communication on electronic mailing lists, source code\r
+      control systems, and issue tracking systems that are managed by,\r
+      or on behalf of, the TianoCore site for the purpose of\r
+      discussing and improving the Content, but excluding\r
+      communication that is conspicuously marked or otherwise\r
+      designated in writing by You as "Not a Contribution."\r
+\r
+    == SECTION 2: License for Contributions ==\r
+    * Contributor hereby agrees that redistribution and use of the\r
+      Contribution in source and binary forms, with or without\r
+      modification, are permitted provided that the following\r
+      conditions are met:\r
+    ** Redistributions of source code must retain the Contributor's\r
+       copyright notice, this list of conditions and the following\r
+       disclaimer.\r
+    ** Redistributions in binary form must reproduce the Contributor's\r
+       copyright notice, this list of conditions and the following\r
+       disclaimer in the documentation and/or other materials provided\r
+       with the distribution.\r
+    * Disclaimer. None of the names of Contributor, Intel, or the names\r
+      of their respective contributors may be used to endorse or\r
+      promote products derived from this software without specific\r
+      prior written permission.\r
+    * Contributor grants a license (with the right to sublicense) under\r
+      claims of Contributor's patents that Contributor can license that\r
+      are infringed by the Contribution (as delivered by Contributor) to\r
+      make, use, distribute, sell, offer for sale, and import the\r
+      Contribution and derivative works thereof solely to the minimum\r
+      extent necessary for licensee to exercise the granted copyright\r
+      license; this patent license applies solely to those portions of\r
+      the Contribution that are unmodified. No hardware per se is\r
+      licensed.\r
+    * EXCEPT AS EXPRESSLY SET FORTH IN SECTION 3 BELOW, THE\r
+      CONTRIBUTION IS PROVIDED BY THE CONTRIBUTOR "AS IS" AND ANY\r
+      EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\r
+      THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\r
+      PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\r
+      CONTRIBUTOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
+      SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r
+      NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
+      LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
+      HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\r
+      CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR\r
+      OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE\r
+      CONTRIBUTION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH\r
+      DAMAGE.\r
+\r
+    == SECTION 3: Representations ==\r
+    * You represent that You are legally entitled to grant the above\r
+      license. If your employer(s) has rights to intellectual property\r
+      that You create that includes Your Contributions, You represent\r
+      that You have received permission to make Contributions on behalf\r
+      of that employer, that Your employer has waived such rights for\r
+      Your Contributions.\r
+    * You represent that each of Your Contributions is Your original\r
+      creation (see Section 4 for submissions on behalf of others).\r
+      You represent that Your Contribution submissions include complete\r
+      details of any third-party license or other restriction\r
+      (including, but not limited to, related patents and trademarks)\r
+      of which You are personally aware and which are associated with\r
+      any part of Your Contributions.\r
+\r
+    == SECTION 4: Third Party Contributions ==\r
+    * Should You wish to submit work that is not Your original creation,\r
+      You may submit it to TianoCore site separately from any\r
+      Contribution, identifying the complete details of its source\r
+      and of any license or other restriction (including, but not\r
+      limited to, related patents, trademarks, and license agreements)\r
+      of which You are personally aware, and conspicuously marking the\r
+      work as "Submitted on behalf of a third-party: [named here]".\r
+\r
+    == SECTION 5: Miscellaneous ==\r
+    * Applicable Laws. Any claims arising under or relating to this\r
+      Agreement shall be governed by the internal substantive laws of\r
+      the State of Delaware or federal courts located in Delaware,\r
+      without regard to principles of conflict of laws.\r
+    * Language. This Agreement is in the English language only, which\r
+      language shall be controlling in all respects, and all versions\r
+      of this Agreement in any other language shall be for accommodation\r
+      only and shall not be binding. All communications and notices made\r
+      or given pursuant to this Agreement, and all documentation and\r
+      support to be provided, unless otherwise noted, shall be in the\r
+      English language.\r
+--------------------------------------------------------------------------------\r
+\r
+--------------------------------------------------------------------------------\r
+Contributions.txt: TianoCore Contribution Agreement 1.0\r
+--------------------------------------------------------------------------------\r
+    ======================\r
+    = Code Contributions =\r
+    ======================\r
+\r
+    To make a contribution to a TianoCore project, follow these steps.\r
+    1. Create a change description in the format specified below to\r
+       use in the source control commit log.\r
+    2. Your commit message must include your "Signed-off-by" signature,\r
+       and "Contributed-under" message.\r
+    3. Your "Contributed-under" message explicitly states that the\r
+       contribution is made under the terms of the specified\r
+       contribution agreement.  Your "Contributed-under" message\r
+       must include the name of contribution agreement and version.\r
+       For example: Contributed-under: TianoCore Contribution Agreement 1.0\r
+       The "TianoCore Contribution Agreement" is included below in\r
+       this document.\r
+    4. Submit your code to the TianoCore project using the process\r
+       that the project documents on its web page.  If the process is\r
+       not documented, then submit the code on development email list\r
+       for the project.\r
+    5. It is preferred that contributions are submitted using the same\r
+       copyright license as the base project. When that is not possible,\r
+       then contributions using the following licenses can be accepted:\r
+       * BSD (2-clause): http://opensource.org/licenses/BSD-2-Clause\r
+       * BSD (3-clause): http://opensource.org/licenses/BSD-3-Clause\r
+       * MIT: http://opensource.org/licenses/MIT\r
+       * Python-2.0: http://opensource.org/licenses/Python-2.0\r
+       * Zlib: http://opensource.org/licenses/Zlib\r
+\r
+       Contributions of code put into the public domain can also be\r
+       accepted.\r
+\r
+       Contributions using other licenses might be accepted, but further\r
+       review will be required.\r
+\r
+    =====================================================\r
+    = Change Description / Commit Message / Patch Email =\r
+    =====================================================\r
+\r
+    Your change description should use the standard format for a\r
+    commit message, and must include your "Signed-off-by" signature\r
+    and the "Contributed-under" message.\r
+\r
+    == Sample Change Description / Commit Message =\r
+\r
+    === Start of sample patch email message ===\r
+\r
+    From: Contributor Name <contributor@example.com>\r
+    Subject: [PATCH] CodeModule: Brief-single-line-summary\r
+\r
+    Full-commit-message\r
+\r
+    Contributed-under: TianoCore Contribution Agreement 1.0\r
+    Signed-off-by: Contributor Name <contributor@example.com>\r
+    ---\r
+\r
+    An extra message for the patch email which will not be considered part\r
+    of the commit message can be added here.\r
+\r
+    Patch content inline or attached\r
+\r
+    === End of sample patch email message ===\r
+\r
+    === Notes for sample patch email ===\r
+\r
+    * The first line of commit message is taken from the email's subject\r
+      line following [PATCH]. The remaining portion of the commit message\r
+      is the email's content until the '---' line.\r
+    * git format-patch is one way to create this format\r
+\r
+    === Definitions for sample patch email ===\r
+\r
+    * "CodeModule" is a short idenfier for the affected code.  For\r
+      example MdePkg, or MdeModulePkg UsbBusDxe.\r
+    * "Brief-single-line-summary" is a short summary of the change.\r
+    * The entire first line should be less than ~70 characters.\r
+    * "Full-commit-message" a verbose multiple line comment describing\r
+      the change.  Each line should be less than ~70 characters.\r
+    * "Contributed-under" explicitely states that the contribution is\r
+      made under the terms of the contribtion agreement.  This\r
+      agreement is included below in this document.\r
+    * "Signed-off-by" is the contributor's signature identifying them\r
+      by their real/legal name and their email address.\r
+\r
+    ========================================\r
+    = TianoCore Contribution Agreement 1.0 =\r
+    ========================================\r
+\r
+    INTEL CORPORATION ("INTEL") MAKES AVAILABLE SOFTWARE, DOCUMENTATION,\r
+    INFORMATION AND/OR OTHER MATERIALS FOR USE IN THE TIANOCORE OPEN SOURCE\r
+    PROJECT (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE\r
+    TERMS AND CONDITIONS OF THIS AGREEMENT BETWEEN YOU AND INTEL AND/OR THE\r
+    TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR\r
+    REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE\r
+    CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS\r
+    OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\r
+    BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS\r
+    AGREEMENT AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE\r
+    AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT\r
+    USE THE CONTENT.\r
+\r
+    Unless otherwise indicated, all Content made available on the TianoCore\r
+    site is provided to you under the terms and conditions of the BSD\r
+    License ("BSD"). A copy of the BSD License is available at\r
+    http://opensource.org/licenses/bsd-license.php\r
+    or when applicable, in the associated License.txt file.\r
+\r
+    Certain other content may be made available under other licenses as\r
+    indicated in or with such Content. (For example, in a License.txt file.)\r
+\r
+    You accept and agree to the following terms and conditions for Your\r
+    present and future Contributions submitted to TianoCore site. Except\r
+    for the license granted to Intel hereunder, You reserve all right,\r
+    title, and interest in and to Your Contributions.\r
+\r
+    == SECTION 1: Definitions ==\r
+    * "You" or "Contributor" shall mean the copyright owner or legal\r
+      entity authorized by the copyright owner that is making a\r
+      Contribution hereunder. All other entities that control, are\r
+      controlled by, or are under common control with that entity are\r
+      considered to be a single Contributor. For the purposes of this\r
+      definition, "control" means (i) the power, direct or indirect, to\r
+      cause the direction or management of such entity, whether by\r
+      contract or otherwise, or (ii) ownership of fifty percent (50%)\r
+      or more of the outstanding shares, or (iii) beneficial ownership\r
+      of such entity.\r
+    * "Contribution" shall mean any original work of authorship,\r
+      including any modifications or additions to an existing work,\r
+      that is intentionally submitted by You to the TinaoCore site for\r
+      inclusion in, or documentation of, any of the Content. For the\r
+      purposes of this definition, "submitted" means any form of\r
+      electronic, verbal, or written communication sent to the\r
+      TianoCore site or its representatives, including but not limited\r
+      to communication on electronic mailing lists, source code\r
+      control systems, and issue tracking systems that are managed by,\r
+      or on behalf of, the TianoCore site for the purpose of\r
+      discussing and improving the Content, but excluding\r
+      communication that is conspicuously marked or otherwise\r
+      designated in writing by You as "Not a Contribution."\r
+\r
+    == SECTION 2: License for Contributions ==\r
+    * Contributor hereby agrees that redistribution and use of the\r
+      Contribution in source and binary forms, with or without\r
+      modification, are permitted provided that the following\r
+      conditions are met:\r
+    ** Redistributions of source code must retain the Contributor's\r
+       copyright notice, this list of conditions and the following\r
+       disclaimer.\r
+    ** Redistributions in binary form must reproduce the Contributor's\r
+       copyright notice, this list of conditions and the following\r
+       disclaimer in the documentation and/or other materials provided\r
+       with the distribution.\r
+    * Disclaimer. None of the names of Contributor, Intel, or the names\r
+      of their respective contributors may be used to endorse or\r
+      promote products derived from this software without specific\r
+      prior written permission.\r
+    * Contributor grants a license (with the right to sublicense) under\r
+      claims of Contributor's patents that Contributor can license that\r
+      are infringed by the Contribution (as delivered by Contributor) to\r
+      make, use, distribute, sell, offer for sale, and import the\r
+      Contribution and derivative works thereof solely to the minimum\r
+      extent necessary for licensee to exercise the granted copyright\r
+      license; this patent license applies solely to those portions of\r
+      the Contribution that are unmodified. No hardware per se is\r
+      licensed.\r
+    * EXCEPT AS EXPRESSLY SET FORTH IN SECTION 3 BELOW, THE\r
+      CONTRIBUTION IS PROVIDED BY THE CONTRIBUTOR "AS IS" AND ANY\r
+      EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\r
+      THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\r
+      PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\r
+      CONTRIBUTOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
+      SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r
+      NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
+      LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
+      HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\r
+      CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR\r
+      OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE\r
+      CONTRIBUTION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH\r
+      DAMAGE.\r
+\r
+    == SECTION 3: Representations ==\r
+    * You represent that You are legally entitled to grant the above\r
+      license. If your employer(s) has rights to intellectual property\r
+      that You create that includes Your Contributions, You represent\r
+      that You have received permission to make Contributions on behalf\r
+      of that employer, that Your employer has waived such rights for\r
+      Your Contributions.\r
+    * You represent that each of Your Contributions is Your original\r
+      creation (see Section 4 for submissions on behalf of others).\r
+      You represent that Your Contribution submissions include complete\r
+      details of any third-party license or other restriction\r
+      (including, but not limited to, related patents and trademarks)\r
+      of which You are personally aware and which are associated with\r
+      any part of Your Contributions.\r
+\r
+    == SECTION 4: Third Party Contributions ==\r
+    * Should You wish to submit work that is not Your original creation,\r
+      You may submit it to TianoCore site separately from any\r
+      Contribution, identifying the complete details of its source\r
+      and of any license or other restriction (including, but not\r
+      limited to, related patents, trademarks, and license agreements)\r
+      of which You are personally aware, and conspicuously marking the\r
+      work as "Submitted on behalf of a third-party: [named here]".\r
+\r
+    == SECTION 5: Miscellaneous ==\r
+    * Applicable Laws. Any claims arising under or relating to this\r
+      Agreement shall be governed by the internal substantive laws of\r
+      the State of Delaware or federal courts located in Delaware,\r
+      without regard to principles of conflict of laws.\r
+    * Language. This Agreement is in the English language only, which\r
+      language shall be controlling in all respects, and all versions\r
+      of this Agreement in any other language shall be for accommodation\r
+      only and shall not be binding. All communications and notices made\r
+      or given pursuant to this Agreement, and all documentation and\r
+      support to be provided, unless otherwise noted, shall be in the\r
+      English language.\r
+--------------------------------------------------------------------------------\r
+\r