diff options
Diffstat (limited to 'roms/edk2/.pytool/Plugin/LicenseCheck/LicenseCheck_plug_in.yaml')
-rw-r--r-- | roms/edk2/.pytool/Plugin/LicenseCheck/LicenseCheck_plug_in.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/edk2/.pytool/Plugin/LicenseCheck/LicenseCheck_plug_in.yaml b/roms/edk2/.pytool/Plugin/LicenseCheck/LicenseCheck_plug_in.yaml new file mode 100644 index 000000000..2fdb0aa72 --- /dev/null +++ b/roms/edk2/.pytool/Plugin/LicenseCheck/LicenseCheck_plug_in.yaml @@ -0,0 +1,11 @@ +## @file
+# CiBuildPlugin used to check license issues for new added files
+#
+# Copyright (c) 2020, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+{
+ "scope": "cibuild",
+ "name": "License Check Test",
+ "module": "LicenseCheck"
+}
|