summaryrefslogtreecommitdiff
path: root/util/lint/lint-000-license-headers
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-05-23 17:16:44 +0000
committerStefan Reinauer <stepan@openbios.org>2011-05-23 17:16:44 +0000
commit2c19f5d3337f5c8b057bab07b474ffcf4ce67b42 (patch)
tree64aa9f23ed341675ffd99d3a40f98f49da70309d /util/lint/lint-000-license-headers
parent6409a2258628487cf9061a4335b30ce1f27c8afd (diff)
downloadcoreboot-2c19f5d3337f5c8b057bab07b474ffcf4ce67b42.tar.xz
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
Diffstat (limited to 'util/lint/lint-000-license-headers')
-rwxr-xr-xutil/lint/lint-000-license-headers1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index 2e8588d8b2..07dde9487a 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.,"