From 75868e55827ed48e571a5bf2f7279ed0ad012d58 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Tue, 27 Jun 2023 11:37:37 +0200 Subject: [PATCH 1/8] Update royalty free license to 1.1 --- .cargo/config | 2 +- .clang-format | 2 +- .../install-linux-dependencies/action.yaml | 2 +- .github/actions/install-nodejs/action.yaml | 2 +- .github/actions/setup-rust/action.yaml | 2 +- .github/actions/test-online-editor/action.yaml | 2 +- .github/workflows/build_docs.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/cpp_package.yaml | 2 +- .github/workflows/crater.yaml | 2 +- .github/workflows/embedded_build.yaml | 2 +- .github/workflows/nightly_snapshot.yaml | 2 +- .github/workflows/slint_tool_binary.yaml | 2 +- .github/workflows/spellcheck.yaml | 2 +- .github/workflows/torizon_demos.yaml | 2 +- .github/workflows/translations.yaml | 2 +- .github/workflows/upgrade_version.yaml | 2 +- .github/workflows/wasm_demos.yaml | 2 +- .../workflows/wasm_editor_and_interpreter.yaml | 2 +- .reuse/dep5 | 18 +++++++++--------- CMakeLists.txt | 2 +- Cargo.toml | 2 +- FAQ.md | 2 +- LICENSE.md | 2 +- ...md => LicenseRef-Slint-Royalty-free-1.1.md} | 0 README.md | 2 +- api/cpp/CMakeLists.txt | 2 +- api/cpp/Cargo.toml | 4 ++-- api/cpp/build.rs | 2 +- api/cpp/cbindgen.rs | 2 +- api/cpp/cmake/SlintConfig.cmake.in | 2 +- api/cpp/cmake/SlintMacro.cmake | 2 +- api/cpp/include/slint.h | 2 +- api/cpp/include/slint_brush.h | 2 +- api/cpp/include/slint_callbacks.h | 2 +- api/cpp/include/slint_color.h | 2 +- api/cpp/include/slint_config.h | 2 +- api/cpp/include/slint_image.h | 2 +- api/cpp/include/slint_interpreter.h | 2 +- api/cpp/include/slint_pathdata.h | 2 +- api/cpp/include/slint_platform.h | 2 +- api/cpp/include/slint_point.h | 2 +- api/cpp/include/slint_properties.h | 2 +- api/cpp/include/slint_sharedvector.h | 2 +- api/cpp/include/slint_size.h | 2 +- api/cpp/include/slint_string.h | 2 +- api/cpp/include/slint_testing.h | 2 +- api/cpp/include/vtable.h | 2 +- api/cpp/lib.rs | 2 +- api/cpp/platform.rs | 2 +- api/cpp/tests/CMakeLists.txt | 2 +- api/cpp/tests/datastructures.cpp | 2 +- api/cpp/tests/eventloop.cpp | 2 +- api/cpp/tests/interpreter.cpp | 2 +- .../manual/platform_native/CMakeLists.txt | 2 +- .../tests/manual/platform_native/appview.cpp | 2 +- api/cpp/tests/manual/platform_native/appview.h | 2 +- .../manual/platform_native/appwindow.slint | 2 +- api/cpp/tests/manual/platform_native/main.cpp | 2 +- .../manual/platform_native/windowadapter_win.h | 2 +- .../tests/manual/platform_qt/CMakeLists.txt | 2 +- .../tests/manual/platform_qt/appwindow.slint | 2 +- api/cpp/tests/manual/platform_qt/main.cpp | 2 +- api/cpp/tests/models.cpp | 2 +- api/cpp/tests/multiple-includes/CMakeLists.txt | 2 +- .../tests/multiple-includes/appwindow.slint | 2 +- api/cpp/tests/multiple-includes/logic.cpp | 2 +- api/cpp/tests/multiple-includes/logic.h | 2 +- api/cpp/tests/multiple-includes/main.cpp | 2 +- api/cpp/tests/properties.cpp | 2 +- api/cpp/tests/test.slint | 2 +- api/cpp/tests/window.cpp | 2 +- api/node/lib/index.ts | 2 +- api/node/loader.mjs | 2 +- api/node/native/Cargo.toml | 4 ++-- api/node/native/build.rs | 2 +- api/node/native/js_model.rs | 2 +- api/node/native/lib.rs | 2 +- api/node/native/persistent_context.rs | 2 +- api/rs/build/Cargo.toml | 4 ++-- api/rs/build/lib.rs | 2 +- api/rs/macros/Cargo.toml | 4 ++-- api/rs/macros/lib.rs | 2 +- api/rs/slint/Cargo.toml | 4 ++-- api/rs/slint/compile_fail_tests.rs | 2 +- api/rs/slint/docs.rs | 2 +- api/rs/slint/lib.rs | 2 +- api/rs/slint/private_unstable_api.rs | 2 +- api/rs/slint/tests/partial_renderer.rs | 2 +- api/rs/slint/tests/simple_macro.rs | 2 +- api/rs/slint/tests/spawn_local.rs | 2 +- api/wasm-interpreter/Cargo.toml | 4 ++-- api/wasm-interpreter/src/lib.rs | 2 +- cmake/FindOpenGLES2.cmake | 2 +- docker/Dockerfile.aarch64-unknown-linux-gnu | 2 +- .../Dockerfile.armv7-unknown-linux-gnueabihf | 2 +- docker/Dockerfile.cpp-image | 2 +- docker/Dockerfile.riscv64gc-unknown-linux-gnu | 2 +- docker/Dockerfile.torizon-demos | 2 +- docker/Dockerfile.x86_64-unknown-linux-gnu | 2 +- editors/sublime/Slint.sublime-syntax | 2 +- editors/tree-sitter-slint/grammar.js | 2 +- editors/tree-sitter-slint/test-to-corpus.py | 2 +- editors/vscode/esbuild.js | 2 +- editors/vscode/src/browser-lsp-worker.ts | 2 +- editors/vscode/src/browser.ts | 2 +- editors/vscode/src/common.ts | 2 +- editors/vscode/src/extension.ts | 2 +- editors/vscode/src/propertiesView.ts | 2 +- editors/vscode/src/properties_webview.ts | 2 +- editors/vscode/src/wasm_preview.ts | 2 +- helper_crates/vtable/Cargo.toml | 4 ++-- helper_crates/vtable/macro/Cargo.toml | 4 ++-- helper_crates/vtable/macro/macro.rs | 2 +- helper_crates/vtable/src/compile_fail_tests.rs | 2 +- helper_crates/vtable/src/lib.rs | 2 +- helper_crates/vtable/src/vrc.rs | 2 +- helper_crates/vtable/tests/test_vrc.rs | 2 +- helper_crates/vtable/tests/test_vtable.rs | 2 +- internal/backends/qt/Cargo.toml | 4 ++-- internal/backends/qt/accessible_generated.rs | 2 +- internal/backends/qt/build.rs | 2 +- internal/backends/qt/key_generated.rs | 2 +- internal/backends/qt/lib.rs | 2 +- internal/backends/qt/qt_accessible.rs | 2 +- internal/backends/qt/qt_widgets.rs | 2 +- internal/backends/qt/qt_widgets/button.rs | 2 +- internal/backends/qt/qt_widgets/checkbox.rs | 2 +- internal/backends/qt/qt_widgets/combobox.rs | 2 +- internal/backends/qt/qt_widgets/groupbox.rs | 2 +- internal/backends/qt/qt_widgets/lineedit.rs | 2 +- .../backends/qt/qt_widgets/listviewitem.rs | 2 +- .../qt/qt_widgets/progress_indicator.rs | 2 +- internal/backends/qt/qt_widgets/scrollview.rs | 2 +- internal/backends/qt/qt_widgets/slider.rs | 2 +- internal/backends/qt/qt_widgets/spinbox.rs | 2 +- .../backends/qt/qt_widgets/stylemetrics.rs | 2 +- .../qt/qt_widgets/tableheadersection.rs | 2 +- internal/backends/qt/qt_widgets/tabwidget.rs | 2 +- internal/backends/qt/qt_window.rs | 2 +- internal/backends/selector/Cargo.toml | 4 ++-- internal/backends/selector/build.rs | 2 +- internal/backends/selector/lib.rs | 2 +- internal/backends/testing/Cargo.toml | 4 ++-- internal/backends/testing/lib.rs | 2 +- internal/backends/winit/Cargo.toml | 4 ++-- internal/backends/winit/accesskit.rs | 2 +- internal/backends/winit/build.rs | 2 +- internal/backends/winit/event_loop.rs | 2 +- internal/backends/winit/lib.rs | 2 +- internal/backends/winit/renderer/femtovg.rs | 2 +- .../winit/renderer/femtovg/glcontext.rs | 2 +- internal/backends/winit/renderer/skia.rs | 2 +- internal/backends/winit/renderer/sw.rs | 2 +- internal/backends/winit/wasm_input_helper.rs | 2 +- internal/backends/winit/winitwindowadapter.rs | 2 +- internal/common/Cargo.toml | 4 ++-- internal/common/enums.rs | 2 +- internal/common/key_codes.rs | 2 +- internal/common/lib.rs | 2 +- internal/common/sharedfontdb.rs | 2 +- internal/common/sharedfontdb/fontconfig.rs | 2 +- internal/compiler/Cargo.toml | 4 ++-- internal/compiler/build.rs | 2 +- internal/compiler/builtin_macros.rs | 2 +- internal/compiler/builtins.slint | 2 +- internal/compiler/diagnostics.rs | 2 +- internal/compiler/embedded_resources.rs | 2 +- internal/compiler/expression_tree.rs | 2 +- internal/compiler/fileaccess.rs | 2 +- internal/compiler/generator.rs | 2 +- internal/compiler/generator/cpp.rs | 2 +- internal/compiler/generator/rust.rs | 2 +- internal/compiler/langtype.rs | 2 +- internal/compiler/layout.rs | 2 +- internal/compiler/lexer.rs | 2 +- internal/compiler/lib.rs | 2 +- internal/compiler/literals.rs | 2 +- internal/compiler/llr.rs | 2 +- internal/compiler/llr/expression.rs | 2 +- internal/compiler/llr/item_tree.rs | 2 +- internal/compiler/llr/lower_expression.rs | 2 +- internal/compiler/llr/lower_to_item_tree.rs | 2 +- .../llr/optim_passes/count_property_use.rs | 2 +- .../llr/optim_passes/inline_expressions.rs | 2 +- internal/compiler/llr/pretty_print.rs | 2 +- internal/compiler/load_builtins.rs | 2 +- internal/compiler/lookup.rs | 2 +- internal/compiler/namedreference.rs | 2 +- internal/compiler/object_tree.rs | 2 +- internal/compiler/parser-test-macro/Cargo.toml | 4 ++-- internal/compiler/parser-test-macro/lib.rs | 2 +- internal/compiler/parser.rs | 2 +- internal/compiler/parser/document.rs | 2 +- internal/compiler/parser/element.rs | 2 +- internal/compiler/parser/expressions.rs | 2 +- internal/compiler/parser/statements.rs | 2 +- internal/compiler/parser/type.rs | 2 +- internal/compiler/passes.rs | 2 +- .../apply_default_properties_from_style.rs | 2 +- internal/compiler/passes/binding_analysis.rs | 2 +- internal/compiler/passes/check_expressions.rs | 2 +- internal/compiler/passes/check_public_api.rs | 2 +- internal/compiler/passes/check_rotation.rs | 2 +- internal/compiler/passes/clip.rs | 2 +- .../compiler/passes/collect_custom_fonts.rs | 2 +- internal/compiler/passes/collect_globals.rs | 2 +- internal/compiler/passes/collect_init_code.rs | 2 +- .../passes/collect_structs_and_enums.rs | 2 +- .../compiler/passes/collect_subcomponents.rs | 2 +- internal/compiler/passes/compile_paths.rs | 2 +- internal/compiler/passes/const_propagation.rs | 2 +- .../passes/deduplicate_property_read.rs | 2 +- internal/compiler/passes/default_geometry.rs | 2 +- internal/compiler/passes/embed_glyphs.rs | 2 +- internal/compiler/passes/embed_images.rs | 2 +- internal/compiler/passes/ensure_window.rs | 2 +- internal/compiler/passes/flickable.rs | 2 +- internal/compiler/passes/focus_item.rs | 2 +- .../compiler/passes/generate_item_indices.rs | 2 +- .../compiler/passes/infer_aliases_types.rs | 2 +- internal/compiler/passes/inlining.rs | 2 +- .../passes/lower_absolute_coordinates.rs | 2 +- .../compiler/passes/lower_accessibility.rs | 2 +- internal/compiler/passes/lower_layout.rs | 2 +- internal/compiler/passes/lower_popups.rs | 2 +- .../passes/lower_property_to_element.rs | 2 +- internal/compiler/passes/lower_shadows.rs | 2 +- internal/compiler/passes/lower_states.rs | 2 +- internal/compiler/passes/lower_tabwidget.rs | 2 +- .../passes/lower_text_input_interface.rs | 2 +- .../passes/materialize_fake_properties.rs | 2 +- internal/compiler/passes/move_declarations.rs | 2 +- .../passes/optimize_useless_rectangles.rs | 2 +- internal/compiler/passes/purity_check.rs | 2 +- internal/compiler/passes/remove_aliases.rs | 2 +- .../passes/remove_unused_properties.rs | 2 +- internal/compiler/passes/repeater_component.rs | 2 +- .../compiler/passes/resolve_native_classes.rs | 2 +- internal/compiler/passes/resolving.rs | 2 +- internal/compiler/passes/unique_id.rs | 2 +- internal/compiler/passes/visible.rs | 2 +- internal/compiler/passes/z_order.rs | 2 +- internal/compiler/tests/consistent_styles.rs | 2 +- .../accessibility/accessible_properties.slint | 2 +- .../tests/syntax/analysis/binding_loop1.slint | 2 +- .../tests/syntax/analysis/binding_loop2.slint | 2 +- .../analysis/binding_loop_function.slint | 2 +- .../analysis/binding_loop_issue_772.slint | 2 +- .../syntax/analysis/binding_loop_layout.slint | 2 +- .../syntax/analysis/binding_loop_layout2.slint | 2 +- .../syntax/analysis/binding_loop_layout3.slint | 2 +- .../syntax/analysis/binding_loop_layout4.slint | 2 +- .../binding_loop_mappointtowindow.slint | 2 +- .../syntax/analysis/binding_loop_self.slint | 2 +- .../compiler/tests/syntax/basic/animate.slint | 2 +- .../compiler/tests/syntax/basic/array.slint | 2 +- .../compiler/tests/syntax/basic/assign.slint | 2 +- .../tests/syntax/basic/box_shadow.slint | 2 +- .../syntax/basic/children_placeholder.slint | 2 +- .../syntax/basic/children_placeholder_2.slint | 2 +- .../compiler/tests/syntax/basic/clip.slint | 2 +- .../compiler/tests/syntax/basic/comments.slint | 2 +- .../compiler/tests/syntax/basic/dialog.slint | 2 +- .../compiler/tests/syntax/basic/dialog2.slint | 2 +- .../tests/syntax/basic/double_binding.slint | 2 +- .../tests/syntax/basic/double_color.slint | 2 +- .../tests/syntax/basic/duplicated_id.slint | 2 +- .../compiler/tests/syntax/basic/easing.slint | 2 +- .../tests/syntax/basic/easing_not_called.slint | 2 +- .../compiler/tests/syntax/basic/empty.slint | 2 +- .../compiler/tests/syntax/basic/enums.slint | 2 +- internal/compiler/tests/syntax/basic/for.slint | 2 +- .../compiler/tests/syntax/basic/image.slint | 2 +- .../tests/syntax/basic/inline_component.slint | 2 +- .../tests/syntax/basic/item_as_property.slint | 2 +- .../compiler/tests/syntax/basic/layout.slint | 2 +- .../compiler/tests/syntax/basic/layout2.slint | 2 +- .../tests/syntax/basic/linear-gradient.slint | 2 +- .../tests/syntax/basic/object_in_binding.slint | 2 +- .../compiler/tests/syntax/basic/opacity.slint | 2 +- .../tests/syntax/basic/parse_error.slint | 2 +- .../compiler/tests/syntax/basic/path.slint | 2 +- .../tests/syntax/basic/path_commands.slint | 2 +- .../compiler/tests/syntax/basic/path_for.slint | 2 +- .../compiler/tests/syntax/basic/percent.slint | 2 +- .../compiler/tests/syntax/basic/popup.slint | 2 +- .../syntax/basic/property_animation.slint | 2 +- .../syntax/basic/property_declaration.slint | 2 +- .../property_declaration_in_component.slint | 2 +- .../tests/syntax/basic/radial-gradient.slint | 2 +- .../compiler/tests/syntax/basic/return.slint | 2 +- .../compiler/tests/syntax/basic/rotation.slint | 2 +- .../tests/syntax/basic/rust-attr.slint | 2 +- .../tests/syntax/basic/self_assign.slint | 2 +- .../compiler/tests/syntax/basic/signal.slint | 2 +- .../syntax/basic/states_transitions.slint | 2 +- .../syntax/basic/states_transitions2.slint | 2 +- .../syntax/basic/states_transitions3.slint | 2 +- .../tests/syntax/basic/states_two_way.slint | 2 +- .../tests/syntax/basic/sub_elements.slint | 2 +- .../tests/syntax/basic/supersimple.slint | 2 +- .../compiler/tests/syntax/basic/svg_path.slint | 2 +- internal/compiler/tests/syntax/basic/tr.slint | 2 +- internal/compiler/tests/syntax/basic/tr2.slint | 2 +- .../tests/syntax/basic/type_declaration.slint | 2 +- .../tests/syntax/basic/unknown_item.slint | 2 +- .../compiler/tests/syntax/callbacks/init.slint | 2 +- .../tests/syntax/elements/listview.slint | 2 +- .../compiler/tests/syntax/elements/popup.slint | 2 +- .../tests/syntax/elements/tabwidget.slint | 2 +- .../tests/syntax/elements/tabwidget2.slint | 2 +- .../tests/syntax/elements/tabwidget3.slint | 2 +- .../syntax/exports/export_duplicates.slint | 2 +- .../syntax/exports/reexport_duplicate.slint | 2 +- .../syntax/exports/root_compo_export.slint | 2 +- .../syntax/exports/root_compo_export2.slint | 2 +- .../exports/single_global_missing_export.slint | 2 +- .../tests/syntax/exports/unused_compo.slint | 2 +- .../syntax/expressions/arithmetic_op.slint | 2 +- .../expressions/comparison_operator.slint | 2 +- .../expressions/condition_operator.slint | 2 +- .../tests/syntax/expressions/minmax.slint | 2 +- .../tests/syntax/expressions/strings.slint | 2 +- .../tests/syntax/expressions/unary_op.slint | 2 +- .../tests/syntax/focus/focus_invalid.slint | 2 +- .../tests/syntax/focus/focus_not_called.slint | 2 +- .../syntax/focus/initial_focus_non_input.slint | 2 +- .../tests/syntax/functions/functions.slint | 2 +- .../syntax/functions/functions_call.slint | 2 +- .../syntax/functions/functions_purity.slint | 2 +- .../tests/syntax/imports/cyclic_import.slint | 2 +- .../tests/syntax/imports/error_in_import.slint | 2 +- .../syntax/imports/error_in_import2.slint | 2 +- .../syntax/imports/error_in_import3.slint | 2 +- .../compiler/tests/syntax/imports/font.slint | 2 +- .../tests/syntax/imports/import_builtin.slint | 2 +- .../tests/syntax/imports/import_error2.slint | 2 +- .../tests/syntax/imports/import_errors.slint | 2 +- .../syntax/imports/import_parse_error1.slint | 2 +- .../syntax/imports/import_parse_error2.slint | 2 +- .../syntax/imports/import_parse_error3.slint | 2 +- .../syntax/imports/import_parse_error4.slint | 2 +- .../syntax/imports/import_parse_error5.slint | 2 +- .../tests/syntax/imports/invalid_export.slint | 2 +- .../syntax/imports/visibility_errors.slint | 2 +- .../tests/syntax/layout/if_in_grid.slint | 2 +- .../tests/syntax/layout/min_max_conflict.slint | 2 +- .../tests/syntax/lookup/array_index.slint | 2 +- .../tests/syntax/lookup/callback_alias.slint | 2 +- .../tests/syntax/lookup/callback_alias2.slint | 2 +- .../tests/syntax/lookup/callback_alias3.slint | 2 +- .../syntax/lookup/callback_not_called.slint | 2 +- .../tests/syntax/lookup/callback_return.slint | 2 +- .../compiler/tests/syntax/lookup/color.slint | 2 +- .../tests/syntax/lookup/conversion.slint | 2 +- .../compiler/tests/syntax/lookup/dashes.slint | 2 +- .../syntax/lookup/deprecated_property.slint | 2 +- .../compiler/tests/syntax/lookup/enum.slint | 2 +- .../tests/syntax/lookup/for_lookup.slint | 2 +- .../compiler/tests/syntax/lookup/global.slint | 2 +- internal/compiler/tests/syntax/lookup/if.slint | 2 +- .../tests/syntax/lookup/issue_1461.slint | 2 +- .../tests/syntax/lookup/property.slint | 2 +- .../syntax/lookup/recover_id_lookup.slint | 2 +- .../tests/syntax/lookup/signal_arg.slint | 2 +- .../tests/syntax/lookup/two_way_binding.slint | 2 +- .../syntax/lookup/two_way_binding_infer.slint | 2 +- .../syntax/lookup/two_way_binding_model.slint | 2 +- .../syntax/new_syntax/deprecated_syntax.slint | 2 +- .../tests/syntax/new_syntax/input_output.slint | 2 +- .../syntax/new_syntax/input_output2.slint | 2 +- .../syntax/new_syntax/new_component.slint | 2 +- .../tests/syntax/new_syntax/new_lookup.slint | 2 +- .../new_syntax/two_way_input_output.slint | 2 +- .../parse_error/children_placeholder0.slint | 2 +- .../tests/syntax/parse_error/export0.slint | 2 +- .../tests/syntax/parse_error/export1.slint | 2 +- .../tests/syntax/parse_error/if0.slint | 2 +- .../tests/syntax/parse_error/if1.slint | 2 +- .../tests/syntax/parse_error/if2.slint | 2 +- .../tests/syntax/parse_error/if3.slint | 2 +- .../tests/syntax/parse_error/if4.slint | 2 +- .../tests/syntax/parse_error/property1.slint | 2 +- .../tests/syntax/parse_error/property2.slint | 2 +- .../tests/syntax/parse_error/state1.slint | 2 +- .../tests/syntax/parse_error/state2.slint | 2 +- .../tests/syntax/parse_error/state3.slint | 2 +- internal/compiler/tests/syntax_tests.rs | 2 +- .../custom_style/TestStyle/std-widgets.slint | 2 +- .../tests/typeloader/dependency_local.slint | 2 +- .../typeloader/dependency_test_main.slint | 2 +- .../incpath/dependency_from_incpath.slint | 2 +- .../typeloader/incpath/local_helper_type.slint | 2 +- .../tests/typeloader/incpath/should_fail.slint | 2 +- .../typeloader/incpath/should_fail2.slint | 2 +- .../typeloader/incpath/should_fail3.slint | 2 +- .../typeloader/incpath/should_fail4.slint | 2 +- .../tests/typeloader/recursive_import1.slint | 2 +- .../tests/typeloader/recursive_import2.slint | 2 +- .../tests/typeloader/some_rust_file.rs | 2 +- internal/compiler/typeloader.rs | 2 +- internal/compiler/typeregister.rs | 2 +- internal/compiler/widgets/common/common.slint | 2 +- .../widgets/common/standardbutton.slint | 2 +- .../compiler/widgets/fluent-base/button.slint | 2 +- .../widgets/fluent-base/checkbox.slint | 2 +- .../widgets/fluent-base/combobox.slint | 2 +- .../widgets/fluent-base/components.slint | 2 +- .../widgets/fluent-base/groupbox.slint | 2 +- .../compiler/widgets/fluent-base/layouts.slint | 2 +- .../widgets/fluent-base/lineedit.slint | 2 +- .../widgets/fluent-base/listview.slint | 2 +- .../fluent-base/progressindicator.slint | 2 +- .../widgets/fluent-base/scrollview.slint | 2 +- .../compiler/widgets/fluent-base/slider.slint | 2 +- .../compiler/widgets/fluent-base/spinbox.slint | 2 +- .../widgets/fluent-base/std-widgets-base.slint | 2 +- .../widgets/fluent-base/std-widgets-impl.slint | 2 +- .../compiler/widgets/fluent-base/styling.slint | 2 +- .../compiler/widgets/fluent-base/switch.slint | 2 +- .../widgets/fluent-base/tableview.slint | 2 +- .../widgets/fluent-base/tabwidget.slint | 2 +- .../widgets/fluent-base/textedit.slint | 2 +- .../widgets/fluent-dark/color-scheme.slint | 2 +- .../widgets/fluent-dark/std-widgets-impl.slint | 2 +- .../widgets/fluent-dark/std-widgets.slint | 2 +- .../widgets/fluent-light/color-scheme.slint | 2 +- .../fluent-light/std-widgets-impl.slint | 2 +- .../widgets/fluent-light/std-widgets.slint | 2 +- .../compiler/widgets/fluent/color-scheme.slint | 2 +- .../widgets/fluent/std-widgets-impl.slint | 2 +- .../compiler/widgets/fluent/std-widgets.slint | 2 +- .../widgets/material-base/button.slint | 2 +- .../widgets/material-base/checkbox.slint | 2 +- .../widgets/material-base/combobox.slint | 2 +- .../widgets/material-base/components.slint | 2 +- .../widgets/material-base/groupbox.slint | 2 +- .../widgets/material-base/layouts.slint | 2 +- .../widgets/material-base/lineedit.slint | 2 +- .../widgets/material-base/listview.slint | 2 +- .../material-base/progressindicator.slint | 2 +- .../widgets/material-base/scrollview.slint | 2 +- .../widgets/material-base/slider.slint | 2 +- .../widgets/material-base/spinbox.slint | 2 +- .../material-base/std-widgets-base.slint | 2 +- .../material-base/std-widgets-impl.slint | 2 +- .../widgets/material-base/styling.slint | 2 +- .../widgets/material-base/switch.slint | 2 +- .../widgets/material-base/tableview.slint | 2 +- .../widgets/material-base/tabwidget.slint | 2 +- .../widgets/material-dark/color-scheme.slint | 2 +- .../material-dark/std-widgets-impl.slint | 2 +- .../widgets/material-dark/std-widgets.slint | 2 +- .../widgets/material-light/color-scheme.slint | 2 +- .../material-light/std-widgets-impl.slint | 2 +- .../widgets/material-light/std-widgets.slint | 2 +- .../widgets/material/color-scheme.slint | 2 +- .../widgets/material/std-widgets-impl.slint | 2 +- .../widgets/material/std-widgets.slint | 2 +- .../widgets/native/std-widgets-impl.slint | 2 +- .../compiler/widgets/native/std-widgets.slint | 2 +- internal/core-macros/Cargo.toml | 4 ++-- internal/core-macros/lib.rs | 2 +- internal/core/Cargo.toml | 4 ++-- internal/core/accessibility.rs | 2 +- internal/core/animations.rs | 2 +- internal/core/api.rs | 2 +- internal/core/callbacks.rs | 2 +- internal/core/component.rs | 2 +- internal/core/future.rs | 2 +- internal/core/graphics.rs | 2 +- internal/core/graphics/bitmapfont.rs | 2 +- internal/core/graphics/boxshadowcache.rs | 2 +- internal/core/graphics/brush.rs | 2 +- internal/core/graphics/color.rs | 2 +- internal/core/graphics/image.rs | 2 +- internal/core/graphics/image/cache.rs | 2 +- internal/core/graphics/image/htmlimage.rs | 2 +- internal/core/graphics/image/svg.rs | 2 +- internal/core/graphics/path.rs | 2 +- .../graphics/rendering_metrics_collector.rs | 2 +- internal/core/input.rs | 2 +- internal/core/item_focus.rs | 2 +- internal/core/item_rendering.rs | 2 +- internal/core/item_tree.rs | 2 +- internal/core/items.rs | 2 +- internal/core/items/flickable.rs | 2 +- internal/core/items/image.rs | 2 +- internal/core/items/path.rs | 2 +- internal/core/items/text.rs | 2 +- internal/core/layout.rs | 2 +- internal/core/lengths.rs | 2 +- internal/core/lib.rs | 2 +- internal/core/model.rs | 2 +- internal/core/model/adapters.rs | 2 +- internal/core/model/model_peer.rs | 2 +- internal/core/platform.rs | 2 +- internal/core/properties.rs | 2 +- internal/core/properties/ffi.rs | 2 +- .../core/properties/properties_animations.rs | 2 +- internal/core/renderer.rs | 2 +- internal/core/rtti.rs | 2 +- internal/core/sharedvector.rs | 2 +- internal/core/slice.rs | 2 +- internal/core/software_renderer.rs | 2 +- .../core/software_renderer/draw_functions.rs | 2 +- internal/core/software_renderer/fonts.rs | 2 +- .../core/software_renderer/fonts/pixelfont.rs | 2 +- .../software_renderer/fonts/systemfonts.rs | 2 +- .../core/software_renderer/fonts/vectorfont.rs | 2 +- internal/core/string.rs | 2 +- internal/core/tests.rs | 2 +- internal/core/textlayout.rs | 2 +- internal/core/textlayout/fragments.rs | 2 +- internal/core/textlayout/glyphclusters.rs | 2 +- internal/core/textlayout/linebreak_simple.rs | 2 +- internal/core/textlayout/linebreak_unicode.rs | 2 +- internal/core/textlayout/linebreaker.rs | 2 +- internal/core/textlayout/shaping.rs | 2 +- internal/core/timers.rs | 2 +- internal/core/translations.rs | 2 +- internal/core/unsafe_single_threaded.rs | 2 +- internal/core/window.rs | 2 +- internal/interpreter/Cargo.toml | 4 ++-- internal/interpreter/api.rs | 2 +- internal/interpreter/dynamic_component.rs | 2 +- internal/interpreter/dynamic_type.rs | 2 +- internal/interpreter/eval.rs | 2 +- internal/interpreter/eval_layout.rs | 2 +- internal/interpreter/ffi.rs | 2 +- internal/interpreter/global_component.rs | 2 +- internal/interpreter/highlight.rs | 2 +- internal/interpreter/lib.rs | 2 +- internal/interpreter/migration.rs | 3 ++- internal/interpreter/tests.rs | 2 +- internal/interpreter/value_model.rs | 2 +- internal/renderers/femtovg/Cargo.toml | 4 ++-- internal/renderers/femtovg/fonts.rs | 2 +- internal/renderers/femtovg/images.rs | 2 +- internal/renderers/femtovg/itemrenderer.rs | 2 +- internal/renderers/femtovg/lib.rs | 2 +- internal/renderers/skia/Cargo.toml | 4 ++-- internal/renderers/skia/build.rs | 2 +- internal/renderers/skia/cached_image.rs | 2 +- internal/renderers/skia/d3d_surface.rs | 2 +- internal/renderers/skia/itemrenderer.rs | 2 +- internal/renderers/skia/lib.rs | 2 +- internal/renderers/skia/metal_surface.rs | 2 +- internal/renderers/skia/opengl_surface.rs | 2 +- internal/renderers/skia/textlayout.rs | 2 +- internal/renderers/skia/vulkan_surface.rs | 2 +- scripts/prepare_binary_package.sh | 2 +- scripts/prepare_vscode_nightly.sh | 2 +- scripts/publish.sh | 2 +- tests/cases/absolute_coords.slint | 2 +- tests/cases/accessibility/materialized.slint | 2 +- .../bindings/animated_default_geometry.slint | 2 +- tests/cases/bindings/change_sub_property.slint | 2 +- .../cases/bindings/change_sub_property2.slint | 2 +- .../change_sub_property_indirection.slint | 2 +- ...ge_sub_property_indirection_issue2185.slint | 2 +- .../bindings/issue_1026_opacity_alias.slint | 2 +- .../bindings/issue_345_opacity_animation.slint | 2 +- .../bindings/issue_385_default_geom.slint | 2 +- tests/cases/bindings/multiple_two_way.slint | 2 +- tests/cases/bindings/override.slint | 2 +- tests/cases/bindings/two_way_binding.slint | 2 +- tests/cases/bindings/two_way_binding2.slint | 2 +- .../bindings/two_way_binding_animation.slint | 2 +- .../cases/bindings/two_way_binding_extra.slint | 2 +- tests/cases/bindings/two_way_bug.slint | 2 +- tests/cases/bindings/two_way_deep.slint | 2 +- tests/cases/bindings/two_way_model.slint | 2 +- tests/cases/bindings/two_way_priority.slint | 2 +- .../bindings/two_way_priority_default.slint | 2 +- tests/cases/bindings/two_way_simple.slint | 2 +- tests/cases/callbacks/callback_alias.slint | 2 +- .../callbacks/callback_name_conflicts.slint | 2 +- tests/cases/callbacks/functions.slint | 2 +- tests/cases/callbacks/handler.slint | 2 +- tests/cases/callbacks/handler_with_arg.slint | 2 +- tests/cases/callbacks/init.slint | 2 +- .../callbacks/init_access_base_compo.slint | 2 +- tests/cases/callbacks/init_layout.slint | 2 +- tests/cases/callbacks/init_popup.slint | 2 +- tests/cases/callbacks/return_value.slint | 2 +- .../cases/children/children_placeholder.slint | 2 +- .../children_placeholder_two_levels.slint | 2 +- tests/cases/children/zorder.slint | 2 +- tests/cases/conditional/cast.slint | 2 +- tests/cases/conditional/expr.slint | 2 +- tests/cases/conditional/stm.slint | 2 +- tests/cases/crashes/access_ellided_prop.slint | 2 +- .../cases/crashes/access_moved_propdecl.slint | 2 +- tests/cases/crashes/alias_in_if.slint | 2 +- tests/cases/crashes/empty_listview.slint | 2 +- .../crashes/issue1113_popup_in_repeater.slint | 2 +- .../crashes/issue1267_opacity_in_layout.slint | 2 +- tests/cases/crashes/issue1271_set_in_if.slint | 2 +- .../issue1327_inlined_state_property.slint | 2 +- .../crashes/issue1659_combobox_in_tab.slint | 2 +- .../issue173_uninitialized_globals.slint | 2 +- .../cases/crashes/issue_1009_const_alias.slint | 2 +- .../issue_1233_listview_const_shadow.slint | 2 +- .../crashes/issue_2274_const_state_crash.slint | 2 +- .../issue_422_enclosing_component.slint | 2 +- .../issue_983_listview_const_width.slint | 2 +- tests/cases/crashes/layout_deleted_item.slint | 2 +- .../cases/crashes/layout_if_in_component.slint | 2 +- .../crashes/link_two_way_geometry_if.slint | 2 +- .../cases/crashes/optimized_item_shadow.slint | 2 +- .../cases/crashes/optimized_popup_parent.slint | 2 +- tests/cases/crashes/shadow_fixed_width.slint | 2 +- tests/cases/crashes/subsubcomponent.slint | 2 +- tests/cases/crashes/subsubcomponent2.slint | 2 +- .../cases/crashes/unused_callback_alias.slint | 2 +- tests/cases/elements/dialog.slint | 2 +- tests/cases/elements/flickable.slint | 2 +- tests/cases/elements/flickable2.slint | 2 +- tests/cases/elements/flickable3.slint | 2 +- .../elements/flickable_in_flickable.slint | 2 +- tests/cases/elements/image.slint | 2 +- tests/cases/elements/image_geometry.slint | 2 +- tests/cases/elements/listview.slint | 2 +- tests/cases/elements/listview_click_open.slint | 2 +- tests/cases/elements/path.slint | 2 +- tests/cases/elements/path_fit.slint | 2 +- tests/cases/elements/popupwindow.slint | 2 +- tests/cases/elements/popupwindow_close.slint | 2 +- tests/cases/elements/tabwidget.slint | 2 +- tests/cases/elements/togglebutton.slint | 2 +- tests/cases/elements/toucharea.slint | 2 +- tests/cases/examples/box_shadow_use.slint | 2 +- tests/cases/examples/color.slint | 2 +- tests/cases/examples/colored_image.slint | 2 +- tests/cases/examples/hello.slint | 2 +- tests/cases/examples/image_fit.slint | 2 +- tests/cases/examples/image_rendering.slint | 2 +- tests/cases/examples/key_press.slint | 2 +- tests/cases/examples/layer.slint | 2 +- tests/cases/examples/opacity.slint | 2 +- tests/cases/examples/path_fill_rule.slint | 2 +- tests/cases/examples/path_viewbox.slint | 2 +- tests/cases/examples/plusminus.slint | 2 +- tests/cases/examples/rectangle_clip.slint | 2 +- tests/cases/examples/rotate.slint | 2 +- tests/cases/examples/sample_component.slint | 2 +- tests/cases/examples/window_default_font.slint | 2 +- tests/cases/exports/export_root.slint | 2 +- tests/cases/expr/abs.slint | 2 +- tests/cases/expr/acos.slint | 2 +- tests/cases/expr/animation_tick.slint | 2 +- tests/cases/expr/arithmetic.slint | 2 +- tests/cases/expr/asin.slint | 2 +- tests/cases/expr/atan.slint | 2 +- tests/cases/expr/ceil.slint | 2 +- tests/cases/expr/comparison.slint | 2 +- tests/cases/expr/cos.slint | 2 +- tests/cases/expr/debug.slint | 2 +- tests/cases/expr/floor.slint | 2 +- tests/cases/expr/log.slint | 2 +- tests/cases/expr/math.slint | 2 +- tests/cases/expr/minmax.slint | 2 +- tests/cases/expr/mod.slint | 2 +- tests/cases/expr/pow.slint | 2 +- tests/cases/expr/return.slint | 2 +- tests/cases/expr/round.slint | 2 +- tests/cases/expr/sin.slint | 2 +- tests/cases/expr/sqrt.slint | 2 +- tests/cases/expr/string_concatenation.slint | 2 +- tests/cases/expr/string_template.slint | 2 +- tests/cases/expr/tan.slint | 2 +- tests/cases/expr/tr.slint | 2 +- tests/cases/expr/trigo.slint | 2 +- tests/cases/focus/event_propagation.slint | 2 +- tests/cases/focus/event_propagation_2.slint | 2 +- tests/cases/focus/event_propagation_3.slint | 2 +- tests/cases/focus/focus_change.slint | 2 +- tests/cases/focus/focus_change_subcompo.slint | 2 +- .../focus/focus_change_through_signal.slint | 2 +- tests/cases/focus/forward.slint | 2 +- tests/cases/focus/initial_focus.slint | 2 +- .../initial_focus_through_component.slint | 2 +- .../focus/initial_focus_through_layout.slint | 2 +- tests/cases/focus/keyboard_focus.slint | 2 +- tests/cases/focus/keyboard_focus2.slint | 2 +- tests/cases/focus/text-input-focused.slint | 2 +- tests/cases/globals/alias_to_global.slint | 2 +- tests/cases/globals/global_accessor_api.slint | 2 +- tests/cases/globals/global_alias.slint | 2 +- tests/cases/globals/global_binding.slint | 2 +- tests/cases/globals/global_binding_const.slint | 2 +- tests/cases/globals/global_callback.slint | 2 +- .../globals/global_depends_on_global.slint | 2 +- .../issue_2064_two_way_default_value.slint | 2 +- tests/cases/imports/duplicated_name.slint | 2 +- tests/cases/imports/exported_component.slint | 2 +- tests/cases/imports/external_globals.slint | 2 +- .../imports/external_globals_nameclash.slint | 2 +- tests/cases/imports/external_structs.slint | 2 +- tests/cases/imports/external_type.slint | 2 +- tests/cases/imports/import_multi.slint | 2 +- tests/cases/imports/just_import.slint | 2 +- tests/cases/imports/reexport.slint | 2 +- tests/cases/input/clip_mouse.slint | 2 +- tests/cases/input/visible_mouse.slint | 2 +- .../issues/issue_1837_percent_comparison.slint | 2 +- .../issues/issue_1846_visibility_in_for.slint | 2 +- .../issues/issue_2483_access_spacing.slint | 2 +- .../issues/issue_2608_canon_img_path.slint | 2 +- tests/cases/issues/issue_2717_has-hover.slint | 2 +- .../issues/issue_2780_listview_crash.slint | 2 +- tests/cases/issues/name_conflicts.slint | 2 +- tests/cases/layout/box_alignment.slint | 2 +- tests/cases/layout/box_precentages.slint | 2 +- tests/cases/layout/box_preferred_size.slint | 2 +- tests/cases/layout/default_fill.slint | 2 +- tests/cases/layout/flickable_in_layout.slint | 2 +- .../layout/geometry_center_by_default.slint | 2 +- tests/cases/layout/grid.slint | 2 +- tests/cases/layout/grid2.slint | 2 +- tests/cases/layout/grid_fixed_size.slint | 2 +- tests/cases/layout/grid_min_max.slint | 2 +- tests/cases/layout/grid_padding.slint | 2 +- tests/cases/layout/grid_preferred_size.slint | 2 +- tests/cases/layout/grid_span.slint | 2 +- tests/cases/layout/grid_within_for.slint | 2 +- tests/cases/layout/height_for_width.slint | 2 +- tests/cases/layout/horizontal_for.slint | 2 +- tests/cases/layout/horizontal_sizes.slint | 2 +- ...sue_1057_listview_subcomponent_height.slint | 2 +- tests/cases/layout/issue_140.slint | 2 +- .../layout/issue_147_for_explicit_size.slint | 2 +- .../issue_147_for_explicit_size_merge.slint | 2 +- tests/cases/layout/issue_149_nested_for.slint | 2 +- tests/cases/layout/issue_160_box_min_max.slint | 2 +- tests/cases/layout/issue_167_if_relayout.slint | 2 +- .../issue_407_for_layout_in_flickable.slint | 2 +- .../layout/issue_553_materialized_init.slint | 2 +- .../issue_783_constraint_from_children.slint | 2 +- tests/cases/layout/materialized_minmax.slint | 2 +- tests/cases/layout/nested_boxes.slint | 2 +- tests/cases/layout/nested_grid.slint | 2 +- tests/cases/layout/nested_grid_2.slint | 2 +- tests/cases/layout/nested_grid_minmax.slint | 2 +- tests/cases/layout/opacity_in_layout.slint | 2 +- tests/cases/layout/override_from_parent.slint | 2 +- .../layout/special_default_geometry.slint | 2 +- tests/cases/layout/text_no_wrap.slint | 2 +- tests/cases/layout/text_preferred_size.slint | 2 +- tests/cases/layout/vertical_if.slint | 2 +- tests/cases/layout/window_preferred.slint | 2 +- tests/cases/lookup/global_lookup.slint | 2 +- tests/cases/lookup/id_lookup.slint | 2 +- tests/cases/lookup/renamed_elements.slint | 2 +- tests/cases/models/array.slint | 2 +- tests/cases/models/assign_equal_model.slint | 2 +- tests/cases/models/for.slint | 2 +- tests/cases/models/if.slint | 2 +- tests/cases/models/if_cond_property.slint | 2 +- tests/cases/models/if_lookup.slint | 2 +- tests/cases/models/listview_model_change.slint | 2 +- tests/cases/models/model.slint | 2 +- tests/cases/models/model_in_struct.slint | 2 +- tests/cases/models/negative_intmodel.slint | 2 +- tests/cases/models/repeater_model_change.slint | 2 +- tests/cases/models/scrolled_model.slint | 2 +- tests/cases/models/write_to_model.slint | 2 +- .../models/write_to_model_sub_component.slint | 2 +- .../properties/animation_from_click.slint | 2 +- tests/cases/properties/animation_merging.slint | 2 +- tests/cases/properties/dashes.slint | 2 +- .../cases/properties/delayed_transitions.slint | 2 +- .../properties/issue1237_states_visible.slint | 2 +- .../cases/properties/property_animation.slint | 2 +- .../property_animation_restart.slint | 2 +- tests/cases/properties/states.slint | 2 +- .../properties/states_with_animation.slint | 2 +- tests/cases/properties/transitions.slint | 2 +- tests/cases/properties/transitions2.slint | 2 +- tests/cases/simple.slint | 2 +- .../cases/subcomponents/nested_repeater.slint | 2 +- tests/cases/subcomponents/no_children.slint | 2 +- tests/cases/subcomponents/repeaters.slint | 2 +- tests/cases/text/control_keys_input.slint | 2 +- tests/cases/text/cursor_move.slint | 2 +- tests/cases/text/cursor_move_grapheme.slint | 2 +- tests/cases/text/custom_font.slint | 2 +- tests/cases/text/cut.slint | 2 +- tests/cases/text/default_color.slint | 2 +- tests/cases/text/input_type.slint | 2 +- tests/cases/text/keyboard_modifiers.slint | 2 +- tests/cases/text/select_all.slint | 2 +- tests/cases/text/select_double_click.slint | 2 +- tests/cases/text/select_dribble_click.slint | 2 +- tests/cases/text/surrogate_cursor.slint | 2 +- tests/cases/text/text_change.slint | 2 +- tests/cases/text/text_property_change.slint | 2 +- tests/cases/text/textinput_functions.slint | 2 +- tests/cases/types/angles.slint | 2 +- tests/cases/types/array.slint | 2 +- tests/cases/types/bool.slint | 2 +- tests/cases/types/brush.slint | 2 +- tests/cases/types/color.slint | 2 +- tests/cases/types/cubic-bezier.slint | 2 +- tests/cases/types/duration.slint | 2 +- tests/cases/types/enum_compare.slint | 2 +- tests/cases/types/enums.slint | 2 +- tests/cases/types/functions.slint | 2 +- tests/cases/types/gradients.slint | 2 +- tests/cases/types/length.slint | 2 +- tests/cases/types/nested_struct.slint | 2 +- tests/cases/types/object.slint | 2 +- tests/cases/types/percent.slint | 2 +- tests/cases/types/relative_lengths.slint | 2 +- tests/cases/types/rem.slint | 2 +- tests/cases/types/resource.slint | 2 +- tests/cases/types/string.slint | 2 +- tests/cases/types/string_to_float.slint | 2 +- tests/cases/types/structs.slint | 2 +- tests/cases/types/structs2.slint | 2 +- tests/cases/types/structs_keyword.slint | 2 +- tests/doctests/Cargo.toml | 4 ++-- tests/doctests/build.rs | 2 +- tests/doctests/main.rs | 2 +- tests/driver/cpp/Cargo.toml | 4 ++-- tests/driver/cpp/build.rs | 2 +- tests/driver/cpp/cppdriver.rs | 2 +- tests/driver/cpp/main.rs | 2 +- tests/driver/driverlib/Cargo.toml | 4 ++-- tests/driver/driverlib/lib.rs | 2 +- tests/driver/interpreter/Cargo.toml | 4 ++-- tests/driver/interpreter/build.rs | 2 +- tests/driver/interpreter/interpreter.rs | 2 +- tests/driver/interpreter/main.rs | 2 +- tests/driver/nodejs/Cargo.toml | 4 ++-- tests/driver/nodejs/build.rs | 2 +- tests/driver/nodejs/main.rs | 2 +- tests/driver/nodejs/nodejs.rs | 2 +- tests/driver/rust/Cargo.toml | 4 ++-- tests/driver/rust/build.rs | 2 +- tests/driver/rust/main.rs | 2 +- tests/helper_components/export_globals.slint | 2 +- tests/helper_components/export_structs.slint | 2 +- tests/helper_components/main_window.slint | 2 +- tests/helper_components/re_export.slint | 2 +- tests/helper_components/re_export_all.slint | 2 +- tests/helper_components/test_button.slint | 2 +- tests/manual/opacity_inheritance.slint | 2 +- tests/screenshots/Cargo.toml | 4 ++-- tests/screenshots/build.rs | 2 +- .../cases/software/basic/border.slint | 2 +- .../software/basic/linear-gradients.slint | 2 +- .../screenshots/cases/software/basic/rgb.slint | 2 +- .../software/basic/text-input-selection.slint | 2 +- .../cases/software/basic/text-input.slint | 2 +- .../cases/software/basic/text.slint | 2 +- tests/screenshots/main.rs | 2 +- tests/screenshots/testing.rs | 2 +- tools/compiler/Cargo.toml | 4 ++-- tools/compiler/main.rs | 2 +- tools/figma_import/Cargo.toml | 2 +- tools/figma_import/src/figmatypes.rs | 2 +- tools/figma_import/src/main.rs | 2 +- tools/figma_import/src/rendered.rs | 2 +- tools/fmt/Cargo.toml | 4 ++-- tools/fmt/fmt.rs | 2 +- tools/fmt/lib.rs | 2 +- tools/fmt/main.rs | 2 +- tools/fmt/writer.rs | 3 ++- tools/lsp/Cargo.toml | 4 ++-- tools/lsp/completion.rs | 2 +- tools/lsp/goto.rs | 2 +- tools/lsp/lsp_ext.rs | 2 +- tools/lsp/main.rs | 2 +- tools/lsp/preview.rs | 2 +- tools/lsp/properties.rs | 2 +- tools/lsp/semantic_tokens.rs | 2 +- tools/lsp/server_loop.rs | 2 +- tools/lsp/test.rs | 2 +- tools/lsp/util.rs | 2 +- tools/lsp/wasm_main.rs | 2 +- tools/slintpad/cypress.config.ts | 2 +- tools/slintpad/cypress/e2e/smoke_test.cy.ts | 2 +- tools/slintpad/cypress/plugins/index.ts | 2 +- tools/slintpad/cypress/support/commands.ts | 2 +- tools/slintpad/cypress/support/e2e.ts | 2 +- tools/slintpad/src/dialogs.ts | 2 +- tools/slintpad/src/editor_widget.ts | 2 +- tools/slintpad/src/github.ts | 2 +- tools/slintpad/src/highlighting.ts | 2 +- tools/slintpad/src/index.ts | 2 +- tools/slintpad/src/lsp.ts | 2 +- tools/slintpad/src/lsp_integration.ts | 2 +- tools/slintpad/src/outline_widget.ts | 2 +- tools/slintpad/src/preview.ts | 2 +- tools/slintpad/src/preview_widget.ts | 2 +- tools/slintpad/src/properties_widget.ts | 2 +- tools/slintpad/src/proxy.ts | 2 +- .../src/service_worker/service_worker.ts | 2 +- tools/slintpad/src/shared/lsp_commands.ts | 2 +- tools/slintpad/src/shared/properties.ts | 2 +- tools/slintpad/src/text.ts | 2 +- tools/slintpad/src/types.ts | 2 +- tools/slintpad/src/welcome_widget.ts | 2 +- tools/slintpad/src/worker/lsp_worker.ts | 2 +- tools/slintpad/src/worker/monaco_worker.mjs | 2 +- tools/slintpad/src/worker/types.ts | 2 +- tools/slintpad/vite.config.ts | 2 +- tools/tr-extractor/Cargo.toml | 4 ++-- tools/tr-extractor/main.rs | 2 +- tools/updater/Cargo.toml | 4 ++-- tools/updater/experiments/geometry_changes.rs | 2 +- .../experiments/input_output_properties.rs | 2 +- tools/updater/experiments/lookup_changes.rs | 2 +- .../experiments/new_component_declaration.rs | 2 +- tools/updater/experiments/purity.rs | 2 +- tools/updater/experiments/transitions.rs | 2 +- tools/updater/main.rs | 2 +- tools/updater/transforms/renames.rs | 2 +- tools/viewer/Cargo.toml | 4 ++-- tools/viewer/main.rs | 2 +- xtask/Cargo.toml | 4 ++-- xtask/src/cppdocs.rs | 2 +- xtask/src/license_headers_check.rs | 4 ++-- xtask/src/main.rs | 2 +- xtask/src/nodepackage.rs | 2 +- xtask/src/reuse_compliance_check.rs | 2 +- xtask/src/slintdocs.rs | 2 +- 930 files changed, 974 insertions(+), 972 deletions(-) rename LICENSES/{LicenseRef-Slint-Royalty-free-1.0.md => LicenseRef-Slint-Royalty-free-1.1.md} (100%) diff --git a/.cargo/config b/.cargo/config index beb2d2d4b6d..dd0318d3562 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [alias] xtask = "run --package xtask --" diff --git a/.clang-format b/.clang-format index fee443b75a0..5233d71741c 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial --- # Webkit style was loosely based on the Qt style diff --git a/.github/actions/install-linux-dependencies/action.yaml b/.github/actions/install-linux-dependencies/action.yaml index 4d176202da2..b22560eedcd 100644 --- a/.github/actions/install-linux-dependencies/action.yaml +++ b/.github/actions/install-linux-dependencies/action.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # cSpell: ignore libxcb libxkbcommon xfixes --- diff --git a/.github/actions/install-nodejs/action.yaml b/.github/actions/install-nodejs/action.yaml index cbd4b25929d..e594e818dc6 100644 --- a/.github/actions/install-nodejs/action.yaml +++ b/.github/actions/install-nodejs/action.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial --- name: Install NodeJS diff --git a/.github/actions/setup-rust/action.yaml b/.github/actions/setup-rust/action.yaml index 3cead46c28a..74dc2916718 100644 --- a/.github/actions/setup-rust/action.yaml +++ b/.github/actions/setup-rust/action.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # cSpell: ignore debuginfo rustflags swatinem diff --git a/.github/actions/test-online-editor/action.yaml b/.github/actions/test-online-editor/action.yaml index 29ed024575b..98c1e697b72 100644 --- a/.github/actions/test-online-editor/action.yaml +++ b/.github/actions/test-online-editor/action.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # cSpell: ignore vite diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index b8a8ae2bfe7..3a8b2522a8d 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Build various demo binaries, c++ packages and documentation and publish them on the website name: Build docs diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index da23e0310ae..a2ff2195b04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial name: CI diff --git a/.github/workflows/cpp_package.yaml b/.github/workflows/cpp_package.yaml index bb0f9e155f8..f4f2d0a6c01 100644 --- a/.github/workflows/cpp_package.yaml +++ b/.github/workflows/cpp_package.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial name: Build the C++ binary package diff --git a/.github/workflows/crater.yaml b/.github/workflows/crater.yaml index 1720dadbf55..a1b3985ece9 100644 --- a/.github/workflows/crater.yaml +++ b/.github/workflows/crater.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # This workflow checks out and build a bunch of crates that uses Slint, # with the current branch diff --git a/.github/workflows/embedded_build.yaml b/.github/workflows/embedded_build.yaml index 503f6579dd7..7442af557a7 100644 --- a/.github/workflows/embedded_build.yaml +++ b/.github/workflows/embedded_build.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial name: Embedded Build diff --git a/.github/workflows/nightly_snapshot.yaml b/.github/workflows/nightly_snapshot.yaml index a1575e52c77..d29cf80e004 100644 --- a/.github/workflows/nightly_snapshot.yaml +++ b/.github/workflows/nightly_snapshot.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Build various demo binaries, c++ packages and documentation and publish them on the website name: Nightly snapshot diff --git a/.github/workflows/slint_tool_binary.yaml b/.github/workflows/slint_tool_binary.yaml index 9f19df6ee72..164502e4b2a 100644 --- a/.github/workflows/slint_tool_binary.yaml +++ b/.github/workflows/slint_tool_binary.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial name: Build slint-viewer or -lsp binary diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 59dde471b32..9ccc189fa75 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial name: 'Check spelling' on: diff --git a/.github/workflows/torizon_demos.yaml b/.github/workflows/torizon_demos.yaml index 98693a2e70d..bdec8f73482 100644 --- a/.github/workflows/torizon_demos.yaml +++ b/.github/workflows/torizon_demos.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial name: Rust Demos built for Torizon diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index d9ea654ab21..0e685eb6159 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Run slint-tr-extractor and msgfmt name: Update Translations diff --git a/.github/workflows/upgrade_version.yaml b/.github/workflows/upgrade_version.yaml index 12c2e601f59..c18616e4a37 100644 --- a/.github/workflows/upgrade_version.yaml +++ b/.github/workflows/upgrade_version.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial name: Upgrade Version Number diff --git a/.github/workflows/wasm_demos.yaml b/.github/workflows/wasm_demos.yaml index 1dd72bb6293..892dc4eebdc 100644 --- a/.github/workflows/wasm_demos.yaml +++ b/.github/workflows/wasm_demos.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial name: Build wasm demos diff --git a/.github/workflows/wasm_editor_and_interpreter.yaml b/.github/workflows/wasm_editor_and_interpreter.yaml index 8cdcf4db65d..a7b2d415c5e 100644 --- a/.github/workflows/wasm_editor_and_interpreter.yaml +++ b/.github/workflows/wasm_editor_and_interpreter.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial --- name: Build and test the slintpad and required WASM binaries diff --git a/.reuse/dep5 b/.reuse/dep5 index abccd32678d..d0ce366a47a 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -9,7 +9,7 @@ License: CC-BY-ND-4.0 Files: .gitattributes .gitignore */.gitignore .dockerignore .prettierignore .pre-commit-config.yaml .vscode/* cspell.json rustfmt.toml .mailmap */.eslintrc.yml Cargo.lock Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: *.md api/cpp/docs/*/*.html api/cpp/docs/*/*.css docs/*/*.css docs/*/*.html docs/*/book.toml docs/*/package.json Copyright: Copyright © SixtyFPS GmbH @@ -21,7 +21,7 @@ License: MIT Files: helper_crates/vtable/*.md Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: helper_crates/const-field-offset/*.md Copyright: Copyright © SixtyFPS GmbH @@ -29,11 +29,11 @@ License: MIT or Apache-2.0 Files: api/*/*.json Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: examples/*.json examples/*/README examples/*/README.txt examples/qt_viewer/interface.ui Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: examples/memory/icons/*.svg examples/memory/icons/*.png Copyright: Fontawesome project @@ -49,23 +49,23 @@ License: LicenseRef-qskinny Files: editors/sublime/LSP.sublime-settings Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: editors/tree-sitter-slint/binding.gyp editors/tree-sitter-slint/CONTRIBUTING.md Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: tools/slintpad/*.html tools/slintpad/styles/*.css tools/slintpad/*.json Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: editors/vscode/*.json editors/vscode/README.md editors/vscode/css/*.css editors/tree-sitter-slint/corpus/*.txt Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: tests/screenshots/references/software/*/*.png Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Files: examples/carousel/icons/*.svg Copyright: Material Icons diff --git a/CMakeLists.txt b/CMakeLists.txt index 968d6cac5b2..09d7b23187b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial cmake_minimum_required(VERSION 3.21) diff --git a/Cargo.toml b/Cargo.toml index cfb29e9f639..051c13d8e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [workspace] members = [ diff --git a/FAQ.md b/FAQ.md index 7b95629d81b..d3c94c98dc8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -50,7 +50,7 @@ types of programming languages. ## Licensing -Slint is available under a [royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.0.md) or [GNU GPLv3](LICENSES/GPL-3.0-only.txt), at your choice. For paid plans, visit our website [https://slint.dev](https://slint.dev) or contact us at [info@slint.dev](mailto:info@slint.dev). +Slint is available under a [royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.1.md) or [GNU GPLv3](LICENSES/GPL-3.0-only.txt), at your choice. For paid plans, visit our website [https://slint.dev](https://slint.dev) or contact us at [info@slint.dev](mailto:info@slint.dev). ### Royalty-free license diff --git a/LICENSE.md b/LICENSE.md index 81bdcc58483..9e229fb15f2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ You can use Slint under ***any*** of the following licenses, at your choice: -1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.0.md), +1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.1.md), 2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt), 3. [Paid license](https://slint.dev/pricing.html). diff --git a/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/LICENSES/LicenseRef-Slint-Royalty-free-1.1.md similarity index 100% rename from LICENSES/LicenseRef-Slint-Royalty-free-1.0.md rename to LICENSES/LicenseRef-Slint-Royalty-free-1.1.md diff --git a/README.md b/README.md index 4a8231714de..b10eab84b9d 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ request on to add yours). You can use Slint under ***any*** of the following licenses, at your choice: -1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.0.md), +1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.1.md), 2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt), 3. [Paid license](https://slint.dev/pricing.html). diff --git a/api/cpp/CMakeLists.txt b/api/cpp/CMakeLists.txt index 2de8cf1215a..cf7f8cb2f31 100644 --- a/api/cpp/CMakeLists.txt +++ b/api/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial cmake_minimum_required(VERSION 3.21) project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES CXX VERSION 1.0.0) diff --git a/api/cpp/Cargo.toml b/api/cpp/Cargo.toml index c3005851137..83665674898 100644 --- a/api/cpp/Cargo.toml +++ b/api/cpp/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-cpp" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] edition = "2021" build = "build.rs" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Slint C++ integration" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/api/cpp/build.rs b/api/cpp/build.rs index b9f3417bbdd..bd26429ac13 100644 --- a/api/cpp/build.rs +++ b/api/cpp/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::path::Path; mod cbindgen; diff --git a/api/cpp/cbindgen.rs b/api/cpp/cbindgen.rs index 342009685ac..f7ef7fdc709 100644 --- a/api/cpp/cbindgen.rs +++ b/api/cpp/cbindgen.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use anyhow::Context; use std::io::Write; diff --git a/api/cpp/cmake/SlintConfig.cmake.in b/api/cpp/cmake/SlintConfig.cmake.in index e545c38b664..441ffae587c 100644 --- a/api/cpp/cmake/SlintConfig.cmake.in +++ b/api/cpp/cmake/SlintConfig.cmake.in @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial @PACKAGE_INIT@ diff --git a/api/cpp/cmake/SlintMacro.cmake b/api/cpp/cmake/SlintMacro.cmake index ca9e1cf4c89..5b2247147f6 100644 --- a/api/cpp/cmake/SlintMacro.cmake +++ b/api/cpp/cmake/SlintMacro.cmake @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Set up machinery to handle SLINT_EMBED_RESOURCES target property set(DEFAULT_SLINT_EMBED_RESOURCES as-absolute-path CACHE STRING diff --git a/api/cpp/include/slint.h b/api/cpp/include/slint.h index b79d76c2917..65018497759 100644 --- a/api/cpp/include/slint.h +++ b/api/cpp/include/slint.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_brush.h b/api/cpp/include/slint_brush.h index 4770256eb2a..8441bede8f2 100644 --- a/api/cpp/include/slint_brush.h +++ b/api/cpp/include/slint_brush.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_callbacks.h b/api/cpp/include/slint_callbacks.h index 30ebb936fc0..9e8783818dc 100644 --- a/api/cpp/include/slint_callbacks.h +++ b/api/cpp/include/slint_callbacks.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_color.h b/api/cpp/include/slint_color.h index 521a01306d1..6ff700d6e5c 100644 --- a/api/cpp/include/slint_color.h +++ b/api/cpp/include/slint_color.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_config.h b/api/cpp/include/slint_config.h index 400f6d57bb4..38664ff02ff 100644 --- a/api/cpp/include/slint_config.h +++ b/api/cpp/include/slint_config.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_image.h b/api/cpp/include/slint_image.h index b60720d4257..55dce01f524 100644 --- a/api/cpp/include/slint_image.h +++ b/api/cpp/include/slint_image.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_interpreter.h b/api/cpp/include/slint_interpreter.h index ce0fe2f3747..d70baaad2df 100644 --- a/api/cpp/include/slint_interpreter.h +++ b/api/cpp/include/slint_interpreter.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_pathdata.h b/api/cpp/include/slint_pathdata.h index 810dead255e..5daad9d47af 100644 --- a/api/cpp/include/slint_pathdata.h +++ b/api/cpp/include/slint_pathdata.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_platform.h b/api/cpp/include/slint_platform.h index dc868697fa3..0277dffaa0b 100644 --- a/api/cpp/include/slint_platform.h +++ b/api/cpp/include/slint_platform.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_point.h b/api/cpp/include/slint_point.h index 197808a20ce..7311d241958 100644 --- a/api/cpp/include/slint_point.h +++ b/api/cpp/include/slint_point.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_properties.h b/api/cpp/include/slint_properties.h index 1abe3709eb7..ed77f896437 100644 --- a/api/cpp/include/slint_properties.h +++ b/api/cpp/include/slint_properties.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_sharedvector.h b/api/cpp/include/slint_sharedvector.h index e5e9fb938ce..806dcc4a55e 100644 --- a/api/cpp/include/slint_sharedvector.h +++ b/api/cpp/include/slint_sharedvector.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once #include "slint_sharedvector_internal.h" diff --git a/api/cpp/include/slint_size.h b/api/cpp/include/slint_size.h index d738e091418..0e39ff42d0f 100644 --- a/api/cpp/include/slint_size.h +++ b/api/cpp/include/slint_size.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_string.h b/api/cpp/include/slint_string.h index 5d74b643c1d..1572ee52e03 100644 --- a/api/cpp/include/slint_string.h +++ b/api/cpp/include/slint_string.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_testing.h b/api/cpp/include/slint_testing.h index 78f797c2a83..e911767fed0 100644 --- a/api/cpp/include/slint_testing.h +++ b/api/cpp/include/slint_testing.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once #include "slint.h" diff --git a/api/cpp/include/vtable.h b/api/cpp/include/vtable.h index 7cc49f089fa..93a8940fd1f 100644 --- a/api/cpp/include/vtable.h +++ b/api/cpp/include/vtable.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/lib.rs b/api/cpp/lib.rs index 54d852e4c39..0b1678cba77 100644 --- a/api/cpp/lib.rs +++ b/api/cpp/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This crate just expose the function used by the C++ integration */ diff --git a/api/cpp/platform.rs b/api/cpp/platform.rs index ae7c0b532b5..25ff84af294 100644 --- a/api/cpp/platform.rs +++ b/api/cpp/platform.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use alloc::boxed::Box; use alloc::rc::Rc; diff --git a/api/cpp/tests/CMakeLists.txt b/api/cpp/tests/CMakeLists.txt index 79cc8a66f14..349f87d859d 100644 --- a/api/cpp/tests/CMakeLists.txt +++ b/api/cpp/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial FetchContent_Declare( Catch2 diff --git a/api/cpp/tests/datastructures.cpp b/api/cpp/tests/datastructures.cpp index c476fd75703..c3e1e5ef244 100644 --- a/api/cpp/tests/datastructures.cpp +++ b/api/cpp/tests/datastructures.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #include #define CATCH_CONFIG_MAIN diff --git a/api/cpp/tests/eventloop.cpp b/api/cpp/tests/eventloop.cpp index 3b5de31a399..67919465adb 100644 --- a/api/cpp/tests/eventloop.cpp +++ b/api/cpp/tests/eventloop.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #define CATCH_CONFIG_MAIN #include "catch2/catch.hpp" diff --git a/api/cpp/tests/interpreter.cpp b/api/cpp/tests/interpreter.cpp index 0bc0299ae5b..2b7da3367ad 100644 --- a/api/cpp/tests/interpreter.cpp +++ b/api/cpp/tests/interpreter.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #define CATCH_CONFIG_MAIN #include "catch2/catch.hpp" diff --git a/api/cpp/tests/manual/platform_native/CMakeLists.txt b/api/cpp/tests/manual/platform_native/CMakeLists.txt index 0fdcbb4e078..468ea149122 100644 --- a/api/cpp/tests/manual/platform_native/CMakeLists.txt +++ b/api/cpp/tests/manual/platform_native/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial if (WIN32) add_executable(platform_native WIN32 main.cpp appview.cpp) diff --git a/api/cpp/tests/manual/platform_native/appview.cpp b/api/cpp/tests/manual/platform_native/appview.cpp index 4802180d082..f6ab5ee2bcc 100644 --- a/api/cpp/tests/manual/platform_native/appview.cpp +++ b/api/cpp/tests/manual/platform_native/appview.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #ifndef UNICODE # define UNICODE diff --git a/api/cpp/tests/manual/platform_native/appview.h b/api/cpp/tests/manual/platform_native/appview.h index 0f73afc3190..871e8cfe5d4 100644 --- a/api/cpp/tests/manual/platform_native/appview.h +++ b/api/cpp/tests/manual/platform_native/appview.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/tests/manual/platform_native/appwindow.slint b/api/cpp/tests/manual/platform_native/appwindow.slint index 49545baf9e7..a69cf044d1a 100644 --- a/api/cpp/tests/manual/platform_native/appwindow.slint +++ b/api/cpp/tests/manual/platform_native/appwindow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import {Button, AboutSlint} from "std-widgets.slint"; diff --git a/api/cpp/tests/manual/platform_native/main.cpp b/api/cpp/tests/manual/platform_native/main.cpp index ef9938ab519..649e4d3721b 100644 --- a/api/cpp/tests/manual/platform_native/main.cpp +++ b/api/cpp/tests/manual/platform_native/main.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #include #include "appview.h" diff --git a/api/cpp/tests/manual/platform_native/windowadapter_win.h b/api/cpp/tests/manual/platform_native/windowadapter_win.h index f3d861b7f3c..6324d49498a 100644 --- a/api/cpp/tests/manual/platform_native/windowadapter_win.h +++ b/api/cpp/tests/manual/platform_native/windowadapter_win.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/tests/manual/platform_qt/CMakeLists.txt b/api/cpp/tests/manual/platform_qt/CMakeLists.txt index 8e8cb2dbd3f..e7f4dd3cde9 100644 --- a/api/cpp/tests/manual/platform_qt/CMakeLists.txt +++ b/api/cpp/tests/manual/platform_qt/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial add_executable(platform_qt main.cpp) target_link_libraries(platform_qt PRIVATE Slint::Slint Qt::Gui Qt::Widgets Qt::GuiPrivate) diff --git a/api/cpp/tests/manual/platform_qt/appwindow.slint b/api/cpp/tests/manual/platform_qt/appwindow.slint index d1351594748..80b3d782aa9 100644 --- a/api/cpp/tests/manual/platform_qt/appwindow.slint +++ b/api/cpp/tests/manual/platform_qt/appwindow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import {Button, AboutSlint} from "std-widgets.slint"; diff --git a/api/cpp/tests/manual/platform_qt/main.cpp b/api/cpp/tests/manual/platform_qt/main.cpp index 92c1c1f328f..27d851c2da4 100644 --- a/api/cpp/tests/manual/platform_qt/main.cpp +++ b/api/cpp/tests/manual/platform_qt/main.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #include "appwindow.h" diff --git a/api/cpp/tests/models.cpp b/api/cpp/tests/models.cpp index 1d14161901a..d673890eb34 100644 --- a/api/cpp/tests/models.cpp +++ b/api/cpp/tests/models.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #include #define CATCH_CONFIG_MAIN diff --git a/api/cpp/tests/multiple-includes/CMakeLists.txt b/api/cpp/tests/multiple-includes/CMakeLists.txt index 156380d34e9..490d7a7ccab 100644 --- a/api/cpp/tests/multiple-includes/CMakeLists.txt +++ b/api/cpp/tests/multiple-includes/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial add_executable(multiple-includes main.cpp logic.cpp) target_link_libraries(multiple-includes PRIVATE Slint::Slint) diff --git a/api/cpp/tests/multiple-includes/appwindow.slint b/api/cpp/tests/multiple-includes/appwindow.slint index 3813d07d3a4..31e86f86da3 100644 --- a/api/cpp/tests/multiple-includes/appwindow.slint +++ b/api/cpp/tests/multiple-includes/appwindow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import {Button, AboutSlint} from "std-widgets.slint"; diff --git a/api/cpp/tests/multiple-includes/logic.cpp b/api/cpp/tests/multiple-includes/logic.cpp index 1b5ae84618d..520bd28dec2 100644 --- a/api/cpp/tests/multiple-includes/logic.cpp +++ b/api/cpp/tests/multiple-includes/logic.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #include "logic.h" #include "appwindow.h" diff --git a/api/cpp/tests/multiple-includes/logic.h b/api/cpp/tests/multiple-includes/logic.h index 0f9dee96270..1c21b3a4476 100644 --- a/api/cpp/tests/multiple-includes/logic.h +++ b/api/cpp/tests/multiple-includes/logic.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/tests/multiple-includes/main.cpp b/api/cpp/tests/multiple-includes/main.cpp index df810489791..ad72af8143e 100644 --- a/api/cpp/tests/multiple-includes/main.cpp +++ b/api/cpp/tests/multiple-includes/main.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #include "logic.h" #include "appwindow.h" diff --git a/api/cpp/tests/properties.cpp b/api/cpp/tests/properties.cpp index bf67ca2f2b0..9e67f95b4b3 100644 --- a/api/cpp/tests/properties.cpp +++ b/api/cpp/tests/properties.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #include #define CATCH_CONFIG_MAIN diff --git a/api/cpp/tests/test.slint b/api/cpp/tests/test.slint index b66746b8ce5..b5a99c194eb 100644 --- a/api/cpp/tests/test.slint +++ b/api/cpp/tests/test.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Test := Rectangle {} diff --git a/api/cpp/tests/window.cpp b/api/cpp/tests/window.cpp index e76cba6f7f8..fff88d45d7f 100644 --- a/api/cpp/tests/window.cpp +++ b/api/cpp/tests/window.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #define CATCH_CONFIG_MAIN #include "catch2/catch.hpp" diff --git a/api/node/lib/index.ts b/api/node/lib/index.ts index 0cd5d32aff3..c503af1c8d1 100644 --- a/api/node/lib/index.ts +++ b/api/node/lib/index.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Load the native library with `process.dlopen` instead of with `require`. // This is only done for autotest that do not require nom or neon_cli to diff --git a/api/node/loader.mjs b/api/node/loader.mjs index 6fb2a888561..a3a192a4c29 100644 --- a/api/node/loader.mjs +++ b/api/node/loader.mjs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { URL, pathToFileURL } from 'url'; diff --git a/api/node/native/Cargo.toml b/api/node/native/Cargo.toml index 8f1b49c158e..e14ea40d8d1 100644 --- a/api/node/native/Cargo.toml +++ b/api/node/native/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-node" @@ -9,7 +9,7 @@ edition = "2021" build = "build.rs" # This is not meant to be used as a library from crate.io publish = false -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/api/node/native/build.rs b/api/node/native/build.rs index 96410b070d5..a34893c8c6e 100644 --- a/api/node/native/build.rs +++ b/api/node/native/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial fn main() { neon_build::setup(); diff --git a/api/node/native/js_model.rs b/api/node/native/js_model.rs index d6205c3f5ed..b342393944d 100644 --- a/api/node/native/js_model.rs +++ b/api/node/native/js_model.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_compiler::langtype::Type; use i_slint_core::model::Model; diff --git a/api/node/native/lib.rs b/api/node/native/lib.rs index 80e4ce96133..c03c5aeef33 100644 --- a/api/node/native/lib.rs +++ b/api/node/native/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use core::cell::RefCell; use i_slint_compiler::langtype::Type; diff --git a/api/node/native/persistent_context.rs b/api/node/native/persistent_context.rs index ebf49dac491..d9f6bda7cf3 100644 --- a/api/node/native/persistent_context.rs +++ b/api/node/native/persistent_context.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Since neon does not allow to have a persistent handle, use this hack. diff --git a/api/rs/build/Cargo.toml b/api/rs/build/Cargo.toml index 6f4ba5fd9a2..1b2ee5e5e88 100644 --- a/api/rs/build/Cargo.toml +++ b/api/rs/build/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-build" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Helper for Slint build script" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.rs" diff --git a/api/rs/build/lib.rs b/api/rs/build/lib.rs index 388e402ad93..ea718bcf0e4 100644 --- a/api/rs/build/lib.rs +++ b/api/rs/build/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This crate serves as a companion crate of the slint crate. diff --git a/api/rs/macros/Cargo.toml b/api/rs/macros/Cargo.toml index 14fc49dae68..aa2db1fe51b 100644 --- a/api/rs/macros/Cargo.toml +++ b/api/rs/macros/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-macros" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Macro helper for slint crate" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.rs" diff --git a/api/rs/macros/lib.rs b/api/rs/macros/lib.rs index c67b50cc484..366cfedc55f 100644 --- a/api/rs/macros/lib.rs +++ b/api/rs/macros/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell:ignore punct diff --git a/api/rs/slint/Cargo.toml b/api/rs/slint/Cargo.toml index 4f12a392ffd..6b6c02c2519 100644 --- a/api/rs/slint/Cargo.toml +++ b/api/rs/slint/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 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" diff --git a/api/rs/slint/compile_fail_tests.rs b/api/rs/slint/compile_fail_tests.rs index ea9fee53152..f7ae545d994 100644 --- a/api/rs/slint/compile_fail_tests.rs +++ b/api/rs/slint/compile_fail_tests.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /** Test that the tokenizer properly rejects tokens with spaces. diff --git a/api/rs/slint/docs.rs b/api/rs/slint/docs.rs index 5e941113f6c..5c0682b8246 100644 --- a/api/rs/slint/docs.rs +++ b/api/rs/slint/docs.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![cfg(doc)] /*! diff --git a/api/rs/slint/lib.rs b/api/rs/slint/lib.rs index 5d0c2e8bfde..ac44e8e3a11 100644 --- a/api/rs/slint/lib.rs +++ b/api/rs/slint/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore buildrs diff --git a/api/rs/slint/private_unstable_api.rs b/api/rs/slint/private_unstable_api.rs index 15b1222d080..50fa9df2806 100644 --- a/api/rs/slint/private_unstable_api.rs +++ b/api/rs/slint/private_unstable_api.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Module containing the private api that is used by the generated code. //! diff --git a/api/rs/slint/tests/partial_renderer.rs b/api/rs/slint/tests/partial_renderer.rs index 0210c3132ea..770c72af0be 100644 --- a/api/rs/slint/tests/partial_renderer.rs +++ b/api/rs/slint/tests/partial_renderer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use slint::platform::software_renderer::{ MinimalSoftwareWindow, PremultipliedRgbaColor, SoftwareRenderer, TargetPixel, diff --git a/api/rs/slint/tests/simple_macro.rs b/api/rs/slint/tests/simple_macro.rs index 3dc4dd36154..a2f125b087b 100644 --- a/api/rs/slint/tests/simple_macro.rs +++ b/api/rs/slint/tests/simple_macro.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use ::slint::slint; diff --git a/api/rs/slint/tests/spawn_local.rs b/api/rs/slint/tests/spawn_local.rs index e089688ce08..80cd6eb7762 100644 --- a/api/rs/slint/tests/spawn_local.rs +++ b/api/rs/slint/tests/spawn_local.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial mod fake_backend { enum Event { diff --git a/api/wasm-interpreter/Cargo.toml b/api/wasm-interpreter/Cargo.toml index 421eb24e57a..5734fb5d202 100644 --- a/api/wasm-interpreter/Cargo.toml +++ b/api/wasm-interpreter/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-wasm-interpreter" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" publish = false description = "Slint wasm glue" repository = "https://github.com/slint-ui/slint" diff --git a/api/wasm-interpreter/src/lib.rs b/api/wasm-interpreter/src/lib.rs index bb76c7030e3..157baf99b8b 100644 --- a/api/wasm-interpreter/src/lib.rs +++ b/api/wasm-interpreter/src/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This wasm library can be loaded from JS to load and display the content of .slint files #![cfg(target_arch = "wasm32")] diff --git a/cmake/FindOpenGLES2.cmake b/cmake/FindOpenGLES2.cmake index c0aaa334ca2..9ed63516a14 100644 --- a/cmake/FindOpenGLES2.cmake +++ b/cmake/FindOpenGLES2.cmake @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial include(CheckCXXSourceCompiles) diff --git a/docker/Dockerfile.aarch64-unknown-linux-gnu b/docker/Dockerfile.aarch64-unknown-linux-gnu index f2340302d94..7c2160cdaca 100644 --- a/docker/Dockerfile.aarch64-unknown-linux-gnu +++ b/docker/Dockerfile.aarch64-unknown-linux-gnu @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Use cross-image once https://github.com/rust-embedded/cross/pull/591 is merged & released #FROM rustembedded/cross:aarch64-unknown-linux-gnu-0.2.1 diff --git a/docker/Dockerfile.armv7-unknown-linux-gnueabihf b/docker/Dockerfile.armv7-unknown-linux-gnueabihf index c329c0ae9e8..cc423c0357d 100644 --- a/docker/Dockerfile.armv7-unknown-linux-gnueabihf +++ b/docker/Dockerfile.armv7-unknown-linux-gnueabihf @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Use cross-image once https://github.com/rust-embedded/cross/pull/591 is merged & released #FROM rustembedded/cross:armv7-unknown-linux-gnueabihf-0.2.1 diff --git a/docker/Dockerfile.cpp-image b/docker/Dockerfile.cpp-image index 3e0b4f8236c..b4371de0f64 100644 --- a/docker/Dockerfile.cpp-image +++ b/docker/Dockerfile.cpp-image @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial ARG arch FROM ghcr.io/slint-ui/slint/$arch diff --git a/docker/Dockerfile.riscv64gc-unknown-linux-gnu b/docker/Dockerfile.riscv64gc-unknown-linux-gnu index 0b512a263c5..7fd8de8b219 100644 --- a/docker/Dockerfile.riscv64gc-unknown-linux-gnu +++ b/docker/Dockerfile.riscv64gc-unknown-linux-gnu @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Use cross-image once https://github.com/rust-embedded/cross/pull/591 is merged & released #FROM rustembedded/cross:riscv64gc-unknown-linux-gnu-0.2.1 diff --git a/docker/Dockerfile.torizon-demos b/docker/Dockerfile.torizon-demos index ebe09c91a8c..2f521fbeb69 100644 --- a/docker/Dockerfile.torizon-demos +++ b/docker/Dockerfile.torizon-demos @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # This docker file builds the Rust binaries of our demos and packages them into a Torizon container diff --git a/docker/Dockerfile.x86_64-unknown-linux-gnu b/docker/Dockerfile.x86_64-unknown-linux-gnu index 72bc97cf72b..dd9d02dba29 100644 --- a/docker/Dockerfile.x86_64-unknown-linux-gnu +++ b/docker/Dockerfile.x86_64-unknown-linux-gnu @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Use cross-image once https://github.com/rust-embedded/cross/pull/591 is merged & released # FROM rustembedded/cross:x86_64-unknown-linux-gnu diff --git a/editors/sublime/Slint.sublime-syntax b/editors/sublime/Slint.sublime-syntax index 6b50d654832..28a66ae7bff 100644 --- a/editors/sublime/Slint.sublime-syntax +++ b/editors/sublime/Slint.sublime-syntax @@ -1,7 +1,7 @@ %YAML 1.2 --- # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # See http://www.sublimetext.com/docs/3/syntax.html name: Slint diff --git a/editors/tree-sitter-slint/grammar.js b/editors/tree-sitter-slint/grammar.js index 8d66a2c9279..6899504cca9 100644 --- a/editors/tree-sitter-slint/grammar.js +++ b/editors/tree-sitter-slint/grammar.js @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore mult prec diff --git a/editors/tree-sitter-slint/test-to-corpus.py b/editors/tree-sitter-slint/test-to-corpus.py index 90ade16cd9b..9f6c17bb5c8 100755 --- a/editors/tree-sitter-slint/test-to-corpus.py +++ b/editors/tree-sitter-slint/test-to-corpus.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial # Usage: # ```sh diff --git a/editors/vscode/esbuild.js b/editors/vscode/esbuild.js index 05769b57028..3fa68ab61fa 100644 --- a/editors/vscode/esbuild.js +++ b/editors/vscode/esbuild.js @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial let wasmPlugin = { name: "wasm", diff --git a/editors/vscode/src/browser-lsp-worker.ts b/editors/vscode/src/browser-lsp-worker.ts index c28d6b758d8..ff192133ea3 100644 --- a/editors/vscode/src/browser-lsp-worker.ts +++ b/editors/vscode/src/browser-lsp-worker.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { createConnection, diff --git a/editors/vscode/src/browser.ts b/editors/vscode/src/browser.ts index ed4348df551..cc469459857 100644 --- a/editors/vscode/src/browser.ts +++ b/editors/vscode/src/browser.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This file is the entry point for the vscode web extension diff --git a/editors/vscode/src/common.ts b/editors/vscode/src/common.ts index ad53aa49651..9e04f7f41ad 100644 --- a/editors/vscode/src/common.ts +++ b/editors/vscode/src/common.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This file is common code shared by both vscode plugin entry points diff --git a/editors/vscode/src/extension.ts b/editors/vscode/src/extension.ts index 80d836f82fc..53554c17711 100644 --- a/editors/vscode/src/extension.ts +++ b/editors/vscode/src/extension.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This file is the entry point for the vscode extension (not the browser one) diff --git a/editors/vscode/src/propertiesView.ts b/editors/vscode/src/propertiesView.ts index c1bfd14c199..181fd7d1a28 100644 --- a/editors/vscode/src/propertiesView.ts +++ b/editors/vscode/src/propertiesView.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore codicon diff --git a/editors/vscode/src/properties_webview.ts b/editors/vscode/src/properties_webview.ts index be6caecd347..fda1be08cfb 100644 --- a/editors/vscode/src/properties_webview.ts +++ b/editors/vscode/src/properties_webview.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore codicon codicons diff --git a/editors/vscode/src/wasm_preview.ts b/editors/vscode/src/wasm_preview.ts index c869ca279aa..bcd544a70cf 100644 --- a/editors/vscode/src/wasm_preview.ts +++ b/editors/vscode/src/wasm_preview.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Uri, TextDocumentShowOptions } from "vscode"; import * as vscode from "vscode"; diff --git a/helper_crates/vtable/Cargo.toml b/helper_crates/vtable/Cargo.toml index 21b051d5e13..9f50aeb94ac 100644 --- a/helper_crates/vtable/Cargo.toml +++ b/helper_crates/vtable/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "vtable" version = "0.1.10" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Helper crate to generate ffi-friendly virtual tables" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/helper_crates/vtable/macro/Cargo.toml b/helper_crates/vtable/macro/Cargo.toml index 0e63bff3fbf..a324a201909 100644 --- a/helper_crates/vtable/macro/Cargo.toml +++ b/helper_crates/vtable/macro/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "vtable-macro" version = "0.1.10" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Helper crate to generate ffi-friendly virtual tables" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/helper_crates/vtable/macro/macro.rs b/helper_crates/vtable/macro/macro.rs index b1c83358060..8c4a599e4fa 100644 --- a/helper_crates/vtable/macro/macro.rs +++ b/helper_crates/vtable/macro/macro.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore asyncness constness containee defaultness impls qself supertraits vref diff --git a/helper_crates/vtable/src/compile_fail_tests.rs b/helper_crates/vtable/src/compile_fail_tests.rs index bf54345e9ac..87e95b7c947 100644 --- a/helper_crates/vtable/src/compile_fail_tests.rs +++ b/helper_crates/vtable/src/compile_fail_tests.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial mod m1 { diff --git a/helper_crates/vtable/src/lib.rs b/helper_crates/vtable/src/lib.rs index e5e671278a8..d3be7ee689e 100644 --- a/helper_crates/vtable/src/lib.rs +++ b/helper_crates/vtable/src/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This crate allows you to create ffi-friendly virtual tables. diff --git a/helper_crates/vtable/src/vrc.rs b/helper_crates/vtable/src/vrc.rs index 49276140b2e..872024b173a 100644 --- a/helper_crates/vtable/src/vrc.rs +++ b/helper_crates/vtable/src/vrc.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore pointee repr diff --git a/helper_crates/vtable/tests/test_vrc.rs b/helper_crates/vtable/tests/test_vrc.rs index 09018179485..1482a232e3f 100644 --- a/helper_crates/vtable/tests/test_vrc.rs +++ b/helper_crates/vtable/tests/test_vrc.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![allow(improper_ctypes_definitions)] diff --git a/helper_crates/vtable/tests/test_vtable.rs b/helper_crates/vtable/tests/test_vtable.rs index f7ef0205303..7eb46a0cc83 100644 --- a/helper_crates/vtable/tests/test_vtable.rs +++ b/helper_crates/vtable/tests/test_vtable.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![no_std] extern crate alloc; diff --git a/internal/backends/qt/Cargo.toml b/internal/backends/qt/Cargo.toml index c4499953e2b..60cc20920fd 100644 --- a/internal/backends/qt/Cargo.toml +++ b/internal/backends/qt/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-qt" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Qt rendering backend for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/backends/qt/accessible_generated.rs b/internal/backends/qt/accessible_generated.rs index 50756c97fce..bb13fb6ed43 100644 --- a/internal/backends/qt/accessible_generated.rs +++ b/internal/backends/qt/accessible_generated.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Generated with Qt5 and ```sh diff --git a/internal/backends/qt/build.rs b/internal/backends/qt/build.rs index 1cac15b8aa1..63176e49141 100644 --- a/internal/backends/qt/build.rs +++ b/internal/backends/qt/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore combobox groupbox lineedit listviewitem scrollview spinbox stylemetrics diff --git a/internal/backends/qt/key_generated.rs b/internal/backends/qt/key_generated.rs index 4414e4a26f5..16435834392 100644 --- a/internal/backends/qt/key_generated.rs +++ b/internal/backends/qt/key_generated.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Generated with Qt5 and ```sh diff --git a/internal/backends/qt/lib.rs b/internal/backends/qt/lib.rs index e911ca9bda0..2bdf49a5239 100644 --- a/internal/backends/qt/lib.rs +++ b/internal/backends/qt/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore deinit fnbox qsize diff --git a/internal/backends/qt/qt_accessible.rs b/internal/backends/qt/qt_accessible.rs index a0877e24c13..06a4dbcf309 100644 --- a/internal/backends/qt/qt_accessible.rs +++ b/internal/backends/qt/qt_accessible.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cspell:ignore descendents qobject qwidget diff --git a/internal/backends/qt/qt_widgets.rs b/internal/backends/qt/qt_widgets.rs index 4e10ccf4d83..14940b88238 100644 --- a/internal/backends/qt/qt_widgets.rs +++ b/internal/backends/qt/qt_widgets.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! diff --git a/internal/backends/qt/qt_widgets/button.rs b/internal/backends/qt/qt_widgets/button.rs index f13c16cd30e..905d61e12ac 100644 --- a/internal/backends/qt/qt_widgets/button.rs +++ b/internal/backends/qt/qt_widgets/button.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore qstyle unshade diff --git a/internal/backends/qt/qt_widgets/checkbox.rs b/internal/backends/qt/qt_widgets/checkbox.rs index 14f66d81e88..966069894aa 100644 --- a/internal/backends/qt/qt_widgets/checkbox.rs +++ b/internal/backends/qt/qt_widgets/checkbox.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::input::{FocusEventResult, KeyEventType}; diff --git a/internal/backends/qt/qt_widgets/combobox.rs b/internal/backends/qt/qt_widgets/combobox.rs index 46945477406..60afc456bdf 100644 --- a/internal/backends/qt/qt_widgets/combobox.rs +++ b/internal/backends/qt/qt_widgets/combobox.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::input::FocusEventResult; diff --git a/internal/backends/qt/qt_widgets/groupbox.rs b/internal/backends/qt/qt_widgets/groupbox.rs index 1338c3dbcd3..dccd73ffbe1 100644 --- a/internal/backends/qt/qt_widgets/groupbox.rs +++ b/internal/backends/qt/qt_widgets/groupbox.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::input::FocusEventResult; diff --git a/internal/backends/qt/qt_widgets/lineedit.rs b/internal/backends/qt/qt_widgets/lineedit.rs index 78743740c43..17867d423c7 100644 --- a/internal/backends/qt/qt_widgets/lineedit.rs +++ b/internal/backends/qt/qt_widgets/lineedit.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::input::FocusEventResult; use i_slint_core::items::InputType; diff --git a/internal/backends/qt/qt_widgets/listviewitem.rs b/internal/backends/qt/qt_widgets/listviewitem.rs index 2a30b675804..75749367d81 100644 --- a/internal/backends/qt/qt_widgets/listviewitem.rs +++ b/internal/backends/qt/qt_widgets/listviewitem.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::input::FocusEventResult; diff --git a/internal/backends/qt/qt_widgets/progress_indicator.rs b/internal/backends/qt/qt_widgets/progress_indicator.rs index 3b9cda21449..94f766eaf3c 100644 --- a/internal/backends/qt/qt_widgets/progress_indicator.rs +++ b/internal/backends/qt/qt_widgets/progress_indicator.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::input::FocusEventResult; diff --git a/internal/backends/qt/qt_widgets/scrollview.rs b/internal/backends/qt/qt_widgets/scrollview.rs index 332efd56295..ca6cd70d8c2 100644 --- a/internal/backends/qt/qt_widgets/scrollview.rs +++ b/internal/backends/qt/qt_widgets/scrollview.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::input::FocusEventResult; diff --git a/internal/backends/qt/qt_widgets/slider.rs b/internal/backends/qt/qt_widgets/slider.rs index e49b9b95258..82f8302d0e3 100644 --- a/internal/backends/qt/qt_widgets/slider.rs +++ b/internal/backends/qt/qt_widgets/slider.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::{input::FocusEventResult, items::PointerEventButton}; diff --git a/internal/backends/qt/qt_widgets/spinbox.rs b/internal/backends/qt/qt_widgets/spinbox.rs index 0e12267049c..50186da8ec2 100644 --- a/internal/backends/qt/qt_widgets/spinbox.rs +++ b/internal/backends/qt/qt_widgets/spinbox.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::input::{FocusEventResult, KeyEventType}; diff --git a/internal/backends/qt/qt_widgets/stylemetrics.rs b/internal/backends/qt/qt_widgets/stylemetrics.rs index 50f601fb4a1..769b286e200 100644 --- a/internal/backends/qt/qt_widgets/stylemetrics.rs +++ b/internal/backends/qt/qt_widgets/stylemetrics.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore deinit diff --git a/internal/backends/qt/qt_widgets/tableheadersection.rs b/internal/backends/qt/qt_widgets/tableheadersection.rs index b2bf26a56a3..a8b9692253d 100644 --- a/internal/backends/qt/qt_widgets/tableheadersection.rs +++ b/internal/backends/qt/qt_widgets/tableheadersection.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::{input::FocusEventResult, items::SortOrder}; diff --git a/internal/backends/qt/qt_widgets/tabwidget.rs b/internal/backends/qt/qt_widgets/tabwidget.rs index 6584b14f2f1..c686d90b595 100644 --- a/internal/backends/qt/qt_widgets/tabwidget.rs +++ b/internal/backends/qt/qt_widgets/tabwidget.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore hframe qreal tabbar vframe diff --git a/internal/backends/qt/qt_window.rs b/internal/backends/qt/qt_window.rs index 41032a88787..8f6a3cd4170 100644 --- a/internal/backends/qt/qt_window.rs +++ b/internal/backends/qt/qt_window.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore antialiasing frameless qbrush qpointf qreal qwidgetsize svgz diff --git a/internal/backends/selector/Cargo.toml b/internal/backends/selector/Cargo.toml index ac74286cf64..88c2435edd1 100644 --- a/internal/backends/selector/Cargo.toml +++ b/internal/backends/selector/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-selector" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Helper crate to pick the default rendering backend for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/backends/selector/build.rs b/internal/backends/selector/build.rs index 85b63cf3e19..cfcc98bf440 100644 --- a/internal/backends/selector/build.rs +++ b/internal/backends/selector/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::path::Path; diff --git a/internal/backends/selector/lib.rs b/internal/backends/selector/lib.rs index d9e07f038dd..075f516c174 100644 --- a/internal/backends/selector/lib.rs +++ b/internal/backends/selector/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/backends/testing/Cargo.toml b/internal/backends/testing/Cargo.toml index 9a62ebdaba3..28d328fc829 100644 --- a/internal/backends/testing/Cargo.toml +++ b/internal/backends/testing/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-testing" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "OpenGL rendering backend for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/backends/testing/lib.rs b/internal/backends/testing/lib.rs index f64e17cf9c3..52aeb308beb 100644 --- a/internal/backends/testing/lib.rs +++ b/internal/backends/testing/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/backends/winit/Cargo.toml b/internal/backends/winit/Cargo.toml index 470f6c2be9d..5646a80cdeb 100644 --- a/internal/backends/winit/Cargo.toml +++ b/internal/backends/winit/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-winit" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "OpenGL rendering backend for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/backends/winit/accesskit.rs b/internal/backends/winit/accesskit.rs index 6ee1bbe5f1c..4a252aed6b6 100644 --- a/internal/backends/winit/accesskit.rs +++ b/internal/backends/winit/accesskit.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::cell::{Cell, RefCell}; use std::collections::HashMap; diff --git a/internal/backends/winit/build.rs b/internal/backends/winit/build.rs index d7c5a780e8a..f28ad6d8b52 100644 --- a/internal/backends/winit/build.rs +++ b/internal/backends/winit/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use cfg_aliases::cfg_aliases; diff --git a/internal/backends/winit/event_loop.rs b/internal/backends/winit/event_loop.rs index aa9fc710350..449f58929d4 100644 --- a/internal/backends/winit/event_loop.rs +++ b/internal/backends/winit/event_loop.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![warn(missing_docs)] /*! diff --git a/internal/backends/winit/lib.rs b/internal/backends/winit/lib.rs index 1e2f5d63813..c9431a17a86 100644 --- a/internal/backends/winit/lib.rs +++ b/internal/backends/winit/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/backends/winit/renderer/femtovg.rs b/internal/backends/winit/renderer/femtovg.rs index 1e2af5c6d4e..22fccca41e8 100644 --- a/internal/backends/winit/renderer/femtovg.rs +++ b/internal/backends/winit/renderer/femtovg.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::api::PhysicalSize as PhysicalWindowSize; use i_slint_core::platform::PlatformError; diff --git a/internal/backends/winit/renderer/femtovg/glcontext.rs b/internal/backends/winit/renderer/femtovg/glcontext.rs index 7dd15081a34..007ac5befed 100644 --- a/internal/backends/winit/renderer/femtovg/glcontext.rs +++ b/internal/backends/winit/renderer/femtovg/glcontext.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use glutin::{ context::{ContextApi, ContextAttributesBuilder}, diff --git a/internal/backends/winit/renderer/skia.rs b/internal/backends/winit/renderer/skia.rs index dcf6aba1c8b..5fe8a7cb1f4 100644 --- a/internal/backends/winit/renderer/skia.rs +++ b/internal/backends/winit/renderer/skia.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::api::PhysicalSize as PhysicalWindowSize; use i_slint_core::platform::PlatformError; diff --git a/internal/backends/winit/renderer/sw.rs b/internal/backends/winit/renderer/sw.rs index cf646598fe7..a25726c020f 100644 --- a/internal/backends/winit/renderer/sw.rs +++ b/internal/backends/winit/renderer/sw.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Delegate the rendering to the [`i_slint_core::software_renderer::SoftwareRenderer`] diff --git a/internal/backends/winit/wasm_input_helper.rs b/internal/backends/winit/wasm_input_helper.rs index 205a3b5702c..b18132d8540 100644 --- a/internal/backends/winit/wasm_input_helper.rs +++ b/internal/backends/winit/wasm_input_helper.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Helper for wasm that adds a hidden `` and process its events //! diff --git a/internal/backends/winit/winitwindowadapter.rs b/internal/backends/winit/winitwindowadapter.rs index 46cf8614c05..963e0a54a72 100644 --- a/internal/backends/winit/winitwindowadapter.rs +++ b/internal/backends/winit/winitwindowadapter.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module contains the GraphicsWindow that used to be within corelib. diff --git a/internal/common/Cargo.toml b/internal/common/Cargo.toml index cd6651c93a0..bd81e54d1b4 100644 --- a/internal/common/Cargo.toml +++ b/internal/common/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-common" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Helper crate for sharing code & data structures between i-slint-core and slint-compiler" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/common/enums.rs b/internal/common/enums.rs index 562a68cfc1a..259b83d88f5 100644 --- a/internal/common/enums.rs +++ b/internal/common/enums.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module contains all enums exposed in the .slint language. diff --git a/internal/common/key_codes.rs b/internal/common/key_codes.rs index 6a9bc5be18f..9ec33d7f258 100644 --- a/internal/common/key_codes.rs +++ b/internal/common/key_codes.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module is meant to be included by different crate and each crate must define the macro for_each_keys //! diff --git a/internal/common/lib.rs b/internal/common/lib.rs index 15de9c9fa92..6a04051eb50 100644 --- a/internal/common/lib.rs +++ b/internal/common/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/common/sharedfontdb.rs b/internal/common/sharedfontdb.rs index 592cf2254c2..ab4e798dd47 100644 --- a/internal/common/sharedfontdb.rs +++ b/internal/common/sharedfontdb.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::cell::RefCell; diff --git a/internal/common/sharedfontdb/fontconfig.rs b/internal/common/sharedfontdb/fontconfig.rs index a1b0e9caf6a..e469570f6bf 100644 --- a/internal/common/sharedfontdb/fontconfig.rs +++ b/internal/common/sharedfontdb/fontconfig.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![allow(unsafe_code)] diff --git a/internal/compiler/Cargo.toml b/internal/compiler/Cargo.toml index b26b346d1d3..840693f71a0 100644 --- a/internal/compiler/Cargo.toml +++ b/internal/compiler/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-compiler" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] edition = "2021" build = "build.rs" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Internal Slint Compiler Library" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/compiler/build.rs b/internal/compiler/build.rs index 8ca9b3cdab8..7c479bb188c 100644 --- a/internal/compiler/build.rs +++ b/internal/compiler/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::fs::read_dir; use std::io::Write; diff --git a/internal/compiler/builtin_macros.rs b/internal/compiler/builtin_macros.rs index 46d0bfcea3b..ccaf1d01649 100644 --- a/internal/compiler/builtin_macros.rs +++ b/internal/compiler/builtin_macros.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module contains the implementation of the builtin macros. //! They are just transformations that convert into some more complicated expression tree diff --git a/internal/compiler/builtins.slint b/internal/compiler/builtins.slint index 49f25a50794..ded063fe1e9 100644 --- a/internal/compiler/builtins.slint +++ b/internal/compiler/builtins.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore langtype typeregister diff --git a/internal/compiler/diagnostics.rs b/internal/compiler/diagnostics.rs index 4ada044fa22..402e4724d7d 100644 --- a/internal/compiler/diagnostics.rs +++ b/internal/compiler/diagnostics.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::io::Read; use std::path::{Path, PathBuf}; diff --git a/internal/compiler/embedded_resources.rs b/internal/compiler/embedded_resources.rs index 39c635cc258..d6cbbfe5b10 100644 --- a/internal/compiler/embedded_resources.rs +++ b/internal/compiler/embedded_resources.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #[cfg(feature = "software-renderer")] pub use resvg::tiny_skia::IntRect as Rect; diff --git a/internal/compiler/expression_tree.rs b/internal/compiler/expression_tree.rs index a637fc51be4..9fc01f02e73 100644 --- a/internal/compiler/expression_tree.rs +++ b/internal/compiler/expression_tree.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::diagnostics::{BuildDiagnostics, SourceLocation, Spanned}; use crate::langtype::{BuiltinElement, EnumerationValue, Type}; diff --git a/internal/compiler/fileaccess.rs b/internal/compiler/fileaccess.rs index 4e595c30430..47e511e6f78 100644 --- a/internal/compiler/fileaccess.rs +++ b/internal/compiler/fileaccess.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::borrow::Cow; diff --git a/internal/compiler/generator.rs b/internal/compiler/generator.rs index d30ed194212..9aa0f0945c5 100644 --- a/internal/compiler/generator.rs +++ b/internal/compiler/generator.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! The module responsible for the code generation. diff --git a/internal/compiler/generator/cpp.rs b/internal/compiler/generator/cpp.rs index 07d208373ff..cb4a0141672 100644 --- a/internal/compiler/generator/cpp.rs +++ b/internal/compiler/generator/cpp.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! module for the C++ code generator */ diff --git a/internal/compiler/generator/rust.rs b/internal/compiler/generator/rust.rs index c68db8438d5..d544e62a4d9 100644 --- a/internal/compiler/generator/rust.rs +++ b/internal/compiler/generator/rust.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore conv gdata powf punct vref diff --git a/internal/compiler/langtype.rs b/internal/compiler/langtype.rs index e0fa9967028..4d8f12ac7c5 100644 --- a/internal/compiler/langtype.rs +++ b/internal/compiler/langtype.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::borrow::Cow; use std::collections::{BTreeMap, HashMap, HashSet}; diff --git a/internal/compiler/layout.rs b/internal/compiler/layout.rs index 94ae6158291..facabcd4935 100644 --- a/internal/compiler/layout.rs +++ b/internal/compiler/layout.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Datastructures used to represent layouts in the compiler diff --git a/internal/compiler/lexer.rs b/internal/compiler/lexer.rs index 52f14e92a6f..866fe3efbf0 100644 --- a/internal/compiler/lexer.rs +++ b/internal/compiler/lexer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module contains the code for the lexer. //! diff --git a/internal/compiler/lib.rs b/internal/compiler/lib.rs index 38479f2b9e0..ce67807ced5 100644 --- a/internal/compiler/lib.rs +++ b/internal/compiler/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/compiler/literals.rs b/internal/compiler/literals.rs index d52d7ec8284..cfedd6194b2 100644 --- a/internal/compiler/literals.rs +++ b/internal/compiler/literals.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::expression_tree::Expression; use crate::expression_tree::Unit; diff --git a/internal/compiler/llr.rs b/internal/compiler/llr.rs index 99e312f652d..983ea0a5041 100644 --- a/internal/compiler/llr.rs +++ b/internal/compiler/llr.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! The Low Level Representation module diff --git a/internal/compiler/llr/expression.rs b/internal/compiler/llr/expression.rs index 598be38b7bf..0e0413d8458 100644 --- a/internal/compiler/llr/expression.rs +++ b/internal/compiler/llr/expression.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use super::PropertyReference; use crate::expression_tree::{BuiltinFunction, OperatorClass}; diff --git a/internal/compiler/llr/item_tree.rs b/internal/compiler/llr/item_tree.rs index af6ac0cd654..6935e5affb1 100644 --- a/internal/compiler/llr/item_tree.rs +++ b/internal/compiler/llr/item_tree.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use super::{EvaluationContext, Expression, ParentCtx}; use crate::langtype::{NativeClass, Type}; diff --git a/internal/compiler/llr/lower_expression.rs b/internal/compiler/llr/lower_expression.rs index 4a8cebd1bcb..1da865d9cc7 100644 --- a/internal/compiler/llr/lower_expression.rs +++ b/internal/compiler/llr/lower_expression.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::cell::RefCell; use std::collections::{BTreeMap, HashMap}; diff --git a/internal/compiler/llr/lower_to_item_tree.rs b/internal/compiler/llr/lower_to_item_tree.rs index 420341a0e38..6e3c66b8522 100644 --- a/internal/compiler/llr/lower_to_item_tree.rs +++ b/internal/compiler/llr/lower_to_item_tree.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use by_address::ByAddress; diff --git a/internal/compiler/llr/optim_passes/count_property_use.rs b/internal/compiler/llr/optim_passes/count_property_use.rs index 7bdf687810d..b9b285e823c 100644 --- a/internal/compiler/llr/optim_passes/count_property_use.rs +++ b/internal/compiler/llr/optim_passes/count_property_use.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passes that fills the Property::use_count //! diff --git a/internal/compiler/llr/optim_passes/inline_expressions.rs b/internal/compiler/llr/optim_passes/inline_expressions.rs index ccb06a851e4..125468719be 100644 --- a/internal/compiler/llr/optim_passes/inline_expressions.rs +++ b/internal/compiler/llr/optim_passes/inline_expressions.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Inline properties that are simple enough to be inlined //! diff --git a/internal/compiler/llr/pretty_print.rs b/internal/compiler/llr/pretty_print.rs index 2220ecd77c6..202c1b4116a 100644 --- a/internal/compiler/llr/pretty_print.rs +++ b/internal/compiler/llr/pretty_print.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::fmt::{Display, Result, Write}; diff --git a/internal/compiler/load_builtins.rs b/internal/compiler/load_builtins.rs index 54d874fd643..bd9bee9aad6 100644 --- a/internal/compiler/load_builtins.rs +++ b/internal/compiler/load_builtins.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Parse the contents of builtins.slint and fill the builtin type registry diff --git a/internal/compiler/lookup.rs b/internal/compiler/lookup.rs index e930f0c072d..18f30c6fac6 100644 --- a/internal/compiler/lookup.rs +++ b/internal/compiler/lookup.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Helper to do lookup in expressions diff --git a/internal/compiler/namedreference.rs b/internal/compiler/namedreference.rs index 4a10138fd2e..fec84032d74 100644 --- a/internal/compiler/namedreference.rs +++ b/internal/compiler/namedreference.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains the [`NamedReference`] and its helper diff --git a/internal/compiler/object_tree.rs b/internal/compiler/object_tree.rs index 68ca34e7471..34d5a80970a 100644 --- a/internal/compiler/object_tree.rs +++ b/internal/compiler/object_tree.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains the intermediate representation of the code in the form of an object tree diff --git a/internal/compiler/parser-test-macro/Cargo.toml b/internal/compiler/parser-test-macro/Cargo.toml index af45e733229..94020d7c3a8 100644 --- a/internal/compiler/parser-test-macro/Cargo.toml +++ b/internal/compiler/parser-test-macro/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-parser-test-macro" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] edition = "2021" publish = false -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" [lib] proc-macro = true diff --git a/internal/compiler/parser-test-macro/lib.rs b/internal/compiler/parser-test-macro/lib.rs index fe4ca4ef0c0..4b00700e396 100644 --- a/internal/compiler/parser-test-macro/lib.rs +++ b/internal/compiler/parser-test-macro/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/compiler/parser.rs b/internal/compiler/parser.rs index 340cf2c9d14..c3631cdf5c8 100644 --- a/internal/compiler/parser.rs +++ b/internal/compiler/parser.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! The Slint Language Parser diff --git a/internal/compiler/parser/document.rs b/internal/compiler/parser/document.rs index 5d9736306d8..1aebfd90358 100644 --- a/internal/compiler/parser/document.rs +++ b/internal/compiler/parser/document.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use super::element::{parse_element, parse_element_content}; use super::prelude::*; diff --git a/internal/compiler/parser/element.rs b/internal/compiler/parser/element.rs index b598ef2bfb5..f7aaa9c339a 100644 --- a/internal/compiler/parser/element.rs +++ b/internal/compiler/parser/element.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! The parser functions for elements and things inside them diff --git a/internal/compiler/parser/expressions.rs b/internal/compiler/parser/expressions.rs index c5bcac8b0ef..5cea34d42b5 100644 --- a/internal/compiler/parser/expressions.rs +++ b/internal/compiler/parser/expressions.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use super::document::parse_qualified_name; use super::prelude::*; diff --git a/internal/compiler/parser/statements.rs b/internal/compiler/parser/statements.rs index d64a08ecdd8..b8e5cfeb699 100644 --- a/internal/compiler/parser/statements.rs +++ b/internal/compiler/parser/statements.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use super::element::parse_code_block; use super::expressions::parse_expression; diff --git a/internal/compiler/parser/type.rs b/internal/compiler/parser/type.rs index 2a91cb278fc..36e85b75ca6 100644 --- a/internal/compiler/parser/type.rs +++ b/internal/compiler/parser/type.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Module containing the parsing functions for type names diff --git a/internal/compiler/passes.rs b/internal/compiler/passes.rs index ee90e387272..6e48f2bc402 100644 --- a/internal/compiler/passes.rs +++ b/internal/compiler/passes.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial mod apply_default_properties_from_style; mod binding_analysis; diff --git a/internal/compiler/passes/apply_default_properties_from_style.rs b/internal/compiler/passes/apply_default_properties_from_style.rs index 8f60741a236..8d13018f08a 100644 --- a/internal/compiler/passes/apply_default_properties_from_style.rs +++ b/internal/compiler/passes/apply_default_properties_from_style.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passe that apply the default property from the style. //! diff --git a/internal/compiler/passes/binding_analysis.rs b/internal/compiler/passes/binding_analysis.rs index 2fb12fd1106..3fb02a13324 100644 --- a/internal/compiler/passes/binding_analysis.rs +++ b/internal/compiler/passes/binding_analysis.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Compute binding analysis and attempt to find binding loops diff --git a/internal/compiler/passes/check_expressions.rs b/internal/compiler/passes/check_expressions.rs index a4b5e5a522b..7e8f017227e 100644 --- a/internal/compiler/passes/check_expressions.rs +++ b/internal/compiler/passes/check_expressions.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::rc::Rc; diff --git a/internal/compiler/passes/check_public_api.rs b/internal/compiler/passes/check_public_api.rs index 43b6c0283d3..01bd93a961c 100644 --- a/internal/compiler/passes/check_public_api.rs +++ b/internal/compiler/passes/check_public_api.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Pass that check that the public api is ok and mark the property as exposed diff --git a/internal/compiler/passes/check_rotation.rs b/internal/compiler/passes/check_rotation.rs index 0496ac4db52..3a5adb04b66 100644 --- a/internal/compiler/passes/check_rotation.rs +++ b/internal/compiler/passes/check_rotation.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::diagnostics::BuildDiagnostics; use crate::diagnostics::Spanned; diff --git a/internal/compiler/passes/clip.rs b/internal/compiler/passes/clip.rs index f9b652f7bc1..4a4834a8a6d 100644 --- a/internal/compiler/passes/clip.rs +++ b/internal/compiler/passes/clip.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Pass that lowers synthetic `clip` properties to Clip element diff --git a/internal/compiler/passes/collect_custom_fonts.rs b/internal/compiler/passes/collect_custom_fonts.rs index 6af12e92363..1d276febac4 100644 --- a/internal/compiler/passes/collect_custom_fonts.rs +++ b/internal/compiler/passes/collect_custom_fonts.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passes that fills the root component used_global diff --git a/internal/compiler/passes/collect_globals.rs b/internal/compiler/passes/collect_globals.rs index 88cc94fa32d..27ee2ea0a8c 100644 --- a/internal/compiler/passes/collect_globals.rs +++ b/internal/compiler/passes/collect_globals.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passes that fills the root component used_types.globals diff --git a/internal/compiler/passes/collect_init_code.rs b/internal/compiler/passes/collect_init_code.rs index 675c3e80bdf..dc43c946205 100644 --- a/internal/compiler/passes/collect_init_code.rs +++ b/internal/compiler/passes/collect_init_code.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passe that collects the code from init callbacks from elements and moves it into the component's init_code. diff --git a/internal/compiler/passes/collect_structs_and_enums.rs b/internal/compiler/passes/collect_structs_and_enums.rs index f27460b2795..dc6f14cc0bb 100644 --- a/internal/compiler/passes/collect_structs_and_enums.rs +++ b/internal/compiler/passes/collect_structs_and_enums.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passes that fills the root component used_types.structs diff --git a/internal/compiler/passes/collect_subcomponents.rs b/internal/compiler/passes/collect_subcomponents.rs index 8808ba92141..db8e8f9df93 100644 --- a/internal/compiler/passes/collect_subcomponents.rs +++ b/internal/compiler/passes/collect_subcomponents.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passes that fills the root component used_types.sub_components diff --git a/internal/compiler/passes/compile_paths.rs b/internal/compiler/passes/compile_paths.rs index 175d5fa20c6..04dcd97d42f 100644 --- a/internal/compiler/passes/compile_paths.rs +++ b/internal/compiler/passes/compile_paths.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This pass converts the verbose markup used for paths, such as //! Path { diff --git a/internal/compiler/passes/const_propagation.rs b/internal/compiler/passes/const_propagation.rs index 6520247db58..b3c6b9e3c28 100644 --- a/internal/compiler/passes/const_propagation.rs +++ b/internal/compiler/passes/const_propagation.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Try to simplify property bindings by propagating constant expressions diff --git a/internal/compiler/passes/deduplicate_property_read.rs b/internal/compiler/passes/deduplicate_property_read.rs index f16b49bdd0f..30e14954563 100644 --- a/internal/compiler/passes/deduplicate_property_read.rs +++ b/internal/compiler/passes/deduplicate_property_read.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Do not read twice the same property, store in a local variable instead diff --git a/internal/compiler/passes/default_geometry.rs b/internal/compiler/passes/default_geometry.rs index 890bc639ced..d26117c7fb6 100644 --- a/internal/compiler/passes/default_geometry.rs +++ b/internal/compiler/passes/default_geometry.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Set the width and height of Rectangle, TouchArea, ... to 100%, the implicit width or aspect ratio preserving for Images. diff --git a/internal/compiler/passes/embed_glyphs.rs b/internal/compiler/passes/embed_glyphs.rs index 19e879c3c6b..15af6c8a4d4 100644 --- a/internal/compiler/passes/embed_glyphs.rs +++ b/internal/compiler/passes/embed_glyphs.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::diagnostics::BuildDiagnostics; #[cfg(not(target_arch = "wasm32"))] diff --git a/internal/compiler/passes/embed_images.rs b/internal/compiler/passes/embed_images.rs index 0b4688e005f..47b50c58e61 100644 --- a/internal/compiler/passes/embed_images.rs +++ b/internal/compiler/passes/embed_images.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::diagnostics::BuildDiagnostics; use crate::embedded_resources::*; diff --git a/internal/compiler/passes/ensure_window.rs b/internal/compiler/passes/ensure_window.rs index f21888af666..524c560b1ff 100644 --- a/internal/compiler/passes/ensure_window.rs +++ b/internal/compiler/passes/ensure_window.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Make sure that the top level element of the component is always a Window diff --git a/internal/compiler/passes/flickable.rs b/internal/compiler/passes/flickable.rs index b6c2c0e9f83..269e21cc47f 100644 --- a/internal/compiler/passes/flickable.rs +++ b/internal/compiler/passes/flickable.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Flickable pass //! diff --git a/internal/compiler/passes/focus_item.rs b/internal/compiler/passes/focus_item.rs index def6cf4e968..df9fe627786 100644 --- a/internal/compiler/passes/focus_item.rs +++ b/internal/compiler/passes/focus_item.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This pass follows the forward-focus property on the root element to determine the initial focus item //! as well as handle the forward for `focus()` calls in code. diff --git a/internal/compiler/passes/generate_item_indices.rs b/internal/compiler/passes/generate_item_indices.rs index 95348d4144d..a973d58ca10 100644 --- a/internal/compiler/passes/generate_item_indices.rs +++ b/internal/compiler/passes/generate_item_indices.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Assign the Element::item_index on each elements diff --git a/internal/compiler/passes/infer_aliases_types.rs b/internal/compiler/passes/infer_aliases_types.rs index b6771b5ab40..4f14d6a3df3 100644 --- a/internal/compiler/passes/infer_aliases_types.rs +++ b/internal/compiler/passes/infer_aliases_types.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passes that resolve the type of two way bindings. //! diff --git a/internal/compiler/passes/inlining.rs b/internal/compiler/passes/inlining.rs index df290c8c3ff..c040ccc8505 100644 --- a/internal/compiler/passes/inlining.rs +++ b/internal/compiler/passes/inlining.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Inline each object_tree::Component within the main Component diff --git a/internal/compiler/passes/lower_absolute_coordinates.rs b/internal/compiler/passes/lower_absolute_coordinates.rs index cf08b1d3345..8270cfe6a6f 100644 --- a/internal/compiler/passes/lower_absolute_coordinates.rs +++ b/internal/compiler/passes/lower_absolute_coordinates.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This pass creates bindings to "absolute-y" and "absolute-y" properties //! that can be used to compute the window-absolute coordinates of elements. diff --git a/internal/compiler/passes/lower_accessibility.rs b/internal/compiler/passes/lower_accessibility.rs index be58f0c806f..8a45895be03 100644 --- a/internal/compiler/passes/lower_accessibility.rs +++ b/internal/compiler/passes/lower_accessibility.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Pass that lowers synthetic `accessible-*` properties diff --git a/internal/compiler/passes/lower_layout.rs b/internal/compiler/passes/lower_layout.rs index 52aab905807..8f1fdab7e42 100644 --- a/internal/compiler/passes/lower_layout.rs +++ b/internal/compiler/passes/lower_layout.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passe that compute the layout constraint diff --git a/internal/compiler/passes/lower_popups.rs b/internal/compiler/passes/lower_popups.rs index 52bbdce0879..1fa7f3efb94 100644 --- a/internal/compiler/passes/lower_popups.rs +++ b/internal/compiler/passes/lower_popups.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passe that transform the PopupWindow element into a component diff --git a/internal/compiler/passes/lower_property_to_element.rs b/internal/compiler/passes/lower_property_to_element.rs index cb268d35a97..82609b9cf02 100644 --- a/internal/compiler/passes/lower_property_to_element.rs +++ b/internal/compiler/passes/lower_property_to_element.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Pass that lowers synthetic properties such as `opacity` and `layer` properties to their corresponding elements. //! For example `f := Foo { opacity: ; }` is mapped to `Opacity { opacity <=> f.opacity; f := Foo { ... } }` diff --git a/internal/compiler/passes/lower_shadows.rs b/internal/compiler/passes/lower_shadows.rs index 870e440795e..fa90bb7fb13 100644 --- a/internal/compiler/passes/lower_shadows.rs +++ b/internal/compiler/passes/lower_shadows.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Pass that lowers synthetic `drop-shadow-*` properties to proper shadow elements // At the moment only shadows on `Rectangle` elements are supported, i.e. the drop shadow diff --git a/internal/compiler/passes/lower_states.rs b/internal/compiler/passes/lower_states.rs index 03081e4c85d..f7a91b335cf 100644 --- a/internal/compiler/passes/lower_states.rs +++ b/internal/compiler/passes/lower_states.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Pass that create a state property, and change all the binding to depend on that property diff --git a/internal/compiler/passes/lower_tabwidget.rs b/internal/compiler/passes/lower_tabwidget.rs index 5d2add80d19..72047dcf437 100644 --- a/internal/compiler/passes/lower_tabwidget.rs +++ b/internal/compiler/passes/lower_tabwidget.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore tabwidget diff --git a/internal/compiler/passes/lower_text_input_interface.rs b/internal/compiler/passes/lower_text_input_interface.rs index fe828290211..651eee0012f 100644 --- a/internal/compiler/passes/lower_text_input_interface.rs +++ b/internal/compiler/passes/lower_text_input_interface.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passe lower the access to the global TextInputInterface.text-input-focused to getter or setter. diff --git a/internal/compiler/passes/materialize_fake_properties.rs b/internal/compiler/passes/materialize_fake_properties.rs index ac2c87aab2d..66e179dffda 100644 --- a/internal/compiler/passes/materialize_fake_properties.rs +++ b/internal/compiler/passes/materialize_fake_properties.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This pass creates properties that are used but are otherwise not real. //! diff --git a/internal/compiler/passes/move_declarations.rs b/internal/compiler/passes/move_declarations.rs index c486488589f..0791c16076d 100644 --- a/internal/compiler/passes/move_declarations.rs +++ b/internal/compiler/passes/move_declarations.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This pass moves all declaration of properties or callback to the root diff --git a/internal/compiler/passes/optimize_useless_rectangles.rs b/internal/compiler/passes/optimize_useless_rectangles.rs index 17db49e15ba..1f3ec6ce7bc 100644 --- a/internal/compiler/passes/optimize_useless_rectangles.rs +++ b/internal/compiler/passes/optimize_useless_rectangles.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Remove the rectangles that serves no purposes //! diff --git a/internal/compiler/passes/purity_check.rs b/internal/compiler/passes/purity_check.rs index 705b0b92b52..922b4ec140a 100644 --- a/internal/compiler/passes/purity_check.rs +++ b/internal/compiler/passes/purity_check.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::diagnostics::BuildDiagnostics; use crate::expression_tree::Expression; diff --git a/internal/compiler/passes/remove_aliases.rs b/internal/compiler/passes/remove_aliases.rs index 5b900850bd0..43f519e1149 100644 --- a/internal/compiler/passes/remove_aliases.rs +++ b/internal/compiler/passes/remove_aliases.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This pass removes the property used in a two ways bindings diff --git a/internal/compiler/passes/remove_unused_properties.rs b/internal/compiler/passes/remove_unused_properties.rs index 53be3f66d82..d2098f506c8 100644 --- a/internal/compiler/passes/remove_unused_properties.rs +++ b/internal/compiler/passes/remove_unused_properties.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Remove the properties which are not used diff --git a/internal/compiler/passes/repeater_component.rs b/internal/compiler/passes/repeater_component.rs index da7714d4a3c..39f6ad82f25 100644 --- a/internal/compiler/passes/repeater_component.rs +++ b/internal/compiler/passes/repeater_component.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Make sure that the Repeated expression are just components without any children diff --git a/internal/compiler/passes/resolve_native_classes.rs b/internal/compiler/passes/resolve_native_classes.rs index 64ba6e9c088..3bde1ba11a4 100644 --- a/internal/compiler/passes/resolve_native_classes.rs +++ b/internal/compiler/passes/resolve_native_classes.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! After inlining and moving declarations, all Element::base_type should be Type::BuiltinElement. This pass resolves them //! to NativeClass and picking a variant that only contains the used properties. diff --git a/internal/compiler/passes/resolving.rs b/internal/compiler/passes/resolving.rs index f2a6b8bb5ff..be65bc422d5 100644 --- a/internal/compiler/passes/resolving.rs +++ b/internal/compiler/passes/resolving.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Passes that resolve the property binding expression. //! diff --git a/internal/compiler/passes/unique_id.rs b/internal/compiler/passes/unique_id.rs index f4736199f33..dfda10fd68f 100644 --- a/internal/compiler/passes/unique_id.rs +++ b/internal/compiler/passes/unique_id.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::diagnostics::BuildDiagnostics; use crate::langtype::ElementType; diff --git a/internal/compiler/passes/visible.rs b/internal/compiler/passes/visible.rs index e16fd80bf98..377d12572e4 100644 --- a/internal/compiler/passes/visible.rs +++ b/internal/compiler/passes/visible.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Pass that lowers synthetic `visible` properties to Clip element diff --git a/internal/compiler/passes/z_order.rs b/internal/compiler/passes/z_order.rs index a1c7cf206fc..5f33d62e96d 100644 --- a/internal/compiler/passes/z_order.rs +++ b/internal/compiler/passes/z_order.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! re-order the children by their z-order */ diff --git a/internal/compiler/tests/consistent_styles.rs b/internal/compiler/tests/consistent_styles.rs index df1190812fa..8e58c524a7f 100644 --- a/internal/compiler/tests/consistent_styles.rs +++ b/internal/compiler/tests/consistent_styles.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Test that all styles have the same API. diff --git a/internal/compiler/tests/syntax/accessibility/accessible_properties.slint b/internal/compiler/tests/syntax/accessibility/accessible_properties.slint index de30ca6cf13..935952755e8 100644 --- a/internal/compiler/tests/syntax/accessibility/accessible_properties.slint +++ b/internal/compiler/tests/syntax/accessibility/accessible_properties.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Button1 := Rectangle { property cond; diff --git a/internal/compiler/tests/syntax/analysis/binding_loop1.slint b/internal/compiler/tests/syntax/analysis/binding_loop1.slint index 5cc002c1401..e524f8e0724 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop1.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop1.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial WithStates := Rectangle { diff --git a/internal/compiler/tests/syntax/analysis/binding_loop2.slint b/internal/compiler/tests/syntax/analysis/binding_loop2.slint index af62071220c..2cd5422b1fd 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop2.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial T1 := Rectangle { diff --git a/internal/compiler/tests/syntax/analysis/binding_loop_function.slint b/internal/compiler/tests/syntax/analysis/binding_loop_function.slint index 252288652be..ac5c1dd9865 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop_function.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop_function.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Compo1 := Rectangle { diff --git a/internal/compiler/tests/syntax/analysis/binding_loop_issue_772.slint b/internal/compiler/tests/syntax/analysis/binding_loop_issue_772.slint index ae4800bc75d..b1b01ff8ae9 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop_issue_772.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop_issue_772.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Alias := Rectangle { property viewport_width ; diff --git a/internal/compiler/tests/syntax/analysis/binding_loop_layout.slint b/internal/compiler/tests/syntax/analysis/binding_loop_layout.slint index fb0839594cc..f697553a25c 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop_layout.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop_layout.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TC := Rectangle { // ^error{The binding for the property 'layoutinfo-h' is part of a binding loop} diff --git a/internal/compiler/tests/syntax/analysis/binding_loop_layout2.slint b/internal/compiler/tests/syntax/analysis/binding_loop_layout2.slint index 91a37379b55..e02e5e0aee9 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop_layout2.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop_layout2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Wrap := Rectangle { property woo <=> text.wrap; diff --git a/internal/compiler/tests/syntax/analysis/binding_loop_layout3.slint b/internal/compiler/tests/syntax/analysis/binding_loop_layout3.slint index 5e1afa7907d..7b10ab30af2 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop_layout3.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop_layout3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Compo := Rectangle { // ^error{The binding for the property 'layoutinfo-h' is part of a binding loop} diff --git a/internal/compiler/tests/syntax/analysis/binding_loop_layout4.slint b/internal/compiler/tests/syntax/analysis/binding_loop_layout4.slint index dde827249fd..2a70043ed8f 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop_layout4.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop_layout4.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component Foo { // ^error{The binding for the property 'layoutinfo-h' is part of a binding loop} diff --git a/internal/compiler/tests/syntax/analysis/binding_loop_mappointtowindow.slint b/internal/compiler/tests/syntax/analysis/binding_loop_mappointtowindow.slint index ccf43a5090d..e3eaca86af6 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop_mappointtowindow.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop_mappointtowindow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export App := Rectangle { diff --git a/internal/compiler/tests/syntax/analysis/binding_loop_self.slint b/internal/compiler/tests/syntax/analysis/binding_loop_self.slint index 993f9c8d9e1..dc2387a9574 100644 --- a/internal/compiler/tests/syntax/analysis/binding_loop_self.slint +++ b/internal/compiler/tests/syntax/analysis/binding_loop_self.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // From issue #737 diff --git a/internal/compiler/tests/syntax/basic/animate.slint b/internal/compiler/tests/syntax/basic/animate.slint index 44d21c02194..665784137dd 100644 --- a/internal/compiler/tests/syntax/basic/animate.slint +++ b/internal/compiler/tests/syntax/basic/animate.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/array.slint b/internal/compiler/tests/syntax/basic/array.slint index 39b333c6188..3dd4ae8e728 100644 --- a/internal/compiler/tests/syntax/basic/array.slint +++ b/internal/compiler/tests/syntax/basic/array.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Test := Window { a: [,]; diff --git a/internal/compiler/tests/syntax/basic/assign.slint b/internal/compiler/tests/syntax/basic/assign.slint index ddc66dcaa26..5931c347a10 100644 --- a/internal/compiler/tests/syntax/basic/assign.slint +++ b/internal/compiler/tests/syntax/basic/assign.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { TouchArea { diff --git a/internal/compiler/tests/syntax/basic/box_shadow.slint b/internal/compiler/tests/syntax/basic/box_shadow.slint index 8467635fbf9..7c0d06ae11e 100644 --- a/internal/compiler/tests/syntax/basic/box_shadow.slint +++ b/internal/compiler/tests/syntax/basic/box_shadow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Foo := Rectangle { drop-shadow-color: red; diff --git a/internal/compiler/tests/syntax/basic/children_placeholder.slint b/internal/compiler/tests/syntax/basic/children_placeholder.slint index 78ccfaee8c3..44e8b74be6c 100644 --- a/internal/compiler/tests/syntax/basic/children_placeholder.slint +++ b/internal/compiler/tests/syntax/basic/children_placeholder.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export NotInIf := Rectangle { if true: Rectangle { diff --git a/internal/compiler/tests/syntax/basic/children_placeholder_2.slint b/internal/compiler/tests/syntax/basic/children_placeholder_2.slint index 4d9b078e97c..6f715037529 100644 --- a/internal/compiler/tests/syntax/basic/children_placeholder_2.slint +++ b/internal/compiler/tests/syntax/basic/children_placeholder_2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Final := Window { VerticalLayout { diff --git a/internal/compiler/tests/syntax/basic/clip.slint b/internal/compiler/tests/syntax/basic/clip.slint index b73f441e1af..5737c23b25f 100644 --- a/internal/compiler/tests/syntax/basic/clip.slint +++ b/internal/compiler/tests/syntax/basic/clip.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial MyTouchArea := TouchArea { } diff --git a/internal/compiler/tests/syntax/basic/comments.slint b/internal/compiler/tests/syntax/basic/comments.slint index b14afa8fff9..90022bdc21e 100644 --- a/internal/compiler/tests/syntax/basic/comments.slint +++ b/internal/compiler/tests/syntax/basic/comments.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // comment diff --git a/internal/compiler/tests/syntax/basic/dialog.slint b/internal/compiler/tests/syntax/basic/dialog.slint index a519cb350b2..0c4581c0e20 100644 --- a/internal/compiler/tests/syntax/basic/dialog.slint +++ b/internal/compiler/tests/syntax/basic/dialog.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StandardButton } from "std-widgets.slint"; diff --git a/internal/compiler/tests/syntax/basic/dialog2.slint b/internal/compiler/tests/syntax/basic/dialog2.slint index 635d360777c..8c32e646b65 100644 --- a/internal/compiler/tests/syntax/basic/dialog2.slint +++ b/internal/compiler/tests/syntax/basic/dialog2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StandardButton } from "std-widgets.slint"; diff --git a/internal/compiler/tests/syntax/basic/double_binding.slint b/internal/compiler/tests/syntax/basic/double_binding.slint index f3d2a52f413..8c700b94c0e 100644 --- a/internal/compiler/tests/syntax/basic/double_binding.slint +++ b/internal/compiler/tests/syntax/basic/double_binding.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/double_color.slint b/internal/compiler/tests/syntax/basic/double_color.slint index 8144fd18b69..a4013a7d618 100644 --- a/internal/compiler/tests/syntax/basic/double_color.slint +++ b/internal/compiler/tests/syntax/basic/double_color.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/duplicated_id.slint b/internal/compiler/tests/syntax/basic/duplicated_id.slint index 732fe3eff1d..aa28bce056f 100644 --- a/internal/compiler/tests/syntax/basic/duplicated_id.slint +++ b/internal/compiler/tests/syntax/basic/duplicated_id.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial SubElement := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/easing.slint b/internal/compiler/tests/syntax/basic/easing.slint index 1b7f11a7b9d..dcc611bf4d6 100644 --- a/internal/compiler/tests/syntax/basic/easing.slint +++ b/internal/compiler/tests/syntax/basic/easing.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { animate x { easing: ease-in; } diff --git a/internal/compiler/tests/syntax/basic/easing_not_called.slint b/internal/compiler/tests/syntax/basic/easing_not_called.slint index f459052b74f..7f9c20bea0b 100644 --- a/internal/compiler/tests/syntax/basic/easing_not_called.slint +++ b/internal/compiler/tests/syntax/basic/easing_not_called.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Cannot be put in the easing.slint test because it is in a different pass diff --git a/internal/compiler/tests/syntax/basic/empty.slint b/internal/compiler/tests/syntax/basic/empty.slint index f44aac92bca..d7b27f95da6 100644 --- a/internal/compiler/tests/syntax/basic/empty.slint +++ b/internal/compiler/tests/syntax/basic/empty.slint @@ -1,2 +1,2 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial diff --git a/internal/compiler/tests/syntax/basic/enums.slint b/internal/compiler/tests/syntax/basic/enums.slint index 69212d22fe8..3c65a2c2c38 100644 --- a/internal/compiler/tests/syntax/basic/enums.slint +++ b/internal/compiler/tests/syntax/basic/enums.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial enum Xyz { hello-hello, diff --git a/internal/compiler/tests/syntax/basic/for.slint b/internal/compiler/tests/syntax/basic/for.slint index 564e7968084..e63c85e69ae 100644 --- a/internal/compiler/tests/syntax/basic/for.slint +++ b/internal/compiler/tests/syntax/basic/for.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/image.slint b/internal/compiler/tests/syntax/basic/image.slint index f02bdef5d45..4f30384428f 100644 --- a/internal/compiler/tests/syntax/basic/image.slint +++ b/internal/compiler/tests/syntax/basic/image.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SubElements := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/inline_component.slint b/internal/compiler/tests/syntax/basic/inline_component.slint index edd2d7b3846..1bc28cc4eaf 100644 --- a/internal/compiler/tests/syntax/basic/inline_component.slint +++ b/internal/compiler/tests/syntax/basic/inline_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Inline1 := Rectangle { Rectangle { diff --git a/internal/compiler/tests/syntax/basic/item_as_property.slint b/internal/compiler/tests/syntax/basic/item_as_property.slint index b45010cc0dd..aa22fa835ed 100644 --- a/internal/compiler/tests/syntax/basic/item_as_property.slint +++ b/internal/compiler/tests/syntax/basic/item_as_property.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial struct Str := { foo: Rectangle } // ^error{'Rectangle' is not a valid type} diff --git a/internal/compiler/tests/syntax/basic/layout.slint b/internal/compiler/tests/syntax/basic/layout.slint index aa94924e468..8c050f8458e 100644 --- a/internal/compiler/tests/syntax/basic/layout.slint +++ b/internal/compiler/tests/syntax/basic/layout.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/layout2.slint b/internal/compiler/tests/syntax/basic/layout2.slint index 0c96fface2f..de987aad613 100644 --- a/internal/compiler/tests/syntax/basic/layout2.slint +++ b/internal/compiler/tests/syntax/basic/layout2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/linear-gradient.slint b/internal/compiler/tests/syntax/basic/linear-gradient.slint index 958a2e3de05..039fc347063 100644 --- a/internal/compiler/tests/syntax/basic/linear-gradient.slint +++ b/internal/compiler/tests/syntax/basic/linear-gradient.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { property g1: @linear-gradient(); diff --git a/internal/compiler/tests/syntax/basic/object_in_binding.slint b/internal/compiler/tests/syntax/basic/object_in_binding.slint index e2d937ec680..9ad7ddc9954 100644 --- a/internal/compiler/tests/syntax/basic/object_in_binding.slint +++ b/internal/compiler/tests/syntax/basic/object_in_binding.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export H := Rectangle { x: {foo: "42"}; diff --git a/internal/compiler/tests/syntax/basic/opacity.slint b/internal/compiler/tests/syntax/basic/opacity.slint index f0e477f232c..1911e932c4a 100644 --- a/internal/compiler/tests/syntax/basic/opacity.slint +++ b/internal/compiler/tests/syntax/basic/opacity.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Window { diff --git a/internal/compiler/tests/syntax/basic/parse_error.slint b/internal/compiler/tests/syntax/basic/parse_error.slint index f4963a646c2..81166260a90 100644 --- a/internal/compiler/tests/syntax/basic/parse_error.slint +++ b/internal/compiler/tests/syntax/basic/parse_error.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { 88; diff --git a/internal/compiler/tests/syntax/basic/path.slint b/internal/compiler/tests/syntax/basic/path.slint index 4a739ab2019..9f4e55951af 100644 --- a/internal/compiler/tests/syntax/basic/path.slint +++ b/internal/compiler/tests/syntax/basic/path.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/path_commands.slint b/internal/compiler/tests/syntax/basic/path_commands.slint index 208a9ee4492..b7d51c4baa1 100644 --- a/internal/compiler/tests/syntax/basic/path_commands.slint +++ b/internal/compiler/tests/syntax/basic/path_commands.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Test2 := Path { width: 640px; diff --git a/internal/compiler/tests/syntax/basic/path_for.slint b/internal/compiler/tests/syntax/basic/path_for.slint index 72cfe82782d..f401c5442d3 100644 --- a/internal/compiler/tests/syntax/basic/path_for.slint +++ b/internal/compiler/tests/syntax/basic/path_for.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/percent.slint b/internal/compiler/tests/syntax/basic/percent.slint index d08990ac6cb..4921675f857 100644 --- a/internal/compiler/tests/syntax/basic/percent.slint +++ b/internal/compiler/tests/syntax/basic/percent.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Foo := Rectangle { width: 30%; diff --git a/internal/compiler/tests/syntax/basic/popup.slint b/internal/compiler/tests/syntax/basic/popup.slint index a60decb6590..d93add4e000 100644 --- a/internal/compiler/tests/syntax/basic/popup.slint +++ b/internal/compiler/tests/syntax/basic/popup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := PopupWindow { diff --git a/internal/compiler/tests/syntax/basic/property_animation.slint b/internal/compiler/tests/syntax/basic/property_animation.slint index c0bbb9da130..225c2bcd44a 100644 --- a/internal/compiler/tests/syntax/basic/property_animation.slint +++ b/internal/compiler/tests/syntax/basic/property_animation.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { animate x { diff --git a/internal/compiler/tests/syntax/basic/property_declaration.slint b/internal/compiler/tests/syntax/basic/property_declaration.slint index 05d8fdf7530..6bee4aa7dcb 100644 --- a/internal/compiler/tests/syntax/basic/property_declaration.slint +++ b/internal/compiler/tests/syntax/basic/property_declaration.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Comp := Rectangle { callback pressed; diff --git a/internal/compiler/tests/syntax/basic/property_declaration_in_component.slint b/internal/compiler/tests/syntax/basic/property_declaration_in_component.slint index d7080fd438f..b721fffdb7e 100644 --- a/internal/compiler/tests/syntax/basic/property_declaration_in_component.slint +++ b/internal/compiler/tests/syntax/basic/property_declaration_in_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Comp := Rectangle { property prop; diff --git a/internal/compiler/tests/syntax/basic/radial-gradient.slint b/internal/compiler/tests/syntax/basic/radial-gradient.slint index 2a3670c7391..602c65a6fc4 100644 --- a/internal/compiler/tests/syntax/basic/radial-gradient.slint +++ b/internal/compiler/tests/syntax/basic/radial-gradient.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { property g1: @radial-gradient(); diff --git a/internal/compiler/tests/syntax/basic/return.slint b/internal/compiler/tests/syntax/basic/return.slint index 6c4ca055f72..c5164722233 100644 --- a/internal/compiler/tests/syntax/basic/return.slint +++ b/internal/compiler/tests/syntax/basic/return.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { background: { diff --git a/internal/compiler/tests/syntax/basic/rotation.slint b/internal/compiler/tests/syntax/basic/rotation.slint index 9ac21cf210d..54290899e0d 100644 --- a/internal/compiler/tests/syntax/basic/rotation.slint +++ b/internal/compiler/tests/syntax/basic/rotation.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Ex1 := Rectangle { Rectangle { diff --git a/internal/compiler/tests/syntax/basic/rust-attr.slint b/internal/compiler/tests/syntax/basic/rust-attr.slint index 836c79a97a8..2c7eb9142d5 100644 --- a/internal/compiler/tests/syntax/basic/rust-attr.slint +++ b/internal/compiler/tests/syntax/basic/rust-attr.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial @rust-attr(...) component Foo {} diff --git a/internal/compiler/tests/syntax/basic/self_assign.slint b/internal/compiler/tests/syntax/basic/self_assign.slint index b79a5fe2780..509905f1708 100644 --- a/internal/compiler/tests/syntax/basic/self_assign.slint +++ b/internal/compiler/tests/syntax/basic/self_assign.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { TouchArea { diff --git a/internal/compiler/tests/syntax/basic/signal.slint b/internal/compiler/tests/syntax/basic/signal.slint index 960c8deae6c..8fb63601a7f 100644 --- a/internal/compiler/tests/syntax/basic/signal.slint +++ b/internal/compiler/tests/syntax/basic/signal.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Base := Rectangle { callback blah; diff --git a/internal/compiler/tests/syntax/basic/states_transitions.slint b/internal/compiler/tests/syntax/basic/states_transitions.slint index 43522470bb3..b9ac0b9c323 100644 --- a/internal/compiler/tests/syntax/basic/states_transitions.slint +++ b/internal/compiler/tests/syntax/basic/states_transitions.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { property checked; diff --git a/internal/compiler/tests/syntax/basic/states_transitions2.slint b/internal/compiler/tests/syntax/basic/states_transitions2.slint index 519ad3c5ca2..b0089d75d5c 100644 --- a/internal/compiler/tests/syntax/basic/states_transitions2.slint +++ b/internal/compiler/tests/syntax/basic/states_transitions2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { property checked; diff --git a/internal/compiler/tests/syntax/basic/states_transitions3.slint b/internal/compiler/tests/syntax/basic/states_transitions3.slint index 8fcd0dd9f93..b7b97b73d01 100644 --- a/internal/compiler/tests/syntax/basic/states_transitions3.slint +++ b/internal/compiler/tests/syntax/basic/states_transitions3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Demo := Window { diff --git a/internal/compiler/tests/syntax/basic/states_two_way.slint b/internal/compiler/tests/syntax/basic/states_two_way.slint index 84ac46e5008..5a1d157bb66 100644 --- a/internal/compiler/tests/syntax/basic/states_two_way.slint +++ b/internal/compiler/tests/syntax/basic/states_two_way.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Demo := Window { diff --git a/internal/compiler/tests/syntax/basic/sub_elements.slint b/internal/compiler/tests/syntax/basic/sub_elements.slint index 97c836ac94a..34866b05d7a 100644 --- a/internal/compiler/tests/syntax/basic/sub_elements.slint +++ b/internal/compiler/tests/syntax/basic/sub_elements.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SubElements := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/supersimple.slint b/internal/compiler/tests/syntax/basic/supersimple.slint index 2a72e40b221..0dbaf731525 100644 --- a/internal/compiler/tests/syntax/basic/supersimple.slint +++ b/internal/compiler/tests/syntax/basic/supersimple.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/svg_path.slint b/internal/compiler/tests/syntax/basic/svg_path.slint index 61a771ce78b..52ef3c483b9 100644 --- a/internal/compiler/tests/syntax/basic/svg_path.slint +++ b/internal/compiler/tests/syntax/basic/svg_path.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { diff --git a/internal/compiler/tests/syntax/basic/tr.slint b/internal/compiler/tests/syntax/basic/tr.slint index 2552bb361fa..6d469e8739e 100644 --- a/internal/compiler/tests/syntax/basic/tr.slint +++ b/internal/compiler/tests/syntax/basic/tr.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component X { property t1: @tr(boo); diff --git a/internal/compiler/tests/syntax/basic/tr2.slint b/internal/compiler/tests/syntax/basic/tr2.slint index 3cdf7fc9342..76af90df83d 100644 --- a/internal/compiler/tests/syntax/basic/tr2.slint +++ b/internal/compiler/tests/syntax/basic/tr2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component X { property t1: @tr("fo{}oo", 42px); diff --git a/internal/compiler/tests/syntax/basic/type_declaration.slint b/internal/compiler/tests/syntax/basic/type_declaration.slint index 3f8710f05fa..f75f4327860 100644 --- a/internal/compiler/tests/syntax/basic/type_declaration.slint +++ b/internal/compiler/tests/syntax/basic/type_declaration.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global MyType := { property aaa; diff --git a/internal/compiler/tests/syntax/basic/unknown_item.slint b/internal/compiler/tests/syntax/basic/unknown_item.slint index 4c3471f330f..2248c188ee0 100644 --- a/internal/compiler/tests/syntax/basic/unknown_item.slint +++ b/internal/compiler/tests/syntax/basic/unknown_item.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial struct Struct := { def: int, } diff --git a/internal/compiler/tests/syntax/callbacks/init.slint b/internal/compiler/tests/syntax/callbacks/init.slint index a273e4f0366..e7e565bc337 100644 --- a/internal/compiler/tests/syntax/callbacks/init.slint +++ b/internal/compiler/tests/syntax/callbacks/init.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global Singleton := { callback init; diff --git a/internal/compiler/tests/syntax/elements/listview.slint b/internal/compiler/tests/syntax/elements/listview.slint index 2db7d05be38..d870013baf9 100644 --- a/internal/compiler/tests/syntax/elements/listview.slint +++ b/internal/compiler/tests/syntax/elements/listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/internal/compiler/tests/syntax/elements/popup.slint b/internal/compiler/tests/syntax/elements/popup.slint index b648d34ca52..bf81c089eae 100644 --- a/internal/compiler/tests/syntax/elements/popup.slint +++ b/internal/compiler/tests/syntax/elements/popup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Bar := Rectangle { diff --git a/internal/compiler/tests/syntax/elements/tabwidget.slint b/internal/compiler/tests/syntax/elements/tabwidget.slint index 7ef036cd586..6ee16567889 100644 --- a/internal/compiler/tests/syntax/elements/tabwidget.slint +++ b/internal/compiler/tests/syntax/elements/tabwidget.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { TabWidget } from "std-widgets.slint"; export Test1 := Rectangle { diff --git a/internal/compiler/tests/syntax/elements/tabwidget2.slint b/internal/compiler/tests/syntax/elements/tabwidget2.slint index 447d5ffccc0..b5f4499481d 100644 --- a/internal/compiler/tests/syntax/elements/tabwidget2.slint +++ b/internal/compiler/tests/syntax/elements/tabwidget2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { TabWidget } from "std-widgets.slint"; diff --git a/internal/compiler/tests/syntax/elements/tabwidget3.slint b/internal/compiler/tests/syntax/elements/tabwidget3.slint index 502b1d79996..2943aaa0707 100644 --- a/internal/compiler/tests/syntax/elements/tabwidget3.slint +++ b/internal/compiler/tests/syntax/elements/tabwidget3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Test3 := Rectangle { TabWidget { diff --git a/internal/compiler/tests/syntax/exports/export_duplicates.slint b/internal/compiler/tests/syntax/exports/export_duplicates.slint index 71e806d1f3c..6b9027c7262 100644 --- a/internal/compiler/tests/syntax/exports/export_duplicates.slint +++ b/internal/compiler/tests/syntax/exports/export_duplicates.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Foo := Rectangle {} Bar := Rectangle {} diff --git a/internal/compiler/tests/syntax/exports/reexport_duplicate.slint b/internal/compiler/tests/syntax/exports/reexport_duplicate.slint index 1f507dff29a..64e29113c06 100644 --- a/internal/compiler/tests/syntax/exports/reexport_duplicate.slint +++ b/internal/compiler/tests/syntax/exports/reexport_duplicate.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "../../typeloader/incpath/local_helper_type.slint"; // ^warning{'SomeRect' is already exported in this file; it will not be re-exported} diff --git a/internal/compiler/tests/syntax/exports/root_compo_export.slint b/internal/compiler/tests/syntax/exports/root_compo_export.slint index 6b5226d1979..576928d485d 100644 --- a/internal/compiler/tests/syntax/exports/root_compo_export.slint +++ b/internal/compiler/tests/syntax/exports/root_compo_export.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component Button { diff --git a/internal/compiler/tests/syntax/exports/root_compo_export2.slint b/internal/compiler/tests/syntax/exports/root_compo_export2.slint index e750d49b61f..f231e6fd9de 100644 --- a/internal/compiler/tests/syntax/exports/root_compo_export2.slint +++ b/internal/compiler/tests/syntax/exports/root_compo_export2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component App { //^warning{Component is implicitly marked for export. This is deprecated and it should be explicitly exported} diff --git a/internal/compiler/tests/syntax/exports/single_global_missing_export.slint b/internal/compiler/tests/syntax/exports/single_global_missing_export.slint index a88179f9ebf..a845738f92c 100644 --- a/internal/compiler/tests/syntax/exports/single_global_missing_export.slint +++ b/internal/compiler/tests/syntax/exports/single_global_missing_export.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global Settings { //^warning{Global singleton is implicitly marked for export. This is deprecated and it should be explicitly exported} diff --git a/internal/compiler/tests/syntax/exports/unused_compo.slint b/internal/compiler/tests/syntax/exports/unused_compo.slint index 2871fb62bfe..f6be4a35ac4 100644 --- a/internal/compiler/tests/syntax/exports/unused_compo.slint +++ b/internal/compiler/tests/syntax/exports/unused_compo.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component Used { } diff --git a/internal/compiler/tests/syntax/expressions/arithmetic_op.slint b/internal/compiler/tests/syntax/expressions/arithmetic_op.slint index b615e8abb27..8a5e04556bd 100644 --- a/internal/compiler/tests/syntax/expressions/arithmetic_op.slint +++ b/internal/compiler/tests/syntax/expressions/arithmetic_op.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { property p1: 3s + 1ms; diff --git a/internal/compiler/tests/syntax/expressions/comparison_operator.slint b/internal/compiler/tests/syntax/expressions/comparison_operator.slint index 85d87baa8ea..42fd943f03b 100644 --- a/internal/compiler/tests/syntax/expressions/comparison_operator.slint +++ b/internal/compiler/tests/syntax/expressions/comparison_operator.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { property zz: aa > bb == cc diff --git a/internal/compiler/tests/syntax/expressions/condition_operator.slint b/internal/compiler/tests/syntax/expressions/condition_operator.slint index 22cc41fa0e6..5b59db09be4 100644 --- a/internal/compiler/tests/syntax/expressions/condition_operator.slint +++ b/internal/compiler/tests/syntax/expressions/condition_operator.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { background: area.pressed ? green : blue; diff --git a/internal/compiler/tests/syntax/expressions/minmax.slint b/internal/compiler/tests/syntax/expressions/minmax.slint index 20745c51adf..ac17a8f331f 100644 --- a/internal/compiler/tests/syntax/expressions/minmax.slint +++ b/internal/compiler/tests/syntax/expressions/minmax.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global Plop := { property x: max; diff --git a/internal/compiler/tests/syntax/expressions/strings.slint b/internal/compiler/tests/syntax/expressions/strings.slint index 26a3045c58f..16a5fe57c5d 100644 --- a/internal/compiler/tests/syntax/expressions/strings.slint +++ b/internal/compiler/tests/syntax/expressions/strings.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Test := Window { Text { diff --git a/internal/compiler/tests/syntax/expressions/unary_op.slint b/internal/compiler/tests/syntax/expressions/unary_op.slint index b2395b5de9b..971e8f2a8f5 100644 --- a/internal/compiler/tests/syntax/expressions/unary_op.slint +++ b/internal/compiler/tests/syntax/expressions/unary_op.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Xxx := Rectangle { property err_str1: + "foobar"; diff --git a/internal/compiler/tests/syntax/focus/focus_invalid.slint b/internal/compiler/tests/syntax/focus/focus_invalid.slint index 7f7b64d09e8..af3570cd2e5 100644 --- a/internal/compiler/tests/syntax/focus/focus_invalid.slint +++ b/internal/compiler/tests/syntax/focus/focus_invalid.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/focus/focus_not_called.slint b/internal/compiler/tests/syntax/focus/focus_not_called.slint index 3c801e9dfc6..b8ce2a6ccba 100644 --- a/internal/compiler/tests/syntax/focus/focus_not_called.slint +++ b/internal/compiler/tests/syntax/focus/focus_not_called.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/focus/initial_focus_non_input.slint b/internal/compiler/tests/syntax/focus/initial_focus_non_input.slint index f2ae7aeb99e..d8dbb34b778 100644 --- a/internal/compiler/tests/syntax/focus/initial_focus_non_input.slint +++ b/internal/compiler/tests/syntax/focus/initial_focus_non_input.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/functions/functions.slint b/internal/compiler/tests/syntax/functions/functions.slint index 9978a5eab08..88d54946493 100644 --- a/internal/compiler/tests/syntax/functions/functions.slint +++ b/internal/compiler/tests/syntax/functions/functions.slint @@ -1,7 +1,7 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Abc := Rectangle { function par() {} diff --git a/internal/compiler/tests/syntax/functions/functions_call.slint b/internal/compiler/tests/syntax/functions/functions_call.slint index ba338326851..30e43915631 100644 --- a/internal/compiler/tests/syntax/functions/functions_call.slint +++ b/internal/compiler/tests/syntax/functions/functions_call.slint @@ -1,7 +1,7 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial diff --git a/internal/compiler/tests/syntax/functions/functions_purity.slint b/internal/compiler/tests/syntax/functions/functions_purity.slint index c7f1cd64bc5..8340f733de2 100644 --- a/internal/compiler/tests/syntax/functions/functions_purity.slint +++ b/internal/compiler/tests/syntax/functions/functions_purity.slint @@ -1,7 +1,7 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component Foo { property prop; diff --git a/internal/compiler/tests/syntax/imports/cyclic_import.slint b/internal/compiler/tests/syntax/imports/cyclic_import.slint index 0f985a8ef94..069ab36e55c 100644 --- a/internal/compiler/tests/syntax/imports/cyclic_import.slint +++ b/internal/compiler/tests/syntax/imports/cyclic_import.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Rec12 } from "../../typeloader/recursive_import1.slint"; // ^error{No exported type called 'Rec12' found in ".*recursive_import1.slint"} diff --git a/internal/compiler/tests/syntax/imports/error_in_import.slint b/internal/compiler/tests/syntax/imports/error_in_import.slint index 86ee69b3eb3..e215e9335a0 100644 --- a/internal/compiler/tests/syntax/imports/error_in_import.slint +++ b/internal/compiler/tests/syntax/imports/error_in_import.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { X } from "../../typeloader/incpath/should_fail2.slint"; diff --git a/internal/compiler/tests/syntax/imports/error_in_import2.slint b/internal/compiler/tests/syntax/imports/error_in_import2.slint index d6e3f95b366..cd220567dc6 100644 --- a/internal/compiler/tests/syntax/imports/error_in_import2.slint +++ b/internal/compiler/tests/syntax/imports/error_in_import2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Y } from "../../typeloader/incpath/should_fail3.slint"; diff --git a/internal/compiler/tests/syntax/imports/error_in_import3.slint b/internal/compiler/tests/syntax/imports/error_in_import3.slint index c25de105eaf..e1ed780f198 100644 --- a/internal/compiler/tests/syntax/imports/error_in_import3.slint +++ b/internal/compiler/tests/syntax/imports/error_in_import3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Z } from "../../typeloader/incpath/should_fail4.slint"; diff --git a/internal/compiler/tests/syntax/imports/font.slint b/internal/compiler/tests/syntax/imports/font.slint index 231332b268d..e0a130ee619 100644 --- a/internal/compiler/tests/syntax/imports/font.slint +++ b/internal/compiler/tests/syntax/imports/font.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import "myfont.ttf"; // ^error{File "myfont.ttf" not found} diff --git a/internal/compiler/tests/syntax/imports/import_builtin.slint b/internal/compiler/tests/syntax/imports/import_builtin.slint index 8721369b84b..8186b55e454 100644 --- a/internal/compiler/tests/syntax/imports/import_builtin.slint +++ b/internal/compiler/tests/syntax/imports/import_builtin.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Even if that file exist in the style, it shouldn't be loaded import { StyleMetrics } from "std-widgets-impl.slint"; diff --git a/internal/compiler/tests/syntax/imports/import_error2.slint b/internal/compiler/tests/syntax/imports/import_error2.slint index c7a624b7191..a0a993e441c 100644 --- a/internal/compiler/tests/syntax/imports/import_error2.slint +++ b/internal/compiler/tests/syntax/imports/import_error2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { SomeRect } from "../../typeloader/incpath/local_helper_type.slint"; import "../../typeloader/incpath/local_helper_type.slint"; diff --git a/internal/compiler/tests/syntax/imports/import_errors.slint b/internal/compiler/tests/syntax/imports/import_errors.slint index 07cbdeb9e05..17fb4b698fe 100644 --- a/internal/compiler/tests/syntax/imports/import_errors.slint +++ b/internal/compiler/tests/syntax/imports/import_errors.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { NotThere } from "file_not_there.slint"; // ^error{Cannot find requested import "file_not_there.slint" in the include search path} diff --git a/internal/compiler/tests/syntax/imports/import_parse_error1.slint b/internal/compiler/tests/syntax/imports/import_parse_error1.slint index accac121c9f..e5639dc4ece 100644 --- a/internal/compiler/tests/syntax/imports/import_parse_error1.slint +++ b/internal/compiler/tests/syntax/imports/import_parse_error1.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import; // ^error{Syntax error: expected '\{'} diff --git a/internal/compiler/tests/syntax/imports/import_parse_error2.slint b/internal/compiler/tests/syntax/imports/import_parse_error2.slint index e74f5e87436..744c43649ed 100644 --- a/internal/compiler/tests/syntax/imports/import_parse_error2.slint +++ b/internal/compiler/tests/syntax/imports/import_parse_error2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import foo from bar; // ^error{Syntax error: expected '\{'} diff --git a/internal/compiler/tests/syntax/imports/import_parse_error3.slint b/internal/compiler/tests/syntax/imports/import_parse_error3.slint index 792560ca6e0..eb0934c62a3 100644 --- a/internal/compiler/tests/syntax/imports/import_parse_error3.slint +++ b/internal/compiler/tests/syntax/imports/import_parse_error3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { A } yo; // ^error{Expected from keyword for import statement} diff --git a/internal/compiler/tests/syntax/imports/import_parse_error4.slint b/internal/compiler/tests/syntax/imports/import_parse_error4.slint index 6aa06cc9ce8..66bacc20f5a 100644 --- a/internal/compiler/tests/syntax/imports/import_parse_error4.slint +++ b/internal/compiler/tests/syntax/imports/import_parse_error4.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Foo } from yo; // ^error{Expected plain string literal} diff --git a/internal/compiler/tests/syntax/imports/import_parse_error5.slint b/internal/compiler/tests/syntax/imports/import_parse_error5.slint index 59ec9414e48..47bbb62e235 100644 --- a/internal/compiler/tests/syntax/imports/import_parse_error5.slint +++ b/internal/compiler/tests/syntax/imports/import_parse_error5.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { NotExported } from "../../typeloader/incpath/local_helper_type.slint"; // ^error{No exported type called 'NotExported' found} diff --git a/internal/compiler/tests/syntax/imports/invalid_export.slint b/internal/compiler/tests/syntax/imports/invalid_export.slint index b67ff949176..3dc891174fa 100644 --- a/internal/compiler/tests/syntax/imports/invalid_export.slint +++ b/internal/compiler/tests/syntax/imports/invalid_export.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export { Foo as Bar } // ^error{'Foo' not found} diff --git a/internal/compiler/tests/syntax/imports/visibility_errors.slint b/internal/compiler/tests/syntax/imports/visibility_errors.slint index 5a754c61720..0b6573e82ac 100644 --- a/internal/compiler/tests/syntax/imports/visibility_errors.slint +++ b/internal/compiler/tests/syntax/imports/visibility_errors.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { SomeRect } from "../../typeloader/incpath/local_helper_type.slint"; diff --git a/internal/compiler/tests/syntax/layout/if_in_grid.slint b/internal/compiler/tests/syntax/layout/if_in_grid.slint index 7ec437667fd..8566aeeca68 100644 --- a/internal/compiler/tests/syntax/layout/if_in_grid.slint +++ b/internal/compiler/tests/syntax/layout/if_in_grid.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Test := Rectangle { property condition; diff --git a/internal/compiler/tests/syntax/layout/min_max_conflict.slint b/internal/compiler/tests/syntax/layout/min_max_conflict.slint index d391bd241db..3a062862033 100644 --- a/internal/compiler/tests/syntax/layout/min_max_conflict.slint +++ b/internal/compiler/tests/syntax/layout/min_max_conflict.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Test := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/array_index.slint b/internal/compiler/tests/syntax/lookup/array_index.slint index 5c4b403cb2e..290c6059429 100644 --- a/internal/compiler/tests/syntax/lookup/array_index.slint +++ b/internal/compiler/tests/syntax/lookup/array_index.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Hello := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/callback_alias.slint b/internal/compiler/tests/syntax/lookup/callback_alias.slint index 78255af9a03..17e237f07b0 100644 --- a/internal/compiler/tests/syntax/lookup/callback_alias.slint +++ b/internal/compiler/tests/syntax/lookup/callback_alias.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Xxx := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/callback_alias2.slint b/internal/compiler/tests/syntax/lookup/callback_alias2.slint index 44e834a518a..7efdd774f94 100644 --- a/internal/compiler/tests/syntax/lookup/callback_alias2.slint +++ b/internal/compiler/tests/syntax/lookup/callback_alias2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Xxx := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/callback_alias3.slint b/internal/compiler/tests/syntax/lookup/callback_alias3.slint index d089d9fe69b..0af9ab4d0cd 100644 --- a/internal/compiler/tests/syntax/lookup/callback_alias3.slint +++ b/internal/compiler/tests/syntax/lookup/callback_alias3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Sub := Rectangle { callback compute(int) -> int; diff --git a/internal/compiler/tests/syntax/lookup/callback_not_called.slint b/internal/compiler/tests/syntax/lookup/callback_not_called.slint index 52c29b1d29b..280f23de29b 100644 --- a/internal/compiler/tests/syntax/lookup/callback_not_called.slint +++ b/internal/compiler/tests/syntax/lookup/callback_not_called.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Demo := Window { callback foobar; diff --git a/internal/compiler/tests/syntax/lookup/callback_return.slint b/internal/compiler/tests/syntax/lookup/callback_return.slint index 0a0c409f20c..fcf60a10662 100644 --- a/internal/compiler/tests/syntax/lookup/callback_return.slint +++ b/internal/compiler/tests/syntax/lookup/callback_return.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Xxx := Rectangle { callback plop() -> string; diff --git a/internal/compiler/tests/syntax/lookup/color.slint b/internal/compiler/tests/syntax/lookup/color.slint index 35963147f48..dc5bd8e38bc 100644 --- a/internal/compiler/tests/syntax/lookup/color.slint +++ b/internal/compiler/tests/syntax/lookup/color.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/conversion.slint b/internal/compiler/tests/syntax/lookup/conversion.slint index 7bb1e6aa9b8..b9a32adc389 100644 --- a/internal/compiler/tests/syntax/lookup/conversion.slint +++ b/internal/compiler/tests/syntax/lookup/conversion.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global Glob := { property len: 45px * 5; diff --git a/internal/compiler/tests/syntax/lookup/dashes.slint b/internal/compiler/tests/syntax/lookup/dashes.slint index 3ae052ef710..99f8d693596 100644 --- a/internal/compiler/tests/syntax/lookup/dashes.slint +++ b/internal/compiler/tests/syntax/lookup/dashes.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Xxx := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/deprecated_property.slint b/internal/compiler/tests/syntax/lookup/deprecated_property.slint index dfe85662519..d522f4ea2e2 100644 --- a/internal/compiler/tests/syntax/lookup/deprecated_property.slint +++ b/internal/compiler/tests/syntax/lookup/deprecated_property.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Xxx := Rectangle { color: white; diff --git a/internal/compiler/tests/syntax/lookup/enum.slint b/internal/compiler/tests/syntax/lookup/enum.slint index 5722ab3eb76..47b0db11c25 100644 --- a/internal/compiler/tests/syntax/lookup/enum.slint +++ b/internal/compiler/tests/syntax/lookup/enum.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Text { // allow unqualified enum when we can infer the type from the property assigned to diff --git a/internal/compiler/tests/syntax/lookup/for_lookup.slint b/internal/compiler/tests/syntax/lookup/for_lookup.slint index 4f3f2f5fd6d..8ef276823b2 100644 --- a/internal/compiler/tests/syntax/lookup/for_lookup.slint +++ b/internal/compiler/tests/syntax/lookup/for_lookup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Hello := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/global.slint b/internal/compiler/tests/syntax/lookup/global.slint index d4d628b9064..0c5b77d5aa1 100644 --- a/internal/compiler/tests/syntax/lookup/global.slint +++ b/internal/compiler/tests/syntax/lookup/global.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global MyGlobal := { property custom_prop; diff --git a/internal/compiler/tests/syntax/lookup/if.slint b/internal/compiler/tests/syntax/lookup/if.slint index f7dd806e968..94316aad990 100644 --- a/internal/compiler/tests/syntax/lookup/if.slint +++ b/internal/compiler/tests/syntax/lookup/if.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Hello := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/issue_1461.slint b/internal/compiler/tests/syntax/lookup/issue_1461.slint index 1505748dc1e..fa603a11c72 100644 --- a/internal/compiler/tests/syntax/lookup/issue_1461.slint +++ b/internal/compiler/tests/syntax/lookup/issue_1461.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component Button inherits Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/property.slint b/internal/compiler/tests/syntax/lookup/property.slint index 24db83ae63a..97077f5d992 100644 --- a/internal/compiler/tests/syntax/lookup/property.slint +++ b/internal/compiler/tests/syntax/lookup/property.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Comp := Rectangle { property custom_prop; diff --git a/internal/compiler/tests/syntax/lookup/recover_id_lookup.slint b/internal/compiler/tests/syntax/lookup/recover_id_lookup.slint index 4f9ff0e51ca..d219001da60 100644 --- a/internal/compiler/tests/syntax/lookup/recover_id_lookup.slint +++ b/internal/compiler/tests/syntax/lookup/recover_id_lookup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component Test { property abc; diff --git a/internal/compiler/tests/syntax/lookup/signal_arg.slint b/internal/compiler/tests/syntax/lookup/signal_arg.slint index 3722f81c5b8..26450dea1f3 100644 --- a/internal/compiler/tests/syntax/lookup/signal_arg.slint +++ b/internal/compiler/tests/syntax/lookup/signal_arg.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Xxx := Rectangle { callback plop(string, color, int); diff --git a/internal/compiler/tests/syntax/lookup/two_way_binding.slint b/internal/compiler/tests/syntax/lookup/two_way_binding.slint index 86ae57b8adb..3e29263ee7c 100644 --- a/internal/compiler/tests/syntax/lookup/two_way_binding.slint +++ b/internal/compiler/tests/syntax/lookup/two_way_binding.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global G := { property alala <=> alala; diff --git a/internal/compiler/tests/syntax/lookup/two_way_binding_infer.slint b/internal/compiler/tests/syntax/lookup/two_way_binding_infer.slint index e4e85748e1e..41f8afa5232 100644 --- a/internal/compiler/tests/syntax/lookup/two_way_binding_infer.slint +++ b/internal/compiler/tests/syntax/lookup/two_way_binding_infer.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/two_way_binding_model.slint b/internal/compiler/tests/syntax/lookup/two_way_binding_model.slint index 132813d0d8a..dc3fe000013 100644 --- a/internal/compiler/tests/syntax/lookup/two_way_binding_model.slint +++ b/internal/compiler/tests/syntax/lookup/two_way_binding_model.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial struct Foo { field: string diff --git a/internal/compiler/tests/syntax/new_syntax/deprecated_syntax.slint b/internal/compiler/tests/syntax/new_syntax/deprecated_syntax.slint index b041157ad1a..96254283c64 100644 --- a/internal/compiler/tests/syntax/new_syntax/deprecated_syntax.slint +++ b/internal/compiler/tests/syntax/new_syntax/deprecated_syntax.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial struct XX := {} diff --git a/internal/compiler/tests/syntax/new_syntax/input_output.slint b/internal/compiler/tests/syntax/new_syntax/input_output.slint index 758d1ecb706..354e707d881 100644 --- a/internal/compiler/tests/syntax/new_syntax/input_output.slint +++ b/internal/compiler/tests/syntax/new_syntax/input_output.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component Compo inherits Rectangle { property priv1: 42; diff --git a/internal/compiler/tests/syntax/new_syntax/input_output2.slint b/internal/compiler/tests/syntax/new_syntax/input_output2.slint index 9011a497678..41cc1ae9723 100644 --- a/internal/compiler/tests/syntax/new_syntax/input_output2.slint +++ b/internal/compiler/tests/syntax/new_syntax/input_output2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global Glo { property priv1: 34; diff --git a/internal/compiler/tests/syntax/new_syntax/new_component.slint b/internal/compiler/tests/syntax/new_syntax/new_component.slint index afbe462bb79..0dd34f45452 100644 --- a/internal/compiler/tests/syntax/new_syntax/new_component.slint +++ b/internal/compiler/tests/syntax/new_syntax/new_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component Foo { diff --git a/internal/compiler/tests/syntax/new_syntax/new_lookup.slint b/internal/compiler/tests/syntax/new_syntax/new_lookup.slint index 47cced64487..abd2f4a0333 100644 --- a/internal/compiler/tests/syntax/new_syntax/new_lookup.slint +++ b/internal/compiler/tests/syntax/new_syntax/new_lookup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component Compo inherits Text { diff --git a/internal/compiler/tests/syntax/new_syntax/two_way_input_output.slint b/internal/compiler/tests/syntax/new_syntax/two_way_input_output.slint index 64df0045299..b498f3943c9 100644 --- a/internal/compiler/tests/syntax/new_syntax/two_way_input_output.slint +++ b/internal/compiler/tests/syntax/new_syntax/two_way_input_output.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component Button { in property enabled : true; diff --git a/internal/compiler/tests/syntax/parse_error/children_placeholder0.slint b/internal/compiler/tests/syntax/parse_error/children_placeholder0.slint index 0d4be8591e3..e9ffc980014 100644 --- a/internal/compiler/tests/syntax/parse_error/children_placeholder0.slint +++ b/internal/compiler/tests/syntax/parse_error/children_placeholder0.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Final := Window { VerticalLayout { diff --git a/internal/compiler/tests/syntax/parse_error/export0.slint b/internal/compiler/tests/syntax/parse_error/export0.slint index 1fa0b3fd686..38cd2994833 100644 --- a/internal/compiler/tests/syntax/parse_error/export0.slint +++ b/internal/compiler/tests/syntax/parse_error/export0.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export - // ^error{Parse error: expected a top-level item such as a component, a struct, or a global} diff --git a/internal/compiler/tests/syntax/parse_error/export1.slint b/internal/compiler/tests/syntax/parse_error/export1.slint index 6b31bad9cd1..c2bfeae4f37 100644 --- a/internal/compiler/tests/syntax/parse_error/export1.slint +++ b/internal/compiler/tests/syntax/parse_error/export1.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export { Foo as } // ^error{expected Identifier} diff --git a/internal/compiler/tests/syntax/parse_error/if0.slint b/internal/compiler/tests/syntax/parse_error/if0.slint index 9abe584b4ce..eb6d5159b2c 100644 --- a/internal/compiler/tests/syntax/parse_error/if0.slint +++ b/internal/compiler/tests/syntax/parse_error/if0.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { if // diff --git a/internal/compiler/tests/syntax/parse_error/if1.slint b/internal/compiler/tests/syntax/parse_error/if1.slint index a52b86714d3..fe7f3c8c3d3 100644 --- a/internal/compiler/tests/syntax/parse_error/if1.slint +++ b/internal/compiler/tests/syntax/parse_error/if1.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { if ( diff --git a/internal/compiler/tests/syntax/parse_error/if2.slint b/internal/compiler/tests/syntax/parse_error/if2.slint index c701176afb7..c48624b735a 100644 --- a/internal/compiler/tests/syntax/parse_error/if2.slint +++ b/internal/compiler/tests/syntax/parse_error/if2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { if () : diff --git a/internal/compiler/tests/syntax/parse_error/if3.slint b/internal/compiler/tests/syntax/parse_error/if3.slint index f98a3397ec9..cfe75d7da02 100644 --- a/internal/compiler/tests/syntax/parse_error/if3.slint +++ b/internal/compiler/tests/syntax/parse_error/if3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { if goo diff --git a/internal/compiler/tests/syntax/parse_error/if4.slint b/internal/compiler/tests/syntax/parse_error/if4.slint index 1c8672c2be8..0e600991fc0 100644 --- a/internal/compiler/tests/syntax/parse_error/if4.slint +++ b/internal/compiler/tests/syntax/parse_error/if4.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { if (true false) : Rectangle { } diff --git a/internal/compiler/tests/syntax/parse_error/property1.slint b/internal/compiler/tests/syntax/parse_error/property1.slint index bc6f16b6b27..2d69ecab865 100644 --- a/internal/compiler/tests/syntax/parse_error/property1.slint +++ b/internal/compiler/tests/syntax/parse_error/property1.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { ta := TouchArea { } diff --git a/internal/compiler/tests/syntax/parse_error/property2.slint b/internal/compiler/tests/syntax/parse_error/property2.slint index 3835866180b..982c4dcaa65 100644 --- a/internal/compiler/tests/syntax/parse_error/property2.slint +++ b/internal/compiler/tests/syntax/parse_error/property2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { ta := TouchArea { } diff --git a/internal/compiler/tests/syntax/parse_error/state1.slint b/internal/compiler/tests/syntax/parse_error/state1.slint index 20337f5001a..6fd81a2d3b0 100644 --- a/internal/compiler/tests/syntax/parse_error/state1.slint +++ b/internal/compiler/tests/syntax/parse_error/state1.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { property checked; diff --git a/internal/compiler/tests/syntax/parse_error/state2.slint b/internal/compiler/tests/syntax/parse_error/state2.slint index ada8ee7a56e..c7ddae00590 100644 --- a/internal/compiler/tests/syntax/parse_error/state2.slint +++ b/internal/compiler/tests/syntax/parse_error/state2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { states [ diff --git a/internal/compiler/tests/syntax/parse_error/state3.slint b/internal/compiler/tests/syntax/parse_error/state3.slint index d6b75cc0f11..fbc91c5a702 100644 --- a/internal/compiler/tests/syntax/parse_error/state3.slint +++ b/internal/compiler/tests/syntax/parse_error/state3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { states [ diff --git a/internal/compiler/tests/syntax_tests.rs b/internal/compiler/tests/syntax_tests.rs index 0770fffa5d0..05edc9ca0a6 100644 --- a/internal/compiler/tests/syntax_tests.rs +++ b/internal/compiler/tests/syntax_tests.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This test is trying to compile all the *.slint files in the sub directories and check that compilation //! errors are properly reported diff --git a/internal/compiler/tests/typeloader/custom_style/TestStyle/std-widgets.slint b/internal/compiler/tests/typeloader/custom_style/TestStyle/std-widgets.slint index f44aac92bca..d7b27f95da6 100644 --- a/internal/compiler/tests/typeloader/custom_style/TestStyle/std-widgets.slint +++ b/internal/compiler/tests/typeloader/custom_style/TestStyle/std-widgets.slint @@ -1,2 +1,2 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial diff --git a/internal/compiler/tests/typeloader/dependency_local.slint b/internal/compiler/tests/typeloader/dependency_local.slint index d071c489109..af45f3a86fe 100644 --- a/internal/compiler/tests/typeloader/dependency_local.slint +++ b/internal/compiler/tests/typeloader/dependency_local.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { AnotherType } from "./incpath/dependency_from_incpath.slint"; diff --git a/internal/compiler/tests/typeloader/dependency_test_main.slint b/internal/compiler/tests/typeloader/dependency_test_main.slint index 5257f3d5b30..b714d51e967 100644 --- a/internal/compiler/tests/typeloader/dependency_test_main.slint +++ b/internal/compiler/tests/typeloader/dependency_test_main.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { SubType } from "./dependency_local.slint"; import { AnotherType } from "dependency_from_incpath.slint"; diff --git a/internal/compiler/tests/typeloader/incpath/dependency_from_incpath.slint b/internal/compiler/tests/typeloader/incpath/dependency_from_incpath.slint index 3012de23fbd..246b20f4b29 100644 --- a/internal/compiler/tests/typeloader/incpath/dependency_from_incpath.slint +++ b/internal/compiler/tests/typeloader/incpath/dependency_from_incpath.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { SomeRect } from "./local_helper_type.slint"; diff --git a/internal/compiler/tests/typeloader/incpath/local_helper_type.slint b/internal/compiler/tests/typeloader/incpath/local_helper_type.slint index 428acda8e62..45d03cf2b71 100644 --- a/internal/compiler/tests/typeloader/incpath/local_helper_type.slint +++ b/internal/compiler/tests/typeloader/incpath/local_helper_type.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export SomeRect := Rectangle {} diff --git a/internal/compiler/tests/typeloader/incpath/should_fail.slint b/internal/compiler/tests/typeloader/incpath/should_fail.slint index 63323ba8c56..a7e11faf342 100644 --- a/internal/compiler/tests/typeloader/incpath/should_fail.slint +++ b/internal/compiler/tests/typeloader/incpath/should_fail.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := SomeRect { // ^error{Unknown type SomeRect} diff --git a/internal/compiler/tests/typeloader/incpath/should_fail2.slint b/internal/compiler/tests/typeloader/incpath/should_fail2.slint index 7fd59834742..cc55deaac48 100644 --- a/internal/compiler/tests/typeloader/incpath/should_fail2.slint +++ b/internal/compiler/tests/typeloader/incpath/should_fail2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export X := Rectangle { eh := Invalid { diff --git a/internal/compiler/tests/typeloader/incpath/should_fail3.slint b/internal/compiler/tests/typeloader/incpath/should_fail3.slint index 5a45955da71..101c7de88ae 100644 --- a/internal/compiler/tests/typeloader/incpath/should_fail3.slint +++ b/internal/compiler/tests/typeloader/incpath/should_fail3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Y := Rectangle { property hello: max; diff --git a/internal/compiler/tests/typeloader/incpath/should_fail4.slint b/internal/compiler/tests/typeloader/incpath/should_fail4.slint index 83ccb18fd6a..66d528a8a1f 100644 --- a/internal/compiler/tests/typeloader/incpath/should_fail4.slint +++ b/internal/compiler/tests/typeloader/incpath/should_fail4.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Unused := Rectangle { // FIXME: looks like binding loop is not diagnozed in exports if the properties are not used diff --git a/internal/compiler/tests/typeloader/recursive_import1.slint b/internal/compiler/tests/typeloader/recursive_import1.slint index 9a7e29a7f7a..8573d4b5f6d 100644 --- a/internal/compiler/tests/typeloader/recursive_import1.slint +++ b/internal/compiler/tests/typeloader/recursive_import1.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Rec2 } from "./recursive_import2.slint"; diff --git a/internal/compiler/tests/typeloader/recursive_import2.slint b/internal/compiler/tests/typeloader/recursive_import2.slint index 7368562b403..ef01d9b39d6 100644 --- a/internal/compiler/tests/typeloader/recursive_import2.slint +++ b/internal/compiler/tests/typeloader/recursive_import2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Rec1 } from "./recursive_import1.slint"; // ^error{Recursive import of .*recursive_import1.slint} diff --git a/internal/compiler/tests/typeloader/some_rust_file.rs b/internal/compiler/tests/typeloader/some_rust_file.rs index 6b73d70d2c3..fbf60794ec3 100644 --- a/internal/compiler/tests/typeloader/some_rust_file.rs +++ b/internal/compiler/tests/typeloader/some_rust_file.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial slint!( import { SubType } from "./tests/typeloader/dependency_local.slint"; diff --git a/internal/compiler/typeloader.rs b/internal/compiler/typeloader.rs index 37456f893eb..d3517cc2b58 100644 --- a/internal/compiler/typeloader.rs +++ b/internal/compiler/typeloader.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::cell::RefCell; use std::collections::{HashMap, HashSet}; diff --git a/internal/compiler/typeregister.rs b/internal/compiler/typeregister.rs index 4f641100d4a..f793ec148d9 100644 --- a/internal/compiler/typeregister.rs +++ b/internal/compiler/typeregister.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore imum diff --git a/internal/compiler/widgets/common/common.slint b/internal/compiler/widgets/common/common.slint index 74f5de80b98..7e39d7399b2 100644 --- a/internal/compiler/widgets/common/common.slint +++ b/internal/compiler/widgets/common/common.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/common/standardbutton.slint b/internal/compiler/widgets/common/standardbutton.slint index 73eda76aa05..720ab26c57b 100644 --- a/internal/compiler/widgets/common/standardbutton.slint +++ b/internal/compiler/widgets/common/standardbutton.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics, Button } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/fluent-base/button.slint b/internal/compiler/widgets/fluent-base/button.slint index f7fb8d17016..808b5101ca2 100644 --- a/internal/compiler/widgets/fluent-base/button.slint +++ b/internal/compiler/widgets/fluent-base/button.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Typography, Palette } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/fluent-base/checkbox.slint b/internal/compiler/widgets/fluent-base/checkbox.slint index 93dbd5493b0..6c47fbaea00 100644 --- a/internal/compiler/widgets/fluent-base/checkbox.slint +++ b/internal/compiler/widgets/fluent-base/checkbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Typography, Palette, Icons } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/fluent-base/combobox.slint b/internal/compiler/widgets/fluent-base/combobox.slint index 0c61f56afd4..51b6c61cf13 100644 --- a/internal/compiler/widgets/fluent-base/combobox.slint +++ b/internal/compiler/widgets/fluent-base/combobox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Typography, Palette, Icons } from "styling.slint"; import { MenuBorder, ListItem, FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/fluent-base/components.slint b/internal/compiler/widgets/fluent-base/components.slint index 55f947f725d..3364350c6f6 100644 --- a/internal/compiler/widgets/fluent-base/components.slint +++ b/internal/compiler/widgets/fluent-base/components.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/groupbox.slint b/internal/compiler/widgets/fluent-base/groupbox.slint index 845f567e053..7e344697fc3 100644 --- a/internal/compiler/widgets/fluent-base/groupbox.slint +++ b/internal/compiler/widgets/fluent-base/groupbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Typography, Palette } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/layouts.slint b/internal/compiler/widgets/fluent-base/layouts.slint index dfded9aab1b..50e061654e3 100644 --- a/internal/compiler/widgets/fluent-base/layouts.slint +++ b/internal/compiler/widgets/fluent-base/layouts.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/fluent-base/lineedit.slint b/internal/compiler/widgets/fluent-base/lineedit.slint index 3de08008606..23532e2a945 100644 --- a/internal/compiler/widgets/fluent-base/lineedit.slint +++ b/internal/compiler/widgets/fluent-base/lineedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Typography, Palette } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/listview.slint b/internal/compiler/widgets/fluent-base/listview.slint index eac8c7a7c86..6a4ab1bf527 100644 --- a/internal/compiler/widgets/fluent-base/listview.slint +++ b/internal/compiler/widgets/fluent-base/listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ScrollView } from "scrollview.slint"; import { ListItem } from "components.slint"; diff --git a/internal/compiler/widgets/fluent-base/progressindicator.slint b/internal/compiler/widgets/fluent-base/progressindicator.slint index a1fc06f1942..6b14740811f 100644 --- a/internal/compiler/widgets/fluent-base/progressindicator.slint +++ b/internal/compiler/widgets/fluent-base/progressindicator.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/scrollview.slint b/internal/compiler/widgets/fluent-base/scrollview.slint index f9c3e48b4e4..b8f35e0860f 100644 --- a/internal/compiler/widgets/fluent-base/scrollview.slint +++ b/internal/compiler/widgets/fluent-base/scrollview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/slider.slint b/internal/compiler/widgets/fluent-base/slider.slint index 77c4c321e3b..c0c41b9b235 100644 --- a/internal/compiler/widgets/fluent-base/slider.slint +++ b/internal/compiler/widgets/fluent-base/slider.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/spinbox.slint b/internal/compiler/widgets/fluent-base/spinbox.slint index 7dbd7e0dd32..72521451aef 100644 --- a/internal/compiler/widgets/fluent-base/spinbox.slint +++ b/internal/compiler/widgets/fluent-base/spinbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/std-widgets-base.slint b/internal/compiler/widgets/fluent-base/std-widgets-base.slint index b78b7e622bb..e08f1d35c89 100644 --- a/internal/compiler/widgets/fluent-base/std-widgets-base.slint +++ b/internal/compiler/widgets/fluent-base/std-widgets-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore combobox spinbox standardbutton diff --git a/internal/compiler/widgets/fluent-base/std-widgets-impl.slint b/internal/compiler/widgets/fluent-base/std-widgets-impl.slint index 061784e7a56..56afd83da91 100644 --- a/internal/compiler/widgets/fluent-base/std-widgets-impl.slint +++ b/internal/compiler/widgets/fluent-base/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ColorSchemeSelector } from "color-scheme.slint"; diff --git a/internal/compiler/widgets/fluent-base/styling.slint b/internal/compiler/widgets/fluent-base/styling.slint index 4e97dfd69b7..9111c768bb0 100644 --- a/internal/compiler/widgets/fluent-base/styling.slint +++ b/internal/compiler/widgets/fluent-base/styling.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ColorSchemeSelector } from "color-scheme.slint"; diff --git a/internal/compiler/widgets/fluent-base/switch.slint b/internal/compiler/widgets/fluent-base/switch.slint index 0fef8daa972..ef572b45bc3 100644 --- a/internal/compiler/widgets/fluent-base/switch.slint +++ b/internal/compiler/widgets/fluent-base/switch.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Typography, Palette } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/fluent-base/tableview.slint b/internal/compiler/widgets/fluent-base/tableview.slint index a09d69b86dd..1bb469e4caf 100644 --- a/internal/compiler/widgets/fluent-base/tableview.slint +++ b/internal/compiler/widgets/fluent-base/tableview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography, Icons } from "styling.slint"; import { ScrollView } from "scrollview.slint"; diff --git a/internal/compiler/widgets/fluent-base/tabwidget.slint b/internal/compiler/widgets/fluent-base/tabwidget.slint index 6df3ced670a..3d1af90a54f 100644 --- a/internal/compiler/widgets/fluent-base/tabwidget.slint +++ b/internal/compiler/widgets/fluent-base/tabwidget.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/fluent-base/textedit.slint b/internal/compiler/widgets/fluent-base/textedit.slint index 2b8a95bc87c..3224e756ab3 100644 --- a/internal/compiler/widgets/fluent-base/textedit.slint +++ b/internal/compiler/widgets/fluent-base/textedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Typography, Palette } from "styling.slint"; import { ScrollView } from "scrollview.slint"; diff --git a/internal/compiler/widgets/fluent-dark/color-scheme.slint b/internal/compiler/widgets/fluent-dark/color-scheme.slint index e2c91e5d9e6..550130cbd88 100644 --- a/internal/compiler/widgets/fluent-dark/color-scheme.slint +++ b/internal/compiler/widgets/fluent-dark/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property dark-color-scheme: true; diff --git a/internal/compiler/widgets/fluent-dark/std-widgets-impl.slint b/internal/compiler/widgets/fluent-dark/std-widgets-impl.slint index f65740bd035..41756ede9dc 100644 --- a/internal/compiler/widgets/fluent-dark/std-widgets-impl.slint +++ b/internal/compiler/widgets/fluent-dark/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button } from "../fluent-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button } diff --git a/internal/compiler/widgets/fluent-dark/std-widgets.slint b/internal/compiler/widgets/fluent-dark/std-widgets.slint index da5cc9a9a3b..cf4a0f66a8d 100644 --- a/internal/compiler/widgets/fluent-dark/std-widgets.slint +++ b/internal/compiler/widgets/fluent-dark/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "../fluent-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/fluent-light/color-scheme.slint b/internal/compiler/widgets/fluent-light/color-scheme.slint index 84a93f6180c..03550cd6a14 100644 --- a/internal/compiler/widgets/fluent-light/color-scheme.slint +++ b/internal/compiler/widgets/fluent-light/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property dark-color-scheme: false; diff --git a/internal/compiler/widgets/fluent-light/std-widgets-impl.slint b/internal/compiler/widgets/fluent-light/std-widgets-impl.slint index f65740bd035..41756ede9dc 100644 --- a/internal/compiler/widgets/fluent-light/std-widgets-impl.slint +++ b/internal/compiler/widgets/fluent-light/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button } from "../fluent-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button } diff --git a/internal/compiler/widgets/fluent-light/std-widgets.slint b/internal/compiler/widgets/fluent-light/std-widgets.slint index da5cc9a9a3b..cf4a0f66a8d 100644 --- a/internal/compiler/widgets/fluent-light/std-widgets.slint +++ b/internal/compiler/widgets/fluent-light/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "../fluent-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/fluent/color-scheme.slint b/internal/compiler/widgets/fluent/color-scheme.slint index 152fe043821..97e1c743169 100644 --- a/internal/compiler/widgets/fluent/color-scheme.slint +++ b/internal/compiler/widgets/fluent/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property dark-color-scheme: SlintInternal.dark-color-scheme; diff --git a/internal/compiler/widgets/fluent/std-widgets-impl.slint b/internal/compiler/widgets/fluent/std-widgets-impl.slint index f65740bd035..41756ede9dc 100644 --- a/internal/compiler/widgets/fluent/std-widgets-impl.slint +++ b/internal/compiler/widgets/fluent/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button } from "../fluent-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button } diff --git a/internal/compiler/widgets/fluent/std-widgets.slint b/internal/compiler/widgets/fluent/std-widgets.slint index da5cc9a9a3b..cf4a0f66a8d 100644 --- a/internal/compiler/widgets/fluent/std-widgets.slint +++ b/internal/compiler/widgets/fluent/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "../fluent-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/material-base/button.slint b/internal/compiler/widgets/material-base/button.slint index 7f2911c79ff..6e6e272afc4 100644 --- a/internal/compiler/widgets/material-base/button.slint +++ b/internal/compiler/widgets/material-base/button.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StateLayer } from "components.slint"; import { Typography, Palette, Elevation } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/checkbox.slint b/internal/compiler/widgets/material-base/checkbox.slint index 8de9a5dc390..83d0d663288 100644 --- a/internal/compiler/widgets/material-base/checkbox.slint +++ b/internal/compiler/widgets/material-base/checkbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/combobox.slint b/internal/compiler/widgets/material-base/combobox.slint index 960db9a9807..4f3109a8f2f 100644 --- a/internal/compiler/widgets/material-base/combobox.slint +++ b/internal/compiler/widgets/material-base/combobox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography, Elevation, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/components.slint b/internal/compiler/widgets/material-base/components.slint index f458c703bcf..c3c24e5c022 100644 --- a/internal/compiler/widgets/material-base/components.slint +++ b/internal/compiler/widgets/material-base/components.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/groupbox.slint b/internal/compiler/widgets/material-base/groupbox.slint index 1e0b033231e..6538a8a89ba 100644 --- a/internal/compiler/widgets/material-base/groupbox.slint +++ b/internal/compiler/widgets/material-base/groupbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/layouts.slint b/internal/compiler/widgets/material-base/layouts.slint index 23e92276d7a..53a6ec8bc68 100644 --- a/internal/compiler/widgets/material-base/layouts.slint +++ b/internal/compiler/widgets/material-base/layouts.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/material-base/lineedit.slint b/internal/compiler/widgets/material-base/lineedit.slint index 40de32b5875..d6a25304c2b 100644 --- a/internal/compiler/widgets/material-base/lineedit.slint +++ b/internal/compiler/widgets/material-base/lineedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/listview.slint b/internal/compiler/widgets/material-base/listview.slint index 37595a3aacb..c4187bf0287 100644 --- a/internal/compiler/widgets/material-base/listview.slint +++ b/internal/compiler/widgets/material-base/listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ScrollView } from "scrollview.slint"; diff --git a/internal/compiler/widgets/material-base/progressindicator.slint b/internal/compiler/widgets/material-base/progressindicator.slint index 15d24f5ec8b..5adae511d0f 100644 --- a/internal/compiler/widgets/material-base/progressindicator.slint +++ b/internal/compiler/widgets/material-base/progressindicator.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/scrollview.slint b/internal/compiler/widgets/material-base/scrollview.slint index 4d68944f245..3240ae8810a 100644 --- a/internal/compiler/widgets/material-base/scrollview.slint +++ b/internal/compiler/widgets/material-base/scrollview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/slider.slint b/internal/compiler/widgets/material-base/slider.slint index 9cd6f9bfb8b..bee01fd8988 100644 --- a/internal/compiler/widgets/material-base/slider.slint +++ b/internal/compiler/widgets/material-base/slider.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Elevation } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/spinbox.slint b/internal/compiler/widgets/material-base/spinbox.slint index 1ed1ab9d5e5..f00c2e62040 100644 --- a/internal/compiler/widgets/material-base/spinbox.slint +++ b/internal/compiler/widgets/material-base/spinbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/std-widgets-base.slint b/internal/compiler/widgets/material-base/std-widgets-base.slint index cf7f73dfcb3..3ca280e25d7 100644 --- a/internal/compiler/widgets/material-base/std-widgets-base.slint +++ b/internal/compiler/widgets/material-base/std-widgets-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore combobox spinbox standardbutton diff --git a/internal/compiler/widgets/material-base/std-widgets-impl.slint b/internal/compiler/widgets/material-base/std-widgets-impl.slint index 2a53a595672..d91d3aa4a87 100644 --- a/internal/compiler/widgets/material-base/std-widgets-impl.slint +++ b/internal/compiler/widgets/material-base/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // widget imports import { Button } from "button.slint"; diff --git a/internal/compiler/widgets/material-base/styling.slint b/internal/compiler/widgets/material-base/styling.slint index 0ee83f29709..8c02fe27404 100644 --- a/internal/compiler/widgets/material-base/styling.slint +++ b/internal/compiler/widgets/material-base/styling.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ColorSchemeSelector } from "color-scheme.slint"; diff --git a/internal/compiler/widgets/material-base/switch.slint b/internal/compiler/widgets/material-base/switch.slint index e4e10226fd6..1e7f9d402aa 100644 --- a/internal/compiler/widgets/material-base/switch.slint +++ b/internal/compiler/widgets/material-base/switch.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/tableview.slint b/internal/compiler/widgets/material-base/tableview.slint index 5dafa40ef0d..4ee315bf558 100644 --- a/internal/compiler/widgets/material-base/tableview.slint +++ b/internal/compiler/widgets/material-base/tableview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { LineEditInner } from "../common/common.slint"; import { ScrollView } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/material-base/tabwidget.slint b/internal/compiler/widgets/material-base/tabwidget.slint index 3687e1194ac..61b1f6d0edb 100644 --- a/internal/compiler/widgets/material-base/tabwidget.slint +++ b/internal/compiler/widgets/material-base/tabwidget.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Palette, Typography } from "styling.slint"; diff --git a/internal/compiler/widgets/material-dark/color-scheme.slint b/internal/compiler/widgets/material-dark/color-scheme.slint index e2c91e5d9e6..550130cbd88 100644 --- a/internal/compiler/widgets/material-dark/color-scheme.slint +++ b/internal/compiler/widgets/material-dark/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property dark-color-scheme: true; diff --git a/internal/compiler/widgets/material-dark/std-widgets-impl.slint b/internal/compiler/widgets/material-dark/std-widgets-impl.slint index 5902006b6d8..11b8475f0f9 100644 --- a/internal/compiler/widgets/material-dark/std-widgets-impl.slint +++ b/internal/compiler/widgets/material-dark/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button } from "../material-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button } diff --git a/internal/compiler/widgets/material-dark/std-widgets.slint b/internal/compiler/widgets/material-dark/std-widgets.slint index 140bae9b708..f10cdcc8bed 100644 --- a/internal/compiler/widgets/material-dark/std-widgets.slint +++ b/internal/compiler/widgets/material-dark/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "../material-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/material-light/color-scheme.slint b/internal/compiler/widgets/material-light/color-scheme.slint index 84a93f6180c..03550cd6a14 100644 --- a/internal/compiler/widgets/material-light/color-scheme.slint +++ b/internal/compiler/widgets/material-light/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property dark-color-scheme: false; diff --git a/internal/compiler/widgets/material-light/std-widgets-impl.slint b/internal/compiler/widgets/material-light/std-widgets-impl.slint index 5902006b6d8..11b8475f0f9 100644 --- a/internal/compiler/widgets/material-light/std-widgets-impl.slint +++ b/internal/compiler/widgets/material-light/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button } from "../material-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button } diff --git a/internal/compiler/widgets/material-light/std-widgets.slint b/internal/compiler/widgets/material-light/std-widgets.slint index 140bae9b708..f10cdcc8bed 100644 --- a/internal/compiler/widgets/material-light/std-widgets.slint +++ b/internal/compiler/widgets/material-light/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "../material-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/material/color-scheme.slint b/internal/compiler/widgets/material/color-scheme.slint index 152fe043821..97e1c743169 100644 --- a/internal/compiler/widgets/material/color-scheme.slint +++ b/internal/compiler/widgets/material/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property dark-color-scheme: SlintInternal.dark-color-scheme; diff --git a/internal/compiler/widgets/material/std-widgets-impl.slint b/internal/compiler/widgets/material/std-widgets-impl.slint index 1fd690f064d..e39afb40f87 100644 --- a/internal/compiler/widgets/material/std-widgets-impl.slint +++ b/internal/compiler/widgets/material/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, Switch } from "../material-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, Switch } \ No newline at end of file diff --git a/internal/compiler/widgets/material/std-widgets.slint b/internal/compiler/widgets/material/std-widgets.slint index 140bae9b708..f10cdcc8bed 100644 --- a/internal/compiler/widgets/material/std-widgets.slint +++ b/internal/compiler/widgets/material/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "../material-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/native/std-widgets-impl.slint b/internal/compiler/widgets/native/std-widgets-impl.slint index 683b24a9340..f390b1d3fa8 100644 --- a/internal/compiler/widgets/native/std-widgets-impl.slint +++ b/internal/compiler/widgets/native/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export { NativeStyleMetrics as StyleMetrics } diff --git a/internal/compiler/widgets/native/std-widgets.slint b/internal/compiler/widgets/native/std-widgets.slint index bd9e35c4ee1..28624ea3680 100644 --- a/internal/compiler/widgets/native/std-widgets.slint +++ b/internal/compiler/widgets/native/std-widgets.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore combobox spinbox diff --git a/internal/core-macros/Cargo.toml b/internal/core-macros/Cargo.toml index 832310b03b9..f01505cf2a6 100644 --- a/internal/core-macros/Cargo.toml +++ b/internal/core-macros/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-core-macros" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Helper macro for i-slint-core" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/core-macros/lib.rs b/internal/core-macros/lib.rs index bc0c4b47b64..8ed9d32e147 100644 --- a/internal/core-macros/lib.rs +++ b/internal/core-macros/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/core/Cargo.toml b/internal/core/Cargo.toml index 62e59f4b34e..5b29c333575 100644 --- a/internal/core/Cargo.toml +++ b/internal/core/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-core" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Internal Slint Runtime Library." repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/core/accessibility.rs b/internal/core/accessibility.rs index 0d3cfac4845..445c15d5111 100644 --- a/internal/core/accessibility.rs +++ b/internal/core/accessibility.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore descendents diff --git a/internal/core/animations.rs b/internal/core/animations.rs index f9eca89b322..7dd81627036 100644 --- a/internal/core/animations.rs +++ b/internal/core/animations.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![warn(missing_docs)] //! The animation system diff --git a/internal/core/api.rs b/internal/core/api.rs index 2d6029e5176..82709300cb9 100644 --- a/internal/core/api.rs +++ b/internal/core/api.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains types that are public and re-exported in the slint-rs as well as the slint-interpreter crate as public API. diff --git a/internal/core/callbacks.rs b/internal/core/callbacks.rs index 4abd0a6e811..28791878dc5 100644 --- a/internal/core/callbacks.rs +++ b/internal/core/callbacks.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Callback that can be connected to one single handler. diff --git a/internal/core/component.rs b/internal/core/component.rs index 7f30680c973..4245fcd5544 100644 --- a/internal/core/component.rs +++ b/internal/core/component.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![warn(missing_docs)] diff --git a/internal/core/future.rs b/internal/core/future.rs index 077a4f835da..d137bcbc092 100644 --- a/internal/core/future.rs +++ b/internal/core/future.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![cfg(target_has_atomic = "ptr")] // Arc is not available. TODO: implement using RawWarker #![warn(missing_docs)] diff --git a/internal/core/graphics.rs b/internal/core/graphics.rs index 0199dfb6e5a..f22efc7b0a5 100644 --- a/internal/core/graphics.rs +++ b/internal/core/graphics.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![warn(missing_docs)] /*! diff --git a/internal/core/graphics/bitmapfont.rs b/internal/core/graphics/bitmapfont.rs index 014e8a62541..f870aeb496d 100644 --- a/internal/core/graphics/bitmapfont.rs +++ b/internal/core/graphics/bitmapfont.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::slice::Slice; diff --git a/internal/core/graphics/boxshadowcache.rs b/internal/core/graphics/boxshadowcache.rs index 102e97fa697..06090a7f458 100644 --- a/internal/core/graphics/boxshadowcache.rs +++ b/internal/core/graphics/boxshadowcache.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains a cache helper for caching box shadow textures. diff --git a/internal/core/graphics/brush.rs b/internal/core/graphics/brush.rs index 3ea8e41c211..512716d2d9d 100644 --- a/internal/core/graphics/brush.rs +++ b/internal/core/graphics/brush.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains brush related types for the run-time library. diff --git a/internal/core/graphics/color.rs b/internal/core/graphics/color.rs index bc16ab4b1ca..1290ce54d58 100644 --- a/internal/core/graphics/color.rs +++ b/internal/core/graphics/color.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains color related types for the run-time library. diff --git a/internal/core/graphics/image.rs b/internal/core/graphics/image.rs index 7cf345c1938..990c67824c3 100644 --- a/internal/core/graphics/image.rs +++ b/internal/core/graphics/image.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains image decoding and caching related types for the run-time library. diff --git a/internal/core/graphics/image/cache.rs b/internal/core/graphics/image/cache.rs index 240d41566a7..505e287b933 100644 --- a/internal/core/graphics/image/cache.rs +++ b/internal/core/graphics/image/cache.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains image and caching related types for the run-time library. diff --git a/internal/core/graphics/image/htmlimage.rs b/internal/core/graphics/image/htmlimage.rs index d0eda422663..360b9164bc1 100644 --- a/internal/core/graphics/image/htmlimage.rs +++ b/internal/core/graphics/image/htmlimage.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use alloc::rc::Rc; diff --git a/internal/core/graphics/image/svg.rs b/internal/core/graphics/image/svg.rs index 5484c10e11b..c3366af0fde 100644 --- a/internal/core/graphics/image/svg.rs +++ b/internal/core/graphics/image/svg.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![cfg(feature = "svg")] diff --git a/internal/core/graphics/path.rs b/internal/core/graphics/path.rs index d2523becdd5..253c4f1d4fc 100644 --- a/internal/core/graphics/path.rs +++ b/internal/core/graphics/path.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains path related types and functions for the run-time library. diff --git a/internal/core/graphics/rendering_metrics_collector.rs b/internal/core/graphics/rendering_metrics_collector.rs index 19145e2f681..35fe4dc68f9 100644 --- a/internal/core/graphics/rendering_metrics_collector.rs +++ b/internal/core/graphics/rendering_metrics_collector.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains a simple helper type to measure the average number of frames rendered per second. diff --git a/internal/core/input.rs b/internal/core/input.rs index 4d87344b1fe..4b9e16c8ee7 100644 --- a/internal/core/input.rs +++ b/internal/core/input.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Module handling mouse events */ diff --git a/internal/core/item_focus.rs b/internal/core/item_focus.rs index 8658c5cfbef..30da260141b 100644 --- a/internal/core/item_focus.rs +++ b/internal/core/item_focus.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore nesw diff --git a/internal/core/item_rendering.rs b/internal/core/item_rendering.rs index ab011ab8067..02edd5db5e7 100644 --- a/internal/core/item_rendering.rs +++ b/internal/core/item_rendering.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![warn(missing_docs)] //! module for rendering the tree of items diff --git a/internal/core/item_tree.rs b/internal/core/item_tree.rs index 43083593853..94d97145932 100644 --- a/internal/core/item_tree.rs +++ b/internal/core/item_tree.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore xffff diff --git a/internal/core/items.rs b/internal/core/items.rs index 552e6b57e02..f7db867f465 100644 --- a/internal/core/items.rs +++ b/internal/core/items.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore nesw diff --git a/internal/core/items/flickable.rs b/internal/core/items/flickable.rs index d2ae52ff116..fa2c2f73537 100644 --- a/internal/core/items/flickable.rs +++ b/internal/core/items/flickable.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! The implementation details behind the Flickable diff --git a/internal/core/items/image.rs b/internal/core/items/image.rs index d7686a882de..edcf4f305fa 100644 --- a/internal/core/items/image.rs +++ b/internal/core/items/image.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains the builtin image related items. diff --git a/internal/core/items/path.rs b/internal/core/items/path.rs index 012a0fc2a7e..a51edf4de79 100644 --- a/internal/core/items/path.rs +++ b/internal/core/items/path.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains the builtin Path related items. diff --git a/internal/core/items/text.rs b/internal/core/items/text.rs index 94486793a62..688738c455b 100644 --- a/internal/core/items/text.rs +++ b/internal/core/items/text.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module contains the builtin text related items. diff --git a/internal/core/layout.rs b/internal/core/layout.rs index 7e8d7aa9876..7eecfd1a355 100644 --- a/internal/core/layout.rs +++ b/internal/core/layout.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Runtime support for layouts. diff --git a/internal/core/lengths.rs b/internal/core/lengths.rs index 6bef10b5c88..614c4f578ec 100644 --- a/internal/core/lengths.rs +++ b/internal/core/lengths.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::Coord; /// This type is used as a tagging type for use with [`euclid::Scale`] to convert diff --git a/internal/core/lib.rs b/internal/core/lib.rs index fbaa1184f4d..f9bbde36248 100644 --- a/internal/core/lib.rs +++ b/internal/core/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore sharedvector textlayout diff --git a/internal/core/model.rs b/internal/core/model.rs index 86b7c8360c0..65302ca1a11 100644 --- a/internal/core/model.rs +++ b/internal/core/model.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore vecmodel diff --git a/internal/core/model/adapters.rs b/internal/core/model/adapters.rs index adf95db697c..79c27710e95 100644 --- a/internal/core/model/adapters.rs +++ b/internal/core/model/adapters.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module contains adapter models. diff --git a/internal/core/model/model_peer.rs b/internal/core/model/model_peer.rs index ccef552be3b..fc0d96ff6ba 100644 --- a/internal/core/model/model_peer.rs +++ b/internal/core/model/model_peer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module contains the implementation of the model change tracking. diff --git a/internal/core/platform.rs b/internal/core/platform.rs index 30947885a98..6a3faafa0de 100644 --- a/internal/core/platform.rs +++ b/internal/core/platform.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! The backend is the abstraction for crates that need to do the actual drawing and event loop diff --git a/internal/core/properties.rs b/internal/core/properties.rs index 4800e8a5e59..bc6763d0a95 100644 --- a/internal/core/properties.rs +++ b/internal/core/properties.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Property binding engine. diff --git a/internal/core/properties/ffi.rs b/internal/core/properties/ffi.rs index 37181db3ef0..78ec5965c6d 100644 --- a/internal/core/properties/ffi.rs +++ b/internal/core/properties/ffi.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use super::*; use crate::graphics::{Brush, Color}; diff --git a/internal/core/properties/properties_animations.rs b/internal/core/properties/properties_animations.rs index 8a761bedaa7..07ac732596b 100644 --- a/internal/core/properties/properties_animations.rs +++ b/internal/core/properties/properties_animations.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use super::*; use crate::{items::PropertyAnimation, lengths::LogicalLength}; diff --git a/internal/core/renderer.rs b/internal/core/renderer.rs index bd8a9719d14..fdad9f2251b 100644 --- a/internal/core/renderer.rs +++ b/internal/core/renderer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use alloc::boxed::Box; use core::pin::Pin; diff --git a/internal/core/rtti.rs b/internal/core/rtti.rs index 947f26e015e..7f7f1b78fb3 100644 --- a/internal/core/rtti.rs +++ b/internal/core/rtti.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module enable runtime type information for the builtin items and diff --git a/internal/core/sharedvector.rs b/internal/core/sharedvector.rs index 4d3f9eb8171..2aa81525e8b 100644 --- a/internal/core/sharedvector.rs +++ b/internal/core/sharedvector.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! module for the SharedVector and related things #![allow(unsafe_code)] diff --git a/internal/core/slice.rs b/internal/core/slice.rs index 01feb79d8d5..ecaf01a96d4 100644 --- a/internal/core/slice.rs +++ b/internal/core/slice.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! FFI-friendly slice diff --git a/internal/core/software_renderer.rs b/internal/core/software_renderer.rs index ff62e92876c..9ed87ecb6b4 100644 --- a/internal/core/software_renderer.rs +++ b/internal/core/software_renderer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module contains the [`SoftwareRenderer`] and related types. diff --git a/internal/core/software_renderer/draw_functions.rs b/internal/core/software_renderer/draw_functions.rs index 7fc94caefd6..e3c9bcf4875 100644 --- a/internal/core/software_renderer/draw_functions.rs +++ b/internal/core/software_renderer/draw_functions.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![allow(clippy::identity_op)] // We use x + 0 a lot here for symetry diff --git a/internal/core/software_renderer/fonts.rs b/internal/core/software_renderer/fonts.rs index 90e575bb206..0904ad25d16 100644 --- a/internal/core/software_renderer/fonts.rs +++ b/internal/core/software_renderer/fonts.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use alloc::rc::Rc; use alloc::vec::Vec; diff --git a/internal/core/software_renderer/fonts/pixelfont.rs b/internal/core/software_renderer/fonts/pixelfont.rs index 5d570ea4ae7..842b9e326e3 100644 --- a/internal/core/software_renderer/fonts/pixelfont.rs +++ b/internal/core/software_renderer/fonts/pixelfont.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::{ graphics::{BitmapFont, BitmapGlyphs}, diff --git a/internal/core/software_renderer/fonts/systemfonts.rs b/internal/core/software_renderer/fonts/systemfonts.rs index 9348dce775a..cb69f568de3 100644 --- a/internal/core/software_renderer/fonts/systemfonts.rs +++ b/internal/core/software_renderer/fonts/systemfonts.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use core::cell::RefCell; diff --git a/internal/core/software_renderer/fonts/vectorfont.rs b/internal/core/software_renderer/fonts/vectorfont.rs index dcb67a829e2..ed192da4ca7 100644 --- a/internal/core/software_renderer/fonts/vectorfont.rs +++ b/internal/core/software_renderer/fonts/vectorfont.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use alloc::rc::Rc; diff --git a/internal/core/string.rs b/internal/core/string.rs index c325567f5c4..b38c71f96ea 100644 --- a/internal/core/string.rs +++ b/internal/core/string.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! module for the SharedString and related things diff --git a/internal/core/tests.rs b/internal/core/tests.rs index 0e8264b113f..36068c49cbd 100644 --- a/internal/core/tests.rs +++ b/internal/core/tests.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Functions useful for testing #![warn(missing_docs)] diff --git a/internal/core/textlayout.rs b/internal/core/textlayout.rs index 34dacf5f6aa..a30f2ef3093 100644 --- a/internal/core/textlayout.rs +++ b/internal/core/textlayout.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! module for basic text layout //! diff --git a/internal/core/textlayout/fragments.rs b/internal/core/textlayout/fragments.rs index a276ac41251..30fbc792dba 100644 --- a/internal/core/textlayout/fragments.rs +++ b/internal/core/textlayout/fragments.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use core::ops::Range; diff --git a/internal/core/textlayout/glyphclusters.rs b/internal/core/textlayout/glyphclusters.rs index deb2ab86881..71f960468bc 100644 --- a/internal/core/textlayout/glyphclusters.rs +++ b/internal/core/textlayout/glyphclusters.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use core::{marker::PhantomData, ops::Range}; diff --git a/internal/core/textlayout/linebreak_simple.rs b/internal/core/textlayout/linebreak_simple.rs index bad154f4c2e..b57f3e53f14 100644 --- a/internal/core/textlayout/linebreak_simple.rs +++ b/internal/core/textlayout/linebreak_simple.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #[derive(Copy, Clone, PartialEq, Eq, Debug)] pub enum BreakOpportunity { diff --git a/internal/core/textlayout/linebreak_unicode.rs b/internal/core/textlayout/linebreak_unicode.rs index e08dcc86127..4832773df6e 100644 --- a/internal/core/textlayout/linebreak_unicode.rs +++ b/internal/core/textlayout/linebreak_unicode.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use core::marker::PhantomData; diff --git a/internal/core/textlayout/linebreaker.rs b/internal/core/textlayout/linebreaker.rs index 75c445f0aa5..f5ee8e0318d 100644 --- a/internal/core/textlayout/linebreaker.rs +++ b/internal/core/textlayout/linebreaker.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use core::ops::Range; diff --git a/internal/core/textlayout/shaping.rs b/internal/core/textlayout/shaping.rs index 1d6c9083ede..218383bc4fc 100644 --- a/internal/core/textlayout/shaping.rs +++ b/internal/core/textlayout/shaping.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use alloc::vec::Vec; use core::ops::Range; diff --git a/internal/core/timers.rs b/internal/core/timers.rs index b9d2dcd8c32..b1c5172a5af 100644 --- a/internal/core/timers.rs +++ b/internal/core/timers.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Support for timers. diff --git a/internal/core/translations.rs b/internal/core/translations.rs index eb56a8c768f..201b6a1483a 100644 --- a/internal/core/translations.rs +++ b/internal/core/translations.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::SharedString; use core::fmt::Display; diff --git a/internal/core/unsafe_single_threaded.rs b/internal/core/unsafe_single_threaded.rs index 451ded3e1e6..8f229eec130 100644 --- a/internal/core/unsafe_single_threaded.rs +++ b/internal/core/unsafe_single_threaded.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Unsafe module that is only enabled when the `std` feature is off. //! It re-implements the thread_local macro with statics diff --git a/internal/core/window.rs b/internal/core/window.rs index 9bd108d7b79..ad85c5443f1 100644 --- a/internal/core/window.rs +++ b/internal/core/window.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore backtab diff --git a/internal/interpreter/Cargo.toml b/internal/interpreter/Cargo.toml index 9b1681bc82d..b38e7a52c75 100644 --- a/internal/interpreter/Cargo.toml +++ b/internal/interpreter/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-interpreter" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Interpreter library for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.rs" diff --git a/internal/interpreter/api.rs b/internal/interpreter/api.rs index a20b48a632d..138a82bf000 100644 --- a/internal/interpreter/api.rs +++ b/internal/interpreter/api.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use core::convert::TryFrom; use i_slint_compiler::langtype::Type as LangType; diff --git a/internal/interpreter/dynamic_component.rs b/internal/interpreter/dynamic_component.rs index 4b93921603f..2a8a0fe894b 100644 --- a/internal/interpreter/dynamic_component.rs +++ b/internal/interpreter/dynamic_component.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore unerase diff --git a/internal/interpreter/dynamic_type.rs b/internal/interpreter/dynamic_type.rs index db2a21ccf11..eb3bf274aaa 100644 --- a/internal/interpreter/dynamic_type.rs +++ b/internal/interpreter/dynamic_type.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! This module create dynamic types diff --git a/internal/interpreter/eval.rs b/internal/interpreter/eval.rs index 73c5400f284..883e7d8d6d6 100644 --- a/internal/interpreter/eval.rs +++ b/internal/interpreter/eval.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::api::{SetPropertyError, Struct, Value}; use crate::dynamic_component::InstanceRef; diff --git a/internal/interpreter/eval_layout.rs b/internal/interpreter/eval_layout.rs index 6cbbad85562..ed8f2cf8779 100644 --- a/internal/interpreter/eval_layout.rs +++ b/internal/interpreter/eval_layout.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::dynamic_component::InstanceRef; use crate::eval::{self, ComponentInstance, EvalLocalContext}; diff --git a/internal/interpreter/ffi.rs b/internal/interpreter/ffi.rs index 88888dd4b11..21a6362b4ca 100644 --- a/internal/interpreter/ffi.rs +++ b/internal/interpreter/ffi.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::dynamic_component::ErasedComponentBox; diff --git a/internal/interpreter/global_component.rs b/internal/interpreter/global_component.rs index a3d889d539e..c847befffa4 100644 --- a/internal/interpreter/global_component.rs +++ b/internal/interpreter/global_component.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use core::pin::Pin; use std::collections::{BTreeMap, HashMap}; diff --git a/internal/interpreter/highlight.rs b/internal/interpreter/highlight.rs index c17abb1e93e..92d68f42127 100644 --- a/internal/interpreter/highlight.rs +++ b/internal/interpreter/highlight.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! This module contains the code for the highlight of some elements diff --git a/internal/interpreter/lib.rs b/internal/interpreter/lib.rs index 7d42ec7d47f..d9586d147de 100644 --- a/internal/interpreter/lib.rs +++ b/internal/interpreter/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! # Slint interpreter library diff --git a/internal/interpreter/migration.rs b/internal/interpreter/migration.rs index e454ff8cfdc..55fc5f0114e 100644 --- a/internal/interpreter/migration.rs +++ b/internal/interpreter/migration.rs @@ -1,5 +1,6 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial + /*! # Migration from previous versions diff --git a/internal/interpreter/tests.rs b/internal/interpreter/tests.rs index a96a60a8a08..204841f1e4e 100644 --- a/internal/interpreter/tests.rs +++ b/internal/interpreter/tests.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #[test] fn reuse_window() { diff --git a/internal/interpreter/value_model.rs b/internal/interpreter/value_model.rs index a5a198337e2..6d8258b16a1 100644 --- a/internal/interpreter/value_model.rs +++ b/internal/interpreter/value_model.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::api::Value; use i_slint_core::model::{Model, ModelTracker}; diff --git a/internal/renderers/femtovg/Cargo.toml b/internal/renderers/femtovg/Cargo.toml index 52d87254ae3..43423678db9 100644 --- a/internal/renderers/femtovg/Cargo.toml +++ b/internal/renderers/femtovg/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-renderer-femtovg" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "FemtoVG based renderer for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/renderers/femtovg/fonts.rs b/internal/renderers/femtovg/fonts.rs index b8398c574d8..50935078358 100644 --- a/internal/renderers/femtovg/fonts.rs +++ b/internal/renderers/femtovg/fonts.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cspell:ignore Noto fontconfig diff --git a/internal/renderers/femtovg/images.rs b/internal/renderers/femtovg/images.rs index 2d0c58e4e2a..2da8e374daf 100644 --- a/internal/renderers/femtovg/images.rs +++ b/internal/renderers/femtovg/images.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::collections::HashMap; use std::rc::Rc; diff --git a/internal/renderers/femtovg/itemrenderer.rs b/internal/renderers/femtovg/itemrenderer.rs index 5f79b4595bb..1485ebc490e 100644 --- a/internal/renderers/femtovg/itemrenderer.rs +++ b/internal/renderers/femtovg/itemrenderer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::cell::RefCell; use std::pin::Pin; diff --git a/internal/renderers/femtovg/lib.rs b/internal/renderers/femtovg/lib.rs index ed51546f50c..2f67d43d40c 100644 --- a/internal/renderers/femtovg/lib.rs +++ b/internal/renderers/femtovg/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/renderers/skia/Cargo.toml b/internal/renderers/skia/Cargo.toml index 22b60c08777..45ed1f44255 100644 --- a/internal/renderers/skia/Cargo.toml +++ b/internal/renderers/skia/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "i-slint-renderer-skia" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Skia based renderer for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/internal/renderers/skia/build.rs b/internal/renderers/skia/build.rs index b05a8cbfadd..afe9416f3db 100644 --- a/internal/renderers/skia/build.rs +++ b/internal/renderers/skia/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use cfg_aliases::cfg_aliases; diff --git a/internal/renderers/skia/cached_image.rs b/internal/renderers/skia/cached_image.rs index 3ea891fafae..2ea6c0c9f51 100644 --- a/internal/renderers/skia/cached_image.rs +++ b/internal/renderers/skia/cached_image.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #[cfg(skia_backend_opengl)] use i_slint_core::graphics::BorrowedOpenGLTexture; diff --git a/internal/renderers/skia/d3d_surface.rs b/internal/renderers/skia/d3d_surface.rs index 1b89704a573..acd098273a2 100644 --- a/internal/renderers/skia/d3d_surface.rs +++ b/internal/renderers/skia/d3d_surface.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_core::api::PhysicalSize as PhysicalWindowSize; use i_slint_core::platform::PlatformError; diff --git a/internal/renderers/skia/itemrenderer.rs b/internal/renderers/skia/itemrenderer.rs index 30c49474f7f..69e482cad21 100644 --- a/internal/renderers/skia/itemrenderer.rs +++ b/internal/renderers/skia/itemrenderer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::pin::Pin; diff --git a/internal/renderers/skia/lib.rs b/internal/renderers/skia/lib.rs index 7ff86074161..1121ec5290e 100644 --- a/internal/renderers/skia/lib.rs +++ b/internal/renderers/skia/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/renderers/skia/metal_surface.rs b/internal/renderers/skia/metal_surface.rs index cf7842820f2..7ba93f84966 100644 --- a/internal/renderers/skia/metal_surface.rs +++ b/internal/renderers/skia/metal_surface.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use cocoa::{appkit::NSView, base::id as cocoa_id}; use core_graphics_types::geometry::CGSize; diff --git a/internal/renderers/skia/opengl_surface.rs b/internal/renderers/skia/opengl_surface.rs index 8c0f1c21618..7844e6f7cb9 100644 --- a/internal/renderers/skia/opengl_surface.rs +++ b/internal/renderers/skia/opengl_surface.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::{cell::RefCell, num::NonZeroU32}; diff --git a/internal/renderers/skia/textlayout.rs b/internal/renderers/skia/textlayout.rs index 1a0b6c86d07..89cc2e58007 100644 --- a/internal/renderers/skia/textlayout.rs +++ b/internal/renderers/skia/textlayout.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::cell::RefCell; use std::collections::HashMap; diff --git a/internal/renderers/skia/vulkan_surface.rs b/internal/renderers/skia/vulkan_surface.rs index 137b335829c..54c8a023451 100644 --- a/internal/renderers/skia/vulkan_surface.rs +++ b/internal/renderers/skia/vulkan_surface.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::cell::{Cell, RefCell}; use std::sync::Arc; diff --git a/scripts/prepare_binary_package.sh b/scripts/prepare_binary_package.sh index c0263bce898..11fb7cee776 100755 --- a/scripts/prepare_binary_package.sh +++ b/scripts/prepare_binary_package.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial if [ $# -lt 1 ]; then echo "usage: $0 path/to/target/binary_package --with-qt" diff --git a/scripts/prepare_vscode_nightly.sh b/scripts/prepare_vscode_nightly.sh index 31c31b24877..65ba49b6597 100755 --- a/scripts/prepare_vscode_nightly.sh +++ b/scripts/prepare_vscode_nightly.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial cd `dirname $0`/../editors/vscode diff --git a/scripts/publish.sh b/scripts/publish.sh index 4799452d6c0..cd2f0c599d5 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial cargo publish --manifest-path internal/common/Cargo.toml cargo publish --manifest-path internal/core-macros/Cargo.toml diff --git a/tests/cases/absolute_coords.slint b/tests/cases/absolute_coords.slint index 9662fcfaf77..2d0a95b893e 100644 --- a/tests/cases/absolute_coords.slint +++ b/tests/cases/absolute_coords.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase { width: 500phx; diff --git a/tests/cases/accessibility/materialized.slint b/tests/cases/accessibility/materialized.slint index 877c0562bab..8a38bcf31ca 100644 --- a/tests/cases/accessibility/materialized.slint +++ b/tests/cases/accessibility/materialized.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test the propagation of maximum and minimum size through nested grid layouts diff --git a/tests/cases/bindings/animated_default_geometry.slint b/tests/cases/bindings/animated_default_geometry.slint index a9a60b65dd1..f1b8fdf38cc 100644 --- a/tests/cases/bindings/animated_default_geometry.slint +++ b/tests/cases/bindings/animated_default_geometry.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/bindings/change_sub_property.slint b/tests/cases/bindings/change_sub_property.slint index db1e9783c15..99fddcc6876 100644 --- a/tests/cases/bindings/change_sub_property.slint +++ b/tests/cases/bindings/change_sub_property.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial SubElem := Rectangle { property value: sub.value; diff --git a/tests/cases/bindings/change_sub_property2.slint b/tests/cases/bindings/change_sub_property2.slint index fd941e33b84..9f48bee4084 100644 --- a/tests/cases/bindings/change_sub_property2.slint +++ b/tests/cases/bindings/change_sub_property2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial SubElem := Rectangle { property value: 55; diff --git a/tests/cases/bindings/change_sub_property_indirection.slint b/tests/cases/bindings/change_sub_property_indirection.slint index a785465dac7..ef905269e3c 100644 --- a/tests/cases/bindings/change_sub_property_indirection.slint +++ b/tests/cases/bindings/change_sub_property_indirection.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // hello, hello2 and alias are aliases SubElem := Rectangle { diff --git a/tests/cases/bindings/change_sub_property_indirection_issue2185.slint b/tests/cases/bindings/change_sub_property_indirection_issue2185.slint index 42f417f30e4..3c8b5a01b77 100644 --- a/tests/cases/bindings/change_sub_property_indirection_issue2185.slint +++ b/tests/cases/bindings/change_sub_property_indirection_issue2185.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component Buggy { in-out property magic: "Nope"; diff --git a/tests/cases/bindings/issue_1026_opacity_alias.slint b/tests/cases/bindings/issue_1026_opacity_alias.slint index 2025c673a8c..e3c99aad824 100644 --- a/tests/cases/bindings/issue_1026_opacity_alias.slint +++ b/tests/cases/bindings/issue_1026_opacity_alias.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial RoundedIcon := Rectangle { diff --git a/tests/cases/bindings/issue_345_opacity_animation.slint b/tests/cases/bindings/issue_345_opacity_animation.slint index 7fb2b6a6a88..0fccab5dc1e 100644 --- a/tests/cases/bindings/issue_345_opacity_animation.slint +++ b/tests/cases/bindings/issue_345_opacity_animation.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Sub := Rectangle { property cond; diff --git a/tests/cases/bindings/issue_385_default_geom.slint b/tests/cases/bindings/issue_385_default_geom.slint index 8cfe9497683..5b0f85fe644 100644 --- a/tests/cases/bindings/issue_385_default_geom.slint +++ b/tests/cases/bindings/issue_385_default_geom.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/bindings/multiple_two_way.slint b/tests/cases/bindings/multiple_two_way.slint index 733a800b7db..d32a790b349 100644 --- a/tests/cases/bindings/multiple_two_way.slint +++ b/tests/cases/bindings/multiple_two_way.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial O := Text { property val; diff --git a/tests/cases/bindings/override.slint b/tests/cases/bindings/override.slint index 19df3d79783..1a0ae29c2fb 100644 --- a/tests/cases/bindings/override.slint +++ b/tests/cases/bindings/override.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Compo := Text { property prop_a: 10; diff --git a/tests/cases/bindings/two_way_binding.slint b/tests/cases/bindings/two_way_binding.slint index 8aa425a9f7a..516d8eb377d 100644 --- a/tests/cases/bindings/two_way_binding.slint +++ b/tests/cases/bindings/two_way_binding.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial OtherComp := Rectangle { property t <=> text.text; diff --git a/tests/cases/bindings/two_way_binding2.slint b/tests/cases/bindings/two_way_binding2.slint index a884aa81f1b..f33e07861e4 100644 --- a/tests/cases/bindings/two_way_binding2.slint +++ b/tests/cases/bindings/two_way_binding2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial OtherComp := Rectangle { property t <=> text.text; diff --git a/tests/cases/bindings/two_way_binding_animation.slint b/tests/cases/bindings/two_way_binding_animation.slint index 93465c417ea..2816b2830e6 100644 --- a/tests/cases/bindings/two_way_binding_animation.slint +++ b/tests/cases/bindings/two_way_binding_animation.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property xx : 1000; diff --git a/tests/cases/bindings/two_way_binding_extra.slint b/tests/cases/bindings/two_way_binding_extra.slint index f0136b9fd76..8701c5dedf9 100644 --- a/tests/cases/bindings/two_way_binding_extra.slint +++ b/tests/cases/bindings/two_way_binding_extra.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial diff --git a/tests/cases/bindings/two_way_bug.slint b/tests/cases/bindings/two_way_bug.slint index 7c33d9049ae..25f33b74dc1 100644 --- a/tests/cases/bindings/two_way_bug.slint +++ b/tests/cases/bindings/two_way_bug.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // There used to be a bug in the deduplicate_property_read pass that would mess up aliases diff --git a/tests/cases/bindings/two_way_deep.slint b/tests/cases/bindings/two_way_deep.slint index 9cd8145cd63..b39a85bbde6 100644 --- a/tests/cases/bindings/two_way_deep.slint +++ b/tests/cases/bindings/two_way_deep.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial LineEdit := Rectangle { property text <=> ti.text; diff --git a/tests/cases/bindings/two_way_model.slint b/tests/cases/bindings/two_way_model.slint index f0d9fdf7147..55a20c0bc7d 100644 --- a/tests/cases/bindings/two_way_model.slint +++ b/tests/cases/bindings/two_way_model.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Regression test for a bug in which an alias to a model property was not // properly set because it was thought as constant diff --git a/tests/cases/bindings/two_way_priority.slint b/tests/cases/bindings/two_way_priority.slint index 1dc8f3853c6..5f40aeae504 100644 --- a/tests/cases/bindings/two_way_priority.slint +++ b/tests/cases/bindings/two_way_priority.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial OpacityTwoWay := Rectangle { property sub_opacity <=> rect.opacity; diff --git a/tests/cases/bindings/two_way_priority_default.slint b/tests/cases/bindings/two_way_priority_default.slint index 669e3912b85..1bb71a02e4d 100644 --- a/tests/cases/bindings/two_way_priority_default.slint +++ b/tests/cases/bindings/two_way_priority_default.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // The visible and enabled property are set by default by Slint to true. // But when overridden by an alias, the overridden value should take precedence. diff --git a/tests/cases/bindings/two_way_simple.slint b/tests/cases/bindings/two_way_simple.slint index ede148781cf..94c4ffc1238 100644 --- a/tests/cases/bindings/two_way_simple.slint +++ b/tests/cases/bindings/two_way_simple.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property extra_background <=> background; diff --git a/tests/cases/callbacks/callback_alias.slint b/tests/cases/callbacks/callback_alias.slint index 0970da02956..5b3609b551e 100644 --- a/tests/cases/callbacks/callback_alias.slint +++ b/tests/cases/callbacks/callback_alias.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Foo := Rectangle { pure callback hallo_alias <=> xxx.hallo; diff --git a/tests/cases/callbacks/callback_name_conflicts.slint b/tests/cases/callbacks/callback_name_conflicts.slint index fac8d5f52c0..d3ba8be8a7e 100644 --- a/tests/cases/callbacks/callback_name_conflicts.slint +++ b/tests/cases/callbacks/callback_name_conflicts.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 100phx; diff --git a/tests/cases/callbacks/functions.slint b/tests/cases/callbacks/functions.slint index 170f128b23c..f5dd6a75a65 100644 --- a/tests/cases/callbacks/functions.slint +++ b/tests/cases/callbacks/functions.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global G := { property hello: "hello"; diff --git a/tests/cases/callbacks/handler.slint b/tests/cases/callbacks/handler.slint index 065668afaea..32c25835979 100644 --- a/tests/cases/callbacks/handler.slint +++ b/tests/cases/callbacks/handler.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { callback test_callback; diff --git a/tests/cases/callbacks/handler_with_arg.slint b/tests/cases/callbacks/handler_with_arg.slint index 5227e9cc041..f2c44ddbd7b 100644 --- a/tests/cases/callbacks/handler_with_arg.slint +++ b/tests/cases/callbacks/handler_with_arg.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { callback test_callback(int); diff --git a/tests/cases/callbacks/init.slint b/tests/cases/callbacks/init.slint index bdbcec27af0..d1a4f1ed09f 100644 --- a/tests/cases/callbacks/init.slint +++ b/tests/cases/callbacks/init.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Verify that the init callback is invoked in the correct order diff --git a/tests/cases/callbacks/init_access_base_compo.slint b/tests/cases/callbacks/init_access_base_compo.slint index 7eea0943d3f..dd558f6ffbf 100644 --- a/tests/cases/callbacks/init_access_base_compo.slint +++ b/tests/cases/callbacks/init_access_base_compo.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Verify that properties in the base type can be accessed from init diff --git a/tests/cases/callbacks/init_layout.slint b/tests/cases/callbacks/init_layout.slint index 78f62d63283..50f60b26d4e 100644 --- a/tests/cases/callbacks/init_layout.slint +++ b/tests/cases/callbacks/init_layout.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Verify that the init callback is invoked in the correct order diff --git a/tests/cases/callbacks/init_popup.slint b/tests/cases/callbacks/init_popup.slint index 2c30fff7ed1..afc8229dc36 100644 --- a/tests/cases/callbacks/init_popup.slint +++ b/tests/cases/callbacks/init_popup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Verify that the init callback is invoked in the correct order diff --git a/tests/cases/callbacks/return_value.slint b/tests/cases/callbacks/return_value.slint index 648539485a3..ebfe845b6f0 100644 --- a/tests/cases/callbacks/return_value.slint +++ b/tests/cases/callbacks/return_value.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { pure callback test_func(int) -> int; diff --git a/tests/cases/children/children_placeholder.slint b/tests/cases/children/children_placeholder.slint index 7a9546375a6..f297219e88d 100644 --- a/tests/cases/children/children_placeholder.slint +++ b/tests/cases/children/children_placeholder.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Container := Rectangle { GridLayout { diff --git a/tests/cases/children/children_placeholder_two_levels.slint b/tests/cases/children/children_placeholder_two_levels.slint index 8cf4d9a6591..478e2281dbd 100644 --- a/tests/cases/children/children_placeholder_two_levels.slint +++ b/tests/cases/children/children_placeholder_two_levels.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Container := Rectangle { GridLayout { diff --git a/tests/cases/children/zorder.slint b/tests/cases/children/zorder.slint index 3401e6fa327..77adf2322cc 100644 --- a/tests/cases/children/zorder.slint +++ b/tests/cases/children/zorder.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 100phx; diff --git a/tests/cases/conditional/cast.slint b/tests/cases/conditional/cast.slint index c52b9a3551f..4689da74e4d 100644 --- a/tests/cases/conditional/cast.slint +++ b/tests/cases/conditional/cast.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property condition; diff --git a/tests/cases/conditional/expr.slint b/tests/cases/conditional/expr.slint index bcc29b7f6b8..3b6a3a9ed23 100644 --- a/tests/cases/conditional/expr.slint +++ b/tests/cases/conditional/expr.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property condition; diff --git a/tests/cases/conditional/stm.slint b/tests/cases/conditional/stm.slint index 3ed31ba2097..021b7d79ad5 100644 --- a/tests/cases/conditional/stm.slint +++ b/tests/cases/conditional/stm.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property value; diff --git a/tests/cases/crashes/access_ellided_prop.slint b/tests/cases/crashes/access_ellided_prop.slint index 66f743dbbb2..31d6441e5e6 100644 --- a/tests/cases/crashes/access_ellided_prop.slint +++ b/tests/cases/crashes/access_ellided_prop.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // issue #177 diff --git a/tests/cases/crashes/access_moved_propdecl.slint b/tests/cases/crashes/access_moved_propdecl.slint index 8831e2f620f..177de14637d 100644 --- a/tests/cases/crashes/access_moved_propdecl.slint +++ b/tests/cases/crashes/access_moved_propdecl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test case that accesses a declared property ("property pressed") from within a binding for "text". // The property will be moved to the root as part of the move declarations pass and therefore the named reference diff --git a/tests/cases/crashes/alias_in_if.slint b/tests/cases/crashes/alias_in_if.slint index d0e2eb068c6..f40f8d85496 100644 --- a/tests/cases/crashes/alias_in_if.slint +++ b/tests/cases/crashes/alias_in_if.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial App := Rectangle { property hello: "ooo"; diff --git a/tests/cases/crashes/empty_listview.slint b/tests/cases/crashes/empty_listview.slint index 1c7ae7511c4..bd08bd6297b 100644 --- a/tests/cases/crashes/empty_listview.slint +++ b/tests/cases/crashes/empty_listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/crashes/issue1113_popup_in_repeater.slint b/tests/cases/crashes/issue1113_popup_in_repeater.slint index 91a131ac6bb..04c317ec006 100644 --- a/tests/cases/crashes/issue1113_popup_in_repeater.slint +++ b/tests/cases/crashes/issue1113_popup_in_repeater.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial App := Window { for menu-item in [{children: ["hello"]}] : VerticalLayout { diff --git a/tests/cases/crashes/issue1267_opacity_in_layout.slint b/tests/cases/crashes/issue1267_opacity_in_layout.slint index 1b56cd664a0..be8e1d6eb2a 100644 --- a/tests/cases/crashes/issue1267_opacity_in_layout.slint +++ b/tests/cases/crashes/issue1267_opacity_in_layout.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial MainWindow := Window { VerticalLayout { diff --git a/tests/cases/crashes/issue1271_set_in_if.slint b/tests/cases/crashes/issue1271_set_in_if.slint index a7f1560e9cb..2cf060977a7 100644 --- a/tests/cases/crashes/issue1271_set_in_if.slint +++ b/tests/cases/crashes/issue1271_set_in_if.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { property t_: 8; diff --git a/tests/cases/crashes/issue1327_inlined_state_property.slint b/tests/cases/crashes/issue1327_inlined_state_property.slint index 78fb5937a64..b3e509ab282 100644 --- a/tests/cases/crashes/issue1327_inlined_state_property.slint +++ b/tests/cases/crashes/issue1327_inlined_state_property.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // based on https://github.com/slint-ui/slint/issues/1327#issuecomment-1151244049 diff --git a/tests/cases/crashes/issue1659_combobox_in_tab.slint b/tests/cases/crashes/issue1659_combobox_in_tab.slint index dd55ab75404..abaf0eeade5 100644 --- a/tests/cases/crashes/issue1659_combobox_in_tab.slint +++ b/tests/cases/crashes/issue1659_combobox_in_tab.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { TabWidget } from "std-widgets.slint"; diff --git a/tests/cases/crashes/issue173_uninitialized_globals.slint b/tests/cases/crashes/issue173_uninitialized_globals.slint index ab8a9271ae8..b6ef63b8dcc 100644 --- a/tests/cases/crashes/issue173_uninitialized_globals.slint +++ b/tests/cases/crashes/issue173_uninitialized_globals.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This is a test for a crash withthe interpreter when evaluating properties diff --git a/tests/cases/crashes/issue_1009_const_alias.slint b/tests/cases/crashes/issue_1009_const_alias.slint index 05413e598eb..e4c666ccc71 100644 --- a/tests/cases/crashes/issue_1009_const_alias.slint +++ b/tests/cases/crashes/issue_1009_const_alias.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Button := Text { } diff --git a/tests/cases/crashes/issue_1233_listview_const_shadow.slint b/tests/cases/crashes/issue_1233_listview_const_shadow.slint index a03ce555e67..e19ff6fd9c3 100644 --- a/tests/cases/crashes/issue_1233_listview_const_shadow.slint +++ b/tests/cases/crashes/issue_1233_listview_const_shadow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/crashes/issue_2274_const_state_crash.slint b/tests/cases/crashes/issue_2274_const_state_crash.slint index 11d8bccb17c..7eb93d1da32 100644 --- a/tests/cases/crashes/issue_2274_const_state_crash.slint +++ b/tests/cases/crashes/issue_2274_const_state_crash.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase { diff --git a/tests/cases/crashes/issue_422_enclosing_component.slint b/tests/cases/crashes/issue_422_enclosing_component.slint index 61b81b0ae61..e746ab15d11 100644 --- a/tests/cases/crashes/issue_422_enclosing_component.slint +++ b/tests/cases/crashes/issue_422_enclosing_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // issue #422 diff --git a/tests/cases/crashes/issue_983_listview_const_width.slint b/tests/cases/crashes/issue_983_listview_const_width.slint index 12b70c7557f..59ede95bbf3 100644 --- a/tests/cases/crashes/issue_983_listview_const_width.slint +++ b/tests/cases/crashes/issue_983_listview_const_width.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/crashes/layout_deleted_item.slint b/tests/cases/crashes/layout_deleted_item.slint index 031259220ca..2e181ebf133 100644 --- a/tests/cases/crashes/layout_deleted_item.slint +++ b/tests/cases/crashes/layout_deleted_item.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // issue #177 diff --git a/tests/cases/crashes/layout_if_in_component.slint b/tests/cases/crashes/layout_if_in_component.slint index ad2bc7c557a..ed9ab8d6a80 100644 --- a/tests/cases/crashes/layout_if_in_component.slint +++ b/tests/cases/crashes/layout_if_in_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Btn := Rectangle { diff --git a/tests/cases/crashes/link_two_way_geometry_if.slint b/tests/cases/crashes/link_two_way_geometry_if.slint index c6df5f450cb..7ce2aa098b1 100644 --- a/tests/cases/crashes/link_two_way_geometry_if.slint +++ b/tests/cases/crashes/link_two_way_geometry_if.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase { tl_layout := HorizontalLayout { diff --git a/tests/cases/crashes/optimized_item_shadow.slint b/tests/cases/crashes/optimized_item_shadow.slint index ec1ff5727cd..8395095dbe7 100644 --- a/tests/cases/crashes/optimized_item_shadow.slint +++ b/tests/cases/crashes/optimized_item_shadow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export D := Rectangle { for xy in 1 : Rectangle { diff --git a/tests/cases/crashes/optimized_popup_parent.slint b/tests/cases/crashes/optimized_popup_parent.slint index e0b19d78e5a..4189ba64ae6 100644 --- a/tests/cases/crashes/optimized_popup_parent.slint +++ b/tests/cases/crashes/optimized_popup_parent.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Foo := Rectangle { diff --git a/tests/cases/crashes/shadow_fixed_width.slint b/tests/cases/crashes/shadow_fixed_width.slint index 59a8f459a3f..a8b2ef3768c 100644 --- a/tests/cases/crashes/shadow_fixed_width.slint +++ b/tests/cases/crashes/shadow_fixed_width.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export D := Window { VerticalLayout { diff --git a/tests/cases/crashes/subsubcomponent.slint b/tests/cases/crashes/subsubcomponent.slint index 256037eadd9..b20c4f5a5ff 100644 --- a/tests/cases/crashes/subsubcomponent.slint +++ b/tests/cases/crashes/subsubcomponent.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial SubSubCompo := Rectangle { } SubCompo := SubSubCompo {} diff --git a/tests/cases/crashes/subsubcomponent2.slint b/tests/cases/crashes/subsubcomponent2.slint index 218056a1512..0b6292a60aa 100644 --- a/tests/cases/crashes/subsubcomponent2.slint +++ b/tests/cases/crashes/subsubcomponent2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test for issue #781 diff --git a/tests/cases/crashes/unused_callback_alias.slint b/tests/cases/crashes/unused_callback_alias.slint index 87b5edfac9c..e5b3175442e 100644 --- a/tests/cases/crashes/unused_callback_alias.slint +++ b/tests/cases/crashes/unused_callback_alias.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component TextInner inherits Text { callback panic(); diff --git a/tests/cases/elements/dialog.slint b/tests/cases/elements/dialog.slint index e1e8bd061ea..85e7c816452 100644 --- a/tests/cases/elements/dialog.slint +++ b/tests/cases/elements/dialog.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StandardButton, Button, GridBox } from "std-widgets.slint"; diff --git a/tests/cases/elements/flickable.slint b/tests/cases/elements/flickable.slint index 4621be6e27f..f951e48c157 100644 --- a/tests/cases/elements/flickable.slint +++ b/tests/cases/elements/flickable.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 500phx; diff --git a/tests/cases/elements/flickable2.slint b/tests/cases/elements/flickable2.slint index 3be007260a8..3a9f24426fc 100644 --- a/tests/cases/elements/flickable2.slint +++ b/tests/cases/elements/flickable2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial InheritFlickable := Flickable {} diff --git a/tests/cases/elements/flickable3.slint b/tests/cases/elements/flickable3.slint index 9d8bf27cd3f..24cd5a8c32e 100644 --- a/tests/cases/elements/flickable3.slint +++ b/tests/cases/elements/flickable3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { diff --git a/tests/cases/elements/flickable_in_flickable.slint b/tests/cases/elements/flickable_in_flickable.slint index cbf27ca856b..48e67a2340c 100644 --- a/tests/cases/elements/flickable_in_flickable.slint +++ b/tests/cases/elements/flickable_in_flickable.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 500px; diff --git a/tests/cases/elements/image.slint b/tests/cases/elements/image.slint index e5ec450331a..c399dd3f039 100644 --- a/tests/cases/elements/image.slint +++ b/tests/cases/elements/image.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../../examples/printerdemo/ui/images/ diff --git a/tests/cases/elements/image_geometry.slint b/tests/cases/elements/image_geometry.slint index 995338aecc6..a56e217ad5c 100644 --- a/tests/cases/elements/image_geometry.slint +++ b/tests/cases/elements/image_geometry.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../../examples/printerdemo/ui/images/ diff --git a/tests/cases/elements/listview.slint b/tests/cases/elements/listview.slint index 226e1bf3fbb..c4c321e6981 100644 --- a/tests/cases/elements/listview.slint +++ b/tests/cases/elements/listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/elements/listview_click_open.slint b/tests/cases/elements/listview_click_open.slint index 5f0c90a0e49..42651a4aa7c 100644 --- a/tests/cases/elements/listview_click_open.slint +++ b/tests/cases/elements/listview_click_open.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/elements/path.slint b/tests/cases/elements/path.slint index fa7e7911641..6bc651aeede 100644 --- a/tests/cases/elements/path.slint +++ b/tests/cases/elements/path.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Path { property my_x: 100; diff --git a/tests/cases/elements/path_fit.slint b/tests/cases/elements/path_fit.slint index c09e456db96..99bade33d34 100644 --- a/tests/cases/elements/path_fit.slint +++ b/tests/cases/elements/path_fit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/elements/popupwindow.slint b/tests/cases/elements/popupwindow.slint index d7438947072..6b31dae5108 100644 --- a/tests/cases/elements/popupwindow.slint +++ b/tests/cases/elements/popupwindow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Combo := Rectangle { property inner_color; diff --git a/tests/cases/elements/popupwindow_close.slint b/tests/cases/elements/popupwindow_close.slint index 8baf221a473..53382fd1a3f 100644 --- a/tests/cases/elements/popupwindow_close.slint +++ b/tests/cases/elements/popupwindow_close.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase { width: 300px; diff --git a/tests/cases/elements/tabwidget.slint b/tests/cases/elements/tabwidget.slint index dcb8c9bc136..768eb771774 100644 --- a/tests/cases/elements/tabwidget.slint +++ b/tests/cases/elements/tabwidget.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { TabWidget } from "std-widgets.slint"; diff --git a/tests/cases/elements/togglebutton.slint b/tests/cases/elements/togglebutton.slint index 8bfb28a15eb..79ba0d5e457 100644 --- a/tests/cases/elements/togglebutton.slint +++ b/tests/cases/elements/togglebutton.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Button } from "std-widgets.slint"; diff --git a/tests/cases/elements/toucharea.slint b/tests/cases/elements/toucharea.slint index cd74260ebd1..4515fe9eafd 100644 --- a/tests/cases/elements/toucharea.slint +++ b/tests/cases/elements/toucharea.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase { in-out property touch1; diff --git a/tests/cases/examples/box_shadow_use.slint b/tests/cases/examples/box_shadow_use.slint index 35a3e161496..3f95110d403 100644 --- a/tests/cases/examples/box_shadow_use.slint +++ b/tests/cases/examples/box_shadow_use.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test to show the internal `BoxShadow` element. This can be used for manual // visual verification and it also serves as a test to ensure that such generated diff --git a/tests/cases/examples/color.slint b/tests/cases/examples/color.slint index 8ae47ced243..ac54303f24a 100644 --- a/tests/cases/examples/color.slint +++ b/tests/cases/examples/color.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Win := Window { property base: #00007F; diff --git a/tests/cases/examples/colored_image.slint b/tests/cases/examples/colored_image.slint index 165b397fdb5..071eb7d32b5 100644 --- a/tests/cases/examples/colored_image.slint +++ b/tests/cases/examples/colored_image.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Win := Window { GridLayout { diff --git a/tests/cases/examples/hello.slint b/tests/cases/examples/hello.slint index 673e7b7eebb..49e4e40a69e 100644 --- a/tests/cases/examples/hello.slint +++ b/tests/cases/examples/hello.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TwoRectangle := Rectangle { diff --git a/tests/cases/examples/image_fit.slint b/tests/cases/examples/image_fit.slint index 17692c8d99d..8205783a643 100644 --- a/tests/cases/examples/image_fit.slint +++ b/tests/cases/examples/image_fit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Win := Window { GridLayout { diff --git a/tests/cases/examples/image_rendering.slint b/tests/cases/examples/image_rendering.slint index 0d6167acba1..bfa5f7e8579 100644 --- a/tests/cases/examples/image_rendering.slint +++ b/tests/cases/examples/image_rendering.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export MainWindow := Window { title: "Slint Image Scaling Example"; diff --git a/tests/cases/examples/key_press.slint b/tests/cases/examples/key_press.slint index d9d3aca5c88..2541effa911 100644 --- a/tests/cases/examples/key_press.slint +++ b/tests/cases/examples/key_press.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial W := Window { VerticalLayout { diff --git a/tests/cases/examples/layer.slint b/tests/cases/examples/layer.slint index 4c65a404cb9..1f8ffebc890 100644 --- a/tests/cases/examples/layer.slint +++ b/tests/cases/examples/layer.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Button } from "std-widgets.slint"; diff --git a/tests/cases/examples/opacity.slint b/tests/cases/examples/opacity.slint index 23adc8f7d6f..7ea7da545ec 100644 --- a/tests/cases/examples/opacity.slint +++ b/tests/cases/examples/opacity.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Comp := Rectangle { Rectangle { diff --git a/tests/cases/examples/path_fill_rule.slint b/tests/cases/examples/path_fill_rule.slint index 1ba881944c8..50af4f73df1 100644 --- a/tests/cases/examples/path_fill_rule.slint +++ b/tests/cases/examples/path_fill_rule.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial PathFillRule := Window { GridLayout { diff --git a/tests/cases/examples/path_viewbox.slint b/tests/cases/examples/path_viewbox.slint index f0e9a0f080b..7d38b47083b 100644 --- a/tests/cases/examples/path_viewbox.slint +++ b/tests/cases/examples/path_viewbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial RectPath := Path { MoveTo { diff --git a/tests/cases/examples/plusminus.slint b/tests/cases/examples/plusminus.slint index 7afecedcb1a..dfdd467b6c1 100644 --- a/tests/cases/examples/plusminus.slint +++ b/tests/cases/examples/plusminus.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Btn := Rectangle { property button_text; diff --git a/tests/cases/examples/rectangle_clip.slint b/tests/cases/examples/rectangle_clip.slint index d07ff36d7c9..5d430f77414 100644 --- a/tests/cases/examples/rectangle_clip.slint +++ b/tests/cases/examples/rectangle_clip.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This should render as a rectangle with a black border and // green "fill". diff --git a/tests/cases/examples/rotate.slint b/tests/cases/examples/rotate.slint index 413b5fdedc8..68e6e513ada 100644 --- a/tests/cases/examples/rotate.slint +++ b/tests/cases/examples/rotate.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test for manual visual verification of rotation // diff --git a/tests/cases/examples/sample_component.slint b/tests/cases/examples/sample_component.slint index 1482ae6216c..98f3c2f5fea 100644 --- a/tests/cases/examples/sample_component.slint +++ b/tests/cases/examples/sample_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export struct MyStruct := { foo: int, diff --git a/tests/cases/examples/window_default_font.slint b/tests/cases/examples/window_default_font.slint index c7dc692f4af..fec124e0795 100644 --- a/tests/cases/examples/window_default_font.slint +++ b/tests/cases/examples/window_default_font.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test for manual visual verification of default font properties of Window // diff --git a/tests/cases/exports/export_root.slint b/tests/cases/exports/export_root.slint index c9575272720..7c4ebcca2ff 100644 --- a/tests/cases/exports/export_root.slint +++ b/tests/cases/exports/export_root.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component Ok { in-out property test: true; diff --git a/tests/cases/expr/abs.slint b/tests/cases/expr/abs.slint index 9095d4abfb6..299aa57ce30 100644 --- a/tests/cases/expr/abs.slint +++ b/tests/cases/expr/abs.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: abs(42.3); diff --git a/tests/cases/expr/acos.slint b/tests/cases/expr/acos.slint index ac2ea635245..d6740bb6687 100644 --- a/tests/cases/expr/acos.slint +++ b/tests/cases/expr/acos.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: acos(0); diff --git a/tests/cases/expr/animation_tick.slint b/tests/cases/expr/animation_tick.slint index 28a00e527e1..90a3693ae6f 100644 --- a/tests/cases/expr/animation_tick.slint +++ b/tests/cases/expr/animation_tick.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property xx: animation-tick() / 1ms; diff --git a/tests/cases/expr/arithmetic.slint b/tests/cases/expr/arithmetic.slint index fef8a2da99d..8a7dffa3c20 100644 --- a/tests/cases/expr/arithmetic.slint +++ b/tests/cases/expr/arithmetic.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property a; diff --git a/tests/cases/expr/asin.slint b/tests/cases/expr/asin.slint index 49eab342aa2..f7558f57ab4 100644 --- a/tests/cases/expr/asin.slint +++ b/tests/cases/expr/asin.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: asin(0); diff --git a/tests/cases/expr/atan.slint b/tests/cases/expr/atan.slint index a1d592ccad9..8a9a486a6c7 100644 --- a/tests/cases/expr/atan.slint +++ b/tests/cases/expr/atan.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: atan(0); diff --git a/tests/cases/expr/ceil.slint b/tests/cases/expr/ceil.slint index 0044c764691..5432372c11c 100644 --- a/tests/cases/expr/ceil.slint +++ b/tests/cases/expr/ceil.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: ceil(42.2); diff --git a/tests/cases/expr/comparison.slint b/tests/cases/expr/comparison.slint index 5c508e0312f..cbe57b3cf38 100644 --- a/tests/cases/expr/comparison.slint +++ b/tests/cases/expr/comparison.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property hello: 44; diff --git a/tests/cases/expr/cos.slint b/tests/cases/expr/cos.slint index c4a43c73e87..0a10cd9334a 100644 --- a/tests/cases/expr/cos.slint +++ b/tests/cases/expr/cos.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: cos(0); diff --git a/tests/cases/expr/debug.slint b/tests/cases/expr/debug.slint index 08a783765be..60abd3f49f4 100644 --- a/tests/cases/expr/debug.slint +++ b/tests/cases/expr/debug.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property text: "init"; diff --git a/tests/cases/expr/floor.slint b/tests/cases/expr/floor.slint index aa958885a71..a48c64b01b8 100644 --- a/tests/cases/expr/floor.slint +++ b/tests/cases/expr/floor.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: floor(42.2); diff --git a/tests/cases/expr/log.slint b/tests/cases/expr/log.slint index 802685a7aae..f96b1e85421 100644 --- a/tests/cases/expr/log.slint +++ b/tests/cases/expr/log.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: log(4.0, 2); diff --git a/tests/cases/expr/math.slint b/tests/cases/expr/math.slint index 59d78c8eb22..93359eecabf 100644 --- a/tests/cases/expr/math.slint +++ b/tests/cases/expr/math.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property test_sqrt: sqrt(100) == 10 && Math.sqrt(1) == 1 && sqrt(6.25) == 2.5; diff --git a/tests/cases/expr/minmax.slint b/tests/cases/expr/minmax.slint index 50fee6774ae..88e8673fa47 100644 --- a/tests/cases/expr/minmax.slint +++ b/tests/cases/expr/minmax.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property a; diff --git a/tests/cases/expr/mod.slint b/tests/cases/expr/mod.slint index 88489fb0ffc..5e35170a2f5 100644 --- a/tests/cases/expr/mod.slint +++ b/tests/cases/expr/mod.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: mod(42, 2); diff --git a/tests/cases/expr/pow.slint b/tests/cases/expr/pow.slint index 3236677e810..b49225a53c7 100644 --- a/tests/cases/expr/pow.slint +++ b/tests/cases/expr/pow.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: pow(4.0, 2); diff --git a/tests/cases/expr/return.slint b/tests/cases/expr/return.slint index def2f105e6e..a4139f8a452 100644 --- a/tests/cases/expr/return.slint +++ b/tests/cases/expr/return.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property toggle: { return false; } diff --git a/tests/cases/expr/round.slint b/tests/cases/expr/round.slint index ce489040f7d..d9ad821a349 100644 --- a/tests/cases/expr/round.slint +++ b/tests/cases/expr/round.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: round(42.2); diff --git a/tests/cases/expr/sin.slint b/tests/cases/expr/sin.slint index e91bf7e10f4..350d3654410 100644 --- a/tests/cases/expr/sin.slint +++ b/tests/cases/expr/sin.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: sin(0); diff --git a/tests/cases/expr/sqrt.slint b/tests/cases/expr/sqrt.slint index f21a98ef97d..1420964c756 100644 --- a/tests/cases/expr/sqrt.slint +++ b/tests/cases/expr/sqrt.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: sqrt(100.0); diff --git a/tests/cases/expr/string_concatenation.slint b/tests/cases/expr/string_concatenation.slint index d822fc67147..ce293217cd0 100644 --- a/tests/cases/expr/string_concatenation.slint +++ b/tests/cases/expr/string_concatenation.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property a:12; diff --git a/tests/cases/expr/string_template.slint b/tests/cases/expr/string_template.slint index 1fc29619d6c..44dfa5d580f 100644 --- a/tests/cases/expr/string_template.slint +++ b/tests/cases/expr/string_template.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property a:12; diff --git a/tests/cases/expr/tan.slint b/tests/cases/expr/tan.slint index 54e7c7a531e..00efa6b0c8e 100644 --- a/tests/cases/expr/tan.slint +++ b/tests/cases/expr/tan.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: tan(0); diff --git a/tests/cases/expr/tr.slint b/tests/cases/expr/tr.slint index 2271c94bced..d149405f242 100644 --- a/tests/cases/expr/tr.slint +++ b/tests/cases/expr/tr.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase { property int_value: 42; diff --git a/tests/cases/expr/trigo.slint b/tests/cases/expr/trigo.slint index f8625f3b841..778b8d7ed92 100644 --- a/tests/cases/expr/trigo.slint +++ b/tests/cases/expr/trigo.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property verify: diff --git a/tests/cases/focus/event_propagation.slint b/tests/cases/focus/event_propagation.slint index c7d654477b2..196f3cca6a3 100644 --- a/tests/cases/focus/event_propagation.slint +++ b/tests/cases/focus/event_propagation.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 400phx; diff --git a/tests/cases/focus/event_propagation_2.slint b/tests/cases/focus/event_propagation_2.slint index e68cf78f75a..bc0a0cd3e73 100644 --- a/tests/cases/focus/event_propagation_2.slint +++ b/tests/cases/focus/event_propagation_2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 100phx; diff --git a/tests/cases/focus/event_propagation_3.slint b/tests/cases/focus/event_propagation_3.slint index e28429dc552..42e4fb5120a 100644 --- a/tests/cases/focus/event_propagation_3.slint +++ b/tests/cases/focus/event_propagation_3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase inherits Window { width: 100phx; diff --git a/tests/cases/focus/focus_change.slint b/tests/cases/focus/focus_change.slint index 6f355c51bcb..7608f20d252 100644 --- a/tests/cases/focus/focus_change.slint +++ b/tests/cases/focus/focus_change.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 400phx; diff --git a/tests/cases/focus/focus_change_subcompo.slint b/tests/cases/focus/focus_change_subcompo.slint index 52a4fb0f7b4..24a8a440193 100644 --- a/tests/cases/focus/focus_change_subcompo.slint +++ b/tests/cases/focus/focus_change_subcompo.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test that the correct item indices are computed when focusing // children of sub-components or their roots. diff --git a/tests/cases/focus/focus_change_through_signal.slint b/tests/cases/focus/focus_change_through_signal.slint index 87e7133877b..3214f008428 100644 --- a/tests/cases/focus/focus_change_through_signal.slint +++ b/tests/cases/focus/focus_change_through_signal.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial SubElement := Rectangle { property text <=> input.text; diff --git a/tests/cases/focus/forward.slint b/tests/cases/focus/forward.slint index 13a53d51599..d598027a336 100644 --- a/tests/cases/focus/forward.slint +++ b/tests/cases/focus/forward.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 400phx; diff --git a/tests/cases/focus/initial_focus.slint b/tests/cases/focus/initial_focus.slint index 1c5888c37c1..a987f0a1726 100644 --- a/tests/cases/focus/initial_focus.slint +++ b/tests/cases/focus/initial_focus.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 400phx; diff --git a/tests/cases/focus/initial_focus_through_component.slint b/tests/cases/focus/initial_focus_through_component.slint index 6cb63c87f42..e5ed66d7bec 100644 --- a/tests/cases/focus/initial_focus_through_component.slint +++ b/tests/cases/focus/initial_focus_through_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial MyTextInput := TextInput { } diff --git a/tests/cases/focus/initial_focus_through_layout.slint b/tests/cases/focus/initial_focus_through_layout.slint index a53e2b85cdd..ff17e19f59d 100644 --- a/tests/cases/focus/initial_focus_through_layout.slint +++ b/tests/cases/focus/initial_focus_through_layout.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TextComponent := GridLayout { property has_focus: my_text_input.has_focus; diff --git a/tests/cases/focus/keyboard_focus.slint b/tests/cases/focus/keyboard_focus.slint index 1eacec971cf..d7c048abca7 100644 --- a/tests/cases/focus/keyboard_focus.slint +++ b/tests/cases/focus/keyboard_focus.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { SpinBox, LineEdit, HorizontalBox, VerticalBox, TabWidget } from "std-widgets.slint"; diff --git a/tests/cases/focus/keyboard_focus2.slint b/tests/cases/focus/keyboard_focus2.slint index c3486bf06c6..3b59529f669 100644 --- a/tests/cases/focus/keyboard_focus2.slint +++ b/tests/cases/focus/keyboard_focus2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore backtab diff --git a/tests/cases/focus/text-input-focused.slint b/tests/cases/focus/text-input-focused.slint index 24c510ae6ac..ee6ef4c6bdd 100644 --- a/tests/cases/focus/text-input-focused.slint +++ b/tests/cases/focus/text-input-focused.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { LineEdit } from "std-widgets.slint"; diff --git a/tests/cases/globals/alias_to_global.slint b/tests/cases/globals/alias_to_global.slint index deaa2acbad4..fab2b77c2bf 100644 --- a/tests/cases/globals/alias_to_global.slint +++ b/tests/cases/globals/alias_to_global.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics } from "std-widgets.slint"; diff --git a/tests/cases/globals/global_accessor_api.slint b/tests/cases/globals/global_accessor_api.slint index ae7977bd60c..9b2b39b4feb 100644 --- a/tests/cases/globals/global_accessor_api.slint +++ b/tests/cases/globals/global_accessor_api.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components diff --git a/tests/cases/globals/global_alias.slint b/tests/cases/globals/global_alias.slint index cdfbcc6c1ef..a33bf1e666b 100644 --- a/tests/cases/globals/global_alias.slint +++ b/tests/cases/globals/global_alias.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components diff --git a/tests/cases/globals/global_binding.slint b/tests/cases/globals/global_binding.slint index 6e1fac868e6..45dd5ac2bf6 100644 --- a/tests/cases/globals/global_binding.slint +++ b/tests/cases/globals/global_binding.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global Glob := { property a_alias <=> a; diff --git a/tests/cases/globals/global_binding_const.slint b/tests/cases/globals/global_binding_const.slint index a91c314c7ac..f3ff1a6eafb 100644 --- a/tests/cases/globals/global_binding_const.slint +++ b/tests/cases/globals/global_binding_const.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This tests that constant property from global are properly initialized diff --git a/tests/cases/globals/global_callback.slint b/tests/cases/globals/global_callback.slint index da9577a2a6b..58972da8bdf 100644 --- a/tests/cases/globals/global_callback.slint +++ b/tests/cases/globals/global_callback.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global Glo := { property hello: 42; diff --git a/tests/cases/globals/global_depends_on_global.slint b/tests/cases/globals/global_depends_on_global.slint index ee3fcb5fe96..8ba06e3d376 100644 --- a/tests/cases/globals/global_depends_on_global.slint +++ b/tests/cases/globals/global_depends_on_global.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global Numbers := { diff --git a/tests/cases/globals/issue_2064_two_way_default_value.slint b/tests/cases/globals/issue_2064_two_way_default_value.slint index 915152cc624..d81dfba0519 100644 --- a/tests/cases/globals/issue_2064_two_way_default_value.slint +++ b/tests/cases/globals/issue_2064_two_way_default_value.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export global MyGlobal { in-out property foo: false; diff --git a/tests/cases/imports/duplicated_name.slint b/tests/cases/imports/duplicated_name.slint index db02814936b..6921f2fd482 100644 --- a/tests/cases/imports/duplicated_name.slint +++ b/tests/cases/imports/duplicated_name.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { ColorButton } from "test_button.slint"; diff --git a/tests/cases/imports/exported_component.slint b/tests/cases/imports/exported_component.slint index 96fde2d2ca9..eec5b3d7227 100644 --- a/tests/cases/imports/exported_component.slint +++ b/tests/cases/imports/exported_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export ExportedA := Rectangle {} NotExported := ExportedA { diff --git a/tests/cases/imports/external_globals.slint b/tests/cases/imports/external_globals.slint index f07459e8635..530e2c1b5e8 100644 --- a/tests/cases/imports/external_globals.slint +++ b/tests/cases/imports/external_globals.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { UseGlobal } from "export_globals.slint"; diff --git a/tests/cases/imports/external_globals_nameclash.slint b/tests/cases/imports/external_globals_nameclash.slint index 2e20d79b6bc..313be96f4cb 100644 --- a/tests/cases/imports/external_globals_nameclash.slint +++ b/tests/cases/imports/external_globals_nameclash.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { UseGlobal, ExportedGlobal as FromExport } from "export_globals.slint"; diff --git a/tests/cases/imports/external_structs.slint b/tests/cases/imports/external_structs.slint index 8187623e86c..713100bc29e 100644 --- a/tests/cases/imports/external_structs.slint +++ b/tests/cases/imports/external_structs.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { UseStruct , ExportedStruct, ExportEnum } from "export_structs.slint"; diff --git a/tests/cases/imports/external_type.slint b/tests/cases/imports/external_type.slint index 7ed1a40e8fd..f04062ea337 100644 --- a/tests/cases/imports/external_type.slint +++ b/tests/cases/imports/external_type.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { TestButton as RealButton } from "test_button.slint"; diff --git a/tests/cases/imports/import_multi.slint b/tests/cases/imports/import_multi.slint index f4e002b490a..49aadb0bffd 100644 --- a/tests/cases/imports/import_multi.slint +++ b/tests/cases/imports/import_multi.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ExportedA } from "./exported_component.slint"; import { ExportedB } from "./exported_component.slint"; diff --git a/tests/cases/imports/just_import.slint b/tests/cases/imports/just_import.slint index 5ab83a3a4b7..11f8a74605e 100644 --- a/tests/cases/imports/just_import.slint +++ b/tests/cases/imports/just_import.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { MainWindow } from "main_window.slint"; diff --git a/tests/cases/imports/reexport.slint b/tests/cases/imports/reexport.slint index 0bf426dca8e..70b54567cc6 100644 --- a/tests/cases/imports/reexport.slint +++ b/tests/cases/imports/reexport.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { TestButton, ColorButton } from "re_export_all.slint"; diff --git a/tests/cases/input/clip_mouse.slint b/tests/cases/input/clip_mouse.slint index f9f5a367f31..79acd223e21 100644 --- a/tests/cases/input/clip_mouse.slint +++ b/tests/cases/input/clip_mouse.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial MaybeClip := Rectangle { diff --git a/tests/cases/input/visible_mouse.slint b/tests/cases/input/visible_mouse.slint index aa3a1202666..a77c26e90b7 100644 --- a/tests/cases/input/visible_mouse.slint +++ b/tests/cases/input/visible_mouse.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial MaybeVisible := Rectangle { diff --git a/tests/cases/issues/issue_1837_percent_comparison.slint b/tests/cases/issues/issue_1837_percent_comparison.slint index 8fb4f1bd437..b9df6a07780 100644 --- a/tests/cases/issues/issue_1837_percent_comparison.slint +++ b/tests/cases/issues/issue_1837_percent_comparison.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Inner := Rectangle { property val; diff --git a/tests/cases/issues/issue_1846_visibility_in_for.slint b/tests/cases/issues/issue_1846_visibility_in_for.slint index 0896529840e..a811736c24d 100644 --- a/tests/cases/issues/issue_1846_visibility_in_for.slint +++ b/tests/cases/issues/issue_1846_visibility_in_for.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/issues/issue_2483_access_spacing.slint b/tests/cases/issues/issue_2483_access_spacing.slint index 0e0a1444788..d0f455a0cd4 100644 --- a/tests/cases/issues/issue_2483_access_spacing.slint +++ b/tests/cases/issues/issue_2483_access_spacing.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component Test { VerticalLayout { diff --git a/tests/cases/issues/issue_2608_canon_img_path.slint b/tests/cases/issues/issue_2608_canon_img_path.slint index 4dc314f9754..b654912413f 100644 --- a/tests/cases/issues/issue_2608_canon_img_path.slint +++ b/tests/cases/issues/issue_2608_canon_img_path.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../../examples/printerdemo/ui/images/ diff --git a/tests/cases/issues/issue_2717_has-hover.slint b/tests/cases/issues/issue_2717_has-hover.slint index 264807686b4..15808495ffc 100644 --- a/tests/cases/issues/issue_2717_has-hover.slint +++ b/tests/cases/issues/issue_2717_has-hover.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase inherits Window { width: 600px; diff --git a/tests/cases/issues/issue_2780_listview_crash.slint b/tests/cases/issues/issue_2780_listview_crash.slint index ef80d15eeb6..8b1ea69b00c 100644 --- a/tests/cases/issues/issue_2780_listview_crash.slint +++ b/tests/cases/issues/issue_2780_listview_crash.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This test case verifies that the listview updates its layout / geometry when the // entire model changes. This test works by triggering layout updates by simulating diff --git a/tests/cases/issues/name_conflicts.slint b/tests/cases/issues/name_conflicts.slint index ce73b8133b0..66d307cb80a 100644 --- a/tests/cases/issues/name_conflicts.slint +++ b/tests/cases/issues/name_conflicts.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export struct Color { diff --git a/tests/cases/layout/box_alignment.slint b/tests/cases/layout/box_alignment.slint index c5da8c764d7..4b1133250ec 100644 --- a/tests/cases/layout/box_alignment.slint +++ b/tests/cases/layout/box_alignment.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial MyWid := Rectangle { min-width: 20phx; diff --git a/tests/cases/layout/box_precentages.slint b/tests/cases/layout/box_precentages.slint index f3b6e6a2444..6105083bd6f 100644 --- a/tests/cases/layout/box_precentages.slint +++ b/tests/cases/layout/box_precentages.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 300phx; diff --git a/tests/cases/layout/box_preferred_size.slint b/tests/cases/layout/box_preferred_size.slint index 3fe1180ce6f..79a1e0d8f69 100644 --- a/tests/cases/layout/box_preferred_size.slint +++ b/tests/cases/layout/box_preferred_size.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { background: green; diff --git a/tests/cases/layout/default_fill.slint b/tests/cases/layout/default_fill.slint index 2371722357c..0012d4b00cb 100644 --- a/tests/cases/layout/default_fill.slint +++ b/tests/cases/layout/default_fill.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component SubSub inherits Rectangle { width: 30phx; diff --git a/tests/cases/layout/flickable_in_layout.slint b/tests/cases/layout/flickable_in_layout.slint index 701607a59a8..589f7ee952d 100644 --- a/tests/cases/layout/flickable_in_layout.slint +++ b/tests/cases/layout/flickable_in_layout.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { VerticalLayout { diff --git a/tests/cases/layout/geometry_center_by_default.slint b/tests/cases/layout/geometry_center_by_default.slint index 70fadbcfe20..a8c83e5b6de 100644 --- a/tests/cases/layout/geometry_center_by_default.slint +++ b/tests/cases/layout/geometry_center_by_default.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global G { public pure function is-center(pos: length, size: length, parent: length) -> bool { diff --git a/tests/cases/layout/grid.slint b/tests/cases/layout/grid.slint index 7a6d44d589d..756e66aad57 100644 --- a/tests/cases/layout/grid.slint +++ b/tests/cases/layout/grid.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 300phx; diff --git a/tests/cases/layout/grid2.slint b/tests/cases/layout/grid2.slint index 913dd12d507..6c0ad4ae518 100644 --- a/tests/cases/layout/grid2.slint +++ b/tests/cases/layout/grid2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 200phx; diff --git a/tests/cases/layout/grid_fixed_size.slint b/tests/cases/layout/grid_fixed_size.slint index e7cf4de2cfc..9c6e6c1be88 100644 --- a/tests/cases/layout/grid_fixed_size.slint +++ b/tests/cases/layout/grid_fixed_size.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial SubWithConstraints := Rectangle { diff --git a/tests/cases/layout/grid_min_max.slint b/tests/cases/layout/grid_min_max.slint index f08e2d5c7dd..dc941198f9b 100644 --- a/tests/cases/layout/grid_min_max.slint +++ b/tests/cases/layout/grid_min_max.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test the maximum and minimum size within a grid layout diff --git a/tests/cases/layout/grid_padding.slint b/tests/cases/layout/grid_padding.slint index aab0359bedb..e08d0746ad4 100644 --- a/tests/cases/layout/grid_padding.slint +++ b/tests/cases/layout/grid_padding.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 600phx; diff --git a/tests/cases/layout/grid_preferred_size.slint b/tests/cases/layout/grid_preferred_size.slint index e5cd96c371a..5491cdab0ee 100644 --- a/tests/cases/layout/grid_preferred_size.slint +++ b/tests/cases/layout/grid_preferred_size.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { background: green; diff --git a/tests/cases/layout/grid_span.slint b/tests/cases/layout/grid_span.slint index 7238d24dcc3..fc389556e68 100644 --- a/tests/cases/layout/grid_span.slint +++ b/tests/cases/layout/grid_span.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 400phx; diff --git a/tests/cases/layout/grid_within_for.slint b/tests/cases/layout/grid_within_for.slint index 62d3b2fd905..dc948b8e7f3 100644 --- a/tests/cases/layout/grid_within_for.slint +++ b/tests/cases/layout/grid_within_for.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Regression test for a panic in the compiler diff --git a/tests/cases/layout/height_for_width.slint b/tests/cases/layout/height_for_width.slint index 8e9c461a0ee..302f5f4231e 100644 --- a/tests/cases/layout/height_for_width.slint +++ b/tests/cases/layout/height_for_width.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../../examples/printerdemo/ui/images/ TestCase := Rectangle { diff --git a/tests/cases/layout/horizontal_for.slint b/tests/cases/layout/horizontal_for.slint index 6c5a76e4420..0608b593a36 100644 --- a/tests/cases/layout/horizontal_for.slint +++ b/tests/cases/layout/horizontal_for.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { width: 100phx; diff --git a/tests/cases/layout/horizontal_sizes.slint b/tests/cases/layout/horizontal_sizes.slint index a580049bec0..a2a2733a89d 100644 --- a/tests/cases/layout/horizontal_sizes.slint +++ b/tests/cases/layout/horizontal_sizes.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 300phx; diff --git a/tests/cases/layout/issue_1057_listview_subcomponent_height.slint b/tests/cases/layout/issue_1057_listview_subcomponent_height.slint index 25130e467ed..b4d132b21d0 100644 --- a/tests/cases/layout/issue_1057_listview_subcomponent_height.slint +++ b/tests/cases/layout/issue_1057_listview_subcomponent_height.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/layout/issue_140.slint b/tests/cases/layout/issue_140.slint index 11a70b98508..1e62077c2a4 100644 --- a/tests/cases/layout/issue_140.slint +++ b/tests/cases/layout/issue_140.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial HelloWorld := Window { HorizontalLayout { diff --git a/tests/cases/layout/issue_147_for_explicit_size.slint b/tests/cases/layout/issue_147_for_explicit_size.slint index 73cde814fb9..45f22e0cb69 100644 --- a/tests/cases/layout/issue_147_for_explicit_size.slint +++ b/tests/cases/layout/issue_147_for_explicit_size.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 500px; diff --git a/tests/cases/layout/issue_147_for_explicit_size_merge.slint b/tests/cases/layout/issue_147_for_explicit_size_merge.slint index ed4504bb1ff..bb6dda5cd49 100644 --- a/tests/cases/layout/issue_147_for_explicit_size_merge.slint +++ b/tests/cases/layout/issue_147_for_explicit_size_merge.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 500px; diff --git a/tests/cases/layout/issue_149_nested_for.slint b/tests/cases/layout/issue_149_nested_for.slint index 44caa931a67..aa8f383fadb 100644 --- a/tests/cases/layout/issue_149_nested_for.slint +++ b/tests/cases/layout/issue_149_nested_for.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 300phx; diff --git a/tests/cases/layout/issue_160_box_min_max.slint b/tests/cases/layout/issue_160_box_min_max.slint index b8b37ad1c2f..a0dd0c412b7 100644 --- a/tests/cases/layout/issue_160_box_min_max.slint +++ b/tests/cases/layout/issue_160_box_min_max.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { width: 600px; diff --git a/tests/cases/layout/issue_167_if_relayout.slint b/tests/cases/layout/issue_167_if_relayout.slint index b08823727d1..4a45b2e81a9 100644 --- a/tests/cases/layout/issue_167_if_relayout.slint +++ b/tests/cases/layout/issue_167_if_relayout.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 300px; diff --git a/tests/cases/layout/issue_407_for_layout_in_flickable.slint b/tests/cases/layout/issue_407_for_layout_in_flickable.slint index ecd5190a604..c7a0ff9e194 100644 --- a/tests/cases/layout/issue_407_for_layout_in_flickable.slint +++ b/tests/cases/layout/issue_407_for_layout_in_flickable.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export Testcase := Window { preferred-width: 640px; diff --git a/tests/cases/layout/issue_553_materialized_init.slint b/tests/cases/layout/issue_553_materialized_init.slint index 684268464dd..07a1cccc5a7 100644 --- a/tests/cases/layout/issue_553_materialized_init.slint +++ b/tests/cases/layout/issue_553_materialized_init.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test the propagation of maximum and minimum size through nested grid layouts diff --git a/tests/cases/layout/issue_783_constraint_from_children.slint b/tests/cases/layout/issue_783_constraint_from_children.slint index b41a1825822..a4ebac5b03d 100644 --- a/tests/cases/layout/issue_783_constraint_from_children.slint +++ b/tests/cases/layout/issue_783_constraint_from_children.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component TestCase { r1 := Rectangle {} diff --git a/tests/cases/layout/materialized_minmax.slint b/tests/cases/layout/materialized_minmax.slint index 88c80576c87..1ec9cbdddd5 100644 --- a/tests/cases/layout/materialized_minmax.slint +++ b/tests/cases/layout/materialized_minmax.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test the propagation of maximum and minimum size through nested grid layouts diff --git a/tests/cases/layout/nested_boxes.slint b/tests/cases/layout/nested_boxes.slint index e73b72badff..92bdda47fd1 100644 --- a/tests/cases/layout/nested_boxes.slint +++ b/tests/cases/layout/nested_boxes.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial RectRed := Rectangle { diff --git a/tests/cases/layout/nested_grid.slint b/tests/cases/layout/nested_grid.slint index 75000faab29..96c814290d1 100644 --- a/tests/cases/layout/nested_grid.slint +++ b/tests/cases/layout/nested_grid.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 300phx; diff --git a/tests/cases/layout/nested_grid_2.slint b/tests/cases/layout/nested_grid_2.slint index 9b13d1dcb24..2ab110d51cd 100644 --- a/tests/cases/layout/nested_grid_2.slint +++ b/tests/cases/layout/nested_grid_2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 300phx; diff --git a/tests/cases/layout/nested_grid_minmax.slint b/tests/cases/layout/nested_grid_minmax.slint index 5646693ace6..49ff6530874 100644 --- a/tests/cases/layout/nested_grid_minmax.slint +++ b/tests/cases/layout/nested_grid_minmax.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test the propagation of maximum and minimum size through nested grid layouts diff --git a/tests/cases/layout/opacity_in_layout.slint b/tests/cases/layout/opacity_in_layout.slint index 449843be9e7..0f4ae8b2c20 100644 --- a/tests/cases/layout/opacity_in_layout.slint +++ b/tests/cases/layout/opacity_in_layout.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { layout1 := VerticalLayout { diff --git a/tests/cases/layout/override_from_parent.slint b/tests/cases/layout/override_from_parent.slint index f9e2803e597..cbf6e3f9ed3 100644 --- a/tests/cases/layout/override_from_parent.slint +++ b/tests/cases/layout/override_from_parent.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial ComboBox := Rectangle { min-width: 60px; diff --git a/tests/cases/layout/special_default_geometry.slint b/tests/cases/layout/special_default_geometry.slint index 5de9dd0b240..bb084df7eb4 100644 --- a/tests/cases/layout/special_default_geometry.slint +++ b/tests/cases/layout/special_default_geometry.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test that the default geometry is taken from the right parent, even when some //of visible or opacity or so are set diff --git a/tests/cases/layout/text_no_wrap.slint b/tests/cases/layout/text_no_wrap.slint index 510e3d46d26..176461ce3d4 100644 --- a/tests/cases/layout/text_no_wrap.slint +++ b/tests/cases/layout/text_no_wrap.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // A Text that does not use word wrap's height should not depends on the width diff --git a/tests/cases/layout/text_preferred_size.slint b/tests/cases/layout/text_preferred_size.slint index 8b6dbd22988..87c3dad19fa 100644 --- a/tests/cases/layout/text_preferred_size.slint +++ b/tests/cases/layout/text_preferred_size.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial component TextTextGeomWithOpacityOrClip { diff --git a/tests/cases/layout/vertical_if.slint b/tests/cases/layout/vertical_if.slint index 138652f7fc7..b06a7874bc3 100644 --- a/tests/cases/layout/vertical_if.slint +++ b/tests/cases/layout/vertical_if.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { width: 100phx; diff --git a/tests/cases/layout/window_preferred.slint b/tests/cases/layout/window_preferred.slint index d7d80b2433c..d9b3db02b2e 100644 --- a/tests/cases/layout/window_preferred.slint +++ b/tests/cases/layout/window_preferred.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { VerticalLayout { diff --git a/tests/cases/lookup/global_lookup.slint b/tests/cases/lookup/global_lookup.slint index 02fb0bc1468..697b4f10d96 100644 --- a/tests/cases/lookup/global_lookup.slint +++ b/tests/cases/lookup/global_lookup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global MyGlobal := { property bar: 5; diff --git a/tests/cases/lookup/id_lookup.slint b/tests/cases/lookup/id_lookup.slint index acaacfb15a0..477adacdc25 100644 --- a/tests/cases/lookup/id_lookup.slint +++ b/tests/cases/lookup/id_lookup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/lookup/renamed_elements.slint b/tests/cases/lookup/renamed_elements.slint index 0aef3100f61..183cba5e783 100644 --- a/tests/cases/lookup/renamed_elements.slint +++ b/tests/cases/lookup/renamed_elements.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial PopupWindow := Rectangle {} diff --git a/tests/cases/models/array.slint b/tests/cases/models/array.slint index 207c929e657..d5732804f6b 100644 --- a/tests/cases/models/array.slint +++ b/tests/cases/models/array.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Rectangle { property<[int]> ints: [1, 2, 3, 4, 5]; diff --git a/tests/cases/models/assign_equal_model.slint b/tests/cases/models/assign_equal_model.slint index c326ed7186a..1d0a15a6ee4 100644 --- a/tests/cases/models/assign_equal_model.slint +++ b/tests/cases/models/assign_equal_model.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property <[int]> foo: [1, 2, 3]; diff --git a/tests/cases/models/for.slint b/tests/cases/models/for.slint index d38c88cf4dd..29a10b4a64a 100644 --- a/tests/cases/models/for.slint +++ b/tests/cases/models/for.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial ExtraComponent := Rectangle { for x in [{a: "0"}, {a: "1"}] : Text { text: x.a; } diff --git a/tests/cases/models/if.slint b/tests/cases/models/if.slint index d7eff9476f1..4014b61746d 100644 --- a/tests/cases/models/if.slint +++ b/tests/cases/models/if.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 100phx; diff --git a/tests/cases/models/if_cond_property.slint b/tests/cases/models/if_cond_property.slint index ded666eb03b..b81d61f3a58 100644 --- a/tests/cases/models/if_cond_property.slint +++ b/tests/cases/models/if_cond_property.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test that the condition of an if can access the properties of native items diff --git a/tests/cases/models/if_lookup.slint b/tests/cases/models/if_lookup.slint index 07ed898c969..c7a0e1a7ed2 100644 --- a/tests/cases/models/if_lookup.slint +++ b/tests/cases/models/if_lookup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial diff --git a/tests/cases/models/listview_model_change.slint b/tests/cases/models/listview_model_change.slint index 0106d26ea66..5bc149c7b92 100644 --- a/tests/cases/models/listview_model_change.slint +++ b/tests/cases/models/listview_model_change.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This test case verifies that the listview updates its layout / geometry when the // entire model changes. This test works by triggering layout updates by simulating diff --git a/tests/cases/models/model.slint b/tests/cases/models/model.slint index 47a6f205073..d969ecdc6af 100644 --- a/tests/cases/models/model.slint +++ b/tests/cases/models/model.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/models/model_in_struct.slint b/tests/cases/models/model_in_struct.slint index cbfb512c635..055503d5373 100644 --- a/tests/cases/models/model_in_struct.slint +++ b/tests/cases/models/model_in_struct.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial struct Foo := { ok: bool, diff --git a/tests/cases/models/negative_intmodel.slint b/tests/cases/models/negative_intmodel.slint index af415692de5..d67f8ce5906 100644 --- a/tests/cases/models/negative_intmodel.slint +++ b/tests/cases/models/negative_intmodel.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial diff --git a/tests/cases/models/repeater_model_change.slint b/tests/cases/models/repeater_model_change.slint index 0fd7e585d86..cd447024a1e 100644 --- a/tests/cases/models/repeater_model_change.slint +++ b/tests/cases/models/repeater_model_change.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial diff --git a/tests/cases/models/scrolled_model.slint b/tests/cases/models/scrolled_model.slint index fd5c444dd3f..f7594b12053 100644 --- a/tests/cases/models/scrolled_model.slint +++ b/tests/cases/models/scrolled_model.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Button, ListView } from "std-widgets.slint"; diff --git a/tests/cases/models/write_to_model.slint b/tests/cases/models/write_to_model.slint index 0ab6fa5ceb5..d1f195c4dd4 100644 --- a/tests/cases/models/write_to_model.slint +++ b/tests/cases/models/write_to_model.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/models/write_to_model_sub_component.slint b/tests/cases/models/write_to_model_sub_component.slint index 666355e23b1..212399f6632 100644 --- a/tests/cases/models/write_to_model_sub_component.slint +++ b/tests/cases/models/write_to_model_sub_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial SubComponent := Rectangle { diff --git a/tests/cases/properties/animation_from_click.slint b/tests/cases/properties/animation_from_click.slint index fd966fd3980..330b7358e35 100644 --- a/tests/cases/properties/animation_from_click.slint +++ b/tests/cases/properties/animation_from_click.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 120px; diff --git a/tests/cases/properties/animation_merging.slint b/tests/cases/properties/animation_merging.slint index 6272862c40c..f7c366fd669 100644 --- a/tests/cases/properties/animation_merging.slint +++ b/tests/cases/properties/animation_merging.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial AnimatedObject := Rectangle { diff --git a/tests/cases/properties/dashes.slint b/tests/cases/properties/dashes.slint index e404e4bac7f..e1ce3809507 100644 --- a/tests/cases/properties/dashes.slint +++ b/tests/cases/properties/dashes.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Test-Case := Rectangle { diff --git a/tests/cases/properties/delayed_transitions.slint b/tests/cases/properties/delayed_transitions.slint index 4218320fdb7..4ddc1d5be72 100644 --- a/tests/cases/properties/delayed_transitions.slint +++ b/tests/cases/properties/delayed_transitions.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property top_level: 4; diff --git a/tests/cases/properties/issue1237_states_visible.slint b/tests/cases/properties/issue1237_states_visible.slint index 6b844b7f697..2e4ca403375 100644 --- a/tests/cases/properties/issue1237_states_visible.slint +++ b/tests/cases/properties/issue1237_states_visible.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 100px; diff --git a/tests/cases/properties/property_animation.slint b/tests/cases/properties/property_animation.slint index eeb788a877d..e83ad7ffd41 100644 --- a/tests/cases/properties/property_animation.slint +++ b/tests/cases/properties/property_animation.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property xx : 1000; diff --git a/tests/cases/properties/property_animation_restart.slint b/tests/cases/properties/property_animation_restart.slint index 5a0d32d47fd..260ca6928aa 100644 --- a/tests/cases/properties/property_animation_restart.slint +++ b/tests/cases/properties/property_animation_restart.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase { in property xx : 1000; diff --git a/tests/cases/properties/states.slint b/tests/cases/properties/states.slint index f0b36fa7a99..9f0ebfb9aff 100644 --- a/tests/cases/properties/states.slint +++ b/tests/cases/properties/states.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial diff --git a/tests/cases/properties/states_with_animation.slint b/tests/cases/properties/states_with_animation.slint index cd37628e734..9de574b0230 100644 --- a/tests/cases/properties/states_with_animation.slint +++ b/tests/cases/properties/states_with_animation.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property active_index: 0; diff --git a/tests/cases/properties/transitions.slint b/tests/cases/properties/transitions.slint index 185fe2f97d5..46dc4081f51 100644 --- a/tests/cases/properties/transitions.slint +++ b/tests/cases/properties/transitions.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property top_level: 4; diff --git a/tests/cases/properties/transitions2.slint b/tests/cases/properties/transitions2.slint index f5eb08810e8..f4bfadbc552 100644 --- a/tests/cases/properties/transitions2.slint +++ b/tests/cases/properties/transitions2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/simple.slint b/tests/cases/simple.slint index 598b6efaf96..cd34e842ca8 100644 --- a/tests/cases/simple.slint +++ b/tests/cases/simple.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/subcomponents/nested_repeater.slint b/tests/cases/subcomponents/nested_repeater.slint index afb215180f9..29c33fa767b 100644 --- a/tests/cases/subcomponents/nested_repeater.slint +++ b/tests/cases/subcomponents/nested_repeater.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Verify that we can instantiate sub-components in nested repeaters // and succeed in generating code that determines the root correctly, diff --git a/tests/cases/subcomponents/no_children.slint b/tests/cases/subcomponents/no_children.slint index 42a02384a38..ce0c2b9d95f 100644 --- a/tests/cases/subcomponents/no_children.slint +++ b/tests/cases/subcomponents/no_children.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Verify that two repeaters (if and for) are placed correctly in the item tree // and matched in the dyn_visit closure. diff --git a/tests/cases/subcomponents/repeaters.slint b/tests/cases/subcomponents/repeaters.slint index aa2affefb28..0e720109287 100644 --- a/tests/cases/subcomponents/repeaters.slint +++ b/tests/cases/subcomponents/repeaters.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Verify that two repeaters (if and for) are placed correctly in the item tree // and matched in the dyn_visit closure. diff --git a/tests/cases/text/control_keys_input.slint b/tests/cases/text/control_keys_input.slint index 69ece53e251..4b371b4c35f 100644 --- a/tests/cases/text/control_keys_input.slint +++ b/tests/cases/text/control_keys_input.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 100phx; diff --git a/tests/cases/text/cursor_move.slint b/tests/cases/text/cursor_move.slint index d4d4cca1958..f3413e0f0a6 100644 --- a/tests/cases/text/cursor_move.slint +++ b/tests/cases/text/cursor_move.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := TextInput { width: 100phx; diff --git a/tests/cases/text/cursor_move_grapheme.slint b/tests/cases/text/cursor_move_grapheme.slint index fc3a0cf3206..256726f5611 100644 --- a/tests/cases/text/cursor_move_grapheme.slint +++ b/tests/cases/text/cursor_move_grapheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := TextInput { width: 100phx; diff --git a/tests/cases/text/custom_font.slint b/tests/cases/text/custom_font.slint index e202bc9ff43..a261a4ce892 100644 --- a/tests/cases/text/custom_font.slint +++ b/tests/cases/text/custom_font.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This test imports a custom font and declares it for use, to ensure at least that the generated init code for // the custom font setup compiles. diff --git a/tests/cases/text/cut.slint b/tests/cases/text/cut.slint index ee7cf0cbd92..05cd96c7848 100644 --- a/tests/cases/text/cut.slint +++ b/tests/cases/text/cut.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := TextInput { width: 100phx; diff --git a/tests/cases/text/default_color.slint b/tests/cases/text/default_color.slint index 039e12061ed..6fdbaa106e9 100644 --- a/tests/cases/text/default_color.slint +++ b/tests/cases/text/default_color.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { StyleMetrics } from "std-widgets.slint"; diff --git a/tests/cases/text/input_type.slint b/tests/cases/text/input_type.slint index 10e717415ad..b117a71ce7b 100644 --- a/tests/cases/text/input_type.slint +++ b/tests/cases/text/input_type.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := TextInput { text: "hello"; diff --git a/tests/cases/text/keyboard_modifiers.slint b/tests/cases/text/keyboard_modifiers.slint index 0e471be14b3..c31ac26739a 100644 --- a/tests/cases/text/keyboard_modifiers.slint +++ b/tests/cases/text/keyboard_modifiers.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 100phx; diff --git a/tests/cases/text/select_all.slint b/tests/cases/text/select_all.slint index 0483b1e6a22..20ffaa1a2af 100644 --- a/tests/cases/text/select_all.slint +++ b/tests/cases/text/select_all.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := TextInput { width: 100phx; diff --git a/tests/cases/text/select_double_click.slint b/tests/cases/text/select_double_click.slint index 8a93e32ebb8..879f1a50b44 100644 --- a/tests/cases/text/select_double_click.slint +++ b/tests/cases/text/select_double_click.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := TextInput { width: 120phx; diff --git a/tests/cases/text/select_dribble_click.slint b/tests/cases/text/select_dribble_click.slint index a59f66c98eb..c5e5c5ef969 100644 --- a/tests/cases/text/select_dribble_click.slint +++ b/tests/cases/text/select_dribble_click.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := TextInput { width: 100phx; diff --git a/tests/cases/text/surrogate_cursor.slint b/tests/cases/text/surrogate_cursor.slint index ed4a19ae482..7c877344075 100644 --- a/tests/cases/text/surrogate_cursor.slint +++ b/tests/cases/text/surrogate_cursor.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := TextInput { width: 100phx; diff --git a/tests/cases/text/text_change.slint b/tests/cases/text/text_change.slint index 84a73cc6746..e3947cfa85b 100644 --- a/tests/cases/text/text_change.slint +++ b/tests/cases/text/text_change.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 100phx; diff --git a/tests/cases/text/text_property_change.slint b/tests/cases/text/text_property_change.slint index 35197f8422a..7e450bbdc84 100644 --- a/tests/cases/text/text_property_change.slint +++ b/tests/cases/text/text_property_change.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test that the diff --git a/tests/cases/text/textinput_functions.slint b/tests/cases/text/textinput_functions.slint index 17c3eb6eef6..681f8e2468d 100644 --- a/tests/cases/text/textinput_functions.slint +++ b/tests/cases/text/textinput_functions.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export component TestCase { width: 100phx; diff --git a/tests/cases/types/angles.slint b/tests/cases/types/angles.slint index 717abb2a61a..5d9924c3735 100644 --- a/tests/cases/types/angles.slint +++ b/tests/cases/types/angles.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Test := Rectangle { property angle: 0.25turn; diff --git a/tests/cases/types/array.slint b/tests/cases/types/array.slint index bb45d1e22d6..ea426761524 100644 --- a/tests/cases/types/array.slint +++ b/tests/cases/types/array.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export struct Player := { diff --git a/tests/cases/types/bool.slint b/tests/cases/types/bool.slint index fe5b82ef2b2..16db1ce4df9 100644 --- a/tests/cases/types/bool.slint +++ b/tests/cases/types/bool.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property truevar: true; diff --git a/tests/cases/types/brush.slint b/tests/cases/types/brush.slint index e5b95f83cba..e9ad377d780 100644 --- a/tests/cases/types/brush.slint +++ b/tests/cases/types/brush.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Test := Rectangle { // allow declaring brush properties and assigning colors diff --git a/tests/cases/types/color.slint b/tests/cases/types/color.slint index 5e346b20dbf..49e6a20f87b 100644 --- a/tests/cases/types/color.slint +++ b/tests/cases/types/color.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Test := Rectangle { property b1: blue; diff --git a/tests/cases/types/cubic-bezier.slint b/tests/cases/types/cubic-bezier.slint index 284f65ad813..7bdd869889e 100644 --- a/tests/cases/types/cubic-bezier.slint +++ b/tests/cases/types/cubic-bezier.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test that cubic-bezier() can accept negative numbers diff --git a/tests/cases/types/duration.slint b/tests/cases/types/duration.slint index 9d752709235..6548b37b317 100644 --- a/tests/cases/types/duration.slint +++ b/tests/cases/types/duration.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property d1: 100ms; diff --git a/tests/cases/types/enum_compare.slint b/tests/cases/types/enum_compare.slint index 88bc36b7841..15f25be3fc1 100644 --- a/tests/cases/types/enum_compare.slint +++ b/tests/cases/types/enum_compare.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property hello: word-wrap; diff --git a/tests/cases/types/enums.slint b/tests/cases/types/enums.slint index dfbdad31784..49fd9be13b3 100644 --- a/tests/cases/types/enums.slint +++ b/tests/cases/types/enums.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export enum Foo { bli, bla, blu } diff --git a/tests/cases/types/functions.slint b/tests/cases/types/functions.slint index 5c06601faaa..5b12c389275 100644 --- a/tests/cases/types/functions.slint +++ b/tests/cases/types/functions.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test that structs work if they are only referenced by functions diff --git a/tests/cases/types/gradients.slint b/tests/cases/types/gradients.slint index 6886042a2f7..373255fb416 100644 --- a/tests/cases/types/gradients.slint +++ b/tests/cases/types/gradients.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Verify that this compiles with all generators diff --git a/tests/cases/types/length.slint b/tests/cases/types/length.slint index dd84ae8e509..f23695f094b 100644 --- a/tests/cases/types/length.slint +++ b/tests/cases/types/length.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property l1: 12phx; diff --git a/tests/cases/types/nested_struct.slint b/tests/cases/types/nested_struct.slint index 59012ff299a..0cd9a5aca40 100644 --- a/tests/cases/types/nested_struct.slint +++ b/tests/cases/types/nested_struct.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // This test case verifies that we do emit the code for the `Nested` struct, // when it's only indirectly referenced through the `Item` struct. diff --git a/tests/cases/types/object.slint b/tests/cases/types/object.slint index c96c7e4b281..cf2aa48ed81 100644 --- a/tests/cases/types/object.slint +++ b/tests/cases/types/object.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property<{a: string, b: int}> foo: {a : "444", b: 12 }; diff --git a/tests/cases/types/percent.slint b/tests/cases/types/percent.slint index 481e72ebc98..13b09276ada 100644 --- a/tests/cases/types/percent.slint +++ b/tests/cases/types/percent.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property p1: 100%; diff --git a/tests/cases/types/relative_lengths.slint b/tests/cases/types/relative_lengths.slint index 37e9f2cbee3..f838650f5b7 100644 --- a/tests/cases/types/relative_lengths.slint +++ b/tests/cases/types/relative_lengths.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial Sub := Rectangle { width: 25%; diff --git a/tests/cases/types/rem.slint b/tests/cases/types/rem.slint index eade3a1d26d..39cfc970883 100644 --- a/tests/cases/types/rem.slint +++ b/tests/cases/types/rem.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global SomeGlobal := { property global_rem: 4rem; diff --git a/tests/cases/types/resource.slint b/tests/cases/types/resource.slint index 355851e03b0..dac7f5c6980 100644 --- a/tests/cases/types/resource.slint +++ b/tests/cases/types/resource.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //include_path: ../../../examples/printerdemo/ui/images/ TestCase := Rectangle { diff --git a/tests/cases/types/string.slint b/tests/cases/types/string.slint index eecd8ec14e2..b592f1bb3da 100644 --- a/tests/cases/types/string.slint +++ b/tests/cases/types/string.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property p1: "hello"; diff --git a/tests/cases/types/string_to_float.slint b/tests/cases/types/string_to_float.slint index 63feaafcb6a..372dcb5173f 100644 --- a/tests/cases/types/string_to_float.slint +++ b/tests/cases/types/string_to_float.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Rectangle { property hello: "hello"; diff --git a/tests/cases/types/structs.slint b/tests/cases/types/structs.slint index b19cec6bb0b..07415c8f065 100644 --- a/tests/cases/types/structs.slint +++ b/tests/cases/types/structs.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export struct Player := { name: string, diff --git a/tests/cases/types/structs2.slint b/tests/cases/types/structs2.slint index 5e67fbc8b23..f74f0ccc32d 100644 --- a/tests/cases/types/structs2.slint +++ b/tests/cases/types/structs2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Test that structs work if they are only referrenced by callbacks diff --git a/tests/cases/types/structs_keyword.slint b/tests/cases/types/structs_keyword.slint index b2fd93584d0..2d926b6cb88 100644 --- a/tests/cases/types/structs_keyword.slint +++ b/tests/cases/types/structs_keyword.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Right now, this test is only testing rust keyword, but it should be expaneded to JS and C++ keywords diff --git a/tests/doctests/Cargo.toml b/tests/doctests/Cargo.toml index 748c50df3d5..34ce8c77a60 100644 --- a/tests/doctests/Cargo.toml +++ b/tests/doctests/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "doctests" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] edition = "2021" publish = false -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" [[bin]] path = "main.rs" diff --git a/tests/doctests/build.rs b/tests/doctests/build.rs index 9e61106d374..aef0b1ef9dc 100644 --- a/tests/doctests/build.rs +++ b/tests/doctests/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::io::Write; use std::path::Path; diff --git a/tests/doctests/main.rs b/tests/doctests/main.rs index 32b38463739..ee526f68ed6 100644 --- a/tests/doctests/main.rs +++ b/tests/doctests/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![allow(uncommon_codepoints)] diff --git a/tests/driver/cpp/Cargo.toml b/tests/driver/cpp/Cargo.toml index babd2ca5e4c..dc9d2faf4aa 100644 --- a/tests/driver/cpp/Cargo.toml +++ b/tests/driver/cpp/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "test-driver-cpp" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] edition = "2021" publish = false -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" [[bin]] path = "main.rs" diff --git a/tests/driver/cpp/build.rs b/tests/driver/cpp/build.rs index 72715a7a8fd..7ef64e251e6 100644 --- a/tests/driver/cpp/build.rs +++ b/tests/driver/cpp/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::io::Write; use std::path::{Path, PathBuf}; diff --git a/tests/driver/cpp/cppdriver.rs b/tests/driver/cpp/cppdriver.rs index 14318e0eb90..1a6a4b71de5 100644 --- a/tests/driver/cpp/cppdriver.rs +++ b/tests/driver/cpp/cppdriver.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use i_slint_compiler::{diagnostics::BuildDiagnostics, *}; use std::error::Error; diff --git a/tests/driver/cpp/main.rs b/tests/driver/cpp/main.rs index d14bf53e1aa..bc1b4883af0 100644 --- a/tests/driver/cpp/main.rs +++ b/tests/driver/cpp/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #[cfg(test)] mod cppdriver; diff --git a/tests/driver/driverlib/Cargo.toml b/tests/driver/driverlib/Cargo.toml index 50d5805f621..b5e12ddf4dc 100644 --- a/tests/driver/driverlib/Cargo.toml +++ b/tests/driver/driverlib/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "test_driver_lib" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] edition = "2021" publish = false -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" [lib] path = "lib.rs" diff --git a/tests/driver/driverlib/lib.rs b/tests/driver/driverlib/lib.rs index 2cecc23ce06..7c3a029d664 100644 --- a/tests/driver/driverlib/lib.rs +++ b/tests/driver/driverlib/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use regex::Regex; diff --git a/tests/driver/interpreter/Cargo.toml b/tests/driver/interpreter/Cargo.toml index c8dfc5bf7b2..0407aca2a03 100644 --- a/tests/driver/interpreter/Cargo.toml +++ b/tests/driver/interpreter/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "test-driver-interpreter" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] edition = "2021" publish = false -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" [[bin]] path = "main.rs" diff --git a/tests/driver/interpreter/build.rs b/tests/driver/interpreter/build.rs index 86760001e56..5773efa5d47 100644 --- a/tests/driver/interpreter/build.rs +++ b/tests/driver/interpreter/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::io::Write; diff --git a/tests/driver/interpreter/interpreter.rs b/tests/driver/interpreter/interpreter.rs index f49b25591b8..89ef41e9def 100644 --- a/tests/driver/interpreter/interpreter.rs +++ b/tests/driver/interpreter/interpreter.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use itertools::Itertools; use slint_interpreter::{DiagnosticLevel, Value, ValueType}; diff --git a/tests/driver/interpreter/main.rs b/tests/driver/interpreter/main.rs index 5ce5709c523..75e01f485d6 100644 --- a/tests/driver/interpreter/main.rs +++ b/tests/driver/interpreter/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #[cfg(test)] mod interpreter; diff --git a/tests/driver/nodejs/Cargo.toml b/tests/driver/nodejs/Cargo.toml index 1bc5d2b981f..7c54d1fc7d6 100644 --- a/tests/driver/nodejs/Cargo.toml +++ b/tests/driver/nodejs/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "test-driver-nodejs" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] edition = "2021" publish = false -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" [[bin]] path = "main.rs" diff --git a/tests/driver/nodejs/build.rs b/tests/driver/nodejs/build.rs index c3084e123fb..d746bce0cee 100644 --- a/tests/driver/nodejs/build.rs +++ b/tests/driver/nodejs/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::io::Write; use std::path::PathBuf; diff --git a/tests/driver/nodejs/main.rs b/tests/driver/nodejs/main.rs index 23eb32008ce..18396e33823 100644 --- a/tests/driver/nodejs/main.rs +++ b/tests/driver/nodejs/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #[cfg(test)] mod nodejs; diff --git a/tests/driver/nodejs/nodejs.rs b/tests/driver/nodejs/nodejs.rs index 6036527b799..5e7340df415 100644 --- a/tests/driver/nodejs/nodejs.rs +++ b/tests/driver/nodejs/nodejs.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::error::Error; use std::{fs::File, io::Write, path::PathBuf}; diff --git a/tests/driver/rust/Cargo.toml b/tests/driver/rust/Cargo.toml index 942532c5975..f74b95be2b4 100644 --- a/tests/driver/rust/Cargo.toml +++ b/tests/driver/rust/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "test-driver-rust" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" publish = false [[bin]] diff --git a/tests/driver/rust/build.rs b/tests/driver/rust/build.rs index 731297909e8..258f2a335c0 100644 --- a/tests/driver/rust/build.rs +++ b/tests/driver/rust/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::io::Write; use std::path::Path; diff --git a/tests/driver/rust/main.rs b/tests/driver/rust/main.rs index 68222ac0e44..2b9aee61be2 100644 --- a/tests/driver/rust/main.rs +++ b/tests/driver/rust/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![deny(warnings)] diff --git a/tests/helper_components/export_globals.slint b/tests/helper_components/export_globals.slint index 75a1e90ce5d..fe97601688a 100644 --- a/tests/helper_components/export_globals.slint +++ b/tests/helper_components/export_globals.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial global NotExported := { diff --git a/tests/helper_components/export_structs.slint b/tests/helper_components/export_structs.slint index 84060d1d1a5..6cdb19cabc9 100644 --- a/tests/helper_components/export_structs.slint +++ b/tests/helper_components/export_structs.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial struct NotExportedStruct0 := { a: int } diff --git a/tests/helper_components/main_window.slint b/tests/helper_components/main_window.slint index cb8ab56c3e4..d85a122a050 100644 --- a/tests/helper_components/main_window.slint +++ b/tests/helper_components/main_window.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export MainWindow := Window { property some_prop: 42; diff --git a/tests/helper_components/re_export.slint b/tests/helper_components/re_export.slint index dd1bc5d4ce4..85f2a2771b3 100644 --- a/tests/helper_components/re_export.slint +++ b/tests/helper_components/re_export.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { TestButton } from "./test_button.slint"; export { TestButton } diff --git a/tests/helper_components/re_export_all.slint b/tests/helper_components/re_export_all.slint index 308c80e95e1..d9e9a6b180c 100644 --- a/tests/helper_components/re_export_all.slint +++ b/tests/helper_components/re_export_all.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "./test_button.slint"; diff --git a/tests/helper_components/test_button.slint b/tests/helper_components/test_button.slint index 2c7c84bab4e..d3802ea3edb 100644 --- a/tests/helper_components/test_button.slint +++ b/tests/helper_components/test_button.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestButtonImpl := Rectangle { property button_text; diff --git a/tests/manual/opacity_inheritance.slint b/tests/manual/opacity_inheritance.slint index 31443be1d55..300c567094a 100644 --- a/tests/manual/opacity_inheritance.slint +++ b/tests/manual/opacity_inheritance.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export TestCase := Window { preferred-width: 800px; diff --git a/tests/screenshots/Cargo.toml b/tests/screenshots/Cargo.toml index 9160663dfff..bdbab0f968d 100644 --- a/tests/screenshots/Cargo.toml +++ b/tests/screenshots/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "test-driver-screenshots" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" publish = false [[bin]] diff --git a/tests/screenshots/build.rs b/tests/screenshots/build.rs index c4a7024e293..478aa81fc31 100644 --- a/tests/screenshots/build.rs +++ b/tests/screenshots/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use std::io::Write; use std::path::Path; diff --git a/tests/screenshots/cases/software/basic/border.slint b/tests/screenshots/cases/software/basic/border.slint index 8af5ab665e4..1fb208d94b4 100644 --- a/tests/screenshots/cases/software/basic/border.slint +++ b/tests/screenshots/cases/software/basic/border.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 64px; diff --git a/tests/screenshots/cases/software/basic/linear-gradients.slint b/tests/screenshots/cases/software/basic/linear-gradients.slint index c16d6532ba2..f066f7b1df6 100644 --- a/tests/screenshots/cases/software/basic/linear-gradients.slint +++ b/tests/screenshots/cases/software/basic/linear-gradients.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/screenshots/cases/software/basic/rgb.slint b/tests/screenshots/cases/software/basic/rgb.slint index 5f264f0a061..b6635e14b94 100644 --- a/tests/screenshots/cases/software/basic/rgb.slint +++ b/tests/screenshots/cases/software/basic/rgb.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 64px; diff --git a/tests/screenshots/cases/software/basic/text-input-selection.slint b/tests/screenshots/cases/software/basic/text-input-selection.slint index 853b78bc4a3..6927e09b762 100644 --- a/tests/screenshots/cases/software/basic/text-input-selection.slint +++ b/tests/screenshots/cases/software/basic/text-input-selection.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 64px; diff --git a/tests/screenshots/cases/software/basic/text-input.slint b/tests/screenshots/cases/software/basic/text-input.slint index f4220502da2..86501b554a2 100644 --- a/tests/screenshots/cases/software/basic/text-input.slint +++ b/tests/screenshots/cases/software/basic/text-input.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 64px; diff --git a/tests/screenshots/cases/software/basic/text.slint b/tests/screenshots/cases/software/basic/text.slint index f71f353199e..a08d03fd129 100644 --- a/tests/screenshots/cases/software/basic/text.slint +++ b/tests/screenshots/cases/software/basic/text.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial TestCase := Window { width: 64px; diff --git a/tests/screenshots/main.rs b/tests/screenshots/main.rs index 93a5a5e9433..7946075944b 100644 --- a/tests/screenshots/main.rs +++ b/tests/screenshots/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![deny(warnings)] diff --git a/tests/screenshots/testing.rs b/tests/screenshots/testing.rs index 634b670de86..69d1f828055 100644 --- a/tests/screenshots/testing.rs +++ b/tests/screenshots/testing.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore powf diff --git a/tools/compiler/Cargo.toml b/tools/compiler/Cargo.toml index 1e195d1a9a1..bfda6b800f4 100644 --- a/tools/compiler/Cargo.toml +++ b/tools/compiler/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-compiler" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Slint compiler binary" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/tools/compiler/main.rs b/tools/compiler/main.rs index 21965005664..b4df2ad5fa3 100644 --- a/tools/compiler/main.rs +++ b/tools/compiler/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use clap::{Parser, ValueEnum}; use i_slint_compiler::diagnostics::BuildDiagnostics; diff --git a/tools/figma_import/Cargo.toml b/tools/figma_import/Cargo.toml index c1e29a7145b..0ae6d09baeb 100644 --- a/tools/figma_import/Cargo.toml +++ b/tools/figma_import/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "figma_import" diff --git a/tools/figma_import/src/figmatypes.rs b/tools/figma_import/src/figmatypes.rs index 8f1421e5f65..03606223dc5 100644 --- a/tools/figma_import/src/figmatypes.rs +++ b/tools/figma_import/src/figmatypes.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![allow(unused)] diff --git a/tools/figma_import/src/main.rs b/tools/figma_import/src/main.rs index be00adaa33f..d8d34d8fff3 100644 --- a/tools/figma_import/src/main.rs +++ b/tools/figma_import/src/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![allow(non_snake_case)] #![allow(non_camel_case_types)] diff --git a/tools/figma_import/src/rendered.rs b/tools/figma_import/src/rendered.rs index 9b2d342833b..37ef9a81363 100644 --- a/tools/figma_import/src/rendered.rs +++ b/tools/figma_import/src/rendered.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::figmatypes::{self, *}; use std::collections::HashMap; diff --git a/tools/fmt/Cargo.toml b/tools/fmt/Cargo.toml index cb689e13d9e..8e08cb6c231 100644 --- a/tools/fmt/Cargo.toml +++ b/tools/fmt/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-fmt" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" publish = false description = "A code formatter for slint files" repository = "https://github.com/slint-ui/slint" diff --git a/tools/fmt/fmt.rs b/tools/fmt/fmt.rs index 3a0a95d3bd6..c92ee07e959 100644 --- a/tools/fmt/fmt.rs +++ b/tools/fmt/fmt.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::writer::TokenWriter; use i_slint_compiler::parser::{syntax_nodes, NodeOrToken, SyntaxKind, SyntaxNode}; diff --git a/tools/fmt/lib.rs b/tools/fmt/lib.rs index 10ff13d685e..fe1bbe48aaa 100644 --- a/tools/fmt/lib.rs +++ b/tools/fmt/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial pub mod fmt; pub mod writer; diff --git a/tools/fmt/main.rs b/tools/fmt/main.rs index 47213bbb661..d0db18eb98d 100644 --- a/tools/fmt/main.rs +++ b/tools/fmt/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /*! Work in progress for a formatter. diff --git a/tools/fmt/writer.rs b/tools/fmt/writer.rs index 4f06135dc1f..31531638bee 100644 --- a/tools/fmt/writer.rs +++ b/tools/fmt/writer.rs @@ -1,5 +1,6 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial + use i_slint_compiler::parser::SyntaxToken; use std::io::Write; diff --git a/tools/lsp/Cargo.toml b/tools/lsp/Cargo.toml index 0380e4d313a..28d7e4d9649 100644 --- a/tools/lsp/Cargo.toml +++ b/tools/lsp/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-lsp" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "A language server protocol implementation for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/tools/lsp/completion.rs b/tools/lsp/completion.rs index c2d3a706160..85d980c8a3e 100644 --- a/tools/lsp/completion.rs +++ b/tools/lsp/completion.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore rfind diff --git a/tools/lsp/goto.rs b/tools/lsp/goto.rs index 2f4c32381d5..50492ec752a 100644 --- a/tools/lsp/goto.rs +++ b/tools/lsp/goto.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::util::map_node_and_url; diff --git a/tools/lsp/lsp_ext.rs b/tools/lsp/lsp_ext.rs index 9450c02bd0b..aa5b0d82673 100644 --- a/tools/lsp/lsp_ext.rs +++ b/tools/lsp/lsp_ext.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Extensions to the LSP diff --git a/tools/lsp/main.rs b/tools/lsp/main.rs index 25364a73cf1..872f05e3121 100644 --- a/tools/lsp/main.rs +++ b/tools/lsp/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![cfg(not(target_arch = "wasm32"))] diff --git a/tools/lsp/preview.rs b/tools/lsp/preview.rs index 61f575a6af3..9b5ef90db6c 100644 --- a/tools/lsp/preview.rs +++ b/tools/lsp/preview.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore condvar diff --git a/tools/lsp/properties.rs b/tools/lsp/properties.rs index 1eab4b51eba..ef3e91eea55 100644 --- a/tools/lsp/properties.rs +++ b/tools/lsp/properties.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::server_loop::DocumentCache; use crate::Error; diff --git a/tools/lsp/semantic_tokens.rs b/tools/lsp/semantic_tokens.rs index 6ac32908c6a..53a920820e6 100644 --- a/tools/lsp/semantic_tokens.rs +++ b/tools/lsp/semantic_tokens.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #[cfg(target_arch = "wasm32")] use crate::wasm_prelude::*; diff --git a/tools/lsp/server_loop.rs b/tools/lsp/server_loop.rs index c90b0e73596..b214332ea15 100644 --- a/tools/lsp/server_loop.rs +++ b/tools/lsp/server_loop.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore descr rfind diff --git a/tools/lsp/test.rs b/tools/lsp/test.rs index b0a61126346..db21d28e712 100644 --- a/tools/lsp/test.rs +++ b/tools/lsp/test.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! Code to help with writing tests for the language server diff --git a/tools/lsp/util.rs b/tools/lsp/util.rs index 9ac1a680fc5..b5cbb95f8f2 100644 --- a/tools/lsp/util.rs +++ b/tools/lsp/util.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::DocumentCache; diff --git a/tools/lsp/wasm_main.rs b/tools/lsp/wasm_main.rs index ab41938015f..e43210f24c8 100644 --- a/tools/lsp/wasm_main.rs +++ b/tools/lsp/wasm_main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![cfg(target_arch = "wasm32")] diff --git a/tools/slintpad/cypress.config.ts b/tools/slintpad/cypress.config.ts index 3a1f7be71a6..a3983f75f2d 100644 --- a/tools/slintpad/cypress.config.ts +++ b/tools/slintpad/cypress.config.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore frsource diff --git a/tools/slintpad/cypress/e2e/smoke_test.cy.ts b/tools/slintpad/cypress/e2e/smoke_test.cy.ts index 6a07620d71e..35cbef12c21 100644 --- a/tools/slintpad/cypress/e2e/smoke_test.cy.ts +++ b/tools/slintpad/cypress/e2e/smoke_test.cy.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial describe("Smoke test", () => { it("passes", () => { diff --git a/tools/slintpad/cypress/plugins/index.ts b/tools/slintpad/cypress/plugins/index.ts index 7a69befaa26..199876b5d5a 100644 --- a/tools/slintpad/cypress/plugins/index.ts +++ b/tools/slintpad/cypress/plugins/index.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore frsource diff --git a/tools/slintpad/cypress/support/commands.ts b/tools/slintpad/cypress/support/commands.ts index 15c01a90566..bb95c8c338b 100644 --- a/tools/slintpad/cypress/support/commands.ts +++ b/tools/slintpad/cypress/support/commands.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore frsource diff --git a/tools/slintpad/cypress/support/e2e.ts b/tools/slintpad/cypress/support/e2e.ts index e1955595a3c..c20a5ef77e5 100644 --- a/tools/slintpad/cypress/support/e2e.ts +++ b/tools/slintpad/cypress/support/e2e.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // Import commands.js using ES2015 syntax: import "./commands"; diff --git a/tools/slintpad/src/dialogs.ts b/tools/slintpad/src/dialogs.ts index b19c7b94f36..ef8f8854c47 100644 --- a/tools/slintpad/src/dialogs.ts +++ b/tools/slintpad/src/dialogs.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export function modal_dialog( extra_class: string, diff --git a/tools/slintpad/src/editor_widget.ts b/tools/slintpad/src/editor_widget.ts index 08f2cb28497..3585913fb03 100644 --- a/tools/slintpad/src/editor_widget.ts +++ b/tools/slintpad/src/editor_widget.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore edcore lumino inmemory mimetypes printerdemo // diff --git a/tools/slintpad/src/github.ts b/tools/slintpad/src/github.ts index b242dc56053..a12afe73f1e 100644 --- a/tools/slintpad/src/github.ts +++ b/tools/slintpad/src/github.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { EditorWidget, UrlMapper, KnownUrlMapper } from "./editor_widget"; import { modal_dialog } from "./dialogs"; diff --git a/tools/slintpad/src/highlighting.ts b/tools/slintpad/src/highlighting.ts index b56b4b3c65f..c9f24596c30 100644 --- a/tools/slintpad/src/highlighting.ts +++ b/tools/slintpad/src/highlighting.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore abfnrtv diff --git a/tools/slintpad/src/index.ts b/tools/slintpad/src/index.ts index c9f3a714d30..9408680c4ce 100644 --- a/tools/slintpad/src/index.ts +++ b/tools/slintpad/src/index.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore lumino permalink diff --git a/tools/slintpad/src/lsp.ts b/tools/slintpad/src/lsp.ts index 368db4ca1f5..759b95664f2 100644 --- a/tools/slintpad/src/lsp.ts +++ b/tools/slintpad/src/lsp.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore winit diff --git a/tools/slintpad/src/lsp_integration.ts b/tools/slintpad/src/lsp_integration.ts index 3837b0ffc5d..012ed25fd43 100644 --- a/tools/slintpad/src/lsp_integration.ts +++ b/tools/slintpad/src/lsp_integration.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export { Position as LspPosition, diff --git a/tools/slintpad/src/outline_widget.ts b/tools/slintpad/src/outline_widget.ts index b4e6b69de4e..962b41b9281 100644 --- a/tools/slintpad/src/outline_widget.ts +++ b/tools/slintpad/src/outline_widget.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore lumino diff --git a/tools/slintpad/src/preview.ts b/tools/slintpad/src/preview.ts index c1fdd5ac3f3..d21c350b26b 100644 --- a/tools/slintpad/src/preview.ts +++ b/tools/slintpad/src/preview.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import slint_init, * as slint from "@preview/slint_wasm_interpreter.js"; diff --git a/tools/slintpad/src/preview_widget.ts b/tools/slintpad/src/preview_widget.ts index 51f00ffb16b..0fe1fdacea0 100644 --- a/tools/slintpad/src/preview_widget.ts +++ b/tools/slintpad/src/preview_widget.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore bindgen lumino winit diff --git a/tools/slintpad/src/properties_widget.ts b/tools/slintpad/src/properties_widget.ts index dff0c28023a..2d1ea456047 100644 --- a/tools/slintpad/src/properties_widget.ts +++ b/tools/slintpad/src/properties_widget.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore lumino diff --git a/tools/slintpad/src/proxy.ts b/tools/slintpad/src/proxy.ts index ad6b2f88537..2479892580b 100644 --- a/tools/slintpad/src/proxy.ts +++ b/tools/slintpad/src/proxy.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { MessageReader, diff --git a/tools/slintpad/src/service_worker/service_worker.ts b/tools/slintpad/src/service_worker/service_worker.ts index 70cda852906..0273ea233db 100644 --- a/tools/slintpad/src/service_worker/service_worker.ts +++ b/tools/slintpad/src/service_worker/service_worker.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /// // diff --git a/tools/slintpad/src/shared/lsp_commands.ts b/tools/slintpad/src/shared/lsp_commands.ts index 240d11aa2a3..4e155cb8433 100644 --- a/tools/slintpad/src/shared/lsp_commands.ts +++ b/tools/slintpad/src/shared/lsp_commands.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { PropertyQuery, SetBindingResponse } from "./properties"; diff --git a/tools/slintpad/src/shared/properties.ts b/tools/slintpad/src/shared/properties.ts index c3bd20e0819..744e91a344a 100644 --- a/tools/slintpad/src/shared/properties.ts +++ b/tools/slintpad/src/shared/properties.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import { Diagnostic, diff --git a/tools/slintpad/src/text.ts b/tools/slintpad/src/text.ts index 0be80457aec..7709cddbb46 100644 --- a/tools/slintpad/src/text.ts +++ b/tools/slintpad/src/text.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import * as monaco from "monaco-editor/esm/vs/editor/editor.api"; diff --git a/tools/slintpad/src/types.ts b/tools/slintpad/src/types.ts index 9b2b554d5b1..a32aaaa612d 100644 --- a/tools/slintpad/src/types.ts +++ b/tools/slintpad/src/types.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // eslint-disable-next-line type DedicatedWorkerGlobalScope = any; // This type is defined in the `webworker` library, which is not compatible with `dom` diff --git a/tools/slintpad/src/welcome_widget.ts b/tools/slintpad/src/welcome_widget.ts index 91d4ad0d4a3..ecb0d0eff16 100644 --- a/tools/slintpad/src/welcome_widget.ts +++ b/tools/slintpad/src/welcome_widget.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore lumino diff --git a/tools/slintpad/src/worker/lsp_worker.ts b/tools/slintpad/src/worker/lsp_worker.ts index 5eb9212db12..82974d5c488 100644 --- a/tools/slintpad/src/worker/lsp_worker.ts +++ b/tools/slintpad/src/worker/lsp_worker.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial import slint_init, * as slint_lsp from "@lsp/slint_lsp_wasm.js"; import { InitializeParams, InitializeResult } from "vscode-languageserver"; diff --git a/tools/slintpad/src/worker/monaco_worker.mjs b/tools/slintpad/src/worker/monaco_worker.mjs index a235e1c0dac..cec42dfaf5a 100644 --- a/tools/slintpad/src/worker/monaco_worker.mjs +++ b/tools/slintpad/src/worker/monaco_worker.mjs @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial export * from "monaco-editor/esm/vs/editor/editor.worker.js"; diff --git a/tools/slintpad/src/worker/types.ts b/tools/slintpad/src/worker/types.ts index adaca7661a9..89b974184fc 100644 --- a/tools/slintpad/src/worker/types.ts +++ b/tools/slintpad/src/worker/types.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial /* eslint-disable */ type Document = any; // This type is defined in the `dom` library, which is not compatible with `webworker` diff --git a/tools/slintpad/vite.config.ts b/tools/slintpad/vite.config.ts index 5623f77de6d..0d463ba7514 100644 --- a/tools/slintpad/vite.config.ts +++ b/tools/slintpad/vite.config.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore lumino diff --git a/tools/tr-extractor/Cargo.toml b/tools/tr-extractor/Cargo.toml index 64f38f07cf6..8ee3b617116 100644 --- a/tools/tr-extractor/Cargo.toml +++ b/tools/tr-extractor/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-tr-extractor" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Tool used to update extract @tr string out of Slint files into gettext .po file" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/tools/tr-extractor/main.rs b/tools/tr-extractor/main.rs index 1c04e7e54c9..5657ef427ca 100644 --- a/tools/tr-extractor/main.rs +++ b/tools/tr-extractor/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use clap::Parser; use i_slint_compiler::diagnostics::{BuildDiagnostics, Spanned}; diff --git a/tools/updater/Cargo.toml b/tools/updater/Cargo.toml index 4b2602e617c..1039b8dec93 100644 --- a/tools/updater/Cargo.toml +++ b/tools/updater/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-updater" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "Tool used to update .slint files from previous versions" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/tools/updater/experiments/geometry_changes.rs b/tools/updater/experiments/geometry_changes.rs index 6dad999b33a..212452c6595 100644 --- a/tools/updater/experiments/geometry_changes.rs +++ b/tools/updater/experiments/geometry_changes.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::Cli; use i_slint_compiler::expression_tree::Expression; diff --git a/tools/updater/experiments/input_output_properties.rs b/tools/updater/experiments/input_output_properties.rs index e15460292d2..b6eac6e5a55 100644 --- a/tools/updater/experiments/input_output_properties.rs +++ b/tools/updater/experiments/input_output_properties.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::Cli; use i_slint_compiler::parser::{SyntaxKind, SyntaxNode}; diff --git a/tools/updater/experiments/lookup_changes.rs b/tools/updater/experiments/lookup_changes.rs index 8abe71f6a50..f362f75704e 100644 --- a/tools/updater/experiments/lookup_changes.rs +++ b/tools/updater/experiments/lookup_changes.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::Cli; use by_address::ByAddress; diff --git a/tools/updater/experiments/new_component_declaration.rs b/tools/updater/experiments/new_component_declaration.rs index 80794c0027c..12d8c66fe33 100644 --- a/tools/updater/experiments/new_component_declaration.rs +++ b/tools/updater/experiments/new_component_declaration.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::Cli; use i_slint_compiler::parser::{SyntaxKind, SyntaxNode}; diff --git a/tools/updater/experiments/purity.rs b/tools/updater/experiments/purity.rs index 7ed603bb59e..4f7c4cf7196 100644 --- a/tools/updater/experiments/purity.rs +++ b/tools/updater/experiments/purity.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::Cli; use i_slint_compiler::langtype::Type; diff --git a/tools/updater/experiments/transitions.rs b/tools/updater/experiments/transitions.rs index 66b754b02a8..e28f4cba8e0 100644 --- a/tools/updater/experiments/transitions.rs +++ b/tools/updater/experiments/transitions.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::Cli; use i_slint_compiler::parser::{syntax_nodes, SyntaxKind, SyntaxNode}; diff --git a/tools/updater/main.rs b/tools/updater/main.rs index bb98a2cc5b2..db5a247d0bc 100644 --- a/tools/updater/main.rs +++ b/tools/updater/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial //! //! Tool to change the syntax or reformat a .slint file diff --git a/tools/updater/transforms/renames.rs b/tools/updater/transforms/renames.rs index 5a5f0719cb5..2ccfa167720 100644 --- a/tools/updater/transforms/renames.rs +++ b/tools/updater/transforms/renames.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use crate::Cli; use i_slint_compiler::parser::{SyntaxKind, SyntaxNode}; diff --git a/tools/viewer/Cargo.toml b/tools/viewer/Cargo.toml index a8d20345c67..faad53b3135 100644 --- a/tools/viewer/Cargo.toml +++ b/tools/viewer/Cargo.toml @@ -1,12 +1,12 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "slint-viewer" version = "1.1.1" authors = ["Slint Developers "] edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" description = "The viewer binary for Slint" repository = "https://github.com/slint-ui/slint" homepage = "https://slint.dev" diff --git a/tools/viewer/main.rs b/tools/viewer/main.rs index d6a614654e7..3be44a9bcf4 100644 --- a/tools/viewer/main.rs +++ b/tools/viewer/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 9356f4d66b5..31f65e1139c 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial [package] name = "xtask" @@ -7,7 +7,7 @@ version = "1.1.1" authors = ["Slint Developers "] description = "Development helper tool for the Slint project" edition = "2021" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial" publish = false [dependencies] diff --git a/xtask/src/cppdocs.rs b/xtask/src/cppdocs.rs index d9f16d19428..44d88a7aea8 100644 --- a/xtask/src/cppdocs.rs +++ b/xtask/src/cppdocs.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cspell:ignore cppdocs pipenv pipfile diff --git a/xtask/src/license_headers_check.rs b/xtask/src/license_headers_check.rs index 80b3006db5b..ba9b108c36e 100644 --- a/xtask/src/license_headers_check.rs +++ b/xtask/src/license_headers_check.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cSpell: ignore datetime dotdot gettext @@ -378,7 +378,7 @@ lazy_static! { } const TRIPLE_LICENSE: &str = - "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial"; + "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"; const MIT_LICENSE: &str = "MIT"; const MIT_OR_APACHE2_LICENSE: &str = "MIT OR Apache-2.0"; diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 4e099d10a2d..d2845e3f0b7 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use anyhow::Context; use clap::Parser; diff --git a/xtask/src/nodepackage.rs b/xtask/src/nodepackage.rs index 1654c13325d..af913395560 100644 --- a/xtask/src/nodepackage.rs +++ b/xtask/src/nodepackage.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use anyhow::Context; use xshell::{cmd, Shell}; diff --git a/xtask/src/reuse_compliance_check.rs b/xtask/src/reuse_compliance_check.rs index 420616f8d3d..3d01360152f 100644 --- a/xtask/src/reuse_compliance_check.rs +++ b/xtask/src/reuse_compliance_check.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial use anyhow::{Context, Result}; diff --git a/xtask/src/slintdocs.rs b/xtask/src/slintdocs.rs index e1f55103129..d3f3051aec1 100644 --- a/xtask/src/slintdocs.rs +++ b/xtask/src/slintdocs.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // cspell:ignore slintdocs pipenv pipfile From 8bed83d0fcff4b8b2e8cb3cfad5b9550e2b9b1b4 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Fri, 7 Jul 2023 11:08:21 +0200 Subject: [PATCH 2/8] Update license in .clippy.toml --- .clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clippy.toml b/.clippy.toml index b18ac0c13f2..a64e899bbdd 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial type-complexity-threshold = 2500 too-many-arguments-threshold = 10 From 2eee3bd97d904a343dee48a6d31864925e967692 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Fri, 7 Jul 2023 11:25:24 +0200 Subject: [PATCH 3/8] Update license_headers_check.rs --- xtask/src/license_headers_check.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/license_headers_check.rs b/xtask/src/license_headers_check.rs index ba9b108c36e..608e26c11dc 100644 --- a/xtask/src/license_headers_check.rs +++ b/xtask/src/license_headers_check.rs @@ -404,7 +404,7 @@ impl<'a> LicenseHeader<'a> { #[cfg(test)] const EXPECTED_SPDX_EXPRESSION: &str = - "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial"; + "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"; const SPDX_LICENSE_ID: &str = const_format::concatcp!("SP", "DX-License-Identifier:"); // Do not confuse the reuse tool const SPDX_LICENSE_LINE: &str = const_format::concatcp!(SPDX_LICENSE_ID, " "); // Do not confuse the reuse tool From 1b29405cfe5ac061cf0ea7ab00e94d365eaef656 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Mon, 10 Jul 2023 09:23:53 +0200 Subject: [PATCH 4/8] Update license --- LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 35 +++++++++++++++++++ LICENSES/LicenseRef-Slint-Royalty-free-1.1.md | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 LICENSES/LicenseRef-Slint-Royalty-free-1.0.md diff --git a/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md new file mode 100644 index 00000000000..c65a45dc4b2 --- /dev/null +++ b/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md @@ -0,0 +1,35 @@ +# Slint Royalty-free Desktop and Web Applications License, version 1.0.1 + +## Preamble + +Slint is a toolkit that can be used to build user interfaces for applications. Slint (hereafter referred to as "Software") is made available under different licenses by SixtyFPS GmbH incorporated at Oranienburger Str. 44, 16540 Hohen Neuendorf, Germany ("SixtyFPS"). The "Slint Royalty-free Desktop and Web Applications License" is suitable for those who develop desktop or web applications and do not want to use open source components under copyleft licenses. + +### 1. Grant of Rights + +SixtyFPS hereby grants You a world-wide, royalty-free, non-exclusive license to use, reproduce, make available, modify, display, perform, distribute the Software as part of a Desktop or Web Application. + +A Desktop Application is a computer program that is designed to run on a general-purpose computer (PC or notebook), typically installed and executed locally on the computer's operating system. A Web Application is a computer program that is running on a server and accessed using a web browser or client program. + +Desktop Application and Web Application are hereafter referred to as "Application". + +### 2. Limitations + +The license does not permit to distribute or make the Software publicly available alone and without integration into an Application. For this purpose you may use the Software under the GNU General Public License, version 3. + +The license does not permit the use of the Software within Embedded Systems. An Embedded System is a computer system designed to perform a specific task within a larger mechanical or electrical system. For the purposes of this license, mobile phones are not considered to be Embedded Systems. + +### 3. License Conditions - Attribution + +You may distribute the Software as part of an Application, modified or unmodified, provided that You do all of the following: + +(a) Display the [`AboutSlint`](https://slint.dev/snapshots/master/docs/slint/src/builtins/widgets.html#aboutslint) widget in an "About" screen or dialog that is accessible from the top level menu of the Application. + +(b) Display the [Slint attribution badge](https://github.com/slint-ui/slint/tree/master/logo/madewithslint) on a public webpage, preferably where the binaries of your Application can be downloaded from, in such a way that it can be easily found by any visitor to that page. + +(c) You may not remove or alter any license notices (including copyright notices, disclaimers of warranty, or limitations of liability) contained within the source code form of the Software. + +### 4. Warranty and Liability + +SixtyFPS is only liable for conflicting rights of third parties if SixtyFPS was aware of these rights without informing you. Unless required by applicable law or agreed to in writing, SixtyFPS provides the SOFTWARE on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. + +UNLESS REQUIRED BY LAW, SIXTYFPS WON'T BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE SOFTWARE. diff --git a/LICENSES/LicenseRef-Slint-Royalty-free-1.1.md b/LICENSES/LicenseRef-Slint-Royalty-free-1.1.md index c65a45dc4b2..8c94dd8a0d7 100644 --- a/LICENSES/LicenseRef-Slint-Royalty-free-1.1.md +++ b/LICENSES/LicenseRef-Slint-Royalty-free-1.1.md @@ -1,4 +1,4 @@ -# Slint Royalty-free Desktop and Web Applications License, version 1.0.1 +# Slint Royalty-free Desktop and Web Applications License, version 1.1 ## Preamble From 7d5b3c738e7d0960e16eededc7e5381c2c68ac23 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Mon, 10 Jul 2023 09:28:31 +0200 Subject: [PATCH 5/8] Add a dummy file to use LicenseRef-Slint-Royalty-free-1.0 to workaround reuse --- internal/dummy/dummy.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 internal/dummy/dummy.rs diff --git a/internal/dummy/dummy.rs b/internal/dummy/dummy.rs new file mode 100644 index 00000000000..4efbee5650c --- /dev/null +++ b/internal/dummy/dummy.rs @@ -0,0 +1,4 @@ +// Copyright © SixtyFPS GmbH +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial + +//! This is a dummy file From b3f11c4ebb50a28e4bdc6d9b22a3c99bc93a3c5d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 10 Jul 2023 09:43:31 +0200 Subject: [PATCH 6/8] Remove symlinks that are not needed anymore --- api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../vtable/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../vtable/macro/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../selector/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - .../renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 1 - 17 files changed, 17 deletions(-) delete mode 120000 api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 helper_crates/vtable/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 helper_crates/vtable/macro/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 120000 tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md diff --git a/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/helper_crates/vtable/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/helper_crates/vtable/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 09a69a4e1f2..00000000000 --- a/helper_crates/vtable/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/helper_crates/vtable/macro/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/helper_crates/vtable/macro/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/helper_crates/vtable/macro/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 09a69a4e1f2..00000000000 --- a/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 09a69a4e1f2..00000000000 --- a/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 09a69a4e1f2..00000000000 --- a/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 09a69a4e1f2..00000000000 --- a/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 09a69a4e1f2..00000000000 --- a/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 5d13afd3b66..00000000000 --- a/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 09a69a4e1f2..00000000000 --- a/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file diff --git a/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 120000 index 09a69a4e1f2..00000000000 --- a/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.0.md \ No newline at end of file From 5c94a9e32214e9b4163708b902f851a4ce0a6529 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 10 Jul 2023 09:45:02 +0200 Subject: [PATCH 7/8] Remove unused Royalty Free 1.0 license --- LICENSES/LicenseRef-Slint-Royalty-free-1.0.md | 35 ------------------- internal/dummy/dummy.rs | 4 --- 2 files changed, 39 deletions(-) delete mode 100644 LICENSES/LicenseRef-Slint-Royalty-free-1.0.md delete mode 100644 internal/dummy/dummy.rs diff --git a/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md b/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md deleted file mode 100644 index c65a45dc4b2..00000000000 --- a/LICENSES/LicenseRef-Slint-Royalty-free-1.0.md +++ /dev/null @@ -1,35 +0,0 @@ -# Slint Royalty-free Desktop and Web Applications License, version 1.0.1 - -## Preamble - -Slint is a toolkit that can be used to build user interfaces for applications. Slint (hereafter referred to as "Software") is made available under different licenses by SixtyFPS GmbH incorporated at Oranienburger Str. 44, 16540 Hohen Neuendorf, Germany ("SixtyFPS"). The "Slint Royalty-free Desktop and Web Applications License" is suitable for those who develop desktop or web applications and do not want to use open source components under copyleft licenses. - -### 1. Grant of Rights - -SixtyFPS hereby grants You a world-wide, royalty-free, non-exclusive license to use, reproduce, make available, modify, display, perform, distribute the Software as part of a Desktop or Web Application. - -A Desktop Application is a computer program that is designed to run on a general-purpose computer (PC or notebook), typically installed and executed locally on the computer's operating system. A Web Application is a computer program that is running on a server and accessed using a web browser or client program. - -Desktop Application and Web Application are hereafter referred to as "Application". - -### 2. Limitations - -The license does not permit to distribute or make the Software publicly available alone and without integration into an Application. For this purpose you may use the Software under the GNU General Public License, version 3. - -The license does not permit the use of the Software within Embedded Systems. An Embedded System is a computer system designed to perform a specific task within a larger mechanical or electrical system. For the purposes of this license, mobile phones are not considered to be Embedded Systems. - -### 3. License Conditions - Attribution - -You may distribute the Software as part of an Application, modified or unmodified, provided that You do all of the following: - -(a) Display the [`AboutSlint`](https://slint.dev/snapshots/master/docs/slint/src/builtins/widgets.html#aboutslint) widget in an "About" screen or dialog that is accessible from the top level menu of the Application. - -(b) Display the [Slint attribution badge](https://github.com/slint-ui/slint/tree/master/logo/madewithslint) on a public webpage, preferably where the binaries of your Application can be downloaded from, in such a way that it can be easily found by any visitor to that page. - -(c) You may not remove or alter any license notices (including copyright notices, disclaimers of warranty, or limitations of liability) contained within the source code form of the Software. - -### 4. Warranty and Liability - -SixtyFPS is only liable for conflicting rights of third parties if SixtyFPS was aware of these rights without informing you. Unless required by applicable law or agreed to in writing, SixtyFPS provides the SOFTWARE on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. - -UNLESS REQUIRED BY LAW, SIXTYFPS WON'T BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE SOFTWARE. diff --git a/internal/dummy/dummy.rs b/internal/dummy/dummy.rs deleted file mode 100644 index 4efbee5650c..00000000000 --- a/internal/dummy/dummy.rs +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial - -//! This is a dummy file From 75d73f2a1ecdd0735a74d116f01abb3adacab551 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 10 Jul 2023 09:50:32 +0200 Subject: [PATCH 8/8] Update RF license --- tests/screenshots/cases/software/basic/text-clipped.slint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/screenshots/cases/software/basic/text-clipped.slint b/tests/screenshots/cases/software/basic/text-clipped.slint index 2cad77c1ad6..7afa53f7b73 100644 --- a/tests/screenshots/cases/software/basic/text-clipped.slint +++ b/tests/screenshots/cases/software/basic/text-clipped.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial // SLINT_SCALE_FACTOR=1.5