summaryrefslogtreecommitdiffstats
path: root/util/lint/lint-stable-000-license-headers
blob: ccecba6ce4939ec90682a63889753eb2a74164f3 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-2.0-only
#
# DESCR: Check that files have license headers

# Top level
util/lint/lint-000-license-headers "src/acpi src/arch src/commonlib src/console \
	src/cpu src/device src/drivers src/ec src/mainboard src/northbridge \
	src/security src/soc src/southbridge src/superio tests payloads/coreinfo"