exclude src/vendorcode from GPLv2 license checks.

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6609 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index 2e8588d..07dde94 100755
--- a/util/lint/lint-000-license-headers
+++ b/util/lint/lint-000-license-headers
@@ -29,6 +29,7 @@
 	-name \*.[18] -prune -o \
 	-name romcc -type d -prune -o \
 	-name crossgcc -type d -prune -o \
+	-name vendorcode -type d -prune -o \
 	-type f -exec \
 		grep -L "51 Franklin St, Fifth Floor, Boston" {} + | \
 	sed -e "s,^.*$,File & has no valid GPL header.,"