northbridge: Remove unneeded include <pc80/mc146818rtc.h>
[coreboot.git] / util / lint / lint-stable-000-license-headers
blob441e679bdaf0368ff323ea1a3affbfb9b70d182d
1 #!/bin/sh
2 # This file is part of the coreboot project.
4 # Copyright (C) 2016 Google Inc.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; version 2 of the License.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
16 # DESCR: Check that files have license headers
18 # Top level
19 util/lint/lint-000-license-headers "src/acpi src/arch src/commonlib src/console \
20 src/cpu src/device src/ec src/mainboard src/northbridge src/soc \
21 src/southbridge src/superio"
23 # src/drivers
24 util/lint/lint-000-license-headers "src/drivers/ams src/drivers/aspeed src/drivers/dec src/drivers/elog \
25 src/drivers/emulation src/drivers/gic src/drivers/ics src/drivers/ipmi src/drivers/maxim \
26 src/drivers/parade src/drivers/ricoh src/drivers/sil src/drivers/ti src/drivers/usb src/drivers/xgi"
28 # src/security
29 util/lint/lint-000-license-headers "src/security/vboot"