]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/PatchCheck: Generate error if Contributed-under found
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 4 Apr 2019 22:35:07 +0000 (15:35 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Tue, 9 Apr 2019 18:26:28 +0000 (11:26 -0700)
commita281361014de51cffb6cac1a516f045eddf9f571
tree1a724bc2b4fa35aa8b8f7782b688980aab6108f8
parent3806e1fd139775610d8f2e7541a916c3a91ad989
BaseTools/PatchCheck: Generate error if Contributed-under found

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

With the change to BSD+Patent License, the TianoCore Contributor's
Agreement has been removed and as a result, a Contributed-under
tag is no longer appropriate in patches.  Remove the check for
the TianoCore Contributor's Agreement and instead, generate an
error if a patch contains a Contributed-under tag in the commit
message.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
BaseTools/Scripts/PatchCheck.py