mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 21:03:00 +00:00
Fix license header check
This commit is contained in:
parent
730b7d9ce3
commit
913362a303
2 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue