07201d7a0f
- Remove copyright notices and add authors to AUTHORS - Use SPDX license identifiers for all files - Add coreinfo to the license header lint Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Change-Id: Ib0c5328a4027849b1eda4f57141a898335230726 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45178 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
9 lines
340 B
Bash
Executable file
9 lines
340 B
Bash
Executable file
#!/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"
|