mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Fix license check
This commit is contained in:
parent
cf670529ca
commit
30f2be7a22
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ lazy_static! {
|
|||
static ref LICENSE_LOCATION_FOR_FILE: Vec<(regex::Regex, LicenseLocation)> = [
|
||||
("^helper_crates/const-field-offset/src/lib.rs$", LicenseLocation::NoLicense), // Upstream fork
|
||||
("^helper_crates/const-field-offset/Cargo.toml$", LicenseLocation::NoLicense), // Upstream fork
|
||||
("^tools/online_editor/index.ts$", LicenseLocation::NoLicense),
|
||||
(".+webpack\\.config\\.js$", LicenseLocation::NoLicense),
|
||||
(".+\\.rs$", LicenseLocation::Tag(LicenseTagStyle::c_style_comment_style())),
|
||||
(".+\\.js$", LicenseLocation::Tag(LicenseTagStyle::c_style_comment_style())),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue