summaryrefslogtreecommitdiff
path: root/util/lint/lint-stable-000-license-headers
blob: 518b232f327a8ce3db88a8869cd7b29443f27916 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/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"