blob: 9da4a9acdfe7f39fa738518c6f1d1d539e83950c (
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/"
|