Skip to content

Commit

Permalink
xtask: Make docs MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
hunger authored and ogoffart committed Jun 16, 2023
1 parent 34fd360 commit 24c822d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 18 deletions.
26 changes: 13 additions & 13 deletions .reuse/dep5
Expand Up @@ -9,31 +9,31 @@ License: CC-BY-ND-4.0

Files: .clang-format .gitattributes .gitignore */.gitignore .dockerignore .prettierignore .pre-commit-config.yaml .vscode/* cspell.json rustfmt.toml .mailmap */.eslintrc.yml Cargo.lock
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: *.md
Files: *.md api/cpp/docs/* docs/*
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: MIT

Files: *.pot *.po *.mo
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: helper_crates/vtable/*
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: helper_crates/const-field-offset/*
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: MIT or Apache-2.0

Files: api/cpp/docs/* docs/* api/*/*.json
Files: api/*/*.json
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: examples/*.json examples/*/README examples/*/README.txt examples/qt_viewer/interface.ui
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: examples/memory/icons/*.svg examples/memory/icons/*.png
Copyright: Fontawesome project <https://fontawesome.com/license/free>
Expand All @@ -53,23 +53,23 @@ License: LGPL-3.0-only

Files: editors/sublime/LSP.sublime-settings
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: editors/tree-sitter-slint/binding.gyp editors/tree-sitter-slint/CONTRIBUTING.md
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: tools/slintpad/*.html tools/slintpad/styles/*.css tools/slintpad/*.json
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: editors/vscode/*.json editors/vscode/README.md editors/vscode/css/*.css editors/tree-sitter-slint/corpus/*.txt
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: tests/screenshots/references/software/*/*.png
Copyright: Copyright © SixtyFPS GmbH <info@slint-ui.com>
License: GPL-3.0-only OR LicenseRef-Slint-commercial
License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial

Files: examples/carousel/icons/*.svg
Copyright: Material Icons <https://fonts.google.com/icons?selected=Material+Iconse>
Expand Down
2 changes: 1 addition & 1 deletion api/cpp/docs/genindex.rst
@@ -1,5 +1,5 @@
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
.. SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
.. SPDX-License-Identifier: MIT
===========
Index (C++)
Expand Down
2 changes: 1 addition & 1 deletion api/cpp/docs/index.rst
@@ -1,5 +1,5 @@
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
.. SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
.. SPDX-License-Identifier: MIT
.. Slint C++ documentation master file
Expand Down
2 changes: 1 addition & 1 deletion docs/language/index.rst
@@ -1,5 +1,5 @@
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
.. SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
.. SPDX-License-Identifier: MIT
Introduction
===========================================
Expand Down
2 changes: 1 addition & 1 deletion docs/language/src/recipes/button_native.slint
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: MIT

import { VerticalBox, Button } from "std-widgets.slint";
export Recipe := Window {
Expand Down
3 changes: 2 additions & 1 deletion xtask/src/license_headers_check.rs
Expand Up @@ -357,7 +357,8 @@ lazy_static! {
static ref LICENSE_FOR_FILE: Vec<(regex::Regex, &'static str)> = [
("^helper_crates/const-field-offset/", MIT_OR_APACHE2_LICENSE),
("^examples/", MIT_LICENSE),
("^docs/tutorial/", MIT_LICENSE),
("^docs/", MIT_LICENSE),
("^api/cpp/docs/", MIT_LICENSE),
(".*", TRIPLE_LICENSE),
]
.iter()
Expand Down

0 comments on commit 24c822d

Please sign in to comment.