Set MIT license to snippets under doc (#2891)

This commit is contained in:
Aurindam Jana 2023-06-15 11:21:16 +02:00 committed by GitHub
parent 039e54a5de
commit 789cb3b735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 22 additions and 22 deletions

View file

@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: MIT
// clang-format off
// main.cpp

View file

@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: MIT
// ANCHOR: main
// main.cpp

View file

@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: MIT
// main.cpp

View file

@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: MIT
// ANCHOR: main_window
// memory.slint

View file

@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: MIT
struct TileData {
image: image,

View file

@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: MIT
// ANCHOR: main_window
component MemoryTile inherits Rectangle {

View file

@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
// SPDX-License-Identifier: MIT
struct TileData {
image: image,