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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

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.,"

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to