summaryrefslogtreecommitdiff
path: root/util/lint/lint-000-license-headers
diff options
context:
space:
mode:
authorNaresh G Solanki <naresh.solanki@intel.com>2016-10-27 23:13:37 +0530
committerMartin Roth <martinroth@google.com>2016-11-30 00:10:05 +0100
commit358b2b379bc5d25c8a150485ce252e27c338f3af (patch)
tree39d5d911524ac89241162b09b422375e584e2a69 /util/lint/lint-000-license-headers
parent6d4a34156498f997b9f9ce71a686c07aa8147a03 (diff)
downloadcoreboot-358b2b379bc5d25c8a150485ce252e27c338f3af.tar.xz
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. Change-Id: I37b651eedd77cbf3d3e65ff0f027f971b0a2d2ac Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/17186 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/lint/lint-000-license-headers')
-rwxr-xr-xutil/lint/lint-000-license-headers2
1 files changed, 1 insertions, 1 deletions
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|\