]> git.proxmox.com Git - mirror_edk2.git/commit
.pytool/Plugin: Add a plugin LicenseCheck
authorShenglei Zhang <shenglei.zhang@intel.com>
Fri, 10 Jul 2020 07:37:59 +0000 (15:37 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 31 Jul 2020 02:49:51 +0000 (02:49 +0000)
commiteca948f6f3c197387f3b448f868b7ea7aeabae35
treef49806fa2be0692a75007d4af980eada63132113
parente848b58d7c85293cd4121287abcea2d22a4f0620
.pytool/Plugin: Add a plugin LicenseCheck

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2691
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2833
Add a plugin to check license conflict for new added
files in a patch. It will report out errors when meeting
files which are not contributed under BSD-2-Clause-Patent.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
.pytool/Plugin/LicenseCheck/LicenseCheck.py [new file with mode: 0644]
.pytool/Plugin/LicenseCheck/LicenseCheck_plug_in.yaml [new file with mode: 0644]
.pytool/Plugin/LicenseCheck/Readme.md [new file with mode: 0644]