Fix license header check

This commit is contained in:
Simon Hausmann 2024-12-16 11:11:59 +01:00 committed by Simon Hausmann
parent 730b7d9ce3
commit 913362a303
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
# Third Party Licenses
This page lists the licenses of the dependencies used by Slint.

View file

@ -469,6 +469,7 @@ lazy_static! {
("\\.mdx$", LicenseLocation::Tag(LicenseTagStyle::html_comment_style())),
("\\.mjs$", LicenseLocation::Tag(LicenseTagStyle::c_style_comment_style())),
("\\.mts$", LicenseLocation::Tag(LicenseTagStyle::c_style_comment_style())),
("\\.hbs$", LicenseLocation::Tag(LicenseTagStyle::html_comment_style())),
("\\.overlay$", LicenseLocation::Tag(LicenseTagStyle::c_style_comment_style())),
("\\.pdf$", LicenseLocation::NoLicense),
("\\.png$", LicenseLocation::NoLicense),