[coreboot] [commit] r6609 - trunk/util/lint

repository service svn at coreboot.org
Mon May 23 19:16:44 CEST 2011


Author: stepan
Date: Mon May 23 19:16:44 2011
New Revision: 6609
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6609

Log:
exclude src/vendorcode from GPLv2 license checks.

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

Modified:
   trunk/util/lint/lint-000-license-headers

Modified: trunk/util/lint/lint-000-license-headers
==============================================================================
--- trunk/util/lint/lint-000-license-headers	Sun May 22 17:39:25 2011	(r6608)
+++ trunk/util/lint/lint-000-license-headers	Mon May 23 19:16:44 2011	(r6609)
@@ -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.,"




More information about the coreboot mailing list