exclude src/vendorcode from GPLv2 license checks.
[coreboot.git] / util / lint / lint-000-license-headers
index 2e8588d8b244ffcfab2f0cec74747deca2414164..07dde9487a6f18280a8468c0904080024ad1ec7d 100755 (executable)
@@ -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.,"