mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-27 13:54:11 +00:00
Fix up license header checker to permit file with third-party copyright
This commit is contained in:
parent
8bbaedbbf3
commit
cf9601e270
1 changed files with 1 additions and 0 deletions
|
@ -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())),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue