Skip to content

Commit

Permalink
Update License headers
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed May 31, 2024
1 parent 6436632 commit 1e78790
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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

export component App inherits Window{
background: blue;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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

export component Ball inherits HorizontalLayout{
in property <bool> replaceAll: false;
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/issues/issue_5260_init_inlined.slint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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

export component DrawerLeft {
private property <length> logic_width;
Expand Down
2 changes: 1 addition & 1 deletion tools/lsp/preview/text_edit.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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

#[derive(Clone, Debug)]
pub struct TextOffsetAdjustment {
Expand Down

0 comments on commit 1e78790

Please sign in to comment.