mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
Fix lisense header
This commit is contained in:
parent
2931e3bb45
commit
32e71467fb
1 changed files with 9 additions and 0 deletions
|
|
@ -1,4 +1,13 @@
|
|||
#!/bin/bash -e
|
||||
# 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
|
||||
cargo publish --manifest-path sixtyfps_runtime/corelib_macros/Cargo.toml
|
||||
cargo publish --manifest-path sixtyfps_compiler/Cargo.toml
|
||||
cargo publish --manifest-path sixtyfps_runtime/corelib/Cargo.toml --features x11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue