From cf9601e270d93c7a425f76cb1535a1de4fb9d790 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 26 Nov 2024 10:47:41 +0100 Subject: [PATCH] Fix up license header checker to permit file with third-party copyright --- xtask/src/license_headers_check.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/xtask/src/license_headers_check.rs b/xtask/src/license_headers_check.rs index 16541f6c6..c077dc914 100644 --- a/xtask/src/license_headers_check.rs +++ b/xtask/src/license_headers_check.rs @@ -412,6 +412,7 @@ lazy_static! { ("^editors/tree-sitter-slint/test-to-corpus\\.py$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())), ("^Cargo\\.lock$", LicenseLocation::NoLicense), ("^demos/printerdemo/zephyr/VERSION$", LicenseLocation::NoLicense), + ("^examples/mcu-board-support/pico2_st7789/rp_pico2.rs$", LicenseLocation::NoLicense), // third-party file // filename based matches: ("(^|/)CMakeLists\\.txt$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),