public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
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>
Subject: [Patch 0/6] Update to Tiano Contribution Agreement 1.1
Date: Tue, 18 Jul 2017 14:16:55 -0700	[thread overview]
Message-ID: <20170718211701.37196-1-michael.d.kinney@intel.com> (raw)

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

New in V2
* Reorder checks in PatchCheck.py and add comments
* Split patch series up into more patches
* Add more detailed reason for change to commit messages 
* Rename CONTRIBUTIONS.TXT to Contributions.txt
* Reformat Contributions.txt to wrap at 80 columns

This series updates the contribution agreement from the
Tiano Contribution Agreement 1.0 to the Tiano Contribution
Agreement 1.1.  In addition, the duplication of the 
Contributions.txt file is removed and a single version of
Contributions.txt is added to the root of the edk2 repository.

The BaseTools/Scripts/PatchCheck.py tool is also updated to 
support the Tiano Contribution Agreement 1.1.

The RFC email discussion that covers the new contribution
agreement can be found here:

https://lists.01.org/pipermail/edk2-devel/2017-March/008924.html

This new agreement does not have any changes for code contributions.
It adds content to cover open source documentation contributions.

Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Andrew Fish <afish@apple.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (6):
  BaseTools/PatchCheck: Support Contribution Agreement 1.1
  edk2: Move Tiano Contribution Agreement to root
  edk2: Remove Tiano Contribution Agreement from packages
  edk2: Remove commit message details from Contributions.txt
  edk2: Update to TianoCore Contribution Agreement 1.1
  edk2: Reformat TianoCore Contribution Agreement 1.1

 ArmPkg/Contributions.txt                      | 218 --------------------------
 ArmPlatformPkg/Contributions.txt              | 218 --------------------------
 ArmVirtPkg/Contributions.txt                  | 218 --------------------------
 BaseTools/Contributions.txt                   | 218 --------------------------
 BaseTools/Scripts/PatchCheck.py               |   9 +-
 BeagleBoardPkg/Contributions.txt              | 218 --------------------------
 AppPkg/Contributions.txt => Contributions.txt |  85 +++-------
 CorebootModulePkg/Contributions.txt           | 218 --------------------------
 CorebootPayloadPkg/Contributions.txt          | 218 --------------------------
 CryptoPkg/Contributions.txt                   | 218 --------------------------
 DuetPkg/Contributions.txt                     | 218 --------------------------
 EdkCompatibilityPkg/Contributions.txt         | 218 --------------------------
 EdkShellBinPkg/Contributions.txt              | 218 --------------------------
 EdkShellPkg/Contributions.txt                 | 218 --------------------------
 EmbeddedPkg/Contributions.txt                 | 218 --------------------------
 EmulatorPkg/Contributions.txt                 | 218 --------------------------
 FatBinPkg/Contributions.txt                   | 218 --------------------------
 FatPkg/Contributions.txt                      | 218 --------------------------
 IntelFrameworkModulePkg/Contributions.txt     | 218 --------------------------
 IntelFrameworkPkg/Contributions.txt           | 218 --------------------------
 IntelFsp2Pkg/Contributions.txt                | 218 --------------------------
 IntelFsp2WrapperPkg/Contributions.txt         | 218 --------------------------
 IntelFspPkg/Contributions.txt                 | 218 --------------------------
 IntelFspWrapperPkg/Contributions.txt          | 218 --------------------------
 IntelSiliconPkg/Contributions.txt             | 218 --------------------------
 MdeModulePkg/Contributions.txt                | 218 --------------------------
 MdePkg/Contributions.txt                      | 218 --------------------------
 NetworkPkg/Contributions.txt                  | 218 --------------------------
 Nt32Pkg/Contributions.txt                     | 218 --------------------------
 Omap35xxPkg/Contributions.txt                 | 218 --------------------------
 OptionRomPkg/Contributions.txt                | 218 --------------------------
 OvmfPkg/Contributions.txt                     | 218 --------------------------
 PcAtChipsetPkg/Contributions.txt              | 218 --------------------------
 PerformancePkg/Contributions.txt              | 218 --------------------------
 QuarkPlatformPkg/Contributions.txt            | 218 --------------------------
 QuarkSocPkg/Contributions.txt                 | 218 --------------------------
 SecurityPkg/Contributions.txt                 | 218 --------------------------
 ShellBinPkg/Contributions.txt                 | 218 --------------------------
 ShellPkg/Contributions.txt                    | 218 --------------------------
 SignedCapsulePkg/Contributions.txt            | 218 --------------------------
 SourceLevelDebugPkg/Contributions.txt         | 218 --------------------------
 StdLib/Contributions.txt                      | 218 --------------------------
 StdLibPrivateInternalFiles/Contributions.txt  | 218 --------------------------
 UefiCpuPkg/Contributions.txt                  | 218 --------------------------
 Vlv2DeviceRefCodePkg/Contributions.txt        | 218 --------------------------
 Vlv2TbltDevicePkg/Contributions.txt           | 218 --------------------------
 46 files changed, 27 insertions(+), 9659 deletions(-)
 delete mode 100644 ArmPkg/Contributions.txt
 delete mode 100644 ArmPlatformPkg/Contributions.txt
 delete mode 100644 ArmVirtPkg/Contributions.txt
 delete mode 100644 BaseTools/Contributions.txt
 delete mode 100644 BeagleBoardPkg/Contributions.txt
 rename AppPkg/Contributions.txt => Contributions.txt (73%)
 delete mode 100644 CorebootModulePkg/Contributions.txt
 delete mode 100644 CorebootPayloadPkg/Contributions.txt
 delete mode 100644 CryptoPkg/Contributions.txt
 delete mode 100644 DuetPkg/Contributions.txt
 delete mode 100644 EdkCompatibilityPkg/Contributions.txt
 delete mode 100644 EdkShellBinPkg/Contributions.txt
 delete mode 100644 EdkShellPkg/Contributions.txt
 delete mode 100644 EmbeddedPkg/Contributions.txt
 delete mode 100644 EmulatorPkg/Contributions.txt
 delete mode 100644 FatBinPkg/Contributions.txt
 delete mode 100644 FatPkg/Contributions.txt
 delete mode 100644 IntelFrameworkModulePkg/Contributions.txt
 delete mode 100644 IntelFrameworkPkg/Contributions.txt
 delete mode 100644 IntelFsp2Pkg/Contributions.txt
 delete mode 100644 IntelFsp2WrapperPkg/Contributions.txt
 delete mode 100644 IntelFspPkg/Contributions.txt
 delete mode 100644 IntelFspWrapperPkg/Contributions.txt
 delete mode 100644 IntelSiliconPkg/Contributions.txt
 delete mode 100644 MdeModulePkg/Contributions.txt
 delete mode 100644 MdePkg/Contributions.txt
 delete mode 100644 NetworkPkg/Contributions.txt
 delete mode 100644 Nt32Pkg/Contributions.txt
 delete mode 100644 Omap35xxPkg/Contributions.txt
 delete mode 100644 OptionRomPkg/Contributions.txt
 delete mode 100644 OvmfPkg/Contributions.txt
 delete mode 100644 PcAtChipsetPkg/Contributions.txt
 delete mode 100644 PerformancePkg/Contributions.txt
 delete mode 100644 QuarkPlatformPkg/Contributions.txt
 delete mode 100644 QuarkSocPkg/Contributions.txt
 delete mode 100644 SecurityPkg/Contributions.txt
 delete mode 100644 ShellBinPkg/Contributions.txt
 delete mode 100644 ShellPkg/Contributions.txt
 delete mode 100644 SignedCapsulePkg/Contributions.txt
 delete mode 100644 SourceLevelDebugPkg/Contributions.txt
 delete mode 100644 StdLib/Contributions.txt
 delete mode 100644 StdLibPrivateInternalFiles/Contributions.txt
 delete mode 100644 UefiCpuPkg/Contributions.txt
 delete mode 100644 Vlv2DeviceRefCodePkg/Contributions.txt
 delete mode 100644 Vlv2TbltDevicePkg/Contributions.txt

-- 
2.13.1.windows.2



             reply	other threads:[~2017-07-18 21:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18 21:16 Michael D Kinney [this message]
2017-07-18 21:16 ` [Patch 1/6] BaseTools/PatchCheck: Support Contribution Agreement 1.1 Michael D Kinney
2017-07-18 21:16 ` [Patch 2/6] edk2: Move Tiano Contribution Agreement to root Michael D Kinney
2017-07-18 21:16 ` [Patch 3/6] edk2: Remove Tiano Contribution Agreement from packages Michael D Kinney
2017-07-18 22:47   ` Jordan Justen
2017-07-19 15:50     ` Kinney, Michael D
2017-07-18 21:16 ` [Patch 4/6] edk2: Remove commit message details from Contributions.txt Michael D Kinney
2017-07-18 23:40   ` Jordan Justen
2017-07-19 15:54     ` Kinney, Michael D
2017-07-19 17:39       ` Jordan Justen
2017-07-18 21:17 ` [Patch 5/6] edk2: Update to TianoCore Contribution Agreement 1.1 Michael D Kinney
2017-07-18 23:50   ` Jordan Justen
2017-07-19 17:35     ` Kinney, Michael D
2017-07-18 21:17 ` [Patch 6/6] edk2: Reformat " 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=20170718211701.37196-1-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