mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix licnese information using xtask
This commit is contained in:
parent
4a24d9cfdc
commit
04d1229685
132 changed files with 169 additions and 169 deletions
|
@ -1,12 +1,12 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
|
||||
|
||||
[package]
|
||||
name = "slint-build"
|
||||
version = "1.1.0"
|
||||
authors = ["Slint Developers <info@slint-ui.com>"]
|
||||
edition = "2021"
|
||||
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"
|
||||
description = "Helper for Slint build script"
|
||||
repository = "https://github.com/slint-ui/slint"
|
||||
homepage = "https://slint.rs"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
|
||||
|
||||
[package]
|
||||
name = "slint-macros"
|
||||
version = "1.1.0"
|
||||
authors = ["Slint Developers <info@slint-ui.com>"]
|
||||
edition = "2021"
|
||||
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"
|
||||
description = "Macro helper for slint crate"
|
||||
repository = "https://github.com/slint-ui/slint"
|
||||
homepage = "https://slint.rs"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
|
||||
|
||||
[package]
|
||||
name = "slint"
|
||||
version = "1.1.0"
|
||||
authors = ["Slint Developers <info@slint-ui.com>"]
|
||||
edition = "2021"
|
||||
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"
|
||||
description = "GUI toolkit to efficiently develop fluid graphical user interfaces for embedded devices and desktop applications"
|
||||
repository = "https://github.com/slint-ui/slint"
|
||||
homepage = "https://slint.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue