commit | 8d799de2f298a08519de2b5de7ff6b46ab5e9f07 | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Mon Apr 04 11:19:15 2022 -0700 |
committer | cfrantz <frantzcj+github@gmail.com> | Mon Apr 04 20:03:49 2022 +0000 |
tree | 87b61780c4d9a314ab432979b81844883016cb5d | |
parent | 615579ef088d272354f6cd1df7c8f20642733dec [diff] [blame] |
[cleanup] Fix license checker after #11851 1. Exclude //third_party from license checks. 2. Add license headers to a few files. Signed-off-by: Chris Frantz <cfrantz@google.com>
diff --git a/util/licence-checker.hjson b/util/licence-checker.hjson index 4e4fe63..494da95 100644 --- a/util/licence-checker.hjson +++ b/util/licence-checker.hjson
@@ -10,6 +10,7 @@ ''', exclude_paths: [ # Exclude anything in vendored directories + 'third_party/**', '*/vendor/*/*', 'util/lowrisc_misc-linters/*',