Update Royalty-free license (#5257)

Add clarification that Application may not expose Slint APIs.
This commit is contained in:
Aurindam Jana 2024-05-31 10:53:19 +02:00 committed by GitHub
parent 8221e2e4b2
commit 9a3aa265d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1278 changed files with 1279 additions and 1277 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial
if [ $# -lt 1 ]; then
echo "usage: $0 path/to/target/binary_package"

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial
cd `dirname $0`/../editors/vscode

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial
cargo publish --manifest-path internal/common/Cargo.toml
cargo publish --manifest-path internal/core-macros/Cargo.toml