aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/.pytool/Plugin/LicenseCheck/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/.pytool/Plugin/LicenseCheck/Readme.md')
-rw-r--r--roms/edk2/.pytool/Plugin/LicenseCheck/Readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/edk2/.pytool/Plugin/LicenseCheck/Readme.md b/roms/edk2/.pytool/Plugin/LicenseCheck/Readme.md
new file mode 100644
index 000000000..b0e1bbea9
--- /dev/null
+++ b/roms/edk2/.pytool/Plugin/LicenseCheck/Readme.md
@@ -0,0 +1,17 @@
+# License Check Plugin
+
+This CiBuildPlugin scans all new added files in a package to make sure code
+is contributed under BSD-2-Clause-Patent.
+
+## Configuration
+
+The plugin can be configured to ignore certain files.
+
+``` yaml
+"LicenseCheck": {
+ "IgnoreFiles": []
+}
+```
+### IgnoreFiles
+
+OPTIONAL List of file to ignore.