summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 16:34:10 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 17:10:57 +0000
commitdeea25be1bc709136c7871d8b23d6544da6a7f3f (patch)
treed9939429049496f7a571a1bf4a81e888e4742ba0
parent50544a19996705acdd6b5de229bf7de71d7b95d4 (diff)
downloadcoreboot-deea25be1bc709136c7871d8b23d6544da6a7f3f.tar.gz
coreboot-deea25be1bc709136c7871d8b23d6544da6a7f3f.tar.bz2
coreboot-deea25be1bc709136c7871d8b23d6544da6a7f3f.zip
util/lint: Omit more vendorcode from license header test
This is all code coming from the outside, so let's keep these files untouched as much as possible. A couple of files is added to the list by name because their license, while free, can't be properly modelled in SPDX: - lzmadecode is (LGPL OR CPL) WITH special-exception - stack.c and start16 are some weird (but free) US Gov't license grant - two XGI related files have "BSD except for Linux, where it's GPL" Change-Id: I42dec503b9c427a66792d3fec99ca8df1a360e47 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41193 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
-rwxr-xr-xutil/lint/lint-000-license-headers10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index 05476e87cdb7..3757f37fe6f3 100755
--- a/util/lint/lint-000-license-headers
+++ b/util/lint/lint-000-license-headers
@@ -8,10 +8,20 @@
# regex list of files and directories to exclude from the search
HEADER_EXCLUDED="\
+^src/commonlib/bsd/lz4.c.inc\$|\
+^src/cpu/x86/16bit/entry16.inc\$|\
+^src/device/oprom/x86emu/|\
+^src/device/oprom/include/x86emu/|\
+^src/device/oprom/yabel/|\
+^src/drivers/xgi/common/initdef.h\$|\
+^src/drivers/xgi/common/vstruct.h\$|\
^src/lib/gnat/|\
+^src/lib/lzmadecode.[ch]\$|\
+^src/lib/stack.c\$|\
^src/vendorcode/|\
^util/amdtools/example_input/|\
^util/cbfstool/lzma/|\
+^util/cbfstool/lz4/|\
^util/kconfig/|\
Kconfig|\
\<COPYING\>|\