Fix up license header checker to permit file with third-party copyright

This commit is contained in:
Simon Hausmann 2024-11-26 10:47:41 +01:00 committed by Simon Hausmann
parent 8bbaedbbf3
commit cf9601e270

View file

@ -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())),