mirror of https://github.com/acidanthera/audk.git
12 lines
284 B
YAML
12 lines
284 B
YAML
|
## @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"
|
||
|
}
|