From 5f8c3227458c6ae1e4ba429c06c345a2ee0fd7da Mon Sep 17 00:00:00 2001 From: Naresh G Solanki Date: Thu, 27 Oct 2016 23:13:37 +0530 Subject: [PATCH] UPSTREAM: util/lint: Exclude devicetree files with custom name from license check As devicetree files can have different name followed by extension cb Exclude all .cb file from the license header check. BUG=None BRANCH=None TEST=None Change-Id: I37b651eedd77cbf3d3e65ff0f027f971b0a2d2ac Signed-off-by: Naresh G Solanki Reviewed-on: https://review.coreboot.org/17186 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-on: https://chromium-review.googlesource.com/415628 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- util/lint/lint-000-license-headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 16bec9485c..0d2a3af5e8 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -42,7 +42,7 @@ _shipped$|\ /sdram-.*\.inc$|\ Makefile\.inc|\ \.fmd|\ -devicetree.cb|\ +\.cb|\ \.cfg$|\ \.spd|\ config|\