mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Add Sublime Text files to the license check configuration
This commit is contained in:
parent
d468d10d63
commit
beadd38b3e
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
# LICENSE BEGIN
|
||||
# This file is part of the SixtyFPS Project -- https://sixtyfps.io
|
||||
# Copyright (c) 2020 Olivier Goffart <olivier.goffart@sixtyfps.io>
|
||||
# Copyright (c) 2020 Simon Hausmann <simon.hausmann@sixtyfps.io>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-only
|
||||
# This file is also available under commercial licensing terms.
|
||||
# Please contact info@sixtyfps.io for more information.
|
||||
# LICENSE END
|
||||
%YAML 1.2
|
||||
---
|
||||
# See http://www.sublimetext.com/docs/3/syntax.html
|
||||
|
|
|
@ -214,6 +214,9 @@ lazy_static! {
|
|||
(".+\\.yaml$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
||||
(".*\\.gitignore$", LicenseLocation::NoLicense),
|
||||
(".*\\.gitattributes$", LicenseLocation::NoLicense),
|
||||
(".+\\.sublime-settings$", LicenseLocation::Tag(NoLicense::shell_comment_style())),
|
||||
(".+\\.sublime-commands$", LicenseLocation::Tag(NoLicense::shell_comment_style())),
|
||||
(".+\\.sublime-syntax$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
||||
("\\.clang-format$", LicenseLocation::NoLicense),
|
||||
(".+Dockerfile.*$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
||||
("^api/sixtyfps-cpp/docs/Pipfile$", LicenseLocation::NoLicense),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue