public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V4 0/6] Update to Tiano Contribution Agreement 1.1
@ 2017-07-24 23:45 Michael D Kinney
  2017-07-24 23:45 ` [Patch v4 1/6] BaseTools/PatchCheck: Support " Michael D Kinney
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Michael D Kinney @ 2017-07-24 23:45 UTC (permalink / raw)
  To: edk2-devel; +Cc: Leif Lindholm, Andrew Fish, Jordan Justen, Laszlo Ersek

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

New in V4
* Revert changes to OvmfPkg License.txt files.  OvmfPkg is back to its
  original state with MIT license for XEN content in OvmfPkg/License.txt.
* Revert change to remove commit message details from Contributions.txt.
  Instead, this section has been updated to support both code and documentation
  patches.
* Remove commit message details from Readme.md.

New in V3
* Merge patch that moves Contribution.txt to root with patch that deletes
  Contribution.txt from packages. 
* Add Readme.md with commit message content that was removed from
  Contributions.txt
* Add MIT License.txt files for XEN related components in OvmfPkg to those
  components.
* Add BSD 2-Clause License.txt file to root of edk2 repo so it can be referenced
  from Readme.md in root of edk2 repo.
* Remove duplicate BSD 2-Clause License.txt from packages.  
  
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>
Cc: Laszlo Ersek <lersek@redhat.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 TianoCore Contribution Agreement to root
  edk2: Update to TianoCore Contribution Agreement 1.1
  edk2: Reformat TianoCore Contribution Agreement 1.1
  edk2: Move License.txt file to root
  edk2: Add Readme.md to root of edk2 repository

 AppPkg/License.txt                            |  25 ---
 ArmPkg/Contributions.txt                      | 218 --------------------------
 ArmPkg/License.txt                            |  26 ---
 ArmPlatformPkg/Contributions.txt              | 218 --------------------------
 ArmPlatformPkg/License.txt                    |  25 ---
 ArmVirtPkg/Contributions.txt                  | 218 --------------------------
 BaseTools/Contributions.txt                   | 218 --------------------------
 BaseTools/License.txt                         |  25 ---
 BaseTools/Scripts/PatchCheck.py               |   9 +-
 BeagleBoardPkg/Contributions.txt              | 218 --------------------------
 BeagleBoardPkg/License.txt                    |  26 ---
 AppPkg/Contributions.txt => Contributions.txt |  65 +++++---
 CorebootModulePkg/Contributions.txt           | 218 --------------------------
 CorebootModulePkg/License.txt                 |  25 ---
 CorebootPayloadPkg/Contributions.txt          | 218 --------------------------
 CorebootPayloadPkg/License.txt                |  25 ---
 CryptoPkg/Contributions.txt                   | 218 --------------------------
 CryptoPkg/License.txt                         |  25 ---
 DuetPkg/Contributions.txt                     | 218 --------------------------
 DuetPkg/License.txt                           |  25 ---
 EdkCompatibilityPkg/Contributions.txt         | 218 --------------------------
 EdkCompatibilityPkg/License.txt               |  29 ----
 EdkShellBinPkg/Contributions.txt              | 218 --------------------------
 EdkShellBinPkg/License.txt                    |  25 ---
 EdkShellPkg/Contributions.txt                 | 218 --------------------------
 EdkShellPkg/License.txt                       |  25 ---
 EmbeddedPkg/Contributions.txt                 | 218 --------------------------
 EmbeddedPkg/License.txt                       |  26 ---
 EmulatorPkg/Contributions.txt                 | 218 --------------------------
 EmulatorPkg/License.txt                       |  25 ---
 FatBinPkg/Contributions.txt                   | 218 --------------------------
 FatBinPkg/License.txt                         |  25 ---
 FatPkg/Contributions.txt                      | 218 --------------------------
 FatPkg/License.txt                            |  25 ---
 IntelFrameworkModulePkg/Contributions.txt     | 218 --------------------------
 IntelFrameworkModulePkg/License.txt           |  25 ---
 IntelFrameworkPkg/Contributions.txt           | 218 --------------------------
 IntelFrameworkPkg/License.txt                 |  25 ---
 IntelFsp2Pkg/Contributions.txt                | 218 --------------------------
 IntelFsp2Pkg/License.txt                      |  25 ---
 IntelFsp2WrapperPkg/Contributions.txt         | 218 --------------------------
 IntelFsp2WrapperPkg/License.txt               |  25 ---
 IntelFspPkg/Contributions.txt                 | 218 --------------------------
 IntelFspPkg/License.txt                       |  25 ---
 IntelFspWrapperPkg/Contributions.txt          | 218 --------------------------
 IntelFspWrapperPkg/License.txt                |  25 ---
 IntelSiliconPkg/Contributions.txt             | 218 --------------------------
 IntelSiliconPkg/License.txt                   |  25 ---
 ArmVirtPkg/License.txt => License.txt         |   6 +-
 MdeModulePkg/Contributions.txt                | 218 --------------------------
 MdeModulePkg/License.txt                      |  25 ---
 MdePkg/Contributions.txt                      | 218 --------------------------
 MdePkg/License.txt                            |  25 ---
 NetworkPkg/Contributions.txt                  | 218 --------------------------
 NetworkPkg/License.txt                        |  25 ---
 Nt32Pkg/Contributions.txt                     | 218 --------------------------
 Nt32Pkg/License.txt                           |  25 ---
 Omap35xxPkg/Contributions.txt                 | 218 --------------------------
 Omap35xxPkg/License.txt                       |  26 ---
 OptionRomPkg/Contributions.txt                | 218 --------------------------
 OptionRomPkg/License.txt                      |  25 ---
 OvmfPkg/Contributions.txt                     | 218 --------------------------
 OvmfPkg/License.txt                           |  50 ------
 PcAtChipsetPkg/Contributions.txt              | 218 --------------------------
 PcAtChipsetPkg/License.txt                    |  25 ---
 PerformancePkg/Contributions.txt              | 218 --------------------------
 PerformancePkg/License.txt                    |  25 ---
 QuarkPlatformPkg/Contributions.txt            | 218 --------------------------
 QuarkPlatformPkg/License.txt                  |  25 ---
 QuarkSocPkg/Contributions.txt                 | 218 --------------------------
 QuarkSocPkg/License.txt                       |  25 ---
 Readme.md                                     |  28 ++++
 SecurityPkg/Contributions.txt                 | 218 --------------------------
 SecurityPkg/License.txt                       |  25 ---
 ShellBinPkg/Contributions.txt                 | 218 --------------------------
 ShellBinPkg/License.txt                       |  25 ---
 ShellPkg/Contributions.txt                    | 218 --------------------------
 ShellPkg/License.txt                          |  25 ---
 SignedCapsulePkg/Contributions.txt            | 218 --------------------------
 SignedCapsulePkg/License.txt                  |  25 ---
 SourceLevelDebugPkg/Contributions.txt         | 218 --------------------------
 SourceLevelDebugPkg/License.txt               |  25 ---
 StdLib/Contributions.txt                      | 218 --------------------------
 StdLib/License.txt                            |  25 ---
 StdLibPrivateInternalFiles/Contributions.txt  | 218 --------------------------
 StdLibPrivateInternalFiles/License.txt        |  25 ---
 UefiCpuPkg/Contributions.txt                  | 218 --------------------------
 UefiCpuPkg/License.txt                        |  25 ---
 Vlv2DeviceRefCodePkg/Contributions.txt        | 218 --------------------------
 Vlv2DeviceRefCodePkg/License.txt              |  25 ---
 Vlv2TbltDevicePkg/Contributions.txt           | 218 --------------------------
 Vlv2TbltDevicePkg/License.txt                 |  25 ---
 92 files changed, 78 insertions(+), 10755 deletions(-)
 delete mode 100644 AppPkg/License.txt
 delete mode 100644 ArmPkg/Contributions.txt
 delete mode 100644 ArmPkg/License.txt
 delete mode 100644 ArmPlatformPkg/Contributions.txt
 delete mode 100644 ArmPlatformPkg/License.txt
 delete mode 100644 ArmVirtPkg/Contributions.txt
 delete mode 100644 BaseTools/Contributions.txt
 delete mode 100644 BaseTools/License.txt
 delete mode 100644 BeagleBoardPkg/Contributions.txt
 delete mode 100644 BeagleBoardPkg/License.txt
 rename AppPkg/Contributions.txt => Contributions.txt (77%)
 delete mode 100644 CorebootModulePkg/Contributions.txt
 delete mode 100644 CorebootModulePkg/License.txt
 delete mode 100644 CorebootPayloadPkg/Contributions.txt
 delete mode 100644 CorebootPayloadPkg/License.txt
 delete mode 100644 CryptoPkg/Contributions.txt
 delete mode 100644 CryptoPkg/License.txt
 delete mode 100644 DuetPkg/Contributions.txt
 delete mode 100644 DuetPkg/License.txt
 delete mode 100644 EdkCompatibilityPkg/Contributions.txt
 delete mode 100644 EdkCompatibilityPkg/License.txt
 delete mode 100644 EdkShellBinPkg/Contributions.txt
 delete mode 100644 EdkShellBinPkg/License.txt
 delete mode 100644 EdkShellPkg/Contributions.txt
 delete mode 100644 EdkShellPkg/License.txt
 delete mode 100644 EmbeddedPkg/Contributions.txt
 delete mode 100644 EmbeddedPkg/License.txt
 delete mode 100644 EmulatorPkg/Contributions.txt
 delete mode 100644 EmulatorPkg/License.txt
 delete mode 100644 FatBinPkg/Contributions.txt
 delete mode 100644 FatBinPkg/License.txt
 delete mode 100644 FatPkg/Contributions.txt
 delete mode 100644 FatPkg/License.txt
 delete mode 100644 IntelFrameworkModulePkg/Contributions.txt
 delete mode 100644 IntelFrameworkModulePkg/License.txt
 delete mode 100644 IntelFrameworkPkg/Contributions.txt
 delete mode 100644 IntelFrameworkPkg/License.txt
 delete mode 100644 IntelFsp2Pkg/Contributions.txt
 delete mode 100644 IntelFsp2Pkg/License.txt
 delete mode 100644 IntelFsp2WrapperPkg/Contributions.txt
 delete mode 100644 IntelFsp2WrapperPkg/License.txt
 delete mode 100644 IntelFspPkg/Contributions.txt
 delete mode 100644 IntelFspPkg/License.txt
 delete mode 100644 IntelFspWrapperPkg/Contributions.txt
 delete mode 100644 IntelFspWrapperPkg/License.txt
 delete mode 100644 IntelSiliconPkg/Contributions.txt
 delete mode 100644 IntelSiliconPkg/License.txt
 rename ArmVirtPkg/License.txt => License.txt (94%)
 delete mode 100644 MdeModulePkg/Contributions.txt
 delete mode 100644 MdeModulePkg/License.txt
 delete mode 100644 MdePkg/Contributions.txt
 delete mode 100644 MdePkg/License.txt
 delete mode 100644 NetworkPkg/Contributions.txt
 delete mode 100644 NetworkPkg/License.txt
 delete mode 100644 Nt32Pkg/Contributions.txt
 delete mode 100644 Nt32Pkg/License.txt
 delete mode 100644 Omap35xxPkg/Contributions.txt
 delete mode 100644 Omap35xxPkg/License.txt
 delete mode 100644 OptionRomPkg/Contributions.txt
 delete mode 100644 OptionRomPkg/License.txt
 delete mode 100644 OvmfPkg/Contributions.txt
 delete mode 100644 OvmfPkg/License.txt
 delete mode 100644 PcAtChipsetPkg/Contributions.txt
 delete mode 100644 PcAtChipsetPkg/License.txt
 delete mode 100644 PerformancePkg/Contributions.txt
 delete mode 100644 PerformancePkg/License.txt
 delete mode 100644 QuarkPlatformPkg/Contributions.txt
 delete mode 100644 QuarkPlatformPkg/License.txt
 delete mode 100644 QuarkSocPkg/Contributions.txt
 delete mode 100644 QuarkSocPkg/License.txt
 create mode 100644 Readme.md
 delete mode 100644 SecurityPkg/Contributions.txt
 delete mode 100644 SecurityPkg/License.txt
 delete mode 100644 ShellBinPkg/Contributions.txt
 delete mode 100644 ShellBinPkg/License.txt
 delete mode 100644 ShellPkg/Contributions.txt
 delete mode 100644 ShellPkg/License.txt
 delete mode 100644 SignedCapsulePkg/Contributions.txt
 delete mode 100644 SignedCapsulePkg/License.txt
 delete mode 100644 SourceLevelDebugPkg/Contributions.txt
 delete mode 100644 SourceLevelDebugPkg/License.txt
 delete mode 100644 StdLib/Contributions.txt
 delete mode 100644 StdLib/License.txt
 delete mode 100644 StdLibPrivateInternalFiles/Contributions.txt
 delete mode 100644 StdLibPrivateInternalFiles/License.txt
 delete mode 100644 UefiCpuPkg/Contributions.txt
 delete mode 100644 UefiCpuPkg/License.txt
 delete mode 100644 Vlv2DeviceRefCodePkg/Contributions.txt
 delete mode 100644 Vlv2DeviceRefCodePkg/License.txt
 delete mode 100644 Vlv2TbltDevicePkg/Contributions.txt
 delete mode 100644 Vlv2TbltDevicePkg/License.txt

-- 
2.13.1.windows.2



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2017-07-26 19:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 23:45 [Patch V4 0/6] Update to Tiano Contribution Agreement 1.1 Michael D Kinney
2017-07-24 23:45 ` [Patch v4 1/6] BaseTools/PatchCheck: Support " Michael D Kinney
2017-07-24 23:45 ` [Patch v4 2/6] edk2: Move TianoCore Contribution Agreement to root Michael D Kinney
2017-07-24 23:45 ` [Patch v4 3/6] edk2: Update to TianoCore Contribution Agreement 1.1 Michael D Kinney
2017-07-25 17:36   ` Jordan Justen
2017-07-25 17:55     ` Kinney, Michael D
2017-07-26 17:05       ` Jordan Justen
2017-07-26 17:45         ` Kinney, Michael D
2017-07-26 18:20           ` Jordan Justen
2017-07-26 19:13             ` Laszlo Ersek
2017-07-24 23:45 ` [Patch v4 4/6] edk2: Reformat " Michael D Kinney
2017-07-24 23:45 ` [Patch v4 5/6] edk2: Move License.txt file to root Michael D Kinney
2017-07-25  0:12   ` Kinney, Michael D
2017-07-24 23:45 ` [Patch v4 6/6] edk2: Add Readme.md to root of edk2 repository Michael D Kinney
2017-07-25 17:25   ` Jordan Justen
2017-07-25 17:43     ` Kinney, Michael D
2017-07-25 13:07 ` [Patch V4 0/6] Update to Tiano Contribution Agreement 1.1 Laszlo Ersek
2017-07-25 16:06   ` Kinney, Michael D
2017-07-26 10:39     ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox