From 2c19f5d3337f5c8b057bab07b474ffcf4ce67b42 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 23 May 2011 17:16:44 +0000 Subject: [PATCH] exclude src/vendorcode from GPLv2 license checks. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6609 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/lint/lint-000-license-headers | 1 + 1 file changed, 1 insertion(+) diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 2e8588d8b..07dde9487 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -29,6 +29,7 @@ find src util -name .svn -type d -prune -o \ -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.," -- 2.25.1