From 9a3aa265d5559acfa5433c46b0214109459d3c9b Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Fri, 31 May 2024 10:53:19 +0200 Subject: [PATCH] Update Royalty-free license (#5257) Add clarification that Application may not expose Slint APIs. --- .cargo/config.toml | 2 +- .clang-format | 2 +- .clippy.toml | 2 +- .github/actions/codesign/action.yaml | 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/publish_npm_package.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/tree_sitter.yaml | 2 +- .github/workflows/upgrade_version.yaml | 2 +- .github/workflows/upload_esp_idf_component.yaml | 2 +- .github/workflows/upload_pypi.yaml | 2 +- .github/workflows/wasm_demos.yaml | 2 +- .../workflows/wasm_editor_and_interpreter.yaml | 2 +- .prettierrc | 2 +- .reuse/dep5 | 16 ++++++++-------- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- CONTRIBUTING.md | 2 +- Cargo.toml | 4 ++-- FAQ.md | 2 +- LICENSE.md | 4 ++-- ...2.md => LicenseRef-Slint-Royalty-free-2.0.md} | 10 ++++++---- README.md | 4 ++-- api/cpp/CMakeLists.txt | 2 +- api/cpp/Cargo.toml | 2 +- api/cpp/README.md | 2 +- 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/esp-idf/slint/CMakeLists.txt | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + api/cpp/esp-idf/slint/README.md | 2 +- api/cpp/esp-idf/slint/idf_component.yml | 4 ++-- api/cpp/esp-idf/slint/include/slint-esp.h | 2 +- api/cpp/esp-idf/slint/src/slint-esp.cpp | 2 +- api/cpp/include/slint-interpreter.h | 2 +- api/cpp/include/slint-platform.h | 2 +- api/cpp/include/slint-testing.h | 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_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_tests_helpers.h | 2 +- api/cpp/include/slint_timer.h | 2 +- api/cpp/include/slint_window.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 +- api/cpp/tests/models.cpp | 2 +- api/cpp/tests/multiple-includes/CMakeLists.txt | 2 +- api/cpp/tests/multiple-includes/README.md | 2 +- api/cpp/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/platform_eventloop.cpp | 2 +- api/cpp/tests/properties.cpp | 2 +- api/cpp/tests/test.slint | 2 +- api/cpp/tests/window.cpp | 2 +- api/node/.yarnrc.yml | 2 +- api/node/Cargo.toml | 2 +- api/node/README.md | 2 +- api/node/__test__/api.spec.mts | 2 +- api/node/__test__/compiler.spec.mts | 2 +- api/node/__test__/eventloop.spec.mts | 2 +- api/node/__test__/globals.spec.mts | 2 +- api/node/__test__/js_value_conversion.spec.mts | 2 +- api/node/__test__/resources/error.slint | 2 +- .../__test__/resources/test-constructor.slint | 2 +- api/node/__test__/resources/test.slint | 2 +- api/node/__test__/types.spec.mts | 2 +- api/node/__test__/window.spec.mts | 2 +- api/node/build-on-demand.mjs | 2 +- api/node/build.rs | 2 +- api/node/index.ts | 2 +- api/node/src/interpreter.rs | 2 +- api/node/src/interpreter/component_compiler.rs | 2 +- api/node/src/interpreter/component_definition.rs | 2 +- api/node/src/interpreter/component_instance.rs | 2 +- api/node/src/interpreter/diagnostic.rs | 2 +- api/node/src/interpreter/value.rs | 2 +- api/node/src/interpreter/window.rs | 2 +- api/node/src/lib.rs | 2 +- api/node/src/types.rs | 2 +- api/node/src/types/brush.rs | 2 +- api/node/src/types/image_data.rs | 2 +- api/node/src/types/model.rs | 2 +- api/node/src/types/point.rs | 2 +- api/node/src/types/size.rs | 2 +- api/python/Cargo.toml | 2 +- api/python/README.md | 2 +- api/python/brush.rs | 2 +- api/python/errors.rs | 2 +- api/python/image.rs | 2 +- api/python/interpreter.rs | 2 +- api/python/lib.rs | 2 +- api/python/models.rs | 2 +- api/python/noxfile.py | 2 +- api/python/pyproject.toml | 2 +- api/python/slint/__init__.py | 2 +- api/python/slint/models.py | 2 +- api/python/tests/test_brush.py | 2 +- api/python/tests/test_callback_decorators.py | 2 +- api/python/tests/test_compiler.py | 2 +- api/python/tests/test_gc.py | 2 +- api/python/tests/test_instance.py | 2 +- api/python/tests/test_load_file.py | 2 +- api/python/tests/test_load_file.slint | 2 +- api/python/tests/test_loader.py | 2 +- api/python/tests/test_models.py | 2 +- api/python/tests/test_timers.py | 2 +- api/python/timer.rs | 2 +- api/python/value.rs | 2 +- api/rs/build/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + api/rs/build/lib.rs | 2 +- api/rs/macros/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + api/rs/macros/README.md | 2 +- api/rs/macros/lib.rs | 2 +- api/rs/slint/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + api/rs/slint/README.md | 2 +- api/rs/slint/android.rs | 2 +- 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/show_strongref.rs | 2 +- api/rs/slint/tests/simple_macro.rs | 2 +- api/rs/slint/tests/spawn_local.rs | 2 +- api/wasm-interpreter/Cargo.toml | 2 +- api/wasm-interpreter/src/lib.rs | 2 +- cmake/FindOpenGLES2.cmake | 2 +- cmake/FindOpenGLES3.cmake | 2 +- docker/Dockerfile.aarch64-unknown-linux-gnu | 2 +- docker/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/README.md | 2 +- editors/sublime/Slint.sublime-syntax | 2 +- editors/tree-sitter-slint/CONTRIBUTING.md | 2 +- editors/tree-sitter-slint/README.md | 2 +- editors/tree-sitter-slint/grammar.js | 2 +- editors/tree-sitter-slint/test-to-corpus.py | 2 +- editors/vscode/README.md | 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 +- .../welcome/show_preview.png.license | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/backends/android-activity/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/backends/android-activity/README.md | 2 +- .../android-activity/androidwindowadapter.rs | 2 +- internal/backends/android-activity/build.rs | 2 +- .../java/SlintAndroidJavaHelper.java | 2 +- internal/backends/android-activity/javahelper.rs | 2 +- internal/backends/android-activity/lib.rs | 2 +- internal/backends/linuxkms/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/backends/linuxkms/README.md | 2 +- internal/backends/linuxkms/calloop_backend.rs | 2 +- .../backends/linuxkms/calloop_backend/input.rs | 2 +- internal/backends/linuxkms/display.rs | 2 +- internal/backends/linuxkms/display/gbmdisplay.rs | 2 +- internal/backends/linuxkms/display/swdisplay.rs | 2 +- .../backends/linuxkms/display/vulkandisplay.rs | 2 +- internal/backends/linuxkms/drmoutput.rs | 2 +- .../backends/linuxkms/fullscreenwindowadapter.rs | 2 +- internal/backends/linuxkms/lib.rs | 2 +- internal/backends/linuxkms/noop_backend.rs | 2 +- internal/backends/linuxkms/renderer/femtovg.rs | 2 +- internal/backends/linuxkms/renderer/skia.rs | 2 +- internal/backends/qt/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/backends/qt/README.md | 2 +- 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 +- internal/backends/qt/qt_widgets/listviewitem.rs | 2 +- internal/backends/qt/qt_widgets/palette.rs | 2 +- .../backends/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 +- internal/backends/qt/qt_widgets/stylemetrics.rs | 2 +- .../backends/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 | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/backends/selector/README.md | 2 +- internal/backends/selector/build.rs | 2 +- internal/backends/selector/lib.rs | 2 +- internal/backends/testing/Cargo.toml | 2 +- internal/backends/testing/README.md | 2 +- internal/backends/testing/ffi.rs | 2 +- internal/backends/testing/internal_tests.rs | 2 +- internal/backends/testing/lib.rs | 2 +- internal/backends/testing/search_api.rs | 2 +- internal/backends/testing/testing_backend.rs | 2 +- internal/backends/winit/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/backends/winit/README.md | 2 +- 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 +- .../backends/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 | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/common/README.md | 2 +- internal/common/builtin_structs.rs | 2 +- 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 | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/compiler/README.md | 2 +- 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 | 2 +- internal/compiler/parser-test-macro/README.md | 2 +- 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/border_radius.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 +- internal/compiler/passes/collect_custom_fonts.rs | 2 +- internal/compiler/passes/collect_globals.rs | 2 +- internal/compiler/passes/collect_init_code.rs | 2 +- .../compiler/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 +- .../compiler/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_handling.rs | 2 +- .../compiler/passes/generate_item_indices.rs | 2 +- internal/compiler/passes/infer_aliases_types.rs | 2 +- internal/compiler/passes/inlining.rs | 2 +- .../passes/lower_absolute_coordinates.rs | 2 +- internal/compiler/passes/lower_accessibility.rs | 2 +- .../compiler/passes/lower_component_container.rs | 2 +- internal/compiler/passes/lower_layout.rs | 2 +- internal/compiler/passes/lower_popups.rs | 2 +- .../compiler/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 +- internal/compiler/passes/remove_return.rs | 2 +- .../compiler/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/pathutils.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 +- .../syntax/analysis/binding_loop_function.slint | 2 +- .../syntax/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 +- .../analysis/binding_loop_mappointtowindow.slint | 2 +- .../syntax/analysis/binding_loop_self.slint | 2 +- .../compiler/tests/syntax/basic/animate.slint | 2 +- internal/compiler/tests/syntax/basic/array.slint | 2 +- .../compiler/tests/syntax/basic/assign.slint | 2 +- .../compiler/tests/syntax/basic/box_shadow.slint | 2 +- .../syntax/basic/children_placeholder.slint | 2 +- .../syntax/basic/children_placeholder_2.slint | 2 +- internal/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 +- internal/compiler/tests/syntax/basic/empty.slint | 2 +- internal/compiler/tests/syntax/basic/enums.slint | 2 +- internal/compiler/tests/syntax/basic/for.slint | 2 +- internal/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 +- internal/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 +- internal/compiler/tests/syntax/basic/popup.slint | 2 +- .../tests/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 +- .../compiler/tests/syntax/basic/rust-attr.slint | 2 +- .../tests/syntax/basic/self_assign.slint | 2 +- .../compiler/tests/syntax/basic/signal.slint | 2 +- .../tests/syntax/basic/states_transitions.slint | 2 +- .../tests/syntax/basic/states_transitions2.slint | 2 +- .../tests/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 +- .../syntax/callbacks/property-changes.slint | 2 +- .../syntax/elements/component_container.slint | 2 +- .../tests/syntax/elements/listview.slint | 2 +- .../compiler/tests/syntax/elements/popup.slint | 2 +- .../compiler/tests/syntax/elements/popup2.slint | 2 +- .../tests/syntax/elements/tabwidget.slint | 2 +- .../tests/syntax/elements/tabwidget2.slint | 2 +- .../tests/syntax/elements/tabwidget3.slint | 2 +- .../tests/syntax/exports/export_duplicates.slint | 2 +- .../syntax/exports/reexport_duplicate.slint | 2 +- .../tests/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 +- .../tests/syntax/expressions/arithmetic_op.slint | 2 +- .../tests/syntax/expressions/clamp.slint | 2 +- .../syntax/expressions/comparison_operator.slint | 2 +- .../syntax/expressions/condition_operator.slint | 2 +- .../tests/syntax/expressions/image-url.slint | 2 +- .../tests/syntax/expressions/image-url2.slint | 2 +- .../tests/syntax/expressions/math-macro.slint | 2 +- .../tests/syntax/expressions/minmax.slint | 2 +- .../tests/syntax/expressions/percent2.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 +- .../tests/syntax/focus/focus_wrong_args.slint | 2 +- .../syntax/focus/initial_focus_non_input.slint | 2 +- .../functions/function_double_qualified.slint | 2 +- .../tests/syntax/functions/functions.slint | 2 +- .../tests/syntax/functions/functions_call.slint | 2 +- .../syntax/functions/functions_purity.slint | 2 +- .../functions_purity_recursive_5220.slint | 2 +- .../compiler/tests/syntax/imports/bug_2719.slint | 2 +- .../bug_3674_alias-from-broken-import.slint | 2 +- .../tests/syntax/imports/cyclic_import.slint | 2 +- .../tests/syntax/imports/error_in_import.slint | 2 +- .../tests/syntax/imports/error_in_import2.slint | 2 +- .../tests/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 +- .../tests/syntax/imports/visibility_errors.slint | 2 +- .../tests/syntax/layout/if_in_grid.slint | 2 +- .../tests/syntax/layout/if_in_grid_row.slint | 2 +- .../tests/syntax/layout/min_max_conflict.slint | 2 +- .../compiler/tests/syntax/layout/spacing.slint | 2 +- .../tests/syntax/lookup/absolute-position.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_alias_issue4938.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 +- internal/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 +- .../lookup/issue_5246_states_function.slint | 2 +- .../compiler/tests/syntax/lookup/property.slint | 2 +- .../tests/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 +- .../tests/syntax/new_syntax/input_output2.slint | 2 +- .../tests/syntax/new_syntax/new_component.slint | 2 +- .../tests/syntax/new_syntax/new_lookup.slint | 2 +- .../syntax/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 +- .../compiler/tests/syntax/parse_error/if0.slint | 2 +- .../compiler/tests/syntax/parse_error/if1.slint | 2 +- .../compiler/tests/syntax/parse_error/if2.slint | 2 +- .../compiler/tests/syntax/parse_error/if3.slint | 2 +- .../compiler/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 +- .../tests/syntax/parse_error/struct.slint | 2 +- internal/compiler/tests/syntax_tests.rs | 2 +- .../custom_style/TestStyle/std-widgets.slint | 2 +- .../tests/typeloader/dependency_local.slint | 2 +- .../tests/typeloader/dependency_test_main.slint | 2 +- .../typeloader/incpath/bug_2719_import.slint | 2 +- .../bug_3674_alias_from_invalid_import.slint | 2 +- .../incpath/dependency_from_incpath.slint | 2 +- .../typeloader/incpath/local_helper_type.slint | 2 +- .../tests/typeloader/incpath/should_fail.slint | 2 +- .../tests/typeloader/incpath/should_fail2.slint | 2 +- .../tests/typeloader/incpath/should_fail3.slint | 2 +- .../tests/typeloader/incpath/should_fail4.slint | 2 +- .../library/dependency_from_library.slint | 2 +- .../compiler/tests/typeloader/library/lib.slint | 2 +- .../typeloader/library/library_helper_type.slint | 2 +- .../tests/typeloader/recursive_import1.slint | 2 +- .../tests/typeloader/recursive_import2.slint | 2 +- .../compiler/tests/typeloader/some_rust_file.rs | 2 +- internal/compiler/typeloader.rs | 2 +- internal/compiler/typeregister.rs | 2 +- .../compiler/widgets/common/combobox-base.slint | 2 +- internal/compiler/widgets/common/common.slint | 2 +- .../compiler/widgets/common/lineedit-base.slint | 2 +- internal/compiler/widgets/common/listview.slint | 2 +- .../compiler/widgets/common/slider-base.slint | 2 +- .../compiler/widgets/common/spinbox-base.slint | 2 +- .../compiler/widgets/common/spinner-base.slint | 2 +- .../compiler/widgets/common/standardbutton.slint | 2 +- .../compiler/widgets/common/tabwidget-base.slint | 2 +- .../compiler/widgets/common/textedit-base.slint | 2 +- .../compiler/widgets/cosmic-base/button.slint | 2 +- .../compiler/widgets/cosmic-base/checkbox.slint | 2 +- .../compiler/widgets/cosmic-base/combobox.slint | 2 +- .../widgets/cosmic-base/components.slint | 2 +- .../compiler/widgets/cosmic-base/groupbox.slint | 2 +- .../compiler/widgets/cosmic-base/layouts.slint | 2 +- .../compiler/widgets/cosmic-base/lineedit.slint | 2 +- .../widgets/cosmic-base/progressindicator.slint | 2 +- .../widgets/cosmic-base/scrollview.slint | 2 +- .../compiler/widgets/cosmic-base/slider.slint | 2 +- .../compiler/widgets/cosmic-base/spinbox.slint | 2 +- .../compiler/widgets/cosmic-base/spinner.slint | 2 +- .../widgets/cosmic-base/std-widgets-base.slint | 2 +- .../widgets/cosmic-base/std-widgets-impl.slint | 2 +- .../compiler/widgets/cosmic-base/styling.slint | 2 +- .../compiler/widgets/cosmic-base/switch.slint | 2 +- .../compiler/widgets/cosmic-base/tableview.slint | 2 +- .../compiler/widgets/cosmic-base/tabwidget.slint | 2 +- .../compiler/widgets/cosmic-base/textedit.slint | 2 +- .../widgets/cosmic-dark/color-scheme.slint | 2 +- .../widgets/cosmic-dark/std-widgets-impl.slint | 2 +- .../widgets/cosmic-dark/std-widgets.slint | 2 +- .../widgets/cosmic-light/color-scheme.slint | 2 +- .../widgets/cosmic-light/std-widgets-impl.slint | 2 +- .../widgets/cosmic-light/std-widgets.slint | 2 +- .../compiler/widgets/cosmic/color-scheme.slint | 2 +- .../widgets/cosmic/std-widgets-impl.slint | 2 +- .../compiler/widgets/cosmic/std-widgets.slint | 2 +- .../compiler/widgets/cupertino-base/button.slint | 2 +- .../widgets/cupertino-base/checkbox.slint | 2 +- .../widgets/cupertino-base/combobox.slint | 2 +- .../widgets/cupertino-base/components.slint | 2 +- .../widgets/cupertino-base/groupbox.slint | 2 +- .../widgets/cupertino-base/layouts.slint | 2 +- .../widgets/cupertino-base/lineedit.slint | 2 +- .../cupertino-base/progressindicator.slint | 2 +- .../widgets/cupertino-base/scrollview.slint | 2 +- .../compiler/widgets/cupertino-base/slider.slint | 2 +- .../widgets/cupertino-base/spinbox.slint | 2 +- .../widgets/cupertino-base/spinner.slint | 2 +- .../cupertino-base/std-widgets-base.slint | 2 +- .../cupertino-base/std-widgets-impl.slint | 2 +- .../widgets/cupertino-base/styling.slint | 2 +- .../compiler/widgets/cupertino-base/switch.slint | 2 +- .../widgets/cupertino-base/tableview.slint | 2 +- .../widgets/cupertino-base/tabwidget.slint | 2 +- .../widgets/cupertino-base/textedit.slint | 2 +- .../widgets/cupertino-dark/color-scheme.slint | 2 +- .../cupertino-dark/std-widgets-impl.slint | 2 +- .../widgets/cupertino-dark/std-widgets.slint | 2 +- .../widgets/cupertino-light/color-scheme.slint | 2 +- .../cupertino-light/std-widgets-impl.slint | 2 +- .../widgets/cupertino-light/std-widgets.slint | 2 +- .../widgets/cupertino/color-scheme.slint | 2 +- .../widgets/cupertino/std-widgets-impl.slint | 2 +- .../compiler/widgets/cupertino/std-widgets.slint | 2 +- .../compiler/widgets/fluent-base/button.slint | 2 +- .../compiler/widgets/fluent-base/checkbox.slint | 2 +- .../compiler/widgets/fluent-base/combobox.slint | 2 +- .../widgets/fluent-base/components.slint | 2 +- .../compiler/widgets/fluent-base/groupbox.slint | 2 +- .../compiler/widgets/fluent-base/layouts.slint | 2 +- .../compiler/widgets/fluent-base/lineedit.slint | 2 +- .../widgets/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 +- .../compiler/widgets/fluent-base/spinner.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 +- .../compiler/widgets/fluent-base/tableview.slint | 2 +- .../compiler/widgets/fluent-base/tabwidget.slint | 2 +- .../compiler/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 +- .../widgets/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 +- .../compiler/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 +- .../compiler/widgets/material-base/layouts.slint | 2 +- .../widgets/material-base/lineedit.slint | 2 +- .../material-base/progressindicator.slint | 2 +- .../widgets/material-base/scrollview.slint | 2 +- .../compiler/widgets/material-base/slider.slint | 2 +- .../compiler/widgets/material-base/spinbox.slint | 2 +- .../compiler/widgets/material-base/spinner.slint | 2 +- .../widgets/material-base/std-widgets-base.slint | 2 +- .../widgets/material-base/std-widgets-impl.slint | 2 +- .../compiler/widgets/material-base/styling.slint | 2 +- .../compiler/widgets/material-base/switch.slint | 2 +- .../widgets/material-base/tableview.slint | 2 +- .../widgets/material-base/tabwidget.slint | 2 +- .../widgets/material-base/textedit.slint | 2 +- .../widgets/material-dark/color-scheme.slint | 2 +- .../widgets/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 +- .../compiler/widgets/material/color-scheme.slint | 2 +- .../widgets/material/std-widgets-impl.slint | 2 +- .../compiler/widgets/material/std-widgets.slint | 2 +- internal/compiler/widgets/qt/button.slint | 2 +- internal/compiler/widgets/qt/checkbox.slint | 2 +- internal/compiler/widgets/qt/combobox.slint | 2 +- internal/compiler/widgets/qt/groupbox.slint | 2 +- .../widgets/qt/internal-scrollview.slint | 2 +- internal/compiler/widgets/qt/layouts.slint | 2 +- internal/compiler/widgets/qt/lineedit.slint | 2 +- .../compiler/widgets/qt/progressindicator.slint | 2 +- internal/compiler/widgets/qt/scrollview.slint | 2 +- internal/compiler/widgets/qt/slider.slint | 2 +- internal/compiler/widgets/qt/spinbox.slint | 2 +- internal/compiler/widgets/qt/spinner.slint | 2 +- .../compiler/widgets/qt/std-widgets-impl.slint | 2 +- internal/compiler/widgets/qt/std-widgets.slint | 2 +- internal/compiler/widgets/qt/switch.slint | 2 +- internal/compiler/widgets/qt/tableview.slint | 2 +- internal/compiler/widgets/qt/tabwidget.slint | 2 +- internal/compiler/widgets/qt/textedit.slint | 2 +- internal/core-macros/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/core-macros/README.md | 2 +- internal/core-macros/lib.rs | 2 +- internal/core/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/core/README.md | 2 +- internal/core/accessibility.rs | 2 +- internal/core/animations.rs | 2 +- internal/core/api.rs | 2 +- internal/core/build.rs | 2 +- internal/core/callbacks.rs | 2 +- internal/core/component_factory.rs | 2 +- internal/core/context.rs | 2 +- internal/core/future.rs | 2 +- internal/core/graphics.rs | 2 +- internal/core/graphics/bitmapfont.rs | 2 +- internal/core/graphics/border_radius.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 +- .../core/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/component_container.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/change_tracker.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/fixed.rs | 2 +- internal/core/software_renderer/fonts.rs | 2 +- .../core/software_renderer/fonts/pixelfont.rs | 2 +- .../core/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 | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/interpreter/api.rs | 2 +- internal/interpreter/dynamic_item_tree.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 | 2 +- internal/interpreter/tests.rs | 2 +- internal/interpreter/value_model.rs | 2 +- internal/renderers/femtovg/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/renderers/femtovg/README.md | 2 +- 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 | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + internal/renderers/skia/README.md | 2 +- 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/software_surface.rs | 2 +- internal/renderers/skia/textlayout.rs | 2 +- internal/renderers/skia/vulkan_surface.rs | 2 +- logo/README.md | 4 ++-- 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/actions.slint | 2 +- tests/cases/accessibility/materialized.slint | 2 +- .../bindings/animated_default_geometry.slint | 2 +- tests/cases/bindings/change_sub_property.slint | 2 +- tests/cases/bindings/change_sub_property2.slint | 2 +- .../change_sub_property_indirection.slint | 2 +- ...ange_sub_property_indirection_issue2185.slint | 2 +- .../bindings/issue_1026_opacity_alias.slint | 2 +- .../bindings/issue_345_opacity_animation.slint | 2 +- .../cases/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 +- tests/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 +- .../cases/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 +- tests/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/conditional/stm2.slint | 2 +- tests/cases/crashes/access_ellided_prop.slint | 2 +- tests/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 +- .../crashes/issue173_uninitialized_globals.slint | 2 +- .../issue3589_layout_click_deletes_item.slint | 2 +- tests/cases/crashes/issue_1009_const_alias.slint | 2 +- .../issue_1233_listview_const_shadow.slint | 2 +- .../crashes/issue_2274_const_state_crash.slint | 2 +- tests/cases/crashes/issue_4002_width_alias.slint | 2 +- .../crashes/issue_422_enclosing_component.slint | 2 +- .../crashes/issue_983_listview_const_width.slint | 2 +- tests/cases/crashes/layout_deleted_item.slint | 2 +- tests/cases/crashes/layout_if_in_component.slint | 2 +- .../cases/crashes/link_two_way_geometry_if.slint | 2 +- tests/cases/crashes/optimized_item_shadow.slint | 2 +- tests/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 +- tests/cases/crashes/unused_callback_alias.slint | 2 +- tests/cases/elements/component_container.slint | 2 +- .../elements/component_container_component.slint | 2 +- .../elements/component_container_init.slint | 2 +- .../elements/component_container_size.slint | 2 +- tests/cases/elements/dialog.slint | 2 +- .../elements/element_ref_on_root_compo.slint | 2 +- tests/cases/elements/flickable.slint | 2 +- tests/cases/elements/flickable2.slint | 2 +- tests/cases/elements/flickable3.slint | 2 +- .../cases/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/popupwindow_context.slint | 2 +- tests/cases/elements/popupwindow_cursor.slint | 2 +- tests/cases/elements/popupwindow_inherits.slint | 2 +- tests/cases/elements/tabwidget.slint | 2 +- tests/cases/elements/togglebutton.slint | 2 +- tests/cases/elements/toucharea.slint | 2 +- tests/cases/elements/toucharea_doubleclick.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/cpp_namespace.slint | 2 +- tests/cases/exports/export_root.slint | 2 +- tests/cases/exports/named_exports.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/clamp.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/return2.slint | 2 +- tests/cases/expr/return3.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/clear_focus.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_event.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 +- .../focus/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 +- .../cases/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/library.slint | 2 +- tests/cases/imports/reexport.slint | 2 +- tests/cases/input/clip_mouse.slint | 2 +- tests/cases/input/scroll-event.slint | 2 +- tests/cases/input/visible_mouse.slint | 2 +- .../issues/issue_1837_percent_comparison.slint | 2 +- .../issues/issue_1846_visibility_in_for.slint | 2 +- .../cases/issues/issue_2483_access_spacing.slint | 2 +- .../issues/issue_2598_listview_reuse_elem.slint | 2 +- .../cases/issues/issue_2608_canon_img_path.slint | 2 +- tests/cases/issues/issue_2717_has-hover.slint | 2 +- .../cases/issues/issue_2780_listview_crash.slint | 2 +- .../issues/issue_3107_if_optimized_rect.slint | 2 +- tests/cases/issues/issue_3318_window_size.slint | 2 +- tests/cases/issues/issue_3561_return_image.slint | 2 +- .../issues/issue_4072_optimized_alias.slint | 2 +- tests/cases/issues/issue_4241_alias-const.slint | 2 +- tests/cases/issues/issue_4884_show_popup.slint | 2 +- .../cases/issues/issue_4942_no_else_value.slint | 2 +- .../cases/issues/issue_5146_init_animated.slint | 2 +- tests/cases/issues/issue_5260_init_inlined.slint | 2 +- tests/cases/issues/member_fun_from_parent.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_spacing.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 +- ...issue_1057_listview_subcomponent_height.slint | 2 +- .../layout/issue_1072_opacity_geometry.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 +- .../layout/issue_2537_visible_in_listview.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 +- .../cases/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_fixed.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/lookup/rust_names.slint | 2 +- tests/cases/models/array.slint | 2 +- tests/cases/models/assign_equal_model.slint | 2 +- tests/cases/models/delete_from_clicked.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 +- .../models/issue_4961_model_index_property.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/scrolled_model.slint | 2 +- tests/cases/models/write_to_model.slint | 2 +- tests/cases/models/write_to_model_listview.slint | 2 +- .../models/write_to_model_sub_component.slint | 2 +- .../cases/properties/animation_from_click.slint | 2 +- .../animation_from_click_in_repeated_4741.slint | 2 +- tests/cases/properties/animation_merging.slint | 2 +- .../properties/animation_props_depends.slint | 2 +- tests/cases/properties/border_radius.slint | 2 +- tests/cases/properties/changes.slint | 2 +- tests/cases/properties/dashes.slint | 2 +- tests/cases/properties/delayed_transitions.slint | 2 +- .../properties/issue1237_states_visible.slint | 2 +- .../properties/issue5038_state_in_base.slint | 2 +- tests/cases/properties/property_animation.slint | 2 +- .../properties/property_animation_restart.slint | 2 +- tests/cases/properties/states.slint | 2 +- .../cases/properties/states_with_animation.slint | 2 +- tests/cases/properties/transitions.slint | 2 +- tests/cases/properties/transitions2.slint | 2 +- tests/cases/simple.slint | 2 +- tests/cases/subcomponents/nested_repeater.slint | 2 +- tests/cases/subcomponents/no_children.slint | 2 +- tests/cases/subcomponents/repeaters.slint | 2 +- tests/cases/test_infrastructure.slint | 2 +- tests/cases/testing/dynamic_components.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/input_type_decimal.slint | 2 +- tests/cases/text/input_type_number.slint | 2 +- tests/cases/text/key_repeat.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/text/undo_redo.slint | 2 +- tests/cases/types/angles.slint | 2 +- tests/cases/types/array.slint | 2 +- tests/cases/types/array_of_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/cases/widgets/button.slint | 2 +- tests/cases/widgets/combobox.slint | 2 +- tests/cases/widgets/listview.slint | 2 +- tests/cases/widgets/slider_basic.slint | 2 +- tests/cases/widgets/slider_default_value.slint | 2 +- tests/cases/widgets/spinbox_basic.slint | 2 +- tests/cases/widgets/spinbox_default_value.slint | 2 +- tests/cases/widgets/tableview.slint | 2 +- tests/doctests/Cargo.toml | 2 +- tests/doctests/build.rs | 2 +- tests/doctests/main.rs | 2 +- tests/driver/cpp/Cargo.toml | 2 +- tests/driver/cpp/build.rs | 2 +- tests/driver/cpp/cppdriver.rs | 2 +- tests/driver/cpp/main.rs | 2 +- tests/driver/driverlib/Cargo.toml | 2 +- tests/driver/driverlib/lib.rs | 2 +- tests/driver/interpreter/Cargo.toml | 2 +- tests/driver/interpreter/build.rs | 2 +- tests/driver/interpreter/interpreter.rs | 2 +- tests/driver/interpreter/main.rs | 2 +- tests/driver/nodejs/Cargo.toml | 2 +- tests/driver/nodejs/build.rs | 2 +- tests/driver/nodejs/main.rs | 2 +- tests/driver/nodejs/nodejs.rs | 2 +- tests/driver/rust/Cargo.toml | 2 +- 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 | 2 +- tests/screenshots/build.rs | 2 +- .../software/basic/border-image-repeat.slint | 2 +- .../cases/software/basic/border-image.slint | 2 +- .../cases/software/basic/border-image2.slint | 2 +- .../cases/software/basic/border.slint | 2 +- .../cases/software/basic/image-repeat.slint | 2 +- .../cases/software/basic/images-alignment.slint | 2 +- .../software/basic/images-scale_factor.slint | 2 +- .../cases/software/basic/images.slint | 2 +- .../cases/software/basic/linear-gradients.slint | 2 +- tests/screenshots/cases/software/basic/rgb.slint | 2 +- .../software/basic/set-selection-offsets.slint | 2 +- .../cases/software/basic/text-clipped.slint | 2 +- .../cases/software/basic/text-elided.slint | 2 +- .../software/basic/text-input-selection.slint | 2 +- .../cases/software/basic/text-input.slint | 2 +- .../screenshots/cases/software/basic/text.slint | 2 +- .../software/basic/translucent-background.slint | 2 +- tests/screenshots/main.rs | 2 +- tests/screenshots/testing.rs | 2 +- tools/compiler/Cargo.toml | 2 +- tools/compiler/main.rs | 2 +- tools/figma_import/Cargo.toml | 4 ++-- tools/figma_import/README.md | 2 +- tools/figma_import/src/figmatypes.rs | 2 +- tools/figma_import/src/main.rs | 2 +- tools/figma_import/src/rendered.rs | 2 +- tools/lsp/Cargo.toml | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + tools/lsp/README.md | 2 +- tools/lsp/build.rs | 2 +- tools/lsp/common.rs | 2 +- tools/lsp/fmt.rs | 2 +- tools/lsp/fmt/README.md | 2 +- tools/lsp/fmt/fmt.rs | 2 +- tools/lsp/fmt/tool.rs | 2 +- tools/lsp/fmt/writer.rs | 2 +- tools/lsp/language.rs | 2 +- tools/lsp/language/completion.rs | 2 +- tools/lsp/language/component_catalog.rs | 2 +- tools/lsp/language/formatting.rs | 2 +- tools/lsp/language/goto.rs | 2 +- tools/lsp/language/properties.rs | 2 +- tools/lsp/language/semantic_tokens.rs | 2 +- tools/lsp/language/test.rs | 2 +- tools/lsp/lsp_ext.rs | 2 +- tools/lsp/main.rs | 2 +- tools/lsp/preview.rs | 2 +- tools/lsp/preview/debug.rs | 2 +- tools/lsp/preview/drop_location.rs | 2 +- tools/lsp/preview/element_selection.rs | 2 +- tools/lsp/preview/ext.rs | 2 +- tools/lsp/preview/native.rs | 2 +- tools/lsp/preview/text_edit.rs | 2 +- tools/lsp/preview/ui.rs | 2 +- tools/lsp/preview/wasm.rs | 2 +- tools/lsp/ui/component-list.slint | 2 +- tools/lsp/ui/diagnostics-overlay.slint | 2 +- tools/lsp/ui/draw-area.slint | 2 +- tools/lsp/ui/header-bar.slint | 2 +- tools/lsp/ui/main.slint | 2 +- tools/lsp/ui/resizer.slint | 2 +- tools/lsp/util.rs | 2 +- tools/lsp/wasm_main.rs | 2 +- tools/slintpad/README.md | 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 +- 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 | 2 +- tools/tr-extractor/README.md | 2 +- tools/tr-extractor/main.rs | 2 +- tools/updater/Cargo.toml | 2 +- tools/updater/README.md | 2 +- 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 | 2 +- .../LicenseRef-Slint-Royalty-free-1.2.md | 1 - .../LicenseRef-Slint-Royalty-free-2.0.md | 1 + tools/viewer/README.md | 2 +- tools/viewer/main.rs | 2 +- xtask/Cargo.toml | 2 +- xtask/src/cppdocs.rs | 2 +- xtask/src/license_headers_check.rs | 6 +++--- xtask/src/main.rs | 2 +- xtask/src/nodepackage.rs | 2 +- xtask/src/reuse_compliance_check.rs | 2 +- xtask/src/slintdocs.rs | 2 +- 1278 files changed, 1279 insertions(+), 1277 deletions(-) rename LICENSES/{LicenseRef-Slint-Royalty-free-1.2.md => LicenseRef-Slint-Royalty-free-2.0.md} (89%) delete mode 120000 api/cpp/esp-idf/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 api/cpp/esp-idf/slint/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 examples/mcu-board-support/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 examples/mcu-board-support/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/backends/android-activity/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/backends/android-activity/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/backends/linuxkms/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/backends/linuxkms/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/common/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/core/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md delete mode 120000 tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md create mode 120000 tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md diff --git a/.cargo/config.toml b/.cargo/config.toml index 66f17695fb6..a05fa193d1a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [alias] xtask = "run --package xtask --" diff --git a/.clang-format b/.clang-format index 05eff1e2599..e6a8c818c4d 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial --- # Webkit style was loosely based on the Qt style diff --git a/.clippy.toml b/.clippy.toml index 9039a53c415..ab3363dc884 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial type-complexity-threshold = 2500 too-many-arguments-threshold = 10 diff --git a/.github/actions/codesign/action.yaml b/.github/actions/codesign/action.yaml index f0ffe28cc8a..f9c23b60ca0 100644 --- a/.github/actions/codesign/action.yaml +++ b/.github/actions/codesign/action.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial --- name: Apple Codesign Binary diff --git a/.github/actions/install-linux-dependencies/action.yaml b/.github/actions/install-linux-dependencies/action.yaml index 11f2a91ffa9..172dacca463 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3c20d115d87..f936ae95c57 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial --- name: Install NodeJS diff --git a/.github/actions/setup-rust/action.yaml b/.github/actions/setup-rust/action.yaml index c58c6314cc3..4a59a9520bb 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6120f267245..bc88e009243 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial # cSpell: ignore vite diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 74d0da9342e..095423015e2 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 75986d285ad..80a4148393d 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: CI diff --git a/.github/workflows/cpp_package.yaml b/.github/workflows/cpp_package.yaml index 5b0be0cdf12..62ecabaf0d8 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: Build the C++ binary package diff --git a/.github/workflows/crater.yaml b/.github/workflows/crater.yaml index da936abc95b..9f869f300af 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ddc5a0fc04c..c9ec37ab49e 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: Embedded Build diff --git a/.github/workflows/nightly_snapshot.yaml b/.github/workflows/nightly_snapshot.yaml index e73da68ef2e..e02f81d417e 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/publish_npm_package.yaml b/.github/workflows/publish_npm_package.yaml index ac39158cd6d..6f1b98d04bc 100644 --- a/.github/workflows/publish_npm_package.yaml +++ b/.github/workflows/publish_npm_package.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: Publish npm package to npm registry diff --git a/.github/workflows/slint_tool_binary.yaml b/.github/workflows/slint_tool_binary.yaml index 47f114ea04f..a0f529b1ccd 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: Build slint-viewer or -lsp binary diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index e1c62c9bb84..d9360063c43 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: "Check spelling" on: diff --git a/.github/workflows/torizon_demos.yaml b/.github/workflows/torizon_demos.yaml index 6fdf4338131..f0977c95f0c 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: Rust Demos built for Torizon diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index d2763bfd9ab..d75967e3e61 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial # Run slint-tr-extractor and msgfmt name: Update Translations diff --git a/.github/workflows/tree_sitter.yaml b/.github/workflows/tree_sitter.yaml index f2d7d1a6a73..9a31d8cd6a3 100644 --- a/.github/workflows/tree_sitter.yaml +++ b/.github/workflows/tree_sitter.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: "Tree Sitter Test" on: diff --git a/.github/workflows/upgrade_version.yaml b/.github/workflows/upgrade_version.yaml index 87b21590bf9..7e2a7bf88bb 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: Upgrade Version Number diff --git a/.github/workflows/upload_esp_idf_component.yaml b/.github/workflows/upload_esp_idf_component.yaml index 62be25fa361..8b8728be841 100644 --- a/.github/workflows/upload_esp_idf_component.yaml +++ b/.github/workflows/upload_esp_idf_component.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: Upload component to ESP-IDF component registry diff --git a/.github/workflows/upload_pypi.yaml b/.github/workflows/upload_pypi.yaml index 8168d4d8a5d..7fa0cd269f1 100644 --- a/.github/workflows/upload_pypi.yaml +++ b/.github/workflows/upload_pypi.yaml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial name: Upload component to Python Package Index diff --git a/.github/workflows/wasm_demos.yaml b/.github/workflows/wasm_demos.yaml index 8ad8aa481ce..15f81b6bfbc 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5f88c40412d..29e86814640 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial --- name: Build and test the slintpad and required WASM binaries diff --git a/.prettierrc b/.prettierrc index cf8186b49c9..8a79232f2e3 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,4 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial tabWidth: 4 diff --git a/.reuse/dep5 b/.reuse/dep5 index f261b534a82..a9b8610023f 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 */.npmignore espflash.toml Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Files: api/cpp/docs/*/*.html api/cpp/docs/*/*.css docs/*/*.css docs/*/*.html docs/*/book.toml docs/*/package.json Copyright: Copyright © SixtyFPS GmbH @@ -26,11 +26,11 @@ License: MIT Files: api/*/*.json Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Files: examples/*.json examples/*/README examples/*/README.txt examples/cpp/qt_viewer/interface.ui Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Files: examples/memory/icons/*.svg examples/memory/icons/*.png Copyright: Fontawesome project @@ -46,15 +46,15 @@ License: LicenseRef-qskinny Files: editors/sublime/LSP.sublime-settings Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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.2 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Files: editors/vscode/*.json editors/vscode/css/*.css editors/tree-sitter-slint/corpus/*.txt editors/vscode/static/**/*.html editors/vscode/static/assets/img/bg-dark.svg editors/vscode/static/assets/img/slint-*.svg Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Files: editors/vscode/static/assets/img/cpp_logo.svg Copyright: Copyright © 2017 Jeremy Kratz @@ -70,11 +70,11 @@ License: CC0-1.0 Files: tests/screenshots/**/*.png Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Files: api/node/__test__/resources/*.png Copyright: Copyright © SixtyFPS GmbH -License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +License: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Files: examples/carousel/icons/*.svg Copyright: Material Icons diff --git a/CHANGELOG.md b/CHANGELOG.md index 01715fe097b..0378cb14db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ - + # Changelog All notable changes to this project are documented in this file. diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f4ca9f1513..e08dbb625ea 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial cmake_minimum_required(VERSION 3.21) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bba648c490..1029978617c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ - + # Contributing diff --git a/Cargo.toml b/Cargo.toml index 55dcc540570..8e45642946a 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [workspace] members = [ @@ -100,7 +100,7 @@ documentation = "https://slint.dev/docs" edition = "2021" homepage = "https://slint.dev" keywords = ["gui", "toolkit", "graphics", "design", "ui"] -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial" repository = "https://github.com/slint-ui/slint" rust-version = "1.73" version = "1.6.0" diff --git a/FAQ.md b/FAQ.md index 634581bb58d..619deb09383 100644 --- a/FAQ.md +++ b/FAQ.md @@ -51,7 +51,7 @@ types of programming languages. ## Licensing -Slint is available under a [royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.2.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-2.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). ### Royalty-free license diff --git a/LICENSE.md b/LICENSE.md index dbd1ee4d021..082ddab3434 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,10 +1,10 @@ - + # Slint License You can use Slint under ***any*** of the following licenses, at your choice: -1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.2.md), +1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-2.0.md), 2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt), 3. [Commercial license](LICENSES/LicenseRef-Slint-commercial.md). diff --git a/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md similarity index 89% rename from LICENSES/LicenseRef-Slint-Royalty-free-1.2.md rename to LICENSES/LicenseRef-Slint-Royalty-free-2.0.md index ab33fa84aa5..a19cb703125 100644 --- a/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ b/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -1,6 +1,6 @@ # Slint Royalty-free Desktop, Mobile, and Web Applications License -Version 1.2 +Version 2.0 ## Preamble @@ -14,7 +14,7 @@ A **Desktop Application** is a computer program that is designed to run on a gen A **Mobile Application** is a computer program that is designed to run on a general-purpose mobile computer (mobile phone or tablet), 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. +A **Web Application** is a computer program that is designed to run in the sandbox environment provided by a web browser. Desktop Application, Mobile Application, and Web Application are hereafter referred to as **Application**. @@ -28,9 +28,11 @@ You may distribute the Software as part of an Application, modified or unmodifie ## 3. 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 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. +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. + +The License does not permit the distribution of Application that exposes the APIs, in part or in total, of the Software. 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. diff --git a/README.md b/README.md index 39c1fecae67..7c70b7716c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + ![Slint](./logo/slint-logo-full-light.svg#gh-light-mode-only) ![Slint](./logo/slint-logo-full-dark.svg#gh-dark-mode-only) @@ -185,7 +185,7 @@ configure your favorite editor to work well with Slint. You can use Slint under ***any*** of the following licenses, at your choice: -1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.2.md), +1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-2.0.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 a2569876277..6a351b53a86 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial cmake_minimum_required(VERSION 3.21) # Select C++ and C as languages, as Corrosion needs ${CMAKE_C_COMPILER} diff --git a/api/cpp/Cargo.toml b/api/cpp/Cargo.toml index 70dc1fab0da..626d117b02b 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-cpp" diff --git a/api/cpp/README.md b/api/cpp/README.md index 39834ba634f..1d3d9bde8d2 100644 --- a/api/cpp/README.md +++ b/api/cpp/README.md @@ -1,4 +1,4 @@ - + # Slint-cpp diff --git a/api/cpp/build.rs b/api/cpp/build.rs index 922a10ca804..0f04c4593f5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::cbindgen::EnabledFeatures; use std::path::Path; diff --git a/api/cpp/cbindgen.rs b/api/cpp/cbindgen.rs index 3214ac2d5b3..71cbd488e7c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use anyhow::Context; use std::io::{BufWriter, Write}; diff --git a/api/cpp/cmake/SlintConfig.cmake.in b/api/cpp/cmake/SlintConfig.cmake.in index def7cd10305..cf4cd4d78ac 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial @PACKAGE_INIT@ diff --git a/api/cpp/cmake/SlintMacro.cmake b/api/cpp/cmake/SlintMacro.cmake index 1d882a2f70c..f5c13da1a54 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/esp-idf/slint/CMakeLists.txt b/api/cpp/esp-idf/slint/CMakeLists.txt index c845a0d6650..e4e15bc0017 100644 --- a/api/cpp/esp-idf/slint/CMakeLists.txt +++ b/api/cpp/esp-idf/slint/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial idf_component_register( SRCS "src/slint-esp.cpp" diff --git a/api/cpp/esp-idf/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/api/cpp/esp-idf/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index ba45178f502..00000000000 --- a/api/cpp/esp-idf/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/api/cpp/esp-idf/slint/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/api/cpp/esp-idf/slint/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..2954003b804 --- /dev/null +++ b/api/cpp/esp-idf/slint/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/api/cpp/esp-idf/slint/README.md b/api/cpp/esp-idf/slint/README.md index 21ac38e583e..28639df96d6 100644 --- a/api/cpp/esp-idf/slint/README.md +++ b/api/cpp/esp-idf/slint/README.md @@ -1,4 +1,4 @@ - + # Slint diff --git a/api/cpp/esp-idf/slint/idf_component.yml b/api/cpp/esp-idf/slint/idf_component.yml index 604882c9178..a21c60b7081 100644 --- a/api/cpp/esp-idf/slint/idf_component.yml +++ b/api/cpp/esp-idf/slint/idf_component.yml @@ -1,9 +1,9 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial description: "Slint — declarative GUI toolkit" url: "https://slint.dev" -license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial" +license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial" version: "1.6.0" discussion: "https://github.com/slint-ui/slint/discussions" documentation: "https://slint.dev/docs" diff --git a/api/cpp/esp-idf/slint/include/slint-esp.h b/api/cpp/esp-idf/slint/include/slint-esp.h index 9724242a9a0..e3c475e5c05 100644 --- a/api/cpp/esp-idf/slint/include/slint-esp.h +++ b/api/cpp/esp-idf/slint/include/slint-esp.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/esp-idf/slint/src/slint-esp.cpp b/api/cpp/esp-idf/slint/src/slint-esp.cpp index c0f8ac24777..dc564c74ab1 100644 --- a/api/cpp/esp-idf/slint/src/slint-esp.cpp +++ b/api/cpp/esp-idf/slint/src/slint-esp.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #include #include diff --git a/api/cpp/include/slint-interpreter.h b/api/cpp/include/slint-interpreter.h index 27e6a75aa10..14ebbb5f332 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint-platform.h b/api/cpp/include/slint-platform.h index 4b17567708e..1e91ee2267a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint-testing.h b/api/cpp/include/slint-testing.h index cf14f66945a..44e162c6fd2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #include "slint.h" #include "slint_testing_internal.h" diff --git a/api/cpp/include/slint.h b/api/cpp/include/slint.h index 09fc6c768fd..1757e800d7e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_brush.h b/api/cpp/include/slint_brush.h index 8461530b0ca..2cc4efd2338 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_callbacks.h b/api/cpp/include/slint_callbacks.h index 3105794d832..23f869225c8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_color.h b/api/cpp/include/slint_color.h index cf5e26993ba..210f62cd144 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_config.h b/api/cpp/include/slint_config.h index 75ba314e6bf..46cafa606b2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_image.h b/api/cpp/include/slint_image.h index 11dec3da249..3d44ad43470 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_interpreter.h b/api/cpp/include/slint_interpreter.h index b05b1ce49b7..7b8cf32991b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_pathdata.h b/api/cpp/include/slint_pathdata.h index 710b1c3d78e..c9e542353a5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_point.h b/api/cpp/include/slint_point.h index ce72cfbaa7f..7bd317544cf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_properties.h b/api/cpp/include/slint_properties.h index 4114bd0847c..41d604fc9fd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_sharedvector.h b/api/cpp/include/slint_sharedvector.h index b899d5da41a..10ddbfca58b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 dda0b2e9b8c..9e2460d3664 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/slint_string.h b/api/cpp/include/slint_string.h index d83e7e26d43..57713005f5d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once #include diff --git a/api/cpp/include/slint_tests_helpers.h b/api/cpp/include/slint_tests_helpers.h index 9d838db9ab6..817c160f72a 100644 --- a/api/cpp/include/slint_tests_helpers.h +++ b/api/cpp/include/slint_tests_helpers.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once #include "slint-testing.h" diff --git a/api/cpp/include/slint_timer.h b/api/cpp/include/slint_timer.h index d47029afd40..e8d79f289c4 100644 --- a/api/cpp/include/slint_timer.h +++ b/api/cpp/include/slint_timer.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore singleshot diff --git a/api/cpp/include/slint_window.h b/api/cpp/include/slint_window.h index f51b44d35b0..e27c0e53c5f 100644 --- a/api/cpp/include/slint_window.h +++ b/api/cpp/include/slint_window.h @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/include/vtable.h b/api/cpp/include/vtable.h index ab7f2670acd..eb8110a0607 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #pragma once diff --git a/api/cpp/lib.rs b/api/cpp/lib.rs index e8f4f16aba5..84f6a0d5737 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 514dbbb7dcf..6d58a80a9f5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use alloc::rc::Rc; #[cfg(not(feature = "std"))] diff --git a/api/cpp/tests/CMakeLists.txt b/api/cpp/tests/CMakeLists.txt index dbee111a6b0..6e7cc135ea5 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial FetchContent_Declare( Catch2 diff --git a/api/cpp/tests/datastructures.cpp b/api/cpp/tests/datastructures.cpp index 0b1533a515f..7f9c21b1aa0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #include #define CATCH_CONFIG_MAIN diff --git a/api/cpp/tests/eventloop.cpp b/api/cpp/tests/eventloop.cpp index fb6ac768f25..33b4f09d8c5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore singleshot diff --git a/api/cpp/tests/interpreter.cpp b/api/cpp/tests/interpreter.cpp index efb6ad62810..cde9aea8f1c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #define CATCH_CONFIG_MAIN #include "catch2/catch.hpp" diff --git a/api/cpp/tests/models.cpp b/api/cpp/tests/models.cpp index a6c9d2d2980..f7dd56694f9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #include #include diff --git a/api/cpp/tests/multiple-includes/CMakeLists.txt b/api/cpp/tests/multiple-includes/CMakeLists.txt index f57d948e110..f0f830c92f4 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/README.md b/api/cpp/tests/multiple-includes/README.md index b91e802a04f..9e06e732063 100644 --- a/api/cpp/tests/multiple-includes/README.md +++ b/api/cpp/tests/multiple-includes/README.md @@ -1,3 +1,3 @@ - + This is a test making sure that the header can be included in several file without causing multiple definitions \ No newline at end of file diff --git a/api/cpp/tests/multiple-includes/appwindow.slint b/api/cpp/tests/multiple-includes/appwindow.slint index e8b6c204484..ffe471a3224 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f9482e93a23..7a907f36b8a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b309397eaf0..14637754878 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1ee1d5fc464..59a39f2c179 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #include "logic.h" #include "appwindow.h" diff --git a/api/cpp/tests/platform_eventloop.cpp b/api/cpp/tests/platform_eventloop.cpp index b5ab94c85cb..3b740de6923 100644 --- a/api/cpp/tests/platform_eventloop.cpp +++ b/api/cpp/tests/platform_eventloop.cpp @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore singleshot diff --git a/api/cpp/tests/properties.cpp b/api/cpp/tests/properties.cpp index 22cc1df4f4c..f4d99dc5fe9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #include #define CATCH_CONFIG_MAIN diff --git a/api/cpp/tests/test.slint b/api/cpp/tests/test.slint index 005882d2ef8..02151e4a0dc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export componentTest := Rectangle {} diff --git a/api/cpp/tests/window.cpp b/api/cpp/tests/window.cpp index bfdbabdcb5d..c1ef38f174c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #define CATCH_CONFIG_MAIN #include "catch2/catch.hpp" diff --git a/api/node/.yarnrc.yml b/api/node/.yarnrc.yml index 40c5b131d76..517761e73b4 100644 --- a/api/node/.yarnrc.yml +++ b/api/node/.yarnrc.yml @@ -1,4 +1,4 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial nodeLinker: node-modules \ No newline at end of file diff --git a/api/node/Cargo.toml b/api/node/Cargo.toml index c03acfa2ea7..3c6723c0938 100644 --- a/api/node/Cargo.toml +++ b/api/node/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-node" diff --git a/api/node/README.md b/api/node/README.md index 8c091412fc7..319275ff64e 100644 --- a/api/node/README.md +++ b/api/node/README.md @@ -1,4 +1,4 @@ - + # Slint-node (Beta) diff --git a/api/node/__test__/api.spec.mts b/api/node/__test__/api.spec.mts index e35a4d27de2..da7ec00a0ec 100644 --- a/api/node/__test__/api.spec.mts +++ b/api/node/__test__/api.spec.mts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import test from 'ava' import * as path from 'node:path'; diff --git a/api/node/__test__/compiler.spec.mts b/api/node/__test__/compiler.spec.mts index c0a4623c1a7..5744925d3ec 100644 --- a/api/node/__test__/compiler.spec.mts +++ b/api/node/__test__/compiler.spec.mts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import test from 'ava' diff --git a/api/node/__test__/eventloop.spec.mts b/api/node/__test__/eventloop.spec.mts index b099fefa8ba..4cffbf3b924 100644 --- a/api/node/__test__/eventloop.spec.mts +++ b/api/node/__test__/eventloop.spec.mts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Test that the Slint event loop processes libuv's events. diff --git a/api/node/__test__/globals.spec.mts b/api/node/__test__/globals.spec.mts index baa5b734498..8d700101b1b 100644 --- a/api/node/__test__/globals.spec.mts +++ b/api/node/__test__/globals.spec.mts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import test from 'ava'; diff --git a/api/node/__test__/js_value_conversion.spec.mts b/api/node/__test__/js_value_conversion.spec.mts index c093d8d8523..50acde14b60 100644 --- a/api/node/__test__/js_value_conversion.spec.mts +++ b/api/node/__test__/js_value_conversion.spec.mts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import test from 'ava'; import * as path from 'node:path'; diff --git a/api/node/__test__/resources/error.slint b/api/node/__test__/resources/error.slint index c6c4b611b8c..acecd6bc1b1 100644 --- a/api/node/__test__/resources/error.slint +++ b/api/node/__test__/resources/error.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Error { out property bool> check: "Test"; diff --git a/api/node/__test__/resources/test-constructor.slint b/api/node/__test__/resources/test-constructor.slint index 5a1c721c698..9a4484d7b88 100644 --- a/api/node/__test__/resources/test-constructor.slint +++ b/api/node/__test__/resources/test-constructor.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Test { callback say_hello(); diff --git a/api/node/__test__/resources/test.slint b/api/node/__test__/resources/test.slint index 3c614b85c47..299f91d20cb 100644 --- a/api/node/__test__/resources/test.slint +++ b/api/node/__test__/resources/test.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Test { out property check: "Test"; diff --git a/api/node/__test__/types.spec.mts b/api/node/__test__/types.spec.mts index 22f96327d61..6aef7d234f9 100644 --- a/api/node/__test__/types.spec.mts +++ b/api/node/__test__/types.spec.mts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import test from 'ava'; diff --git a/api/node/__test__/window.spec.mts b/api/node/__test__/window.spec.mts index 57eb239d659..476e8641c5c 100644 --- a/api/node/__test__/window.spec.mts +++ b/api/node/__test__/window.spec.mts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import test from 'ava' diff --git a/api/node/build-on-demand.mjs b/api/node/build-on-demand.mjs index 6fdec0db782..988ef3ed9f1 100644 --- a/api/node/build-on-demand.mjs +++ b/api/node/build-on-demand.mjs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // This file checks if a binary package was installed (through architecture dependencies), and // builds slint if no binary was found. diff --git a/api/node/build.rs b/api/node/build.rs index 42d65d59cb7..432bc19f86c 100644 --- a/api/node/build.rs +++ b/api/node/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial fn main() { napi_build::setup(); diff --git a/api/node/index.ts b/api/node/index.ts index e6bce6dc1e2..990b0cf13c9 100644 --- a/api/node/index.ts +++ b/api/node/index.ts @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import * as napi from "./rust-module.cjs"; export { diff --git a/api/node/src/interpreter.rs b/api/node/src/interpreter.rs index 12712c3c2d9..3111e9078be 100644 --- a/api/node/src/interpreter.rs +++ b/api/node/src/interpreter.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial mod diagnostic; pub use diagnostic::*; diff --git a/api/node/src/interpreter/component_compiler.rs b/api/node/src/interpreter/component_compiler.rs index 937e68a2d18..5d039f3de53 100644 --- a/api/node/src/interpreter/component_compiler.rs +++ b/api/node/src/interpreter/component_compiler.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::collections::HashMap; use std::path::PathBuf; diff --git a/api/node/src/interpreter/component_definition.rs b/api/node/src/interpreter/component_definition.rs index cb99d645dc5..0f5e69818ea 100644 --- a/api/node/src/interpreter/component_definition.rs +++ b/api/node/src/interpreter/component_definition.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use napi::Result; use slint_interpreter::ComponentDefinition; diff --git a/api/node/src/interpreter/component_instance.rs b/api/node/src/interpreter/component_instance.rs index 9c8970dafe1..37a65405c07 100644 --- a/api/node/src/interpreter/component_instance.rs +++ b/api/node/src/interpreter/component_instance.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_compiler::langtype::Type; use i_slint_core::window::WindowInner; diff --git a/api/node/src/interpreter/diagnostic.rs b/api/node/src/interpreter/diagnostic.rs index 2fc283c42fb..9cefdc4905f 100644 --- a/api/node/src/interpreter/diagnostic.rs +++ b/api/node/src/interpreter/diagnostic.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use slint_interpreter::{Diagnostic, DiagnosticLevel}; diff --git a/api/node/src/interpreter/value.rs b/api/node/src/interpreter/value.rs index c13c32d8744..e6305119ae9 100644 --- a/api/node/src/interpreter/value.rs +++ b/api/node/src/interpreter/value.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::{ js_into_rust_model, rust_into_js_model, ReadOnlyRustModel, RgbaColor, SlintBrush, diff --git a/api/node/src/interpreter/window.rs b/api/node/src/interpreter/window.rs index ba0e2481064..66ffcd71bd1 100644 --- a/api/node/src/interpreter/window.rs +++ b/api/node/src/interpreter/window.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::types::{SlintPoint, SlintSize}; use i_slint_core::window::WindowAdapterRc; diff --git a/api/node/src/lib.rs b/api/node/src/lib.rs index fa47015fa71..b9d50fcee8c 100644 --- a/api/node/src/lib.rs +++ b/api/node/src/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial mod interpreter; pub use interpreter::*; diff --git a/api/node/src/types.rs b/api/node/src/types.rs index 4e805e841cb..0e0629f0b54 100644 --- a/api/node/src/types.rs +++ b/api/node/src/types.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial mod brush; pub use brush::*; diff --git a/api/node/src/types/brush.rs b/api/node/src/types/brush.rs index d91a20ae094..0d884815bb2 100644 --- a/api/node/src/types/brush.rs +++ b/api/node/src/types/brush.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::{graphics::GradientStop, Brush, Color}; use napi::{bindgen_prelude::External, Error, Result}; diff --git a/api/node/src/types/image_data.rs b/api/node/src/types/image_data.rs index 0ccc3405fab..e4e105a2809 100644 --- a/api/node/src/types/image_data.rs +++ b/api/node/src/types/image_data.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::vec; diff --git a/api/node/src/types/model.rs b/api/node/src/types/model.rs index e7f348e11f3..af49637d330 100644 --- a/api/node/src/types/model.rs +++ b/api/node/src/types/model.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::rc::Rc; diff --git a/api/node/src/types/point.rs b/api/node/src/types/point.rs index 9d9b0312803..7c94c2880a2 100644 --- a/api/node/src/types/point.rs +++ b/api/node/src/types/point.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use napi::{ bindgen_prelude::{FromNapiValue, Object}, diff --git a/api/node/src/types/size.rs b/api/node/src/types/size.rs index 86a77d7cf64..f226690da47 100644 --- a/api/node/src/types/size.rs +++ b/api/node/src/types/size.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use napi::{ bindgen_prelude::{FromNapiValue, Object}, diff --git a/api/python/Cargo.toml b/api/python/Cargo.toml index 7ca93e5bfee..350da2a243a 100644 --- a/api/python/Cargo.toml +++ b/api/python/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-python" diff --git a/api/python/README.md b/api/python/README.md index f42bf4f327d..afd4a0eb2b5 100644 --- a/api/python/README.md +++ b/api/python/README.md @@ -1,4 +1,4 @@ - + # Slint-python (Alpha) diff --git a/api/python/brush.rs b/api/python/brush.rs index 2643ca9e350..fc09ffce3c8 100644 --- a/api/python/brush.rs +++ b/api/python/brush.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use pyo3::prelude::*; diff --git a/api/python/errors.rs b/api/python/errors.rs index b3482ce5424..9d1e8ee4546 100644 --- a/api/python/errors.rs +++ b/api/python/errors.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use pyo3::PyErr; diff --git a/api/python/image.rs b/api/python/image.rs index 6e3d4104237..79b27cdbbe8 100644 --- a/api/python/image.rs +++ b/api/python/image.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use pyo3::prelude::*; diff --git a/api/python/interpreter.rs b/api/python/interpreter.rs index 7b8063537a2..3e83772b478 100644 --- a/api/python/interpreter.rs +++ b/api/python/interpreter.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::cell::RefCell; use std::collections::HashMap; diff --git a/api/python/lib.rs b/api/python/lib.rs index cdba9bf7088..9977547cf05 100644 --- a/api/python/lib.rs +++ b/api/python/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial mod image; mod interpreter; diff --git a/api/python/models.rs b/api/python/models.rs index a0f88f86a50..a09f5e97748 100644 --- a/api/python/models.rs +++ b/api/python/models.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::cell::RefCell; use std::rc::Rc; diff --git a/api/python/noxfile.py b/api/python/noxfile.py index cf60bfe6901..458f45905a6 100644 --- a/api/python/noxfile.py +++ b/api/python/noxfile.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import nox diff --git a/api/python/pyproject.toml b/api/python/pyproject.toml index 593fec07d72..32a9d07a558 100644 --- a/api/python/pyproject.toml +++ b/api/python/pyproject.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [build-system] requires = ["maturin>=1,<2"] diff --git a/api/python/slint/__init__.py b/api/python/slint/__init__.py index 06c06bf1a38..745907f7696 100644 --- a/api/python/slint/__init__.py +++ b/api/python/slint/__init__.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial from importlib.machinery import ModuleSpec import os diff --git a/api/python/slint/models.py b/api/python/slint/models.py index 12ea15ba80a..5ebedf6eca4 100644 --- a/api/python/slint/models.py +++ b/api/python/slint/models.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial from . import slint as native diff --git a/api/python/tests/test_brush.py b/api/python/tests/test_brush.py index 70805dbf929..d56a7b6e1ad 100644 --- a/api/python/tests/test_brush.py +++ b/api/python/tests/test_brush.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial from slint import slint as native diff --git a/api/python/tests/test_callback_decorators.py b/api/python/tests/test_callback_decorators.py index 38c8c6c7b3a..f3113829833 100644 --- a/api/python/tests/test_callback_decorators.py +++ b/api/python/tests/test_callback_decorators.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial from slint import load_file, CompileError import slint diff --git a/api/python/tests/test_compiler.py b/api/python/tests/test_compiler.py index ab6a016190e..0917d9bbcc2 100644 --- a/api/python/tests/test_compiler.py +++ b/api/python/tests/test_compiler.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import pytest from slint import slint as native diff --git a/api/python/tests/test_gc.py b/api/python/tests/test_gc.py index cdf0b57b092..79cd24ad9b8 100644 --- a/api/python/tests/test_gc.py +++ b/api/python/tests/test_gc.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial from slint import slint as native import weakref diff --git a/api/python/tests/test_instance.py b/api/python/tests/test_instance.py index 69d55265d4c..f31737301c6 100644 --- a/api/python/tests/test_instance.py +++ b/api/python/tests/test_instance.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import pytest from slint import slint as native diff --git a/api/python/tests/test_load_file.py b/api/python/tests/test_load_file.py index 5afd8654358..041dc2f6398 100644 --- a/api/python/tests/test_load_file.py +++ b/api/python/tests/test_load_file.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import pytest from slint import load_file, CompileError diff --git a/api/python/tests/test_load_file.slint b/api/python/tests/test_load_file.slint index 84166066f44..ecb48b2fe95 100644 --- a/api/python/tests/test_load_file.slint +++ b/api/python/tests/test_load_file.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global MyGlobal { in-out property global-prop: "This is global"; diff --git a/api/python/tests/test_loader.py b/api/python/tests/test_loader.py index 8ae24862551..2f77be5697e 100644 --- a/api/python/tests/test_loader.py +++ b/api/python/tests/test_loader.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import pytest from slint import slint as native diff --git a/api/python/tests/test_models.py b/api/python/tests/test_models.py index 41f62dc263b..384cf8e9cc7 100644 --- a/api/python/tests/test_models.py +++ b/api/python/tests/test_models.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial from slint import slint as native from slint import models as models diff --git a/api/python/tests/test_timers.py b/api/python/tests/test_timers.py index 1027fd04de0..f0c9d31c780 100644 --- a/api/python/tests/test_timers.py +++ b/api/python/tests/test_timers.py @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import pytest from slint import slint as native diff --git a/api/python/timer.rs b/api/python/timer.rs index f3a0c4f7b3e..4ee6ac74684 100644 --- a/api/python/timer.rs +++ b/api/python/timer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use pyo3::prelude::*; diff --git a/api/python/value.rs b/api/python/value.rs index 8d95d6310cb..f7f114899da 100644 --- a/api/python/value.rs +++ b/api/python/value.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use pyo3::prelude::*; use pyo3::types::{IntoPyDict, PyDict}; diff --git a/api/rs/build/Cargo.toml b/api/rs/build/Cargo.toml index a2dd2d7556b..162e16b75d0 100644 --- a/api/rs/build/Cargo.toml +++ b/api/rs/build/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-build" diff --git a/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/api/rs/build/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/api/rs/build/lib.rs b/api/rs/build/lib.rs index 4b9193dfdaf..baaade5771d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 86e8775f2d7..42393585c37 100644 --- a/api/rs/macros/Cargo.toml +++ b/api/rs/macros/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-macros" diff --git a/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/api/rs/macros/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/api/rs/macros/README.md b/api/rs/macros/README.md index 115f4c652b2..5aadd575fff 100644 --- a/api/rs/macros/README.md +++ b/api/rs/macros/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate for the [Slint project](https://slint.rs). This crate should **not be used directly** by applications using Slint. diff --git a/api/rs/macros/lib.rs b/api/rs/macros/lib.rs index b0243f7e61c..bb996202776 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell:ignore punct diff --git a/api/rs/slint/Cargo.toml b/api/rs/slint/Cargo.toml index 3328bda0123..b40d2bdb494 100644 --- a/api/rs/slint/Cargo.toml +++ b/api/rs/slint/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint" diff --git a/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/api/rs/slint/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/api/rs/slint/README.md b/api/rs/slint/README.md index cd2558daa4a..2b82e919fdd 100644 --- a/api/rs/slint/README.md +++ b/api/rs/slint/README.md @@ -1,4 +1,4 @@ - + # Slint diff --git a/api/rs/slint/android.rs b/api/rs/slint/android.rs index 07a066f0c52..bfb1c17b4c3 100644 --- a/api/rs/slint/android.rs +++ b/api/rs/slint/android.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Android backend. //! diff --git a/api/rs/slint/compile_fail_tests.rs b/api/rs/slint/compile_fail_tests.rs index 347f1167b94..555a3a8b3d2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 171de51ee0c..e51a1eb695c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![cfg(doc)] /*! diff --git a/api/rs/slint/lib.rs b/api/rs/slint/lib.rs index 1e1f6da7ef0..104a5379a83 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5c6dc1074d8..33d37933e48 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 fa13670378c..d04041c0e75 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use slint::platform::software_renderer::{ MinimalSoftwareWindow, PremultipliedRgbaColor, SoftwareRenderer, TargetPixel, diff --git a/api/rs/slint/tests/show_strongref.rs b/api/rs/slint/tests/show_strongref.rs index 916ff77f213..a6df94c3302 100644 --- a/api/rs/slint/tests/show_strongref.rs +++ b/api/rs/slint/tests/show_strongref.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use ::slint::slint; diff --git a/api/rs/slint/tests/simple_macro.rs b/api/rs/slint/tests/simple_macro.rs index 8f897ba2212..3dd5fb2ad3b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5205ea6faae..6388769ec29 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /// Code from https://doc.rust-lang.org/std/task/trait.Wake.html#examples mod executor { diff --git a/api/wasm-interpreter/Cargo.toml b/api/wasm-interpreter/Cargo.toml index e82bedc1cc0..11136a952dc 100644 --- a/api/wasm-interpreter/Cargo.toml +++ b/api/wasm-interpreter/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-wasm-interpreter" diff --git a/api/wasm-interpreter/src/lib.rs b/api/wasm-interpreter/src/lib.rs index f737689290f..b094017dc4d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5b9380d397c..6f9661f5786 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial include(CheckCXXSourceCompiles) diff --git a/cmake/FindOpenGLES3.cmake b/cmake/FindOpenGLES3.cmake index 6135657208a..bfb019b7c8f 100644 --- a/cmake/FindOpenGLES3.cmake +++ b/cmake/FindOpenGLES3.cmake @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial include(CheckCXXSourceCompiles) diff --git a/docker/Dockerfile.aarch64-unknown-linux-gnu b/docker/Dockerfile.aarch64-unknown-linux-gnu index 63f7110be4f..7151b5118c4 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 57524f0e82d..bc55f8d3ff7 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e3d68806d03..56f283061f2 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f8e1227c553..1e8cada5a11 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8a068217060..a115a9034a4 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0f96ac4c02b..56371c9bf47 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/README.md b/editors/README.md index 950ecca34f0..9b6b9655be8 100644 --- a/editors/README.md +++ b/editors/README.md @@ -1,4 +1,4 @@ - + # Editor Configuration for Slint diff --git a/editors/sublime/Slint.sublime-syntax b/editors/sublime/Slint.sublime-syntax index a2d81e6cf49..b3c03339f11 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial # See http://www.sublimetext.com/docs/3/syntax.html name: Slint diff --git a/editors/tree-sitter-slint/CONTRIBUTING.md b/editors/tree-sitter-slint/CONTRIBUTING.md index 12a33cbbeb7..921581a3317 100644 --- a/editors/tree-sitter-slint/CONTRIBUTING.md +++ b/editors/tree-sitter-slint/CONTRIBUTING.md @@ -1,4 +1,4 @@ - + # Contributing diff --git a/editors/tree-sitter-slint/README.md b/editors/tree-sitter-slint/README.md index 4a1ba512bff..8081b322487 100644 --- a/editors/tree-sitter-slint/README.md +++ b/editors/tree-sitter-slint/README.md @@ -1,4 +1,4 @@ - + # tree-sitter support for SLint diff --git a/editors/tree-sitter-slint/grammar.js b/editors/tree-sitter-slint/grammar.js index db2fe799e78..e0e72ef5682 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 010fbed8ffc..55e0bf3b5f6 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial # Usage: # ```sh diff --git a/editors/vscode/README.md b/editors/vscode/README.md index db6c6f0072f..127e641641e 100644 --- a/editors/vscode/README.md +++ b/editors/vscode/README.md @@ -1,4 +1,4 @@ - + # Slint for Visual Studio Code diff --git a/editors/vscode/esbuild.js b/editors/vscode/esbuild.js index eead466cb31..3588c5ab005 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1e9fe3fabbc..7a7d90529f4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import slint_init, * as slint_lsp from "../out/slint_lsp_wasm.js"; import slint_wasm_data from "../out/slint_lsp_wasm_bg.wasm"; diff --git a/editors/vscode/src/browser.ts b/editors/vscode/src/browser.ts index b8d1789a258..7799d8e3659 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4bf536ddb0a..9b048944d18 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore codespaces diff --git a/editors/vscode/src/extension.ts b/editors/vscode/src/extension.ts index 3ee018c2648..9c419040dc8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 89dfac01d8a..de50ee3e24e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore codicon diff --git a/editors/vscode/src/properties_webview.ts b/editors/vscode/src/properties_webview.ts index 95b25cc4b05..09ef5073aee 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 28ae700a9ee..bf3359b85fb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Uri } from "vscode"; diff --git a/editors/vscode/static/walkthroughs/welcome/show_preview.png.license b/editors/vscode/static/walkthroughs/welcome/show_preview.png.license index 95c2d7a5270..5b8c75ba624 100644 --- a/editors/vscode/static/walkthroughs/welcome/show_preview.png.license +++ b/editors/vscode/static/walkthroughs/welcome/show_preview.png.license @@ -1,2 +1,2 @@ Copyright © SixtyFPS GmbH -SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial diff --git a/examples/mcu-board-support/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/examples/mcu-board-support/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index 4225e094c5d..00000000000 --- a/examples/mcu-board-support/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/examples/mcu-board-support/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/examples/mcu-board-support/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..8a9df1ca583 --- /dev/null +++ b/examples/mcu-board-support/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/backends/android-activity/Cargo.toml b/internal/backends/android-activity/Cargo.toml index 2cc0d1f3c16..901d302552f 100644 --- a/internal/backends/android-activity/Cargo.toml +++ b/internal/backends/android-activity/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-android-activity" diff --git a/internal/backends/android-activity/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/backends/android-activity/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/internal/backends/android-activity/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/backends/android-activity/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/backends/android-activity/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/internal/backends/android-activity/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/backends/android-activity/README.md b/internal/backends/android-activity/README.md index 797d7c8a01f..d8f433533ac 100644 --- a/internal/backends/android-activity/README.md +++ b/internal/backends/android-activity/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). diff --git a/internal/backends/android-activity/androidwindowadapter.rs b/internal/backends/android-activity/androidwindowadapter.rs index 6c37e0d107c..e68a9c864f5 100644 --- a/internal/backends/android-activity/androidwindowadapter.rs +++ b/internal/backends/android-activity/androidwindowadapter.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use super::*; use crate::javahelper::{print_jni_error, JavaHelper}; diff --git a/internal/backends/android-activity/build.rs b/internal/backends/android-activity/build.rs index 0097011152d..ab002f95739 100644 --- a/internal/backends/android-activity/build.rs +++ b/internal/backends/android-activity/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::path::PathBuf; use std::process::Command; diff --git a/internal/backends/android-activity/java/SlintAndroidJavaHelper.java b/internal/backends/android-activity/java/SlintAndroidJavaHelper.java index b9f3795f417..de56dcd00fb 100644 --- a/internal/backends/android-activity/java/SlintAndroidJavaHelper.java +++ b/internal/backends/android-activity/java/SlintAndroidJavaHelper.java @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import android.view.ActionMode; import android.view.Menu; diff --git a/internal/backends/android-activity/javahelper.rs b/internal/backends/android-activity/javahelper.rs index c3479ed90f3..b9a3f98bf1c 100644 --- a/internal/backends/android-activity/javahelper.rs +++ b/internal/backends/android-activity/javahelper.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use super::*; use i_slint_core::api::{PhysicalPosition, PhysicalSize}; diff --git a/internal/backends/android-activity/lib.rs b/internal/backends/android-activity/lib.rs index 4a8396a8d03..8f979e9116c 100644 --- a/internal/backends/android-activity/lib.rs +++ b/internal/backends/android-activity/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/backends/linuxkms/Cargo.toml b/internal/backends/linuxkms/Cargo.toml index fac17c90473..57f59b81446 100644 --- a/internal/backends/linuxkms/Cargo.toml +++ b/internal/backends/linuxkms/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-linuxkms" diff --git a/internal/backends/linuxkms/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/backends/linuxkms/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/internal/backends/linuxkms/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/backends/linuxkms/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/backends/linuxkms/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/internal/backends/linuxkms/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/backends/linuxkms/README.md b/internal/backends/linuxkms/README.md index 3f6e7b9f7bc..560f37e6b8a 100644 --- a/internal/backends/linuxkms/README.md +++ b/internal/backends/linuxkms/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/linuxkms/calloop_backend.rs b/internal/backends/linuxkms/calloop_backend.rs index f72cafff653..2ef6d6fcb42 100644 --- a/internal/backends/linuxkms/calloop_backend.rs +++ b/internal/backends/linuxkms/calloop_backend.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::cell::RefCell; #[cfg(not(feature = "libseat"))] diff --git a/internal/backends/linuxkms/calloop_backend/input.rs b/internal/backends/linuxkms/calloop_backend/input.rs index bb74bcb4e2b..1cea7408106 100644 --- a/internal/backends/linuxkms/calloop_backend/input.rs +++ b/internal/backends/linuxkms/calloop_backend/input.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! This module contains the code to receive input events from libinput diff --git a/internal/backends/linuxkms/display.rs b/internal/backends/linuxkms/display.rs index 77e8776965b..be0482603e8 100644 --- a/internal/backends/linuxkms/display.rs +++ b/internal/backends/linuxkms/display.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::api::PhysicalSize; use i_slint_core::platform::PlatformError; diff --git a/internal/backends/linuxkms/display/gbmdisplay.rs b/internal/backends/linuxkms/display/gbmdisplay.rs index 8159310b7db..a88c2bfbf64 100644 --- a/internal/backends/linuxkms/display/gbmdisplay.rs +++ b/internal/backends/linuxkms/display/gbmdisplay.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use drm::control::Device; use gbm::AsRaw; diff --git a/internal/backends/linuxkms/display/swdisplay.rs b/internal/backends/linuxkms/display/swdisplay.rs index 63b3906598a..498bc74ab8c 100644 --- a/internal/backends/linuxkms/display/swdisplay.rs +++ b/internal/backends/linuxkms/display/swdisplay.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::cell::RefCell; diff --git a/internal/backends/linuxkms/display/vulkandisplay.rs b/internal/backends/linuxkms/display/vulkandisplay.rs index 07b21be9b39..e133f574681 100644 --- a/internal/backends/linuxkms/display/vulkandisplay.rs +++ b/internal/backends/linuxkms/display/vulkandisplay.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::api::PhysicalSize as PhysicalWindowSize; use i_slint_core::platform::PlatformError; diff --git a/internal/backends/linuxkms/drmoutput.rs b/internal/backends/linuxkms/drmoutput.rs index 19663cc7198..22097cfede4 100644 --- a/internal/backends/linuxkms/drmoutput.rs +++ b/internal/backends/linuxkms/drmoutput.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::cell::{Cell, RefCell}; use std::os::fd::{AsFd, BorrowedFd, OwnedFd}; diff --git a/internal/backends/linuxkms/fullscreenwindowadapter.rs b/internal/backends/linuxkms/fullscreenwindowadapter.rs index 1fa028eb266..ee484fed7a6 100644 --- a/internal/backends/linuxkms/fullscreenwindowadapter.rs +++ b/internal/backends/linuxkms/fullscreenwindowadapter.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! This module contains the window adapter implementation to communicate between Slint and Vulkan + libinput diff --git a/internal/backends/linuxkms/lib.rs b/internal/backends/linuxkms/lib.rs index 92cb3b76513..bb62ed0faa2 100644 --- a/internal/backends/linuxkms/lib.rs +++ b/internal/backends/linuxkms/lib.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] #![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")] diff --git a/internal/backends/linuxkms/noop_backend.rs b/internal/backends/linuxkms/noop_backend.rs index 23cee70817c..7dc2fda5773 100644 --- a/internal/backends/linuxkms/noop_backend.rs +++ b/internal/backends/linuxkms/noop_backend.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::platform::PlatformError; pub struct Backend {} diff --git a/internal/backends/linuxkms/renderer/femtovg.rs b/internal/backends/linuxkms/renderer/femtovg.rs index 61e6dd3d5d3..d461219de73 100644 --- a/internal/backends/linuxkms/renderer/femtovg.rs +++ b/internal/backends/linuxkms/renderer/femtovg.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::{num::NonZeroU32, rc::Rc}; diff --git a/internal/backends/linuxkms/renderer/skia.rs b/internal/backends/linuxkms/renderer/skia.rs index e51d7160d3c..b992f2543f8 100644 --- a/internal/backends/linuxkms/renderer/skia.rs +++ b/internal/backends/linuxkms/renderer/skia.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::rc::Rc; diff --git a/internal/backends/qt/Cargo.toml b/internal/backends/qt/Cargo.toml index 82d621b6392..54c79b042c5 100644 --- a/internal/backends/qt/Cargo.toml +++ b/internal/backends/qt/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-qt" diff --git a/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/internal/backends/qt/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/backends/qt/README.md b/internal/backends/qt/README.md index 3f6e7b9f7bc..560f37e6b8a 100644 --- a/internal/backends/qt/README.md +++ b/internal/backends/qt/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/qt/accessible_generated.rs b/internal/backends/qt/accessible_generated.rs index 8be5348c6ba..80594f29387 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! Generated with Qt5 and ```sh diff --git a/internal/backends/qt/build.rs b/internal/backends/qt/build.rs index 34b32e9812d..6f62a21288b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore listviewitem stylemetrics diff --git a/internal/backends/qt/key_generated.rs b/internal/backends/qt/key_generated.rs index dbd5e8ec539..f5fd4d13e7d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! Generated with Qt5 and ```sh diff --git a/internal/backends/qt/lib.rs b/internal/backends/qt/lib.rs index 078a512dac5..d924a1ecfdf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ce5595dfc30..a386f62739c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2ddecc9c6d9..4f72bafc857 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! diff --git a/internal/backends/qt/qt_widgets/button.rs b/internal/backends/qt/qt_widgets/button.rs index 8943c830799..163e60d4d3d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c9f2fe72cdb..9c7f60003df 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f1fe5a1028f..35d043ce24b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e07cf951cea..4c1eb54eab8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9f2f1d559d3..dee92af3d1e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7b7dda8f0bd..f04e8bb5719 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::input::FocusEventResult; diff --git a/internal/backends/qt/qt_widgets/palette.rs b/internal/backends/qt/qt_widgets/palette.rs index 55e9182e481..19b3fbad7d8 100644 --- a/internal/backends/qt/qt_widgets/palette.rs +++ b/internal/backends/qt/qt_widgets/palette.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore deinit diff --git a/internal/backends/qt/qt_widgets/progress_indicator.rs b/internal/backends/qt/qt_widgets/progress_indicator.rs index cc8410c9b95..e4beb73a4ba 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a130825adc8..dcd17c17b30 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e8bbae65682..1c909d25cc9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::{ input::key_codes, diff --git a/internal/backends/qt/qt_widgets/spinbox.rs b/internal/backends/qt/qt_widgets/spinbox.rs index deb56934e29..d36d6194be7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0d1813d44cd..da1e8e5bbd3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d147fc5969b..41acbca1842 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cd3533c9c9b..210c03d6704 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5ee7b6654f1..fd4fd38d6b1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore frameless qbrush qpointf qreal qwidgetsize svgz diff --git a/internal/backends/selector/Cargo.toml b/internal/backends/selector/Cargo.toml index 32250e24c15..8a056fd3652 100644 --- a/internal/backends/selector/Cargo.toml +++ b/internal/backends/selector/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-selector" diff --git a/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/internal/backends/selector/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/backends/selector/README.md b/internal/backends/selector/README.md index 6b45af948ff..f8728aab72b 100644 --- a/internal/backends/selector/README.md +++ b/internal/backends/selector/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/selector/build.rs b/internal/backends/selector/build.rs index 18accd7f711..5a9a9db78ed 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::path::Path; diff --git a/internal/backends/selector/lib.rs b/internal/backends/selector/lib.rs index 9e1f78bfcf2..48a166cac15 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 29cb89ef90c..bbc12c89422 100644 --- a/internal/backends/testing/Cargo.toml +++ b/internal/backends/testing/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-testing" diff --git a/internal/backends/testing/README.md b/internal/backends/testing/README.md index 90eaf15c75b..faf4cb083a5 100644 --- a/internal/backends/testing/README.md +++ b/internal/backends/testing/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/testing/ffi.rs b/internal/backends/testing/ffi.rs index ea94698c3b0..b48e8adc154 100644 --- a/internal/backends/testing/ffi.rs +++ b/internal/backends/testing/ffi.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::accessibility::AccessibleStringProperty; use i_slint_core::item_tree::{ItemTreeRc, ItemWeak}; diff --git a/internal/backends/testing/internal_tests.rs b/internal/backends/testing/internal_tests.rs index a711b99fbdf..3105ef71bf0 100644 --- a/internal/backends/testing/internal_tests.rs +++ b/internal/backends/testing/internal_tests.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! This module contains helper functions that are used for our internal tests within Slint diff --git a/internal/backends/testing/lib.rs b/internal/backends/testing/lib.rs index 8591419bec1..fea181ffe6b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/search_api.rs b/internal/backends/testing/search_api.rs index ca0f3f5dbcd..c2e66fc4829 100644 --- a/internal/backends/testing/search_api.rs +++ b/internal/backends/testing/search_api.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::accessibility::{AccessibilityAction, AccessibleStringProperty}; use i_slint_core::item_tree::{ItemTreeRc, ItemVisitorResult, ItemWeak, TraversalOrder}; diff --git a/internal/backends/testing/testing_backend.rs b/internal/backends/testing/testing_backend.rs index 5ef6e0015eb..dfccc141cd6 100644 --- a/internal/backends/testing/testing_backend.rs +++ b/internal/backends/testing/testing_backend.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::api::PhysicalSize; use i_slint_core::graphics::euclid::{Point2D, Size2D}; diff --git a/internal/backends/winit/Cargo.toml b/internal/backends/winit/Cargo.toml index b81398ca908..9056ad0df01 100644 --- a/internal/backends/winit/Cargo.toml +++ b/internal/backends/winit/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-backend-winit" diff --git a/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/internal/backends/winit/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/backends/winit/README.md b/internal/backends/winit/README.md index d27db62fe1c..9128b92bcb8 100644 --- a/internal/backends/winit/README.md +++ b/internal/backends/winit/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/backends/winit/accesskit.rs b/internal/backends/winit/accesskit.rs index 406631d1e06..9dcca40ad62 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 657c745fd33..7fb11780521 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b097bc31f7e..82872406622 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![warn(missing_docs)] /*! diff --git a/internal/backends/winit/lib.rs b/internal/backends/winit/lib.rs index 6f7d27102b6..1352337cdcc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8c8a31abe50..66f5d0e8e76 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::rc::Rc; diff --git a/internal/backends/winit/renderer/femtovg/glcontext.rs b/internal/backends/winit/renderer/femtovg/glcontext.rs index f1022b58df9..06b53edd4f4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::{num::NonZeroU32, rc::Rc}; diff --git a/internal/backends/winit/renderer/skia.rs b/internal/backends/winit/renderer/skia.rs index cb1e998573f..ce4aabf49a1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::rc::Rc; diff --git a/internal/backends/winit/renderer/sw.rs b/internal/backends/winit/renderer/sw.rs index b966eb646d6..7f584708d51 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9961bdb0669..02bfe0dc270 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1d6a3f0fa17..9fc5a42ca55 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1f1f2444b27..41d54f247a5 100644 --- a/internal/common/Cargo.toml +++ b/internal/common/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-common" diff --git a/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index 4225e094c5d..00000000000 --- a/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..8a9df1ca583 --- /dev/null +++ b/internal/common/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/common/README.md b/internal/common/README.md index 2d28af5ab61..76f93200a39 100644 --- a/internal/common/README.md +++ b/internal/common/README.md @@ -1,4 +1,4 @@ - + This crate contains internal data structures and code that is shared between the i-slint-core and the i-slint-compiler crates. diff --git a/internal/common/builtin_structs.rs b/internal/common/builtin_structs.rs index 41dc9da21de..ee19dd787da 100644 --- a/internal/common/builtin_structs.rs +++ b/internal/common/builtin_structs.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! This module contains all builtin structures exposed in the .slint language. diff --git a/internal/common/enums.rs b/internal/common/enums.rs index c1e93213f21..fb4f1805cfa 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7f858c8b4e4..1441c727418 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8020c17cb10..79739283940 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 df55d853b56..c8c80bcde09 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::cell::RefCell; diff --git a/internal/common/sharedfontdb/fontconfig.rs b/internal/common/sharedfontdb/fontconfig.rs index 1ae3575bc5e..6c4f19a182e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![allow(unsafe_code)] diff --git a/internal/compiler/Cargo.toml b/internal/compiler/Cargo.toml index cbe9146f0ab..6e34ec569e9 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-compiler" diff --git a/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index 4225e094c5d..00000000000 --- a/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..8a9df1ca583 --- /dev/null +++ b/internal/compiler/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/compiler/README.md b/internal/compiler/README.md index c584ba39687..d5c1b04dad8 100644 --- a/internal/compiler/README.md +++ b/internal/compiler/README.md @@ -1,4 +1,4 @@ - + # The Slint Compiler Library diff --git a/internal/compiler/build.rs b/internal/compiler/build.rs index bc844bab680..000f5b2608f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::fs::read_dir; use std::io::{BufWriter, Write}; diff --git a/internal/compiler/builtin_macros.rs b/internal/compiler/builtin_macros.rs index 7c9acd4b8b0..635627e2c24 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 dd7d98d7aed..7e3cc543f21 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore langtype typeregister diff --git a/internal/compiler/diagnostics.rs b/internal/compiler/diagnostics.rs index 86228a7b3c8..5599ed047e9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e9f65503129..cf341389ede 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3680ee4ae46..d8c60153480 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7200dda4b08..6a7476bdf76 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::borrow::Cow; diff --git a/internal/compiler/generator.rs b/internal/compiler/generator.rs index f39eefcd434..91d18a8fc31 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6741d348390..3e10e5f57e6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6f5b234d04c..44b7c974866 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore conv gdata powf punct vref diff --git a/internal/compiler/langtype.rs b/internal/compiler/langtype.rs index a44458b27fd..ef703b24eac 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4acd2c4f1c4..e01b51fec52 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 56d812e3158..b06d50789e5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 eb8ff1dcbee..ec3466a716e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e3d2d06e70e..3cce14a5911 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 acaa76b5dcf..e2e35ce5e7b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! The Low Level Representation module diff --git a/internal/compiler/llr/expression.rs b/internal/compiler/llr/expression.rs index 70cf48682a6..70212ca0a10 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use super::PropertyReference; use crate::expression_tree::{BuiltinFunction, MinMaxOp, OperatorClass}; diff --git a/internal/compiler/llr/item_tree.rs b/internal/compiler/llr/item_tree.rs index 8887c13254f..59c2f832839 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 be28b25a407..879c9b036dd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 70c670378e9..1ee1fa59e63 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 924d7f189d6..f6a09d65e5b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e8fcdd46679..52d7fe7876b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 69242e17b27..e8a714e5f4d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 bb158760763..3a0d0bcdc39 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9a6b8b65bec..229f2c11736 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Helper to do lookup in expressions diff --git a/internal/compiler/namedreference.rs b/internal/compiler/namedreference.rs index 6d72551d445..fd0d34decf4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1c197b2ce84..6c0e824376c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 088cadc9c24..99db7b136e3 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-parser-test-macro" diff --git a/internal/compiler/parser-test-macro/README.md b/internal/compiler/parser-test-macro/README.md index 1ae39b660de..6cd4ffed5fe 100644 --- a/internal/compiler/parser-test-macro/README.md +++ b/internal/compiler/parser-test-macro/README.md @@ -1,4 +1,4 @@ - + parser_test: a proc macro attribute that generate tests for the parser functions diff --git a/internal/compiler/parser-test-macro/lib.rs b/internal/compiler/parser-test-macro/lib.rs index 6f5ef8274c0..1c2c56a010f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 82c34e14c4b..c79084e9da1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! The Slint Language Parser diff --git a/internal/compiler/parser/document.rs b/internal/compiler/parser/document.rs index 1980e7dea3e..2a3c40c0a86 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b5d2d6493bd..5702c759ceb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1e179f9e382..4059ab24ec0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cc6098ea0e6..388815c1627 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5439f9dc681..cf61077fbfe 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 45dbeacebcc..3d01b6ca391 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e9926e699fe..74c2393c884 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e760e9b6ae1..333cb8a5f9e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Compute binding analysis and attempt to find binding loops diff --git a/internal/compiler/passes/border_radius.rs b/internal/compiler/passes/border_radius.rs index cd6550b9807..e96791fb72e 100644 --- a/internal/compiler/passes/border_radius.rs +++ b/internal/compiler/passes/border_radius.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Pass that applies the default border-radius to border-top|bottom-left|right-radius. diff --git a/internal/compiler/passes/check_expressions.rs b/internal/compiler/passes/check_expressions.rs index aaac22d9d9d..b2e5ed1df33 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 984865254d4..ed58335152c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f8a62711ebc..d968ad2e20b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1c9fa7b26a5..a0b2a22a1bb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 626d8341038..5b090d153a3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 52309a951a9..4bee81ae9db 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8f98ef0fb9f..df95e83ec87 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 bb91b7c072a..2df8be5affb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a35d685903d..91109a3d959 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6c873d89c75..25e9ad166e7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 dbafde5ca70..85f160f189b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f07d37f3870..bb5bd5da655 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 38defdb29ae..e2f13e64e20 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1091e9cac6d..eaa2d7d8c4d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b7800033db1..687ac737a94 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ba5f50eea23..1609f3a4be3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1488ce2dc5d..d5a6018e94f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Flickable pass //! diff --git a/internal/compiler/passes/focus_handling.rs b/internal/compiler/passes/focus_handling.rs index 8aaf7591ddc..cb9e46b0e2e 100644 --- a/internal/compiler/passes/focus_handling.rs +++ b/internal/compiler/passes/focus_handling.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! 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 9e33cac18e8..6bae7fe992c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b9cad97cb78..d005b64998a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ee7466d7cc7..f14d5265bb0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 60dc27e1804..20ffc2e652b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9e26464d22c..9526f50fea8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Pass that lowers synthetic `accessible-*` properties diff --git a/internal/compiler/passes/lower_component_container.rs b/internal/compiler/passes/lower_component_container.rs index e62d8f3a4ad..e6c315fa52d 100644 --- a/internal/compiler/passes/lower_component_container.rs +++ b/internal/compiler/passes/lower_component_container.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::diagnostics::BuildDiagnostics; use crate::langtype::ElementType; diff --git a/internal/compiler/passes/lower_layout.rs b/internal/compiler/passes/lower_layout.rs index b2933f1b067..e9b6458f281 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 72a9cea5fe8..c9f6de0d0e1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f5f7de0f394..2a867ec7f32 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6e82ad71af7..b6ac5450ec1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d90bf8e2a47..ce145a5b78f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0159838c73e..99f415611d0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 688a5d876b4..df6750ea0c7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0cbbbc877a2..80ede51dc6f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3fe6afc5813..11f84dd6827 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cb9639c07b3..6ad16545ead 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f92c914ed36..0ce2fe4b88f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::collections::HashSet; diff --git a/internal/compiler/passes/remove_aliases.rs b/internal/compiler/passes/remove_aliases.rs index 5e5f2b823a8..09a8fa138e0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! This pass removes the property used in a two ways bindings diff --git a/internal/compiler/passes/remove_return.rs b/internal/compiler/passes/remove_return.rs index 7c0cedaa61e..fa5ccc58a8d 100644 --- a/internal/compiler/passes/remove_return.rs +++ b/internal/compiler/passes/remove_return.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::collections::{BTreeMap, HashMap}; diff --git a/internal/compiler/passes/remove_unused_properties.rs b/internal/compiler/passes/remove_unused_properties.rs index 30e4ce109a3..e6b0123c626 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ce497a98527..87e207dfba1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a8a699b3ac2..1ee5744b766 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5da5c11681d..9db8dcff74f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 975e34458e1..8350844f802 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 698e850d2ba..49fb4a0fda9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ed3fea5389e..672350da8aa 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! re-order the children by their z-order */ diff --git a/internal/compiler/pathutils.rs b/internal/compiler/pathutils.rs index 03e722b7a9f..ecb6abef3d4 100644 --- a/internal/compiler/pathutils.rs +++ b/internal/compiler/pathutils.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Reimplement some Path handling code: The one in `std` is not available //! when running in WASM! diff --git a/internal/compiler/tests/consistent_styles.rs b/internal/compiler/tests/consistent_styles.rs index 99a8d0b7aa5..60f90a55446 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 fa9237cb45c..b4fcdd4baa3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 99dc3c2854e..ee60449cf7a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3c51afa5d54..d341969896e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 61e53f05875..51ae68853bc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 747dbc8a723..b8d55805120 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c120e08e886..384624a3eae 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9fa3fa27d65..342b4a2d521 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d41123b0bd2..a86b57a36b4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3e0bef9e62a..d4459232460 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3f619f9bf00..909c4e4dcf4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f161b28f224..1cc0bb9b210 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f501fef2086..f27127ed1c0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9422fcbfaae..d79762db21b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 99c9d90094e..2e9a9ba34a6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ecd4345e770..b4012bc199d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4257c5f3d4d..d78aa549e82 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a4afd7249f6..199142c69d0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3692b37d5be..ffd65a7f1d0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6088fb0dcc2..e3208d80073 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // comment diff --git a/internal/compiler/tests/syntax/basic/dialog.slint b/internal/compiler/tests/syntax/basic/dialog.slint index 8477a69c427..ca2147fc5e2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 74d87340ba4..85357ca1664 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cb72a48211f..02d17a9cc9b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0bed1569d0a..f95a7646ba1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2dcb4dd2306..8faaaafaac9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f251b014fb8..bb17487587b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6e4cae198fa..1684ac5cc3f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6d5703ebfe7..ae1892c3147 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial diff --git a/internal/compiler/tests/syntax/basic/enums.slint b/internal/compiler/tests/syntax/basic/enums.slint index 9566de21894..b956647b251 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f1e7a8998ee..6a820dc1a91 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d11e2e52dc3..1334882edbf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f69c8fe5025..f93d07b1e8a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f55b85f6f38..4a50aa1de63 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 22be6c7b2f0..dc23db35ebb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e1a3efd705f..ae47614784f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 21c0695d820..ed0c943e7f1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 142236845d5..b1917ab0b4e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 10369dfa739..97e33971472 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cbe7d1606fb..9abc3339ca6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c3deef4e23f..fbed065fae4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6f40f1b8467..a66978506c7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 fdb0c157d98..d4701399493 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 57e08bea18c..6e23f215c55 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b49057b6f00..f66bb6468ea 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 94c29989395..b0a35a1b71f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9612ef34aab..89fe7f6d56c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6a6a75729cd..36b48d3d51a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c416f40a9a8..4fc6f9433e7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 18700feef05..27f205b3326 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f67f7187a43..61b39f5cc35 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d4eebebb499..87b8030e85b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 88b483ee8d3..b3eeedd6c48 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b22c8b4deaf..ef9eab72d3f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d959d707b72..0100cf57415 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5cb9435d8f6..6ccc9300941 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1e5165c06e6..12f7ffbee23 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cdb299021f1..a2af03faa80 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cd799bd7b4e..93834edec05 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 dc5ab66f554..fff7304b17d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0dffeb93781..8f41813c8cf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4da28784a86..2f207fad6d1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component X { property t1: @tr(boo); diff --git a/internal/compiler/tests/syntax/basic/tr2.slint b/internal/compiler/tests/syntax/basic/tr2.slint index e5ede6a15d1..3bdcefc3df6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component 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 457ee5cdb63..a16e7342348 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9315268ac6a..8bb1c97b448 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 20b3b332269..2fc7ce25fae 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial global Singleton := { callback init; diff --git a/internal/compiler/tests/syntax/callbacks/property-changes.slint b/internal/compiler/tests/syntax/callbacks/property-changes.slint index eedaf06afa2..dd91be20d8f 100644 --- a/internal/compiler/tests/syntax/callbacks/property-changes.slint +++ b/internal/compiler/tests/syntax/callbacks/property-changes.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Sub { in-out property zoo; diff --git a/internal/compiler/tests/syntax/elements/component_container.slint b/internal/compiler/tests/syntax/elements/component_container.slint index d9ee4e670d4..51cd5dc039c 100644 --- a/internal/compiler/tests/syntax/elements/component_container.slint +++ b/internal/compiler/tests/syntax/elements/component_container.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Foo inherits Rectangle { ComponentContainer { diff --git a/internal/compiler/tests/syntax/elements/listview.slint b/internal/compiler/tests/syntax/elements/listview.slint index b86becf5518..1acfa698e36 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 82f00f717fd..c6d0b7ce4e0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Bar { diff --git a/internal/compiler/tests/syntax/elements/popup2.slint b/internal/compiler/tests/syntax/elements/popup2.slint index 7dd2424dd8b..48333eec9ff 100644 --- a/internal/compiler/tests/syntax/elements/popup2.slint +++ b/internal/compiler/tests/syntax/elements/popup2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component MyPopup inherits PopupWindow {} diff --git a/internal/compiler/tests/syntax/elements/tabwidget.slint b/internal/compiler/tests/syntax/elements/tabwidget.slint index 3c24364413e..ad803d34b2e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e7caaac8667..be62c211abd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e3a3c8aef85..166ef5e0a43 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e09a4594627..365b647e22c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1f0cca1b7e6..b67594a8028 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 89ee71ac0e4..8dc91cc6fb6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 814422f37ce..7128b47de43 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 df49d20479e..af678227184 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 578c72e7a23..212d91600e0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 07d2904c221..4ef58a2f6da 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { property p1: 3s + 1ms; diff --git a/internal/compiler/tests/syntax/expressions/clamp.slint b/internal/compiler/tests/syntax/expressions/clamp.slint index e9d5ccfe168..faf5c3ee631 100644 --- a/internal/compiler/tests/syntax/expressions/clamp.slint +++ b/internal/compiler/tests/syntax/expressions/clamp.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SuperSimple { property ok1: clamp(42, 42, 42); diff --git a/internal/compiler/tests/syntax/expressions/comparison_operator.slint b/internal/compiler/tests/syntax/expressions/comparison_operator.slint index 8b8d59003f7..12f675a4b8d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 dc547542d56..4cc08a0ae2d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export SuperSimple := Rectangle { background: area.pressed ? green : blue; diff --git a/internal/compiler/tests/syntax/expressions/image-url.slint b/internal/compiler/tests/syntax/expressions/image-url.slint index 1e43a732573..7f5d76f90b3 100644 --- a/internal/compiler/tests/syntax/expressions/image-url.slint +++ b/internal/compiler/tests/syntax/expressions/image-url.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SuperSimple { property i1: @image-url("hello.png"); diff --git a/internal/compiler/tests/syntax/expressions/image-url2.slint b/internal/compiler/tests/syntax/expressions/image-url2.slint index 66675cc2ac6..359f0ad5047 100644 --- a/internal/compiler/tests/syntax/expressions/image-url2.slint +++ b/internal/compiler/tests/syntax/expressions/image-url2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SuperSimple { property i17: @image-url("foo", nine-slice(1px)); diff --git a/internal/compiler/tests/syntax/expressions/math-macro.slint b/internal/compiler/tests/syntax/expressions/math-macro.slint index 7a2cbad0204..5b9d3ee9da3 100644 --- a/internal/compiler/tests/syntax/expressions/math-macro.slint +++ b/internal/compiler/tests/syntax/expressions/math-macro.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Foo { diff --git a/internal/compiler/tests/syntax/expressions/minmax.slint b/internal/compiler/tests/syntax/expressions/minmax.slint index 310b0786608..4a83df2e9fa 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial global Plop := { property x: max; diff --git a/internal/compiler/tests/syntax/expressions/percent2.slint b/internal/compiler/tests/syntax/expressions/percent2.slint index 2a06086018e..5027dfbcda7 100644 --- a/internal/compiler/tests/syntax/expressions/percent2.slint +++ b/internal/compiler/tests/syntax/expressions/percent2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Foo { diff --git a/internal/compiler/tests/syntax/expressions/strings.slint b/internal/compiler/tests/syntax/expressions/strings.slint index c144a3f3b32..21903716dfb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 88fdf93e319..4717e02ff3f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3cc22c0f762..8a08a6fd2f9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export X := Rectangle { forward-focus: nothingness; diff --git a/internal/compiler/tests/syntax/focus/focus_not_called.slint b/internal/compiler/tests/syntax/focus/focus_not_called.slint index 2021cea1201..506816c2c74 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component BadOne { diff --git a/internal/compiler/tests/syntax/focus/focus_wrong_args.slint b/internal/compiler/tests/syntax/focus/focus_wrong_args.slint index ec0ddb045f9..3347697c48b 100644 --- a/internal/compiler/tests/syntax/focus/focus_wrong_args.slint +++ b/internal/compiler/tests/syntax/focus/focus_wrong_args.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial 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 e08d0d1cfb4..8af4eca37ce 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export X := Rectangle { diff --git a/internal/compiler/tests/syntax/functions/function_double_qualified.slint b/internal/compiler/tests/syntax/functions/function_double_qualified.slint index 5f7c772a5a1..c6bad95766c 100644 --- a/internal/compiler/tests/syntax/functions/function_double_qualified.slint +++ b/internal/compiler/tests/syntax/functions/function_double_qualified.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Err { diff --git a/internal/compiler/tests/syntax/functions/functions.slint b/internal/compiler/tests/syntax/functions/functions.slint index e59c5ae9565..507a7e11398 100644 --- a/internal/compiler/tests/syntax/functions/functions.slint +++ b/internal/compiler/tests/syntax/functions/functions.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial 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 115f39c4ac4..9b5987477b0 100644 --- a/internal/compiler/tests/syntax/functions/functions_call.slint +++ b/internal/compiler/tests/syntax/functions/functions_call.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial global Glob { function g1() {} diff --git a/internal/compiler/tests/syntax/functions/functions_purity.slint b/internal/compiler/tests/syntax/functions/functions_purity.slint index 9e359fa206c..0d9b083b579 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Foo { property prop; diff --git a/internal/compiler/tests/syntax/functions/functions_purity_recursive_5220.slint b/internal/compiler/tests/syntax/functions/functions_purity_recursive_5220.slint index 72ae2a45b30..09eba51f341 100644 --- a/internal/compiler/tests/syntax/functions/functions_purity_recursive_5220.slint +++ b/internal/compiler/tests/syntax/functions/functions_purity_recursive_5220.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component App inherits Window{ background: blue; diff --git a/internal/compiler/tests/syntax/imports/bug_2719.slint b/internal/compiler/tests/syntax/imports/bug_2719.slint index aad43ac93aa..1f00922ae18 100644 --- a/internal/compiler/tests/syntax/imports/bug_2719.slint +++ b/internal/compiler/tests/syntax/imports/bug_2719.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Qq } from "../../typeloader/incpath/bug_2719_import.slint"; diff --git a/internal/compiler/tests/syntax/imports/bug_3674_alias-from-broken-import.slint b/internal/compiler/tests/syntax/imports/bug_3674_alias-from-broken-import.slint index 20669f744db..f41ca8b6be0 100644 --- a/internal/compiler/tests/syntax/imports/bug_3674_alias-from-broken-import.slint +++ b/internal/compiler/tests/syntax/imports/bug_3674_alias-from-broken-import.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Bug } from "../../typeloader/incpath/bug_3674_alias_from_invalid_import.slint"; diff --git a/internal/compiler/tests/syntax/imports/cyclic_import.slint b/internal/compiler/tests/syntax/imports/cyclic_import.slint index eabf0c88932..dbc14a48be4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 874b56ffb04..3bfefd665f9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 874d18d1fa6..9022cc3c556 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ec5f1b6e495..df61366a144 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d0a32413ffd..34ae4a7290e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d7a16b50755..a41cafe50c1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a6196d96cec..e0c77fd89ab 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3c8bd6dfb5d..30493a4a4b6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 85479ed33e8..656a60bbd61 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 926862b41e6..518855091f2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 234e985147a..62a8bf255c7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1177dc9cca7..964b9df01f7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a2d4a00c260..45f45fbb2ba 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 89807cc69a6..86fa762ccfa 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9702c8c7c4d..643ca77b7ff 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b9982085e5b..29a24dd9d1d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export Test := Rectangle { property condition; diff --git a/internal/compiler/tests/syntax/layout/if_in_grid_row.slint b/internal/compiler/tests/syntax/layout/if_in_grid_row.slint index 61f92d922f8..7d00ae613a2 100644 --- a/internal/compiler/tests/syntax/layout/if_in_grid_row.slint +++ b/internal/compiler/tests/syntax/layout/if_in_grid_row.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Test { 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 13574ffb518..af00332f80c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export Test := Rectangle { diff --git a/internal/compiler/tests/syntax/layout/spacing.slint b/internal/compiler/tests/syntax/layout/spacing.slint index ef5e0eda8bb..db933a76dea 100644 --- a/internal/compiler/tests/syntax/layout/spacing.slint +++ b/internal/compiler/tests/syntax/layout/spacing.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export Test := Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/absolute-position.slint b/internal/compiler/tests/syntax/lookup/absolute-position.slint index 225a9f317f4..5e42853d160 100644 --- a/internal/compiler/tests/syntax/lookup/absolute-position.slint +++ b/internal/compiler/tests/syntax/lookup/absolute-position.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Hello { Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/array_index.slint b/internal/compiler/tests/syntax/lookup/array_index.slint index 3feca630f27..05d7647ae02 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 206ebbbc189..32baad1adde 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d3614392b88..2f0376eae32 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c3dd06bd491..ec7d534eaf5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Sub := Rectangle { callback compute(int) -> int; diff --git a/internal/compiler/tests/syntax/lookup/callback_alias_issue4938.slint b/internal/compiler/tests/syntax/lookup/callback_alias_issue4938.slint index 2876705973a..2e7ae0a4a68 100644 --- a/internal/compiler/tests/syntax/lookup/callback_alias_issue4938.slint +++ b/internal/compiler/tests/syntax/lookup/callback_alias_issue4938.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Xxx { callback issue4938 <=> issue4938; diff --git a/internal/compiler/tests/syntax/lookup/callback_not_called.slint b/internal/compiler/tests/syntax/lookup/callback_not_called.slint index e07d1212675..fbbd91e6dd5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 bf10c1ae276..00e41b8289f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 aac0f1e8624..fdaa7c6403a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 51ec213bde3..5c082ab057c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9b849044287..02c9b7a5304 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 99599e704f0..cb8f8eb6541 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics } from "std-widgets.slint"; diff --git a/internal/compiler/tests/syntax/lookup/enum.slint b/internal/compiler/tests/syntax/lookup/enum.slint index 4a5861dd5c8..6370d834984 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4e0233b1e87..e02416b32b5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 525fe36c458..82e32632fdb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 84ca3f1e87d..34a1fc657a0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f7aff6e788d..e7faa99d7aa 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Button inherits Rectangle { diff --git a/internal/compiler/tests/syntax/lookup/issue_5246_states_function.slint b/internal/compiler/tests/syntax/lookup/issue_5246_states_function.slint index a017b8e01d3..c3a7c1e4715 100644 --- a/internal/compiler/tests/syntax/lookup/issue_5246_states_function.slint +++ b/internal/compiler/tests/syntax/lookup/issue_5246_states_function.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Ball inherits HorizontalLayout{ in property replaceAll: false; diff --git a/internal/compiler/tests/syntax/lookup/property.slint b/internal/compiler/tests/syntax/lookup/property.slint index 517ba7341b8..86779c1f6dc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 04dbb5f0832..b9d3b0e7373 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Test { property abc; diff --git a/internal/compiler/tests/syntax/lookup/signal_arg.slint b/internal/compiler/tests/syntax/lookup/signal_arg.slint index 5eb84dce1e5..5129243d557 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1afc8b3bf14..333874713ee 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 37f10a80b70..70834ae1a7c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d9c924b17fe..91dd48ad2e9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 065c2492392..130b204ee41 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e00ed25407f..3f487250100 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e8779ae85bd..efb5b0e4a40 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0776e670991..7bb1dc8c71c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8d1af7a2676..e74cf326255 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component 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 87f95a1a385..0bf6c88fb4b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component 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 43746592fb4..f3f156d18a4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 da6694920e3..552909c00d1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c2c8ee8fd59..a6f86c12402 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d2256b831ce..dc8692b2dfb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1d5abdac6ef..0e4b553d9c2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 52969188ca7..2e8499aaae9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 fb31b2016eb..d1037a89a1b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 88a09de4c21..b3d5e063540 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9438f1bc84c..0663206ee7c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 708c6f2c3e6..08ba06eee0a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6901c35dcc5..5752c852a4c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a74e124765e..6400afeea99 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0e1d9ebd3dc..b05f07a0215 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export TestCase := Rectangle { states [ diff --git a/internal/compiler/tests/syntax/parse_error/struct.slint b/internal/compiler/tests/syntax/parse_error/struct.slint index 2e9d7a6b4b6..3df0e2b5886 100644 --- a/internal/compiler/tests/syntax/parse_error/struct.slint +++ b/internal/compiler/tests/syntax/parse_error/struct.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export struct TetronimoBrettData { fliesen: [FlieseData]; diff --git a/internal/compiler/tests/syntax_tests.rs b/internal/compiler/tests/syntax_tests.rs index dc2f6dbeb38..6ea6cf8c522 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6d5703ebfe7..ae1892c3147 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial diff --git a/internal/compiler/tests/typeloader/dependency_local.slint b/internal/compiler/tests/typeloader/dependency_local.slint index 7853c8db890..dab90a6ff53 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4b1660debb2..018e3245b3c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/bug_2719_import.slint b/internal/compiler/tests/typeloader/incpath/bug_2719_import.slint index 631548f4f2c..774278672b5 100644 --- a/internal/compiler/tests/typeloader/incpath/bug_2719_import.slint +++ b/internal/compiler/tests/typeloader/incpath/bug_2719_import.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { SomeRect } from "tests/typeloader/incpath/local_helper_type.slint"; diff --git a/internal/compiler/tests/typeloader/incpath/bug_3674_alias_from_invalid_import.slint b/internal/compiler/tests/typeloader/incpath/bug_3674_alias_from_invalid_import.slint index 2b08b22e738..252baacfe4e 100644 --- a/internal/compiler/tests/typeloader/incpath/bug_3674_alias_from_invalid_import.slint +++ b/internal/compiler/tests/typeloader/incpath/bug_3674_alias_from_invalid_import.slint @@ -1,6 +1,6 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { NotExist } from "idontexist.slint"; // ^error{Cannot find requested import "idontexist.slint" in the include search path} diff --git a/internal/compiler/tests/typeloader/incpath/dependency_from_incpath.slint b/internal/compiler/tests/typeloader/incpath/dependency_from_incpath.slint index d0997809f2d..edb0e245d83 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b6a4b94dc7e..2ca7f246bed 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SomeRect inherits Rectangle {} diff --git a/internal/compiler/tests/typeloader/incpath/should_fail.slint b/internal/compiler/tests/typeloader/incpath/should_fail.slint index fedae727b74..2459313dabe 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e96b7f5937e..a462b850fe0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 348a2b69b02..68037d5ccd2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a82c6fb7c6a..3a2a8543b66 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export Unused := Rectangle { // FIXME: looks like binding loop is not diagnosed in exports if the properties are not used diff --git a/internal/compiler/tests/typeloader/library/dependency_from_library.slint b/internal/compiler/tests/typeloader/library/dependency_from_library.slint index b6db0bab445..dce22c61310 100644 --- a/internal/compiler/tests/typeloader/library/dependency_from_library.slint +++ b/internal/compiler/tests/typeloader/library/dependency_from_library.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component LibraryType inherits Rectangle {} diff --git a/internal/compiler/tests/typeloader/library/lib.slint b/internal/compiler/tests/typeloader/library/lib.slint index c75a798df75..d2a98733d5e 100644 --- a/internal/compiler/tests/typeloader/library/lib.slint +++ b/internal/compiler/tests/typeloader/library/lib.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { LibraryType } from "./dependency_from_library.slint"; export { LibraryType } diff --git a/internal/compiler/tests/typeloader/library/library_helper_type.slint b/internal/compiler/tests/typeloader/library/library_helper_type.slint index 5e75a2503e3..562f61feb96 100644 --- a/internal/compiler/tests/typeloader/library/library_helper_type.slint +++ b/internal/compiler/tests/typeloader/library/library_helper_type.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component LibraryHelperType inherits Rectangle {} diff --git a/internal/compiler/tests/typeloader/recursive_import1.slint b/internal/compiler/tests/typeloader/recursive_import1.slint index 77d809f1a8e..5c41e261591 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 bda8d7b65b3..ec19882b4b9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2251a84fc43..c04234c1911 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cb2a1e7499b..88977cfe13e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3dd08de4bdd..c2c0deeceda 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore imum diff --git a/internal/compiler/widgets/common/combobox-base.slint b/internal/compiler/widgets/common/combobox-base.slint index 6c87803ba07..ae7efecad0a 100644 --- a/internal/compiler/widgets/common/combobox-base.slint +++ b/internal/compiler/widgets/common/combobox-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component ComboBoxBase { in property <[string]> model; diff --git a/internal/compiler/widgets/common/common.slint b/internal/compiler/widgets/common/common.slint index 813c7306cde..c1857cbb75f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, Palette, ScrollView, Palette } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/common/lineedit-base.slint b/internal/compiler/widgets/common/lineedit-base.slint index ffdf5d4eb1a..0c880799b27 100644 --- a/internal/compiler/widgets/common/lineedit-base.slint +++ b/internal/compiler/widgets/common/lineedit-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component LineEditBase inherits Rectangle { in-out property placeholder-text; diff --git a/internal/compiler/widgets/common/listview.slint b/internal/compiler/widgets/common/listview.slint index 3ec544ad8e6..be47ce6fdb2 100644 --- a/internal/compiler/widgets/common/listview.slint +++ b/internal/compiler/widgets/common/listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ListItem, ScrollView } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/common/slider-base.slint b/internal/compiler/widgets/common/slider-base.slint index ed1e02f05d0..45e038b3242 100644 --- a/internal/compiler/widgets/common/slider-base.slint +++ b/internal/compiler/widgets/common/slider-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SliderBase { in property enabled <=> touch-area.enabled; diff --git a/internal/compiler/widgets/common/spinbox-base.slint b/internal/compiler/widgets/common/spinbox-base.slint index 580e21e6521..40a3679ca4a 100644 --- a/internal/compiler/widgets/common/spinbox-base.slint +++ b/internal/compiler/widgets/common/spinbox-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SpinBoxBase { in property minimum; diff --git a/internal/compiler/widgets/common/spinner-base.slint b/internal/compiler/widgets/common/spinner-base.slint index 95590db41c4..8c97ae265f5 100644 --- a/internal/compiler/widgets/common/spinner-base.slint +++ b/internal/compiler/widgets/common/spinner-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SpinnerBase { in property progress; diff --git a/internal/compiler/widgets/common/standardbutton.slint b/internal/compiler/widgets/common/standardbutton.slint index c71e8948076..201fe8b6ded 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, Button } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/common/tabwidget-base.slint b/internal/compiler/widgets/common/tabwidget-base.slint index da838227fa0..ed5f96d43d7 100644 --- a/internal/compiler/widgets/common/tabwidget-base.slint +++ b/internal/compiler/widgets/common/tabwidget-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TabBarBase inherits TouchArea { // injected properties: diff --git a/internal/compiler/widgets/common/textedit-base.slint b/internal/compiler/widgets/common/textedit-base.slint index 780bf501ce1..28e66e45e95 100644 --- a/internal/compiler/widgets/common/textedit-base.slint +++ b/internal/compiler/widgets/common/textedit-base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ScrollView } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/cosmic-base/button.slint b/internal/compiler/widgets/cosmic-base/button.slint index 016269f0bf4..bd53eacdc7c 100644 --- a/internal/compiler/widgets/cosmic-base/button.slint +++ b/internal/compiler/widgets/cosmic-base/button.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicFontSettings, CosmicPalette } from "styling.slint"; import { StateLayer } from "components.slint"; diff --git a/internal/compiler/widgets/cosmic-base/checkbox.slint b/internal/compiler/widgets/cosmic-base/checkbox.slint index 4d0f5df23e9..fcca15b893e 100644 --- a/internal/compiler/widgets/cosmic-base/checkbox.slint +++ b/internal/compiler/widgets/cosmic-base/checkbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicFontSettings, CosmicPalette, Icons } from "styling.slint"; import { StateLayer } from "components.slint"; diff --git a/internal/compiler/widgets/cosmic-base/combobox.slint b/internal/compiler/widgets/cosmic-base/combobox.slint index a80651f15f5..63df7b5a47d 100644 --- a/internal/compiler/widgets/cosmic-base/combobox.slint +++ b/internal/compiler/widgets/cosmic-base/combobox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicFontSettings, CosmicPalette, Icons } from "styling.slint"; import { MenuBorder, ListItem, StateLayerBase } from "components.slint"; diff --git a/internal/compiler/widgets/cosmic-base/components.slint b/internal/compiler/widgets/cosmic-base/components.slint index 9529329664b..32e3cc88154 100644 --- a/internal/compiler/widgets/cosmic-base/components.slint +++ b/internal/compiler/widgets/cosmic-base/components.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Icons, CosmicPalette, CosmicFontSettings } from "styling.slint"; diff --git a/internal/compiler/widgets/cosmic-base/groupbox.slint b/internal/compiler/widgets/cosmic-base/groupbox.slint index 292eb89a57d..7a3e76ab9f8 100644 --- a/internal/compiler/widgets/cosmic-base/groupbox.slint +++ b/internal/compiler/widgets/cosmic-base/groupbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicFontSettings, CosmicPalette } from "styling.slint"; diff --git a/internal/compiler/widgets/cosmic-base/layouts.slint b/internal/compiler/widgets/cosmic-base/layouts.slint index 50babfe6384..bad9170291d 100644 --- a/internal/compiler/widgets/cosmic-base/layouts.slint +++ b/internal/compiler/widgets/cosmic-base/layouts.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/cosmic-base/lineedit.slint b/internal/compiler/widgets/cosmic-base/lineedit.slint index b8ef3a1dc2f..b6f22145f5e 100644 --- a/internal/compiler/widgets/cosmic-base/lineedit.slint +++ b/internal/compiler/widgets/cosmic-base/lineedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicFontSettings, CosmicPalette } from "styling.slint"; import { LineEditBase} from "../common/lineedit-base.slint"; diff --git a/internal/compiler/widgets/cosmic-base/progressindicator.slint b/internal/compiler/widgets/cosmic-base/progressindicator.slint index 5b267ba4eca..b182d9a75e6 100644 --- a/internal/compiler/widgets/cosmic-base/progressindicator.slint +++ b/internal/compiler/widgets/cosmic-base/progressindicator.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicPalette } from "styling.slint"; diff --git a/internal/compiler/widgets/cosmic-base/scrollview.slint b/internal/compiler/widgets/cosmic-base/scrollview.slint index c404340acc1..0f45da628b2 100644 --- a/internal/compiler/widgets/cosmic-base/scrollview.slint +++ b/internal/compiler/widgets/cosmic-base/scrollview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicPalette, Icons } from "styling.slint"; import { StateLayerBase } from "components.slint"; diff --git a/internal/compiler/widgets/cosmic-base/slider.slint b/internal/compiler/widgets/cosmic-base/slider.slint index ad506c59e76..7ead5c0b58c 100644 --- a/internal/compiler/widgets/cosmic-base/slider.slint +++ b/internal/compiler/widgets/cosmic-base/slider.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicPalette } from "styling.slint"; import { StateLayerBase } from "components.slint"; diff --git a/internal/compiler/widgets/cosmic-base/spinbox.slint b/internal/compiler/widgets/cosmic-base/spinbox.slint index cdb9edeae88..ab46d77916e 100644 --- a/internal/compiler/widgets/cosmic-base/spinbox.slint +++ b/internal/compiler/widgets/cosmic-base/spinbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicPalette, CosmicFontSettings, Icons } from "styling.slint"; import { SpinBoxBase } from "../common/spinbox-base.slint"; diff --git a/internal/compiler/widgets/cosmic-base/spinner.slint b/internal/compiler/widgets/cosmic-base/spinner.slint index 75b3996c7ae..c625431665f 100644 --- a/internal/compiler/widgets/cosmic-base/spinner.slint +++ b/internal/compiler/widgets/cosmic-base/spinner.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicPalette } from "styling.slint"; import { SpinnerBase } from "../common/spinner-base.slint"; diff --git a/internal/compiler/widgets/cosmic-base/std-widgets-base.slint b/internal/compiler/widgets/cosmic-base/std-widgets-base.slint index 59cf3889cb7..a12473f6377 100644 --- a/internal/compiler/widgets/cosmic-base/std-widgets-base.slint +++ b/internal/compiler/widgets/cosmic-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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore standardbutton diff --git a/internal/compiler/widgets/cosmic-base/std-widgets-impl.slint b/internal/compiler/widgets/cosmic-base/std-widgets-impl.slint index 7f628f62605..e50bfe0eb77 100644 --- a/internal/compiler/widgets/cosmic-base/std-widgets-impl.slint +++ b/internal/compiler/widgets/cosmic-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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ColorSchemeSelector } from "color-scheme.slint"; diff --git a/internal/compiler/widgets/cosmic-base/styling.slint b/internal/compiler/widgets/cosmic-base/styling.slint index 4a064e2eb5b..acc4d344bc6 100644 --- a/internal/compiler/widgets/cosmic-base/styling.slint +++ b/internal/compiler/widgets/cosmic-base/styling.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ColorSchemeSelector } from "color-scheme.slint"; diff --git a/internal/compiler/widgets/cosmic-base/switch.slint b/internal/compiler/widgets/cosmic-base/switch.slint index 35df5ab92a3..86bb4155355 100644 --- a/internal/compiler/widgets/cosmic-base/switch.slint +++ b/internal/compiler/widgets/cosmic-base/switch.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicFontSettings, CosmicPalette } from "styling.slint"; import { StateLayer } from "components.slint"; diff --git a/internal/compiler/widgets/cosmic-base/tableview.slint b/internal/compiler/widgets/cosmic-base/tableview.slint index 44104406328..90ba6b3e49b 100644 --- a/internal/compiler/widgets/cosmic-base/tableview.slint +++ b/internal/compiler/widgets/cosmic-base/tableview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicPalette, CosmicFontSettings, Icons } from "styling.slint"; import { ListView } from "../common/listview.slint"; diff --git a/internal/compiler/widgets/cosmic-base/tabwidget.slint b/internal/compiler/widgets/cosmic-base/tabwidget.slint index 857e5465cb6..e2be25a5730 100644 --- a/internal/compiler/widgets/cosmic-base/tabwidget.slint +++ b/internal/compiler/widgets/cosmic-base/tabwidget.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicPalette, CosmicFontSettings } from "styling.slint"; import { StateLayerBase } from "components.slint"; diff --git a/internal/compiler/widgets/cosmic-base/textedit.slint b/internal/compiler/widgets/cosmic-base/textedit.slint index a946f2fd14a..5773e69e9c7 100644 --- a/internal/compiler/widgets/cosmic-base/textedit.slint +++ b/internal/compiler/widgets/cosmic-base/textedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CosmicFontSettings, CosmicPalette } from "styling.slint"; import { ScrollView } from "scrollview.slint"; diff --git a/internal/compiler/widgets/cosmic-dark/color-scheme.slint b/internal/compiler/widgets/cosmic-dark/color-scheme.slint index 756f87619da..ad50e1cba7b 100644 --- a/internal/compiler/widgets/cosmic-dark/color-scheme.slint +++ b/internal/compiler/widgets/cosmic-dark/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: ColorScheme.dark; diff --git a/internal/compiler/widgets/cosmic-dark/std-widgets-impl.slint b/internal/compiler/widgets/cosmic-dark/std-widgets-impl.slint index 1c2a8ad0bee..ad5e58140ab 100644 --- a/internal/compiler/widgets/cosmic-dark/std-widgets-impl.slint +++ b/internal/compiler/widgets/cosmic-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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../cosmic-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/cosmic-dark/std-widgets.slint b/internal/compiler/widgets/cosmic-dark/std-widgets.slint index d9324426e67..55b372bf8d0 100644 --- a/internal/compiler/widgets/cosmic-dark/std-widgets.slint +++ b/internal/compiler/widgets/cosmic-dark/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export * from "../cosmic-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/cosmic-light/color-scheme.slint b/internal/compiler/widgets/cosmic-light/color-scheme.slint index 773f7fabe56..1378b863da4 100644 --- a/internal/compiler/widgets/cosmic-light/color-scheme.slint +++ b/internal/compiler/widgets/cosmic-light/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: ColorScheme.light; diff --git a/internal/compiler/widgets/cosmic-light/std-widgets-impl.slint b/internal/compiler/widgets/cosmic-light/std-widgets-impl.slint index 1c2a8ad0bee..ad5e58140ab 100644 --- a/internal/compiler/widgets/cosmic-light/std-widgets-impl.slint +++ b/internal/compiler/widgets/cosmic-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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../cosmic-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/cosmic-light/std-widgets.slint b/internal/compiler/widgets/cosmic-light/std-widgets.slint index d9324426e67..55b372bf8d0 100644 --- a/internal/compiler/widgets/cosmic-light/std-widgets.slint +++ b/internal/compiler/widgets/cosmic-light/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export * from "../cosmic-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/cosmic/color-scheme.slint b/internal/compiler/widgets/cosmic/color-scheme.slint index 61ad91ccc7a..ccb21f5e530 100644 --- a/internal/compiler/widgets/cosmic/color-scheme.slint +++ b/internal/compiler/widgets/cosmic/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: SlintInternal.color-scheme; diff --git a/internal/compiler/widgets/cosmic/std-widgets-impl.slint b/internal/compiler/widgets/cosmic/std-widgets-impl.slint index 1c2a8ad0bee..ad5e58140ab 100644 --- a/internal/compiler/widgets/cosmic/std-widgets-impl.slint +++ b/internal/compiler/widgets/cosmic/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../cosmic-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/cosmic/std-widgets.slint b/internal/compiler/widgets/cosmic/std-widgets.slint index d9324426e67..55b372bf8d0 100644 --- a/internal/compiler/widgets/cosmic/std-widgets.slint +++ b/internal/compiler/widgets/cosmic/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export * from "../cosmic-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/cupertino-base/button.slint b/internal/compiler/widgets/cupertino-base/button.slint index 63e9a455318..79522a238ae 100644 --- a/internal/compiler/widgets/cupertino-base/button.slint +++ b/internal/compiler/widgets/cupertino-base/button.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoFontSettings, CupertinoPalette } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/cupertino-base/checkbox.slint b/internal/compiler/widgets/cupertino-base/checkbox.slint index 0aa4fc5ba94..93615db5a20 100644 --- a/internal/compiler/widgets/cupertino-base/checkbox.slint +++ b/internal/compiler/widgets/cupertino-base/checkbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoFontSettings, CupertinoPalette, Icons } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/cupertino-base/combobox.slint b/internal/compiler/widgets/cupertino-base/combobox.slint index 47df98bb35f..285c79ef54e 100644 --- a/internal/compiler/widgets/cupertino-base/combobox.slint +++ b/internal/compiler/widgets/cupertino-base/combobox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoFontSettings, CupertinoPalette, Icons } from "styling.slint"; import { MenuBorder, ListItem, FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/cupertino-base/components.slint b/internal/compiler/widgets/cupertino-base/components.slint index 9d164376cb9..f7082f817d3 100644 --- a/internal/compiler/widgets/cupertino-base/components.slint +++ b/internal/compiler/widgets/cupertino-base/components.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoPalette, CupertinoFontSettings, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/cupertino-base/groupbox.slint b/internal/compiler/widgets/cupertino-base/groupbox.slint index ea1d0fbadbf..0332ef7aa4a 100644 --- a/internal/compiler/widgets/cupertino-base/groupbox.slint +++ b/internal/compiler/widgets/cupertino-base/groupbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoFontSettings, CupertinoPalette } from "styling.slint"; diff --git a/internal/compiler/widgets/cupertino-base/layouts.slint b/internal/compiler/widgets/cupertino-base/layouts.slint index 50babfe6384..bad9170291d 100644 --- a/internal/compiler/widgets/cupertino-base/layouts.slint +++ b/internal/compiler/widgets/cupertino-base/layouts.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/cupertino-base/lineedit.slint b/internal/compiler/widgets/cupertino-base/lineedit.slint index 8b665f04561..b4fbe341d07 100644 --- a/internal/compiler/widgets/cupertino-base/lineedit.slint +++ b/internal/compiler/widgets/cupertino-base/lineedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoFontSettings, CupertinoPalette } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/cupertino-base/progressindicator.slint b/internal/compiler/widgets/cupertino-base/progressindicator.slint index 8c505849f40..6be3c7f5f09 100644 --- a/internal/compiler/widgets/cupertino-base/progressindicator.slint +++ b/internal/compiler/widgets/cupertino-base/progressindicator.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoPalette } from "styling.slint"; diff --git a/internal/compiler/widgets/cupertino-base/scrollview.slint b/internal/compiler/widgets/cupertino-base/scrollview.slint index e0b6fa4a009..e063969855e 100644 --- a/internal/compiler/widgets/cupertino-base/scrollview.slint +++ b/internal/compiler/widgets/cupertino-base/scrollview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoPalette, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/cupertino-base/slider.slint b/internal/compiler/widgets/cupertino-base/slider.slint index 8a4a2c66b01..9de83f81dc8 100644 --- a/internal/compiler/widgets/cupertino-base/slider.slint +++ b/internal/compiler/widgets/cupertino-base/slider.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoPalette } from "styling.slint"; import { SliderBase } from "../common/slider-base.slint"; diff --git a/internal/compiler/widgets/cupertino-base/spinbox.slint b/internal/compiler/widgets/cupertino-base/spinbox.slint index fc6468ee007..58fd3b8fa00 100644 --- a/internal/compiler/widgets/cupertino-base/spinbox.slint +++ b/internal/compiler/widgets/cupertino-base/spinbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoPalette, CupertinoFontSettings, Icons } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/cupertino-base/spinner.slint b/internal/compiler/widgets/cupertino-base/spinner.slint index 0099fb76fd3..79239563031 100644 --- a/internal/compiler/widgets/cupertino-base/spinner.slint +++ b/internal/compiler/widgets/cupertino-base/spinner.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoPalette } from "styling.slint"; import { SpinnerBase } from "../common/spinner-base.slint"; diff --git a/internal/compiler/widgets/cupertino-base/std-widgets-base.slint b/internal/compiler/widgets/cupertino-base/std-widgets-base.slint index 59cf3889cb7..a12473f6377 100644 --- a/internal/compiler/widgets/cupertino-base/std-widgets-base.slint +++ b/internal/compiler/widgets/cupertino-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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore standardbutton diff --git a/internal/compiler/widgets/cupertino-base/std-widgets-impl.slint b/internal/compiler/widgets/cupertino-base/std-widgets-impl.slint index 101078b5349..c8d45793c28 100644 --- a/internal/compiler/widgets/cupertino-base/std-widgets-impl.slint +++ b/internal/compiler/widgets/cupertino-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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ColorSchemeSelector } from "color-scheme.slint"; diff --git a/internal/compiler/widgets/cupertino-base/styling.slint b/internal/compiler/widgets/cupertino-base/styling.slint index 40648e9605c..b1f00fa02f3 100644 --- a/internal/compiler/widgets/cupertino-base/styling.slint +++ b/internal/compiler/widgets/cupertino-base/styling.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ColorSchemeSelector } from "color-scheme.slint"; diff --git a/internal/compiler/widgets/cupertino-base/switch.slint b/internal/compiler/widgets/cupertino-base/switch.slint index d6bf5e754fd..e7bfc1c8e97 100644 --- a/internal/compiler/widgets/cupertino-base/switch.slint +++ b/internal/compiler/widgets/cupertino-base/switch.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoFontSettings, CupertinoPalette } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/cupertino-base/tableview.slint b/internal/compiler/widgets/cupertino-base/tableview.slint index c144b301474..3c524756ce3 100644 --- a/internal/compiler/widgets/cupertino-base/tableview.slint +++ b/internal/compiler/widgets/cupertino-base/tableview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoPalette, CupertinoFontSettings, Icons } from "styling.slint"; import { ListView } from "../common/listview.slint"; diff --git a/internal/compiler/widgets/cupertino-base/tabwidget.slint b/internal/compiler/widgets/cupertino-base/tabwidget.slint index 1f4fe8ad1b2..83c9c590df1 100644 --- a/internal/compiler/widgets/cupertino-base/tabwidget.slint +++ b/internal/compiler/widgets/cupertino-base/tabwidget.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoPalette, CupertinoFontSettings } from "styling.slint"; import { FocusBorder } from "components.slint"; diff --git a/internal/compiler/widgets/cupertino-base/textedit.slint b/internal/compiler/widgets/cupertino-base/textedit.slint index 0b83da46b32..22fa25df376 100644 --- a/internal/compiler/widgets/cupertino-base/textedit.slint +++ b/internal/compiler/widgets/cupertino-base/textedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { CupertinoFontSettings, CupertinoPalette } from "styling.slint"; import { ScrollBar } from "scrollview.slint"; diff --git a/internal/compiler/widgets/cupertino-dark/color-scheme.slint b/internal/compiler/widgets/cupertino-dark/color-scheme.slint index 756f87619da..ad50e1cba7b 100644 --- a/internal/compiler/widgets/cupertino-dark/color-scheme.slint +++ b/internal/compiler/widgets/cupertino-dark/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: ColorScheme.dark; diff --git a/internal/compiler/widgets/cupertino-dark/std-widgets-impl.slint b/internal/compiler/widgets/cupertino-dark/std-widgets-impl.slint index 478210066f1..9f2239e0705 100644 --- a/internal/compiler/widgets/cupertino-dark/std-widgets-impl.slint +++ b/internal/compiler/widgets/cupertino-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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../cupertino-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/cupertino-dark/std-widgets.slint b/internal/compiler/widgets/cupertino-dark/std-widgets.slint index ddb7e9f849d..914cf8ed0a3 100644 --- a/internal/compiler/widgets/cupertino-dark/std-widgets.slint +++ b/internal/compiler/widgets/cupertino-dark/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export * from "../cupertino-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/cupertino-light/color-scheme.slint b/internal/compiler/widgets/cupertino-light/color-scheme.slint index 773f7fabe56..1378b863da4 100644 --- a/internal/compiler/widgets/cupertino-light/color-scheme.slint +++ b/internal/compiler/widgets/cupertino-light/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: ColorScheme.light; diff --git a/internal/compiler/widgets/cupertino-light/std-widgets-impl.slint b/internal/compiler/widgets/cupertino-light/std-widgets-impl.slint index 478210066f1..9f2239e0705 100644 --- a/internal/compiler/widgets/cupertino-light/std-widgets-impl.slint +++ b/internal/compiler/widgets/cupertino-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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../cupertino-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/cupertino-light/std-widgets.slint b/internal/compiler/widgets/cupertino-light/std-widgets.slint index ddb7e9f849d..914cf8ed0a3 100644 --- a/internal/compiler/widgets/cupertino-light/std-widgets.slint +++ b/internal/compiler/widgets/cupertino-light/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export * from "../cupertino-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/cupertino/color-scheme.slint b/internal/compiler/widgets/cupertino/color-scheme.slint index 61ad91ccc7a..ccb21f5e530 100644 --- a/internal/compiler/widgets/cupertino/color-scheme.slint +++ b/internal/compiler/widgets/cupertino/color-scheme.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: SlintInternal.color-scheme; diff --git a/internal/compiler/widgets/cupertino/std-widgets-impl.slint b/internal/compiler/widgets/cupertino/std-widgets-impl.slint index 478210066f1..9f2239e0705 100644 --- a/internal/compiler/widgets/cupertino/std-widgets-impl.slint +++ b/internal/compiler/widgets/cupertino/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../cupertino-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/cupertino/std-widgets.slint b/internal/compiler/widgets/cupertino/std-widgets.slint index ddb7e9f849d..914cf8ed0a3 100644 --- a/internal/compiler/widgets/cupertino/std-widgets.slint +++ b/internal/compiler/widgets/cupertino/std-widgets.slint @@ -1,4 +1,4 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export * from "../cupertino-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/fluent-base/button.slint b/internal/compiler/widgets/fluent-base/button.slint index 59a268fa9f4..5cbbacf87d0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentFontSettings, FluentPalette } 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 1496b18e469..7921f2ab1cc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentFontSettings, FluentPalette, 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 b7d92a78cf8..6584adb51d9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentFontSettings, FluentPalette, 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 f47b0fe2463..96f025e1c6f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentPalette, FluentFontSettings } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/groupbox.slint b/internal/compiler/widgets/fluent-base/groupbox.slint index 4512c790e47..2bec7dc1972 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentFontSettings, FluentPalette } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/layouts.slint b/internal/compiler/widgets/fluent-base/layouts.slint index 50babfe6384..bad9170291d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d32f52a4ea2..991d13c723b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentFontSettings, FluentPalette } from "styling.slint"; import { LineEditBase} from "../common/lineedit-base.slint"; diff --git a/internal/compiler/widgets/fluent-base/progressindicator.slint b/internal/compiler/widgets/fluent-base/progressindicator.slint index 710c4145c3a..7960eed330c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentPalette } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/scrollview.slint b/internal/compiler/widgets/fluent-base/scrollview.slint index 2754d492434..1f01a530792 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentPalette, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/fluent-base/slider.slint b/internal/compiler/widgets/fluent-base/slider.slint index 3a7de64411e..f59a39deb86 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentPalette } from "styling.slint"; import { SliderBase } from "../common/slider-base.slint"; diff --git a/internal/compiler/widgets/fluent-base/spinbox.slint b/internal/compiler/widgets/fluent-base/spinbox.slint index 75ce9a50fb4..688794c2a7e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentPalette, FluentFontSettings, Icons } from "styling.slint"; import { SpinBoxBase } from "../common/spinbox-base.slint"; diff --git a/internal/compiler/widgets/fluent-base/spinner.slint b/internal/compiler/widgets/fluent-base/spinner.slint index effbe310371..bf22cdf8147 100644 --- a/internal/compiler/widgets/fluent-base/spinner.slint +++ b/internal/compiler/widgets/fluent-base/spinner.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentPalette } from "styling.slint"; import { SpinnerBase } from "../common/spinner-base.slint"; diff --git a/internal/compiler/widgets/fluent-base/std-widgets-base.slint b/internal/compiler/widgets/fluent-base/std-widgets-base.slint index 59cf3889cb7..a12473f6377 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore standardbutton diff --git a/internal/compiler/widgets/fluent-base/std-widgets-impl.slint b/internal/compiler/widgets/fluent-base/std-widgets-impl.slint index 222b83fc995..db6b6e78029 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d353310a7e1..225c6bc116d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a789078ebb8..c70452cccc7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentFontSettings, FluentPalette } 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 ea3c4803535..31d7df0a4bb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentPalette, FluentFontSettings, Icons } from "styling.slint"; import { ListView } from "../common/listview.slint"; diff --git a/internal/compiler/widgets/fluent-base/tabwidget.slint b/internal/compiler/widgets/fluent-base/tabwidget.slint index 6119729ab53..34092330b2f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentPalette, FluentFontSettings } 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 f9c94e6f49b..295568e7241 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FluentFontSettings, FluentPalette } 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 756f87619da..ad50e1cba7b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: ColorScheme.dark; diff --git a/internal/compiler/widgets/fluent-dark/std-widgets-impl.slint b/internal/compiler/widgets/fluent-dark/std-widgets-impl.slint index 04abfbe47b8..ccd5bc02aba 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../fluent-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/fluent-dark/std-widgets.slint b/internal/compiler/widgets/fluent-dark/std-widgets.slint index 99033d391c2..61b70b342ea 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 773f7fabe56..1378b863da4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: ColorScheme.light; diff --git a/internal/compiler/widgets/fluent-light/std-widgets-impl.slint b/internal/compiler/widgets/fluent-light/std-widgets-impl.slint index 04abfbe47b8..ccd5bc02aba 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../fluent-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/fluent-light/std-widgets.slint b/internal/compiler/widgets/fluent-light/std-widgets.slint index 99033d391c2..61b70b342ea 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 61ad91ccc7a..ccb21f5e530 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: SlintInternal.color-scheme; diff --git a/internal/compiler/widgets/fluent/std-widgets-impl.slint b/internal/compiler/widgets/fluent/std-widgets-impl.slint index 04abfbe47b8..ccd5bc02aba 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../fluent-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/fluent/std-widgets.slint b/internal/compiler/widgets/fluent/std-widgets.slint index 99033d391c2..61b70b342ea 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f49a96381e0..face1849a80 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StateLayer } from "components.slint"; import { MaterialFontSettings, MaterialPalette, Elevation } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/checkbox.slint b/internal/compiler/widgets/material-base/checkbox.slint index 5f21e458122..c18aff5c340 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, MaterialFontSettings, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/combobox.slint b/internal/compiler/widgets/material-base/combobox.slint index c79e33fce37..d7390e2cca2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, MaterialFontSettings, Elevation, Icons } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/components.slint b/internal/compiler/widgets/material-base/components.slint index 1817d16ebca..5535e44ecac 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, MaterialFontSettings } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/groupbox.slint b/internal/compiler/widgets/material-base/groupbox.slint index 3e07d9c3dba..6fbcc59d259 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, MaterialFontSettings } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/layouts.slint b/internal/compiler/widgets/material-base/layouts.slint index 961d8f43e61..b6ac930c3a1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 472dd28d8ff..9e7872cecec 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, MaterialFontSettings } from "styling.slint"; import { LineEditBase} from "../common/lineedit-base.slint"; diff --git a/internal/compiler/widgets/material-base/progressindicator.slint b/internal/compiler/widgets/material-base/progressindicator.slint index 607dae675c4..3fa5e102cc3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/scrollview.slint b/internal/compiler/widgets/material-base/scrollview.slint index 43d602d9306..0f1e320de0b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/slider.slint b/internal/compiler/widgets/material-base/slider.slint index 0c2ab55a44b..570ead286b8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, Elevation } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/spinbox.slint b/internal/compiler/widgets/material-base/spinbox.slint index e809cb90b02..5ba96fb54f9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, MaterialFontSettings, Icons } from "styling.slint"; import { SpinBoxBase } from "../common/spinbox-base.slint"; diff --git a/internal/compiler/widgets/material-base/spinner.slint b/internal/compiler/widgets/material-base/spinner.slint index 96fab097266..55e344332e6 100644 --- a/internal/compiler/widgets/material-base/spinner.slint +++ b/internal/compiler/widgets/material-base/spinner.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette } from "styling.slint"; import { SpinnerBase } from "../common/spinner-base.slint"; diff --git a/internal/compiler/widgets/material-base/std-widgets-base.slint b/internal/compiler/widgets/material-base/std-widgets-base.slint index d959438d368..bdee863d716 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore standardbutton diff --git a/internal/compiler/widgets/material-base/std-widgets-impl.slint b/internal/compiler/widgets/material-base/std-widgets-impl.slint index 141e6326789..dffe1d84bd8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 07caf148fb4..873cb8e69ac 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ad2b78fb69e..b730264fa9d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, MaterialFontSettings } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/tableview.slint b/internal/compiler/widgets/material-base/tableview.slint index 91735cabc87..b1d7f4e9f50 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ListView } from "../common/listview.slint"; import { StateLayer } from "components.slint"; diff --git a/internal/compiler/widgets/material-base/tabwidget.slint b/internal/compiler/widgets/material-base/tabwidget.slint index 0b8817731e3..435bcad38e6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialPalette, MaterialFontSettings } from "styling.slint"; diff --git a/internal/compiler/widgets/material-base/textedit.slint b/internal/compiler/widgets/material-base/textedit.slint index 6f823a75916..caf05bc0704 100644 --- a/internal/compiler/widgets/material-base/textedit.slint +++ b/internal/compiler/widgets/material-base/textedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MaterialFontSettings, MaterialPalette } from "styling.slint"; import { ScrollView } from "scrollview.slint"; diff --git a/internal/compiler/widgets/material-dark/color-scheme.slint b/internal/compiler/widgets/material-dark/color-scheme.slint index 756f87619da..ad50e1cba7b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: ColorScheme.dark; diff --git a/internal/compiler/widgets/material-dark/std-widgets-impl.slint b/internal/compiler/widgets/material-dark/std-widgets-impl.slint index bff98fee9e5..5ce7433e928 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../material-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/material-dark/std-widgets.slint b/internal/compiler/widgets/material-dark/std-widgets.slint index 06202b63dc8..e290c650d6c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 773f7fabe56..1378b863da4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: ColorScheme.light; diff --git a/internal/compiler/widgets/material-light/std-widgets-impl.slint b/internal/compiler/widgets/material-light/std-widgets-impl.slint index bff98fee9e5..5ce7433e928 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, ListItem, Palette } from "../material-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, ListItem, Palette } diff --git a/internal/compiler/widgets/material-light/std-widgets.slint b/internal/compiler/widgets/material-light/std-widgets.slint index 06202b63dc8..e290c650d6c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 61ad91ccc7a..ccb21f5e530 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global ColorSchemeSelector { in property color-scheme: SlintInternal.color-scheme; diff --git a/internal/compiler/widgets/material/std-widgets-impl.slint b/internal/compiler/widgets/material/std-widgets-impl.slint index cdb9833ebc9..18668899bc5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StyleMetrics, ScrollView, Button, Switch, ListItem, Palette } from "../material-base/std-widgets-impl.slint"; export { StyleMetrics, ScrollView, Button, Switch, ListItem, Palette } diff --git a/internal/compiler/widgets/material/std-widgets.slint b/internal/compiler/widgets/material/std-widgets.slint index 06202b63dc8..e290c650d6c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export * from "../material-base/std-widgets-base.slint"; diff --git a/internal/compiler/widgets/qt/button.slint b/internal/compiler/widgets/qt/button.slint index 2d52e0690a5..84c9a0b4601 100644 --- a/internal/compiler/widgets/qt/button.slint +++ b/internal/compiler/widgets/qt/button.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Button { in property text <=> native.text; diff --git a/internal/compiler/widgets/qt/checkbox.slint b/internal/compiler/widgets/qt/checkbox.slint index ca1beae7671..9f7d17247b9 100644 --- a/internal/compiler/widgets/qt/checkbox.slint +++ b/internal/compiler/widgets/qt/checkbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component CheckBox inherits NativeCheckBox { accessible-checkable: true; diff --git a/internal/compiler/widgets/qt/combobox.slint b/internal/compiler/widgets/qt/combobox.slint index bfa1aea3cb0..5f7843e6cef 100644 --- a/internal/compiler/widgets/qt/combobox.slint +++ b/internal/compiler/widgets/qt/combobox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ComboBoxBase } from "../common/combobox-base.slint"; diff --git a/internal/compiler/widgets/qt/groupbox.slint b/internal/compiler/widgets/qt/groupbox.slint index 5aff6bd06bc..0b194c340ae 100644 --- a/internal/compiler/widgets/qt/groupbox.slint +++ b/internal/compiler/widgets/qt/groupbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component GroupBox { in property title <=> native.title; diff --git a/internal/compiler/widgets/qt/internal-scrollview.slint b/internal/compiler/widgets/qt/internal-scrollview.slint index 866b3397554..90f48605a3d 100644 --- a/internal/compiler/widgets/qt/internal-scrollview.slint +++ b/internal/compiler/widgets/qt/internal-scrollview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export { NativeStyleMetrics as StyleMetrics } diff --git a/internal/compiler/widgets/qt/layouts.slint b/internal/compiler/widgets/qt/layouts.slint index 0d1fc77dad4..f146450f49b 100644 --- a/internal/compiler/widgets/qt/layouts.slint +++ b/internal/compiler/widgets/qt/layouts.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component VerticalBox inherits VerticalLayout { spacing: NativeStyleMetrics.layout-spacing; diff --git a/internal/compiler/widgets/qt/lineedit.slint b/internal/compiler/widgets/qt/lineedit.slint index 6e759b562d0..7e01590f1ee 100644 --- a/internal/compiler/widgets/qt/lineedit.slint +++ b/internal/compiler/widgets/qt/lineedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { LineEditBase} from "../common/lineedit-base.slint"; import { StyleMetrics } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/qt/progressindicator.slint b/internal/compiler/widgets/qt/progressindicator.slint index acea9b92740..239b979b1c9 100644 --- a/internal/compiler/widgets/qt/progressindicator.slint +++ b/internal/compiler/widgets/qt/progressindicator.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component ProgressIndicator inherits NativeProgressIndicator { accessible-role: progress-indicator; diff --git a/internal/compiler/widgets/qt/scrollview.slint b/internal/compiler/widgets/qt/scrollview.slint index e38e881d008..891133fdd80 100644 --- a/internal/compiler/widgets/qt/scrollview.slint +++ b/internal/compiler/widgets/qt/scrollview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { InternalScrollView } from "internal-scrollview.slint"; diff --git a/internal/compiler/widgets/qt/slider.slint b/internal/compiler/widgets/qt/slider.slint index 6f2d1414ecc..fddf4056c60 100644 --- a/internal/compiler/widgets/qt/slider.slint +++ b/internal/compiler/widgets/qt/slider.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Slider inherits NativeSlider { value: root.minimum; diff --git a/internal/compiler/widgets/qt/spinbox.slint b/internal/compiler/widgets/qt/spinbox.slint index a25cde8307b..3d51dd9546d 100644 --- a/internal/compiler/widgets/qt/spinbox.slint +++ b/internal/compiler/widgets/qt/spinbox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SpinBox inherits NativeSpinBox { value: root.minimum; diff --git a/internal/compiler/widgets/qt/spinner.slint b/internal/compiler/widgets/qt/spinner.slint index cdfacd5554d..be8c907eb8d 100644 --- a/internal/compiler/widgets/qt/spinner.slint +++ b/internal/compiler/widgets/qt/spinner.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Spinner { in property progress; diff --git a/internal/compiler/widgets/qt/std-widgets-impl.slint b/internal/compiler/widgets/qt/std-widgets-impl.slint index ca2f24dee7f..81cea40c89f 100644 --- a/internal/compiler/widgets/qt/std-widgets-impl.slint +++ b/internal/compiler/widgets/qt/std-widgets-impl.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export { NativeStyleMetrics as StyleMetrics } export { NativePalette as Palette } diff --git a/internal/compiler/widgets/qt/std-widgets.slint b/internal/compiler/widgets/qt/std-widgets.slint index c09254f430f..dd7a4bc5840 100644 --- a/internal/compiler/widgets/qt/std-widgets.slint +++ b/internal/compiler/widgets/qt/std-widgets.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { AboutSlint } from "../common/common.slint"; import { StyleMetrics, ScrollView, Palette } from "std-widgets-impl.slint"; diff --git a/internal/compiler/widgets/qt/switch.slint b/internal/compiler/widgets/qt/switch.slint index f63ea256e9a..d7aa50a29c7 100644 --- a/internal/compiler/widgets/qt/switch.slint +++ b/internal/compiler/widgets/qt/switch.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Switch inherits NativeCheckBox { accessible-checkable: true; diff --git a/internal/compiler/widgets/qt/tableview.slint b/internal/compiler/widgets/qt/tableview.slint index fecafb8fc5b..765ca4ff61b 100644 --- a/internal/compiler/widgets/qt/tableview.slint +++ b/internal/compiler/widgets/qt/tableview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ListView } from "internal-scrollview.slint"; diff --git a/internal/compiler/widgets/qt/tabwidget.slint b/internal/compiler/widgets/qt/tabwidget.slint index 3c4c0b23035..2796edd3925 100644 --- a/internal/compiler/widgets/qt/tabwidget.slint +++ b/internal/compiler/widgets/qt/tabwidget.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { TabBarBase } from "../common/tabwidget-base.slint"; diff --git a/internal/compiler/widgets/qt/textedit.slint b/internal/compiler/widgets/qt/textedit.slint index bb97a52554b..1e79afdedb5 100644 --- a/internal/compiler/widgets/qt/textedit.slint +++ b/internal/compiler/widgets/qt/textedit.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { TextEditBase } from "../common/textedit-base.slint"; import { StyleMetrics } from "std-widgets-impl.slint"; diff --git a/internal/core-macros/Cargo.toml b/internal/core-macros/Cargo.toml index 710bd4b085e..3a04f22e75b 100644 --- a/internal/core-macros/Cargo.toml +++ b/internal/core-macros/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-core-macros" diff --git a/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index 4225e094c5d..00000000000 --- a/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..8a9df1ca583 --- /dev/null +++ b/internal/core-macros/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/core-macros/README.md b/internal/core-macros/README.md index ece1545a23f..4224b0d615c 100644 --- a/internal/core-macros/README.md +++ b/internal/core-macros/README.md @@ -1,4 +1,4 @@ - + This crate contains the internal procedural macros used by the i-slint-core crate diff --git a/internal/core-macros/lib.rs b/internal/core-macros/lib.rs index 18ff73c5c5c..4663b1e4bc4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f4e13644c1b..d181d4f67e8 100644 --- a/internal/core/Cargo.toml +++ b/internal/core/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-core" diff --git a/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index 4225e094c5d..00000000000 --- a/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..8a9df1ca583 --- /dev/null +++ b/internal/core/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/core/README.md b/internal/core/README.md index 5afdef4f34f..94b9cae590f 100644 --- a/internal/core/README.md +++ b/internal/core/README.md @@ -1,4 +1,4 @@ - + # Slint Runtime Library diff --git a/internal/core/accessibility.rs b/internal/core/accessibility.rs index cc204fdcb90..a745c49988c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore descendents diff --git a/internal/core/animations.rs b/internal/core/animations.rs index bb993daadd5..a32a3cd0c78 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![warn(missing_docs)] //! The animation system diff --git a/internal/core/api.rs b/internal/core/api.rs index 572d285add3..f7baf25b0d2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/build.rs b/internal/core/build.rs index ab393e7b358..66bc9d6a835 100644 --- a/internal/core/build.rs +++ b/internal/core/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial fn main() { println!("cargo:rustc-check-cfg=cfg(slint_debug_property)"); diff --git a/internal/core/callbacks.rs b/internal/core/callbacks.rs index e0960f6b39b..bcda18de2a9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! Callback that can be connected to one single handler. diff --git a/internal/core/component_factory.rs b/internal/core/component_factory.rs index b107f24335b..8eb2865924e 100644 --- a/internal/core/component_factory.rs +++ b/internal/core/component_factory.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![warn(missing_docs)] diff --git a/internal/core/context.rs b/internal/core/context.rs index f192fcd9b14..36854488470 100644 --- a/internal/core/context.rs +++ b/internal/core/context.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::api::PlatformError; use crate::platform::{EventLoopProxy, Platform}; diff --git a/internal/core/future.rs b/internal/core/future.rs index 820914e1b59..f42ddea9df7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c03baf7adfe..49d7babea63 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![warn(missing_docs)] /*! diff --git a/internal/core/graphics/bitmapfont.rs b/internal/core/graphics/bitmapfont.rs index fc01c833429..a24d4ad293a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::slice::Slice; diff --git a/internal/core/graphics/border_radius.rs b/internal/core/graphics/border_radius.rs index 665e3d22cbb..0a0e0332b6c 100644 --- a/internal/core/graphics/border_radius.rs +++ b/internal/core/graphics/border_radius.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! This module contains border radius related types for the run-time library. diff --git a/internal/core/graphics/boxshadowcache.rs b/internal/core/graphics/boxshadowcache.rs index 6102d49ec6e..1ab6bc472e0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ae579d9a323..9360a83b2b5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 15276cc2591..d9dfd1b1cbd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 42a33516fc3..d1d8208ca7a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 bbaa294c63b..053f2a93998 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f2ba50e2a12..4e2a6e49235 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1fea581ecb6..5aa37a596c2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![cfg(feature = "svg")] diff --git a/internal/core/graphics/path.rs b/internal/core/graphics/path.rs index 21812593931..122b581b537 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 80687afe5a4..39ef7dea4d8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 dde673c50e2..2a8a71e831e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! Module handling mouse events */ diff --git a/internal/core/item_focus.rs b/internal/core/item_focus.rs index 5c23753e849..423996535e5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore nesw diff --git a/internal/core/item_rendering.rs b/internal/core/item_rendering.rs index 662af146571..60fd520ac89 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f02320c8911..25635545213 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore xffff diff --git a/internal/core/items.rs b/internal/core/items.rs index 36705f1afe3..06dbaa30c55 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore nesw diff --git a/internal/core/items/component_container.rs b/internal/core/items/component_container.rs index 7f19c45aa15..4f0e8b241b0 100644 --- a/internal/core/items/component_container.rs +++ b/internal/core/items/component_container.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! This module contains the builtin `ComponentContainer` and related items diff --git a/internal/core/items/flickable.rs b/internal/core/items/flickable.rs index becc4957f2b..c253b5cf4cf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5e8ea24bd09..4a86d58b6f8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5c09301f97e..c39c87a6176 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e4ffaccd4e2..5bb0c9c9d5a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1cd64b619b3..33f0e12bf0c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Runtime support for layouts. diff --git a/internal/core/lengths.rs b/internal/core/lengths.rs index b19598fc635..8ab0d52235b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::BorderRadius; use crate::Coord; diff --git a/internal/core/lib.rs b/internal/core/lib.rs index 11ad146ba2b..33ee224cee4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore sharedvector textlayout diff --git a/internal/core/model.rs b/internal/core/model.rs index 2a22f7400b3..63a4f3ee45b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore vecmodel diff --git a/internal/core/model/adapters.rs b/internal/core/model/adapters.rs index 7c6c64421e0..8def01a7c7d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8010147bb75..f6497164728 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 eb19c4d67e5..ea256a03b05 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e67aff7adac..655a234ff22 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! Property binding engine. diff --git a/internal/core/properties/change_tracker.rs b/internal/core/properties/change_tracker.rs index 74988026782..943a21a6026 100644 --- a/internal/core/properties/change_tracker.rs +++ b/internal/core/properties/change_tracker.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use super::{BindingHolder, BindingResult, BindingVTable, DependencyListHead}; #[cfg(all(not(feature = "std"), feature = "unsafe-single-threaded"))] diff --git a/internal/core/properties/ffi.rs b/internal/core/properties/ffi.rs index 672abcdf55c..83c5016cf60 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a76bb87c598..193e94be8ea 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d9196cb812a..66cad0cdcf6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #[cfg(not(feature = "std"))] use alloc::boxed::Box; diff --git a/internal/core/rtti.rs b/internal/core/rtti.rs index a270e14a8aa..35d5af90b99 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 77d7e97d56d..8313a84cf1b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 dfbefee580e..6777119d005 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! FFI-friendly slice diff --git a/internal/core/software_renderer.rs b/internal/core/software_renderer.rs index 3d4b012bbf7..c11ec309733 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 206e7d45c82..f752636ac75 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![allow(clippy::identity_op)] // We use x + 0 a lot here for symmetry diff --git a/internal/core/software_renderer/fixed.rs b/internal/core/software_renderer/fixed.rs index 644d3968309..1bbf94c0b59 100644 --- a/internal/core/software_renderer/fixed.rs +++ b/internal/core/software_renderer/fixed.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /// A Fixed point, represented with the T underlying type, and shifted by so many bits #[derive(Default, Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord)] diff --git a/internal/core/software_renderer/fonts.rs b/internal/core/software_renderer/fonts.rs index 8753886c117..abb797ab0e3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use alloc::rc::Rc; #[cfg(not(feature = "std"))] diff --git a/internal/core/software_renderer/fonts/pixelfont.rs b/internal/core/software_renderer/fonts/pixelfont.rs index 6eb1de49d06..44784bb6b1d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c6fcdd338b8..446b933296a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f39eac6b60c..467d3079be6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use alloc::rc::Rc; diff --git a/internal/core/string.rs b/internal/core/string.rs index 69e2aa3560c..96e9bb92111 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! module for the SharedString and related things diff --git a/internal/core/tests.rs b/internal/core/tests.rs index fc7bee2a5d1..8f2d6ba4323 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Functions useful for testing #![warn(missing_docs)] diff --git a/internal/core/textlayout.rs b/internal/core/textlayout.rs index 9c09eec8541..77a5a605f9c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! module for basic text layout //! diff --git a/internal/core/textlayout/fragments.rs b/internal/core/textlayout/fragments.rs index 63f4f8ba37f..859f4844e20 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use core::ops::Range; diff --git a/internal/core/textlayout/glyphclusters.rs b/internal/core/textlayout/glyphclusters.rs index 9001691d94a..df923c60dca 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3579478d4c4..9b9820002b1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 252b891d8e9..bbd43bdfa79 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use core::marker::PhantomData; diff --git a/internal/core/textlayout/linebreaker.rs b/internal/core/textlayout/linebreaker.rs index b09a93a1cfa..4a93d2297c8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use core::ops::Range; diff --git a/internal/core/textlayout/shaping.rs b/internal/core/textlayout/shaping.rs index 19b9d325909..e0b7315d4c4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #[cfg(not(feature = "std"))] use alloc::vec::Vec; diff --git a/internal/core/timers.rs b/internal/core/timers.rs index 8b1427737eb..f543441c3d8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore singleshot diff --git a/internal/core/translations.rs b/internal/core/translations.rs index 73a998683b2..c7f066998de 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e50da9ca5d5..07075655261 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 09f9e4f6bfb..049c75aca91 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore backtab diff --git a/internal/interpreter/Cargo.toml b/internal/interpreter/Cargo.toml index 9b4b43c1765..8d5e2e76758 100644 --- a/internal/interpreter/Cargo.toml +++ b/internal/interpreter/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-interpreter" diff --git a/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index 4225e094c5d..00000000000 --- a/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..8a9df1ca583 --- /dev/null +++ b/internal/interpreter/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/interpreter/api.rs b/internal/interpreter/api.rs index f630324befa..e7ec80396e6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_compiler::diagnostics::SourceFileVersion; use i_slint_compiler::langtype::Type as LangType; diff --git a/internal/interpreter/dynamic_item_tree.rs b/internal/interpreter/dynamic_item_tree.rs index 0042d9ed26d..d4b17f92ffe 100644 --- a/internal/interpreter/dynamic_item_tree.rs +++ b/internal/interpreter/dynamic_item_tree.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::{api::Value, dynamic_type, eval}; diff --git a/internal/interpreter/dynamic_type.rs b/internal/interpreter/dynamic_type.rs index c4165a3bb3a..b597774afa6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! This module create dynamic types diff --git a/internal/interpreter/eval.rs b/internal/interpreter/eval.rs index 8e80caca280..707a29cfa40 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::api::{SetPropertyError, Struct, Value}; use crate::dynamic_item_tree::InstanceRef; diff --git a/internal/interpreter/eval_layout.rs b/internal/interpreter/eval_layout.rs index a7cb42ef21c..ef77ece803f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::dynamic_item_tree::InstanceRef; use crate::eval::{self, ComponentInstance, EvalLocalContext}; diff --git a/internal/interpreter/ffi.rs b/internal/interpreter/ffi.rs index 6fa434d81a9..a942d7ab654 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::dynamic_item_tree::ErasedItemTreeBox; diff --git a/internal/interpreter/global_component.rs b/internal/interpreter/global_component.rs index a7f572d8ae0..5fb966be97a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0e8756440f6..87b7c0ed387 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9e094f66798..14abc82c39c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! # Slint interpreter library diff --git a/internal/interpreter/migration.rs b/internal/interpreter/migration.rs index d0f2045dd2f..f8aaae75e0f 100644 --- a/internal/interpreter/migration.rs +++ b/internal/interpreter/migration.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! # Migration from previous versions diff --git a/internal/interpreter/tests.rs b/internal/interpreter/tests.rs index dc44b54a8c4..e65cc54d206 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #[cfg(feature = "internal")] #[test] diff --git a/internal/interpreter/value_model.rs b/internal/interpreter/value_model.rs index db0bd122c5c..af78730be01 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cffa1129f65..fe1708188f6 100644 --- a/internal/renderers/femtovg/Cargo.toml +++ b/internal/renderers/femtovg/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-renderer-femtovg" diff --git a/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/internal/renderers/femtovg/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/renderers/femtovg/README.md b/internal/renderers/femtovg/README.md index 3f6e7b9f7bc..560f37e6b8a 100644 --- a/internal/renderers/femtovg/README.md +++ b/internal/renderers/femtovg/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/renderers/femtovg/fonts.rs b/internal/renderers/femtovg/fonts.rs index 64e185b0e25..5ad686514ef 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cspell:ignore Noto fontconfig diff --git a/internal/renderers/femtovg/images.rs b/internal/renderers/femtovg/images.rs index ae4637d692f..83861e8d028 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e6952c3b558..fb080279d8e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1b6cac3fc17..8f9f4240ba9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 62ca791c210..c2054f13523 100644 --- a/internal/renderers/skia/Cargo.toml +++ b/internal/renderers/skia/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "i-slint-renderer-skia" diff --git a/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index f6a4790a3fd..00000000000 --- a/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..4f1673e140d --- /dev/null +++ b/internal/renderers/skia/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/internal/renderers/skia/README.md b/internal/renderers/skia/README.md index 3f6e7b9f7bc..560f37e6b8a 100644 --- a/internal/renderers/skia/README.md +++ b/internal/renderers/skia/README.md @@ -1,4 +1,4 @@ - + **NOTE**: This library is an **internal** crate of the [Slint project](https://slint.dev). This crate should **not be used directly** by applications using Slint. diff --git a/internal/renderers/skia/build.rs b/internal/renderers/skia/build.rs index 72a3daa6b02..1019b547257 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6ead28d0a91..e4ff1af4e25 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::PhysicalSize; #[cfg(skia_backend_opengl)] diff --git a/internal/renderers/skia/d3d_surface.rs b/internal/renderers/skia/d3d_surface.rs index e1ca650ea07..4762f0d3411 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 74acd7ec5d3..3e0a4cd6be7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore rrect diff --git a/internal/renderers/skia/lib.rs b/internal/renderers/skia/lib.rs index a7711c5a8bb..bd1e9143354 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1875383c71c..10d30829843 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e5e438d9b90..c90fd541b81 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::{cell::RefCell, num::NonZeroU32}; diff --git a/internal/renderers/skia/software_surface.rs b/internal/renderers/skia/software_surface.rs index d0c7724cc61..c4101ec0fa7 100644 --- a/internal/renderers/skia/software_surface.rs +++ b/internal/renderers/skia/software_surface.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_core::api::PhysicalSize as PhysicalWindowSize; diff --git a/internal/renderers/skia/textlayout.rs b/internal/renderers/skia/textlayout.rs index b52a62cfc0f..f6b2a8792ba 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 593bf300c4e..fbea0f2da8c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::cell::{Cell, RefCell}; use std::sync::Arc; diff --git a/logo/README.md b/logo/README.md index 919fb688842..0c4c7a1c058 100644 --- a/logo/README.md +++ b/logo/README.md @@ -1,4 +1,4 @@ - + # Branding Guidelines @@ -32,7 +32,7 @@ It is (manually) copied into the website under . ![Slint logo small light](./slint-logo-small-light.svg#gh-light-mode-only)![Slint logo small dark](./slint-logo-small-dark.svg#gh-dark-mode-only) -* Use the #MadeWithSlint logo for attributions to Slint (e.g. when using Slint under the [Royalty-Free License](../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md)). +* Use the #MadeWithSlint logo for attributions to Slint (e.g. when using Slint under the [Royalty-Free License](../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md)). ![#MadeWithSlint logo light](./MadeWithSlint-logo-light.svg#gh-light-mode-only)![#MadeWithSlint logo dark](./MadeWithSlint-logo-dark.svg#gh-dark-mode-only) diff --git a/scripts/prepare_binary_package.sh b/scripts/prepare_binary_package.sh index 1dd61ed5509..5fa48a61ffe 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial if [ $# -lt 1 ]; then echo "usage: $0 path/to/target/binary_package" diff --git a/scripts/prepare_vscode_nightly.sh b/scripts/prepare_vscode_nightly.sh index 25b63bf7a4f..bd589752636 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial cd `dirname $0`/../editors/vscode diff --git a/scripts/publish.sh b/scripts/publish.sh index 229bc1caf74..1d2c15d3547 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial cargo publish --manifest-path internal/common/Cargo.toml cargo publish --manifest-path internal/core-macros/Cargo.toml diff --git a/tests/cases/absolute_coords.slint b/tests/cases/absolute_coords.slint index 44f10d6e061..90277537160 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Item { callback pointer-event <=> touch.pointer-event; diff --git a/tests/cases/accessibility/actions.slint b/tests/cases/accessibility/actions.slint index 8dd1068810e..4219b3340f9 100644 --- a/tests/cases/accessibility/actions.slint +++ b/tests/cases/accessibility/actions.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Button { callback clicked(); diff --git a/tests/cases/accessibility/materialized.slint b/tests/cases/accessibility/materialized.slint index 8ef5f1f00c3..79148aea4ba 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a5dce37c02d..91f8703f0fc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 84cb1635c1c..989f46a5b71 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 aa28220b9e8..cbc3b92c305 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 15b0652b965..dbd63f659a2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 96b279547c8..7af904ba02c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a1412e429d6..e0fa753fb8a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a18f89b519b..d086fd85856 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7d3b9e70731..1fc7722a814 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 20a236592fb..1961407b203 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial O := Text { property val; diff --git a/tests/cases/bindings/override.slint b/tests/cases/bindings/override.slint index e65ceec728e..4ae56973231 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2d071c76019..1a10fb6dd27 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0292fa8589d..f1a4cea9fbd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3fff5d94080..c6b94e6f12f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8431ee30abe..98f8769c67d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial diff --git a/tests/cases/bindings/two_way_bug.slint b/tests/cases/bindings/two_way_bug.slint index d64aef7bb77..d72231dff78 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 900ecc6b972..5e8bfd6ce78 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 47c95141925..0a145df0ed1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2a312d35ed0..17a50fd4334 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3a02c451f61..3c680444077 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 abb40e88874..e75651f5fce 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e12873e2c9a..7c3c47a76b3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d815b856673..8db3bb9a7b0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 100phx; diff --git a/tests/cases/callbacks/functions.slint b/tests/cases/callbacks/functions.slint index d02c234d345..7831fff73d0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial global G := { property hello: "hello"; diff --git a/tests/cases/callbacks/handler.slint b/tests/cases/callbacks/handler.slint index 150f34d1e58..2f3c565c074 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 126395289cb..0471a929a27 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7702eb5ba5d..f4827c5c7a8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 369803c84cc..41e857a3c1f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7dfc21fc74a..85832676f25 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7397f6107de..d3efef99e10 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5cdd5b34ff6..decc361551e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b2bb019d922..25cf7d3e5e0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 07915f53604..dc4f1b62e97 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Container := Rectangle { GridLayout { diff --git a/tests/cases/children/zorder.slint b/tests/cases/children/zorder.slint index d71c815c638..ce1dc717695 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 100phx; diff --git a/tests/cases/conditional/cast.slint b/tests/cases/conditional/cast.slint index a27cf557b93..df772ec0f4d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property condition; diff --git a/tests/cases/conditional/expr.slint b/tests/cases/conditional/expr.slint index 2e4247def5d..66a6a1881ed 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property condition; diff --git a/tests/cases/conditional/stm.slint b/tests/cases/conditional/stm.slint index 1e605f019a6..c0ee8663092 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property value; diff --git a/tests/cases/conditional/stm2.slint b/tests/cases/conditional/stm2.slint index 64aa013ae86..6fad6ec6004 100644 --- a/tests/cases/conditional/stm2.slint +++ b/tests/cases/conditional/stm2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property value; diff --git a/tests/cases/crashes/access_ellided_prop.slint b/tests/cases/crashes/access_ellided_prop.slint index 312266ab91f..306f7972b05 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 603c76d2ad5..f55ce819973 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 04ca560e2a7..09e2a5b9544 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b71145779ba..e89bea24f56 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 00285356020..a70fe8387c2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3645949263f..e66f2a0fc3f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9baa7a669bc..5cb65ba19a2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3a75664c219..b6cd862fcf1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0bc2739c670..7acf2b9f108 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f1b215e69e6..4ed7183e36c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // This is a test for a crash withthe interpreter when evaluating properties diff --git a/tests/cases/crashes/issue3589_layout_click_deletes_item.slint b/tests/cases/crashes/issue3589_layout_click_deletes_item.slint index 985551434b5..aab8e44f54a 100644 --- a/tests/cases/crashes/issue3589_layout_click_deletes_item.slint +++ b/tests/cases/crashes/issue3589_layout_click_deletes_item.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits Rectangle { diff --git a/tests/cases/crashes/issue_1009_const_alias.slint b/tests/cases/crashes/issue_1009_const_alias.slint index 20c78355f5f..f6b5da38193 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 390a02d6b37..126b4be3019 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ee6d20d3659..aad368f1ce6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { diff --git a/tests/cases/crashes/issue_4002_width_alias.slint b/tests/cases/crashes/issue_4002_width_alias.slint index a8618544fac..528ff5bb1fb 100644 --- a/tests/cases/crashes/issue_4002_width_alias.slint +++ b/tests/cases/crashes/issue_4002_width_alias.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial global ResizeState { in property handle-size: 10px; diff --git a/tests/cases/crashes/issue_422_enclosing_component.slint b/tests/cases/crashes/issue_422_enclosing_component.slint index 72dfa338163..cdfa31b9e1b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 51e8221d0ad..a4d4870b7c6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b1b6cb60002..d449eff62ee 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 061e5952c2b..227426dec48 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1506f23a7bc..a79f85f7927 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { tl_layout := HorizontalLayout { diff --git a/tests/cases/crashes/optimized_item_shadow.slint b/tests/cases/crashes/optimized_item_shadow.slint index a53b256120c..1b286b8de4c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 84b983cf99b..fa4686c9e20 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b24a6f7c12b..71aef2a36e3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export D := Window { VerticalLayout { diff --git a/tests/cases/crashes/subsubcomponent.slint b/tests/cases/crashes/subsubcomponent.slint index a452bad94fd..f4c5585b970 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial SubSubCompo := Rectangle { } SubCompo := SubSubCompo {} diff --git a/tests/cases/crashes/subsubcomponent2.slint b/tests/cases/crashes/subsubcomponent2.slint index c4c71fd9db7..84bb63ecc61 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7cb75600a98..76551410517 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component TextInner inherits Text { callback panic(); diff --git a/tests/cases/elements/component_container.slint b/tests/cases/elements/component_container.slint index 84f137debce..e720b855171 100644 --- a/tests/cases/elements/component_container.slint +++ b/tests/cases/elements/component_container.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // FIXME: Skip embedding test on C++ and NodeJS since ComponentFactory is not // implemented there! diff --git a/tests/cases/elements/component_container_component.slint b/tests/cases/elements/component_container_component.slint index a5107f79e74..4e85b179276 100644 --- a/tests/cases/elements/component_container_component.slint +++ b/tests/cases/elements/component_container_component.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // FIXME: Skip embedding test on C++ and NodeJS since ComponentFactory is not // implemented there! diff --git a/tests/cases/elements/component_container_init.slint b/tests/cases/elements/component_container_init.slint index 4a92426ef3d..aeb0f16c54b 100644 --- a/tests/cases/elements/component_container_init.slint +++ b/tests/cases/elements/component_container_init.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // FIXME: Skip embedding test on C++ and NodeJS since ComponentFactory is not implemented there! //ignore: cpp,js diff --git a/tests/cases/elements/component_container_size.slint b/tests/cases/elements/component_container_size.slint index 49829f03f3b..2f406555a75 100644 --- a/tests/cases/elements/component_container_size.slint +++ b/tests/cases/elements/component_container_size.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // FIXME: Skip embedding test on C++ and NodeJS since ComponentFactory is not // implemented there! diff --git a/tests/cases/elements/dialog.slint b/tests/cases/elements/dialog.slint index 94caee45bd6..78b058cdddb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StandardButton, Button, GridBox } from "std-widgets.slint"; diff --git a/tests/cases/elements/element_ref_on_root_compo.slint b/tests/cases/elements/element_ref_on_root_compo.slint index 75981728bcc..a34ad4376de 100644 --- a/tests/cases/elements/element_ref_on_root_compo.slint +++ b/tests/cases/elements/element_ref_on_root_compo.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Allow for accessing built-in functions on root elements even with an injected window item diff --git a/tests/cases/elements/flickable.slint b/tests/cases/elements/flickable.slint index 661236940c1..f114f0cdb2a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { diff --git a/tests/cases/elements/flickable2.slint b/tests/cases/elements/flickable2.slint index d48d998ecb1..ce39fcef0ee 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial InheritFlickable := Flickable {} diff --git a/tests/cases/elements/flickable3.slint b/tests/cases/elements/flickable3.slint index f3e9dac539a..1f37d31db8e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5f47c025f37..e5a6ca220a5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { width: 500px; diff --git a/tests/cases/elements/image.slint b/tests/cases/elements/image.slint index 67d95ea3d8d..c34ea58ab0a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 63e2de83229..0d8091eecdb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7deb12894f9..d815bcc634e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d9d8126523b..c5d6000fbcf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 58f8b695df9..a11753dbd8f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7e28bfa1730..5b1b8b315d6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/elements/popupwindow.slint b/tests/cases/elements/popupwindow.slint index 6a66d61285a..8580b533bb8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // The presence of this component shouldn't break anything component Window {} diff --git a/tests/cases/elements/popupwindow_close.slint b/tests/cases/elements/popupwindow_close.slint index 1f875f06659..09e539d8f81 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { width: 300px; diff --git a/tests/cases/elements/popupwindow_context.slint b/tests/cases/elements/popupwindow_context.slint index 9dcfd577df4..e9ec799f7fd 100644 --- a/tests/cases/elements/popupwindow_context.slint +++ b/tests/cases/elements/popupwindow_context.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Palette } from "std-widgets.slint"; diff --git a/tests/cases/elements/popupwindow_cursor.slint b/tests/cases/elements/popupwindow_cursor.slint index 471b2113002..39caff988c0 100644 --- a/tests/cases/elements/popupwindow_cursor.slint +++ b/tests/cases/elements/popupwindow_cursor.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { width: 300px; diff --git a/tests/cases/elements/popupwindow_inherits.slint b/tests/cases/elements/popupwindow_inherits.slint index f4bb20f38d6..7aa84379890 100644 --- a/tests/cases/elements/popupwindow_inherits.slint +++ b/tests/cases/elements/popupwindow_inherits.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component MyPopup inherits PopupWindow { diff --git a/tests/cases/elements/tabwidget.slint b/tests/cases/elements/tabwidget.slint index 37fd4eba009..bed5dfa6de7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 da2cca45ce3..702940fd2d0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b2459bbf45e..4656b185013 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { in-out property touch1; diff --git a/tests/cases/elements/toucharea_doubleclick.slint b/tests/cases/elements/toucharea_doubleclick.slint index 0bd066aad26..5d582ffde8f 100644 --- a/tests/cases/elements/toucharea_doubleclick.slint +++ b/tests/cases/elements/toucharea_doubleclick.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { in-out property touch1; diff --git a/tests/cases/examples/box_shadow_use.slint b/tests/cases/examples/box_shadow_use.slint index da4e36fd138..fff9345a7d5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 85d59ba3295..2aa4a95c222 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ea34c14a9cb..83c95f1a8cc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Win := Window { GridLayout { diff --git a/tests/cases/examples/hello.slint b/tests/cases/examples/hello.slint index ab1eb9119b4..21d85b467e2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TwoRectangle := Rectangle { diff --git a/tests/cases/examples/image_fit.slint b/tests/cases/examples/image_fit.slint index 1451ea95b3d..c69a2c7a1f0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Win := Window { GridLayout { diff --git a/tests/cases/examples/image_rendering.slint b/tests/cases/examples/image_rendering.slint index 9ef543db491..4a019ca883b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b3b30d59ee9..16de4722cd6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial W := Window { VerticalLayout { diff --git a/tests/cases/examples/layer.slint b/tests/cases/examples/layer.slint index 9b6ab07dbfb..45e874e023f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 bb6ac099f9c..721a502aea7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 178a5302506..c449005e45d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial PathFillRule := Window { GridLayout { diff --git a/tests/cases/examples/path_viewbox.slint b/tests/cases/examples/path_viewbox.slint index 553bcc6c52e..f200c476016 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial RectPath := Path { MoveTo { diff --git a/tests/cases/examples/plusminus.slint b/tests/cases/examples/plusminus.slint index 2372543c97e..ca09401a490 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b0ed11bc64e..e016950dd34 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 baebd28a6a1..4a925ca777d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d95145fbc4d..836f7af53a6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6479910cf62..b4e5787fbdc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Test for manual visual verification of default font properties of Window // diff --git a/tests/cases/exports/cpp_namespace.slint b/tests/cases/exports/cpp_namespace.slint index 8bb84e64fac..48084ce9335 100644 --- a/tests/cases/exports/cpp_namespace.slint +++ b/tests/cases/exports/cpp_namespace.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //cpp-namespace: my::ui //ignore: rust,js diff --git a/tests/cases/exports/export_root.slint b/tests/cases/exports/export_root.slint index 9c9c5e873df..2e946f069a2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Ok { in-out property test: true; diff --git a/tests/cases/exports/named_exports.slint b/tests/cases/exports/named_exports.slint index b4c4e7a0575..819db1d6c03 100644 --- a/tests/cases/exports/named_exports.slint +++ b/tests/cases/exports/named_exports.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { ExportedStruct, ExportEnum } from "export_structs.slint"; diff --git a/tests/cases/expr/abs.slint b/tests/cases/expr/abs.slint index 337a0d08927..b6435aa9cf7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d56972289be..503df4f61e7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cb4bc2e090b..ae0219bf2dd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 3170d61eec5..3fc7c5cc74b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property a; diff --git a/tests/cases/expr/asin.slint b/tests/cases/expr/asin.slint index 403f9fd7b24..81881ddb44e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 484c5100106..1de96f6d7da 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 162a4e4c87d..d0618bedbaf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property t1: ceil(42.2); diff --git a/tests/cases/expr/clamp.slint b/tests/cases/expr/clamp.slint index 2c96cec0d47..b9d7aca8313 100644 --- a/tests/cases/expr/clamp.slint +++ b/tests/cases/expr/clamp.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { in property value: 42.0; diff --git a/tests/cases/expr/comparison.slint b/tests/cases/expr/comparison.slint index ed7716f0772..1d2a2da9207 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property hello: 44; diff --git a/tests/cases/expr/cos.slint b/tests/cases/expr/cos.slint index 54e46030b25..d0bd49f6af6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 744508c5dc4..a32ac75a4dc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property text: "init"; diff --git a/tests/cases/expr/floor.slint b/tests/cases/expr/floor.slint index 5301de9b07b..5724b02b702 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e5adf12bae1..936a00a91a3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0c57fcd49c8..f8ff52f2624 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { diff --git a/tests/cases/expr/minmax.slint b/tests/cases/expr/minmax.slint index 43eba391a29..9b6cda86819 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property a; diff --git a/tests/cases/expr/mod.slint b/tests/cases/expr/mod.slint index 78d4d6d3908..fd437830151 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6b4ea423e52..6ce5bc2891a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c4ac740937e..4553e1b6f32 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property toggle: { return false; } diff --git a/tests/cases/expr/return2.slint b/tests/cases/expr/return2.slint index e3c9a5498fd..bff9ae6f624 100644 --- a/tests/cases/expr/return2.slint +++ b/tests/cases/expr/return2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global Foo { in-out property bo: false; diff --git a/tests/cases/expr/return3.slint b/tests/cases/expr/return3.slint index 5ffcf321e97..26f6ad74fac 100644 --- a/tests/cases/expr/return3.slint +++ b/tests/cases/expr/return3.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component BackgroundExpr inherits Rectangle { diff --git a/tests/cases/expr/round.slint b/tests/cases/expr/round.slint index 54951a36061..f47d73ba52f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 87de68af4a2..fc697a74eb6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2f28a3da8ce..018de6393b3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 05e389d5ae6..43207ed412e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8e66551146f..7c7f7556ded 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property a:12; diff --git a/tests/cases/expr/tan.slint b/tests/cases/expr/tan.slint index df90a375c44..ac3ce3e8e62 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9fe92a5fd05..f3abd139281 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { property int_value: 42; diff --git a/tests/cases/expr/trigo.slint b/tests/cases/expr/trigo.slint index 7ad1f773f4a..bb5fbaf641c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property verify: diff --git a/tests/cases/focus/clear_focus.slint b/tests/cases/focus/clear_focus.slint index 1dbe5b62d3e..97d2c1f6c0c 100644 --- a/tests/cases/focus/clear_focus.slint +++ b/tests/cases/focus/clear_focus.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits Window { width: 200px; diff --git a/tests/cases/focus/event_propagation.slint b/tests/cases/focus/event_propagation.slint index b2dd2cb0c50..94d9b62d671 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f8b61faaf88..866fae89da8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7a1d5d0df2b..3eeb1e6cda9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits Window { width: 100phx; diff --git a/tests/cases/focus/focus_change.slint b/tests/cases/focus/focus_change.slint index dbf5096d2da..cdf2b29d230 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 400phx; diff --git a/tests/cases/focus/focus_change_event.slint b/tests/cases/focus/focus_change_event.slint index 4c1667718e0..c63edab4fb0 100644 --- a/tests/cases/focus/focus_change_event.slint +++ b/tests/cases/focus/focus_change_event.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 400phx; diff --git a/tests/cases/focus/focus_change_subcompo.slint b/tests/cases/focus/focus_change_subcompo.slint index c71974e343b..a3484df01b4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 85142b48321..668aa71313f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c4f298f02cd..e080226d8ce 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4eded044785..351fcd80d8e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 40f7164dbdc..ee2c54ae2fc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f68269887aa..08f6e503ff9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4e598341e10..5b94f432f32 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6b347663f90..e96f499cf49 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d93e5b3060c..61835c7325d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 417ac17adc9..eb696f753e1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 112febb28e4..b91a3c5033c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 09e341dea2d..f3ddc1b6248 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c243c0a72fd..ca3eaf722dc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4a3af120650..fb20e5d34f7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 51b5a98e8b6..77070324145 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1e766db5b91..a00a94a5bc7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d4a390422a1..7ee7f759283 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6bf3a269da9..0ca10dc81ee 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e59861f4aa8..cd38cc7ffd2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8e8dfb48de5..027a747aacb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e01895dbfaf..329beddd985 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 781301e4877..59578ae0b0d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 db17f8e988d..f08fa0170fc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 eb4a43669d5..9c6f8ff8943 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d5904875450..4e241a98717 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //include_path: ../../helper_components import { MainWindow } from "main_window.slint"; diff --git a/tests/cases/imports/library.slint b/tests/cases/imports/library.slint index db57cd79cf0..bbbcd41d74d 100644 --- a/tests/cases/imports/library.slint +++ b/tests/cases/imports/library.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //library_path(helper_components): ../../helper_components/ //library_path(helper_buttons): ../../helper_components/test_button.slint diff --git a/tests/cases/imports/reexport.slint b/tests/cases/imports/reexport.slint index 929d7c6afbf..3bac4aec7be 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c90e52fbe1f..dbfcd99b237 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Clip { // the presence of a Clip element should not impact the rest diff --git a/tests/cases/input/scroll-event.slint b/tests/cases/input/scroll-event.slint index 6fb1bfc71c0..ae4ce2bd0cb 100644 --- a/tests/cases/input/scroll-event.slint +++ b/tests/cases/input/scroll-event.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits Window { diff --git a/tests/cases/input/visible_mouse.slint b/tests/cases/input/visible_mouse.slint index 2fb44d3e224..a41ccaa6205 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Clip { // the presence of a Clip element should not impact the rest diff --git a/tests/cases/issues/issue_1837_percent_comparison.slint b/tests/cases/issues/issue_1837_percent_comparison.slint index b89a3aef4a7..c6d16c96ecb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 affd47d596a..38d1f1d20a7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 365fa5345a9..500dc46bed5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component Test { VerticalLayout { diff --git a/tests/cases/issues/issue_2598_listview_reuse_elem.slint b/tests/cases/issues/issue_2598_listview_reuse_elem.slint index 5b81b6139fc..0fd97d59f3b 100644 --- a/tests/cases/issues/issue_2598_listview_reuse_elem.slint +++ b/tests/cases/issues/issue_2598_listview_reuse_elem.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/issues/issue_2608_canon_img_path.slint b/tests/cases/issues/issue_2608_canon_img_path.slint index c7a6a84f749..ed9f06913cf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c5b8f5cee03..1b87382f82d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component 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 360683f618d..5b3f51d4183 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/issue_3107_if_optimized_rect.slint b/tests/cases/issues/issue_3107_if_optimized_rect.slint index 33bdf947a22..c008bc20573 100644 --- a/tests/cases/issues/issue_3107_if_optimized_rect.slint +++ b/tests/cases/issues/issue_3107_if_optimized_rect.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component TestComponent { in-out property check; diff --git a/tests/cases/issues/issue_3318_window_size.slint b/tests/cases/issues/issue_3318_window_size.slint index 78c51d83608..ee626ad9e99 100644 --- a/tests/cases/issues/issue_3318_window_size.slint +++ b/tests/cases/issues/issue_3318_window_size.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { VerticalLayout { diff --git a/tests/cases/issues/issue_3561_return_image.slint b/tests/cases/issues/issue_3561_return_image.slint index 434d243c00e..8dff6e6b54b 100644 --- a/tests/cases/issues/issue_3561_return_image.slint +++ b/tests/cases/issues/issue_3561_return_image.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export enum IconType { add, diff --git a/tests/cases/issues/issue_4072_optimized_alias.slint b/tests/cases/issues/issue_4072_optimized_alias.slint index 7f600eb913a..28c3a1695e2 100644 --- a/tests/cases/issues/issue_4072_optimized_alias.slint +++ b/tests/cases/issues/issue_4072_optimized_alias.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Wrapper inherits Rectangle { border-color: blue; diff --git a/tests/cases/issues/issue_4241_alias-const.slint b/tests/cases/issues/issue_4241_alias-const.slint index caf06d7732b..e5d8faf2124 100644 --- a/tests/cases/issues/issue_4241_alias-const.slint +++ b/tests/cases/issues/issue_4241_alias-const.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component SpinBoxBase { diff --git a/tests/cases/issues/issue_4884_show_popup.slint b/tests/cases/issues/issue_4884_show_popup.slint index 290d5065848..a0ec0023413 100644 --- a/tests/cases/issues/issue_4884_show_popup.slint +++ b/tests/cases/issues/issue_4884_show_popup.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component DialogBox inherits Rectangle { callback show-dialog(); diff --git a/tests/cases/issues/issue_4942_no_else_value.slint b/tests/cases/issues/issue_4942_no_else_value.slint index 64b8b6ec507..fa7e12d15a1 100644 --- a/tests/cases/issues/issue_4942_no_else_value.slint +++ b/tests/cases/issues/issue_4942_no_else_value.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { diff --git a/tests/cases/issues/issue_5146_init_animated.slint b/tests/cases/issues/issue_5146_init_animated.slint index 5c4750b7b7a..515063708a4 100644 --- a/tests/cases/issues/issue_5146_init_animated.slint +++ b/tests/cases/issues/issue_5146_init_animated.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component MyComponent inherits Rectangle { animate background { } diff --git a/tests/cases/issues/issue_5260_init_inlined.slint b/tests/cases/issues/issue_5260_init_inlined.slint index 7f590846430..ddb4b3e374f 100644 --- a/tests/cases/issues/issue_5260_init_inlined.slint +++ b/tests/cases/issues/issue_5260_init_inlined.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component DrawerLeft { private property logic_width; diff --git a/tests/cases/issues/member_fun_from_parent.slint b/tests/cases/issues/member_fun_from_parent.slint index d120fb01a97..8eee94462e9 100644 --- a/tests/cases/issues/member_fun_from_parent.slint +++ b/tests/cases/issues/member_fun_from_parent.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Make sure that we generate the correct code to call a built-in member function through a parent. diff --git a/tests/cases/issues/name_conflicts.slint b/tests/cases/issues/name_conflicts.slint index 02459226f7f..3fd69b3b332 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export struct Color { diff --git a/tests/cases/layout/box_alignment.slint b/tests/cases/layout/box_alignment.slint index 05806380471..a7fbd0a10f8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9ace09d487f..08d159a9d3a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c17bbb2fd51..1b8bd023e40 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ab3ad87c4d6..e4537bc1465 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 26707c19914..a190c4daedb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 24026f0d815..58b40973b43 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 28b420700e3..19046b714c2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 300phx; diff --git a/tests/cases/layout/grid2.slint b/tests/cases/layout/grid2.slint index b46cb5e5af6..80baf103880 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 612d8e6ab27..c3f55bd17a4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ba975857633..5e84d7a55d5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c602eb0dfea..f2c1c5df062 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f852c132d06..468cd2da52c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { background: green; diff --git a/tests/cases/layout/grid_spacing.slint b/tests/cases/layout/grid_spacing.slint index 4fb113fe551..ad26bde3908 100644 --- a/tests/cases/layout/grid_spacing.slint +++ b/tests/cases/layout/grid_spacing.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 600phx; diff --git a/tests/cases/layout/grid_span.slint b/tests/cases/layout/grid_span.slint index 8b0d7864f0f..7b3413e757b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 aaf846b5730..fcf45eafced 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 718f610ff29..f1ea76a545a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e441a030556..dc34b6130d4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a2b9b880c74..697a82dad8b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0dda56813b7..a055b88f248 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/layout/issue_1072_opacity_geometry.slint b/tests/cases/layout/issue_1072_opacity_geometry.slint index b974856fc52..44b461a4739 100644 --- a/tests/cases/layout/issue_1072_opacity_geometry.slint +++ b/tests/cases/layout/issue_1072_opacity_geometry.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Test that the x and y property of a Rectangle with opacity are consistant diff --git a/tests/cases/layout/issue_140.slint b/tests/cases/layout/issue_140.slint index 51fcfd47162..01e15558cff 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4f6af4ae3c1..312137a63cd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 970ccd01e2b..6914067f1cf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 684f07b447d..6a73ad1c20b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8bf0e8a8749..8e47be84e9b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6004c8fd4f3..3ccef943698 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { width: 300px; diff --git a/tests/cases/layout/issue_2537_visible_in_listview.slint b/tests/cases/layout/issue_2537_visible_in_listview.slint index a597412c761..c964b91614d 100644 --- a/tests/cases/layout/issue_2537_visible_in_listview.slint +++ b/tests/cases/layout/issue_2537_visible_in_listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // FIXME: currently the layout is broken, but at least it shouldn't panic 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 2097a818177..6c3a353305d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 996eb8fa529..430f6c23b06 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c55dfd37c91..4977e081cc8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b165b48d7e8..806d70840be 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 53ec3a15856..536d0534afc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial RectRed := Rectangle { diff --git a/tests/cases/layout/nested_grid.slint b/tests/cases/layout/nested_grid.slint index d56343b889a..a03f48058cd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 beac4fcb260..b91ccb74fcf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 97dfcb4a4be..91074ae909e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ab849a76365..ee5229630f8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4734638d6be..90ce8934f9a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f68280c319f..a8beb6da518 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1b6fdfa2551..5152139203b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b0c37791062..339bf9ad70c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component TextTextGeomWithOpacityOrClip { diff --git a/tests/cases/layout/vertical_if.slint b/tests/cases/layout/vertical_if.slint index ad906609ca4..34107c647f7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export TestCase := Window { width: 100phx; diff --git a/tests/cases/layout/window_fixed.slint b/tests/cases/layout/window_fixed.slint index 69f284acfb9..bcb7c860f75 100644 --- a/tests/cases/layout/window_fixed.slint +++ b/tests/cases/layout/window_fixed.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits Window { width: 200px; diff --git a/tests/cases/layout/window_preferred.slint b/tests/cases/layout/window_preferred.slint index 7267ce93808..8ef6562da10 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { VerticalLayout { diff --git a/tests/cases/lookup/global_lookup.slint b/tests/cases/lookup/global_lookup.slint index 7e14adf7cf7..cc8d0dd7dc9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a78ac962085..2fb1bf107a9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/lookup/renamed_elements.slint b/tests/cases/lookup/renamed_elements.slint index 7de1065cbd1..bf37ef871d7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial PopupWindow := Rectangle {} diff --git a/tests/cases/lookup/rust_names.slint b/tests/cases/lookup/rust_names.slint index e25c9f2467c..12fdeb1e1dc 100644 --- a/tests/cases/lookup/rust_names.slint +++ b/tests/cases/lookup/rust_names.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Just use some of the internal names used in Slint to make sure it still compiles diff --git a/tests/cases/models/array.slint b/tests/cases/models/array.slint index c91c157bfe9..d2b933ebd1f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 54dcce94b9c..1847dd41d94 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property <[int]> foo: [1, 2, 3]; diff --git a/tests/cases/models/delete_from_clicked.slint b/tests/cases/models/delete_from_clicked.slint index 0d1a0121d26..d0fba15d09a 100644 --- a/tests/cases/models/delete_from_clicked.slint +++ b/tests/cases/models/delete_from_clicked.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global Glob { in-out property <[string]> model: ["Hello", "World"]; diff --git a/tests/cases/models/for.slint b/tests/cases/models/for.slint index f2b4adc01e8..2b51f599db6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 15b05bf77a0..91ef851b1ac 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f68907ec701..c10c7db06b4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c8238eeb0f3..f90654da3b0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial diff --git a/tests/cases/models/issue_4961_model_index_property.slint b/tests/cases/models/issue_4961_model_index_property.slint index 5f75bed9d3a..b50ed0677c9 100644 --- a/tests/cases/models/issue_4961_model_index_property.slint +++ b/tests/cases/models/issue_4961_model_index_property.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { width: 100px; diff --git a/tests/cases/models/listview_model_change.slint b/tests/cases/models/listview_model_change.slint index 033baa61576..0c7dc13248a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7cc0509cd75..8bba6036945 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d0af5de25d8..8be19832e79 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cacdea5506c..559161163d3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial diff --git a/tests/cases/models/scrolled_model.slint b/tests/cases/models/scrolled_model.slint index 37d6d56c512..6aa5396a59e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 47df8ff85b5..cc9cceb12ae 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/models/write_to_model_listview.slint b/tests/cases/models/write_to_model_listview.slint index 46fbf3e4626..233ee7effcf 100644 --- a/tests/cases/models/write_to_model_listview.slint +++ b/tests/cases/models/write_to_model_listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ListView } from "std-widgets.slint"; diff --git a/tests/cases/models/write_to_model_sub_component.slint b/tests/cases/models/write_to_model_sub_component.slint index 1e8b7b5d78b..ab1c7d6e518 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 85e92bae74d..1117c0a9fd6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { width: 120px; diff --git a/tests/cases/properties/animation_from_click_in_repeated_4741.slint b/tests/cases/properties/animation_from_click_in_repeated_4741.slint index 69efa1841fa..f941e5e2e24 100644 --- a/tests/cases/properties/animation_from_click_in_repeated_4741.slint +++ b/tests/cases/properties/animation_from_click_in_repeated_4741.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Issue 4741 diff --git a/tests/cases/properties/animation_merging.slint b/tests/cases/properties/animation_merging.slint index 26a7333ab24..2ff98a761ee 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial AnimatedObject := Rectangle { diff --git a/tests/cases/properties/animation_props_depends.slint b/tests/cases/properties/animation_props_depends.slint index b794add6a3c..3be9c1de634 100644 --- a/tests/cases/properties/animation_props_depends.slint +++ b/tests/cases/properties/animation_props_depends.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial component Slider { in-out property value; diff --git a/tests/cases/properties/border_radius.slint b/tests/cases/properties/border_radius.slint index f0fd09455bc..06607655d9f 100644 --- a/tests/cases/properties/border_radius.slint +++ b/tests/cases/properties/border_radius.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { rect := Rectangle { diff --git a/tests/cases/properties/changes.slint b/tests/cases/properties/changes.slint index a10fd480e0b..a9f558505b6 100644 --- a/tests/cases/properties/changes.slint +++ b/tests/cases/properties/changes.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { in-out property result; diff --git a/tests/cases/properties/dashes.slint b/tests/cases/properties/dashes.slint index a37b2ef831c..f181494af26 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Test-Case := Rectangle { diff --git a/tests/cases/properties/delayed_transitions.slint b/tests/cases/properties/delayed_transitions.slint index cc50505e631..99f2611c4e7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 97130fc3035..33933975419 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { width: 100px; diff --git a/tests/cases/properties/issue5038_state_in_base.slint b/tests/cases/properties/issue5038_state_in_base.slint index 10f499689e7..177a5d02e67 100644 --- a/tests/cases/properties/issue5038_state_in_base.slint +++ b/tests/cases/properties/issue5038_state_in_base.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export global Glob { in-out property cond2; diff --git a/tests/cases/properties/property_animation.slint b/tests/cases/properties/property_animation.slint index 04b5e5f14c2..1261f66d059 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1c195f84cab..31cead55a79 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { in property xx : 1000; diff --git a/tests/cases/properties/states.slint b/tests/cases/properties/states.slint index b4ef05c816f..fde08d2f4d4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial diff --git a/tests/cases/properties/states_with_animation.slint b/tests/cases/properties/states_with_animation.slint index 49b977c265d..5cc18ccbf86 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 517a88c7f99..3acb6ae0aec 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a302f49c6ff..e6b7c016098 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/simple.slint b/tests/cases/simple.slint index ac3c6c8f978..01dab75f8f9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { diff --git a/tests/cases/subcomponents/nested_repeater.slint b/tests/cases/subcomponents/nested_repeater.slint index 5701ebac126..32958ef2c53 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6c7364f57e8..567cebf2694 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c60c2630df8..965cecbe9be 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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/test_infrastructure.slint b/tests/cases/test_infrastructure.slint index d84134953ac..27d2a178a57 100644 --- a/tests/cases/test_infrastructure.slint +++ b/tests/cases/test_infrastructure.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { } diff --git a/tests/cases/testing/dynamic_components.slint b/tests/cases/testing/dynamic_components.slint index b028b645bde..cc38e362b70 100644 --- a/tests/cases/testing/dynamic_components.slint +++ b/tests/cases/testing/dynamic_components.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { in-out property condition: true; diff --git a/tests/cases/text/control_keys_input.slint b/tests/cases/text/control_keys_input.slint index 02df10dd40f..866de7633cb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a91b94735d0..a9ea912ebe2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2373f6e122c..0b5114f7cdb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4e78d8bbf09..4511e6ac493 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e0166208d77..62ad6f0ce75 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f0bd89ccf65..ce662b74156 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 7d3c9dd9a5d..4ac1b422659 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := TextInput { text: "hello"; diff --git a/tests/cases/text/input_type_decimal.slint b/tests/cases/text/input_type_decimal.slint index 62e2e8d7e3a..90dbfa04c63 100644 --- a/tests/cases/text/input_type_decimal.slint +++ b/tests/cases/text/input_type_decimal.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { width: 100phx; diff --git a/tests/cases/text/input_type_number.slint b/tests/cases/text/input_type_number.slint index 66756a5533d..2ecbb97bb5c 100644 --- a/tests/cases/text/input_type_number.slint +++ b/tests/cases/text/input_type_number.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { width: 100phx; diff --git a/tests/cases/text/key_repeat.slint b/tests/cases/text/key_repeat.slint index be6ea25cb83..8f017e80884 100644 --- a/tests/cases/text/key_repeat.slint +++ b/tests/cases/text/key_repeat.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { width: 100phx; diff --git a/tests/cases/text/keyboard_modifiers.slint b/tests/cases/text/keyboard_modifiers.slint index bf8a8ee0da4..e936ca9297b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 76d6e2d678c..04ae7dfe62b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 de16e90a56c..2efa02c1d6a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d0fbc98114e..2d6ff05f4ba 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 cccaf358219..cf5b9e08436 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2f6bdd6cdcf..d9bfd96d740 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 de7afd1353d..e75282bfab1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Test that the diff --git a/tests/cases/text/textinput_functions.slint b/tests/cases/text/textinput_functions.slint index 8c6edbe9168..95e5e1a500d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { width: 100phx; diff --git a/tests/cases/text/undo_redo.slint b/tests/cases/text/undo_redo.slint index e366a6298b6..e505caada23 100644 --- a/tests/cases/text/undo_redo.slint +++ b/tests/cases/text/undo_redo.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := TextInput { width: 100phx; diff --git a/tests/cases/types/angles.slint b/tests/cases/types/angles.slint index e8dc646675a..2c12e01a467 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5766db850aa..b4159beae4f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export struct Player := { diff --git a/tests/cases/types/array_of_array.slint b/tests/cases/types/array_of_array.slint index 8ebf2214219..91711ef8768 100644 --- a/tests/cases/types/array_of_array.slint +++ b/tests/cases/types/array_of_array.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial struct KeySlot { width-u: float, spacer: bool, background: color, font-size: length, } struct Row { key-slots: [KeySlot], } diff --git a/tests/cases/types/bool.slint b/tests/cases/types/bool.slint index 55c186e5658..8b13d91e0ef 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Rectangle { property truevar: true; diff --git a/tests/cases/types/brush.slint b/tests/cases/types/brush.slint index 5317e207dd4..744e4363a53 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b81a5284376..59cd2c741e6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 09b9ee2fddf..e0fc9421923 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 09738ea5522..a9ab68e0e0f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f73804be669..5a3f157ad5b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 077db8e7a10..83cb25259b4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c3b01d00021..ca730fd971d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d5dc55677fc..3d7b9f0405e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 eecc7581056..ad7d93f5f08 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 24b5035d471..78cbd1924b0 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b5ed109e15c..d554b90628c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 53f7dcc64bb..5bf3bc62892 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 922feb6e8a3..086acf15807 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial Sub := Rectangle { width: 25%; diff --git a/tests/cases/types/rem.slint b/tests/cases/types/rem.slint index c99c5ac1760..db105fd46e8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 daa52b71d38..eef4a923210 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 21548cd434d..57e394d5c77 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { in-out property p1: "hello"; diff --git a/tests/cases/types/string_to_float.slint b/tests/cases/types/string_to_float.slint index 266cea67843..ee92165db25 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase { in property hello: "hello"; diff --git a/tests/cases/types/structs.slint b/tests/cases/types/structs.slint index 584c88e29a1..21bab9ffc43 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export struct Player := { name: string, diff --git a/tests/cases/types/structs2.slint b/tests/cases/types/structs2.slint index 4d28603cfb8..039fc519bbc 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Test that structs work if they are only referenced by callbacks diff --git a/tests/cases/types/structs_keyword.slint b/tests/cases/types/structs_keyword.slint index 2ed596f5088..423cfea4c5a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // Right now, this test is only testing rust keyword, but it should be expanded to JS and C++ keywords diff --git a/tests/cases/widgets/button.slint b/tests/cases/widgets/button.slint index 97a80a3c1c2..a2abe563751 100644 --- a/tests/cases/widgets/button.slint +++ b/tests/cases/widgets/button.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ComboBox, Button } from "std-widgets.slint"; export component TestCase inherits Window { diff --git a/tests/cases/widgets/combobox.slint b/tests/cases/widgets/combobox.slint index ade0f68dbe3..e9f3d669b4d 100644 --- a/tests/cases/widgets/combobox.slint +++ b/tests/cases/widgets/combobox.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { ComboBox } from "std-widgets.slint"; export component TestCase inherits Window { diff --git a/tests/cases/widgets/listview.slint b/tests/cases/widgets/listview.slint index d25aa36e9d5..0cbe2701447 100644 --- a/tests/cases/widgets/listview.slint +++ b/tests/cases/widgets/listview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StandardListView } from "std-widgets.slint"; diff --git a/tests/cases/widgets/slider_basic.slint b/tests/cases/widgets/slider_basic.slint index cd029162481..f7d2b70cec6 100644 --- a/tests/cases/widgets/slider_basic.slint +++ b/tests/cases/widgets/slider_basic.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/cases/widgets/slider_default_value.slint b/tests/cases/widgets/slider_default_value.slint index 42bb4308448..26bed8f95bf 100644 --- a/tests/cases/widgets/slider_default_value.slint +++ b/tests/cases/widgets/slider_default_value.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/cases/widgets/spinbox_basic.slint b/tests/cases/widgets/spinbox_basic.slint index 6fbbe81aa54..8c8c5dbaecf 100644 --- a/tests/cases/widgets/spinbox_basic.slint +++ b/tests/cases/widgets/spinbox_basic.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // FIXME: Ignore the SpinBox test with the Qt style because it doesn't support editing (#4690) diff --git a/tests/cases/widgets/spinbox_default_value.slint b/tests/cases/widgets/spinbox_default_value.slint index dd557a428e1..5f9354dab06 100644 --- a/tests/cases/widgets/spinbox_default_value.slint +++ b/tests/cases/widgets/spinbox_default_value.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { SpinBox } from "std-widgets.slint"; diff --git a/tests/cases/widgets/tableview.slint b/tests/cases/widgets/tableview.slint index 2c3c110a466..4519b0ba138 100644 --- a/tests/cases/widgets/tableview.slint +++ b/tests/cases/widgets/tableview.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { StandardTableView } from "std-widgets.slint"; diff --git a/tests/doctests/Cargo.toml b/tests/doctests/Cargo.toml index 4fb08c63d8c..de58352eda3 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "doctests" diff --git a/tests/doctests/build.rs b/tests/doctests/build.rs index 3fcba9200e7..b6cf18f165f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::io::{BufWriter, Write}; use std::path::Path; diff --git a/tests/doctests/main.rs b/tests/doctests/main.rs index 17ad2e6e9f4..5c01206ba98 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![allow(uncommon_codepoints)] diff --git a/tests/driver/cpp/Cargo.toml b/tests/driver/cpp/Cargo.toml index 48ab1fe608f..5561ea6694e 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "test-driver-cpp" diff --git a/tests/driver/cpp/build.rs b/tests/driver/cpp/build.rs index d7b3e512dd3..fb2e50d9bb6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::io::{BufWriter, Write}; use std::path::{Path, PathBuf}; diff --git a/tests/driver/cpp/cppdriver.rs b/tests/driver/cpp/cppdriver.rs index 694e4bab63e..73b8a169788 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 e81b51de7f4..a969ccb3ba8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #[cfg(test)] mod cppdriver; diff --git a/tests/driver/driverlib/Cargo.toml b/tests/driver/driverlib/Cargo.toml index a61f9751f72..39a157a0198 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "test_driver_lib" diff --git a/tests/driver/driverlib/lib.rs b/tests/driver/driverlib/lib.rs index e86ee4a1fb8..2d31704b27c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::path::PathBuf; diff --git a/tests/driver/interpreter/Cargo.toml b/tests/driver/interpreter/Cargo.toml index a91645e3eda..b20e545ae8f 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "test-driver-interpreter" diff --git a/tests/driver/interpreter/build.rs b/tests/driver/interpreter/build.rs index 89d2a3d958e..10f1882d604 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::io::Write; diff --git a/tests/driver/interpreter/interpreter.rs b/tests/driver/interpreter/interpreter.rs index e500e83b8bb..d2a6053b03c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 52e315d76ee..a9d175d8013 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #[cfg(test)] mod interpreter; diff --git a/tests/driver/nodejs/Cargo.toml b/tests/driver/nodejs/Cargo.toml index ccc83eb9084..622d494abca 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "test-driver-nodejs" diff --git a/tests/driver/nodejs/build.rs b/tests/driver/nodejs/build.rs index 9e446cd3267..a306b05048b 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 981a8782e19..123a5e360ac 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #[cfg(test)] mod nodejs; diff --git a/tests/driver/nodejs/nodejs.rs b/tests/driver/nodejs/nodejs.rs index b16f23f6554..25b7a5b978a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c6911799eed..06170cc6e74 100644 --- a/tests/driver/rust/Cargo.toml +++ b/tests/driver/rust/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "test-driver-rust" diff --git a/tests/driver/rust/build.rs b/tests/driver/rust/build.rs index d35bba7415a..dd9c5e1b951 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::io::{BufWriter, Write}; use std::path::Path; diff --git a/tests/driver/rust/main.rs b/tests/driver/rust/main.rs index aeb19e2e962..3053c58aeaf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![deny(warnings)] #![deny(rust_2018_idioms)] diff --git a/tests/helper_components/export_globals.slint b/tests/helper_components/export_globals.slint index 93d5655356b..38c77d7c6be 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial global NotExported := { diff --git a/tests/helper_components/export_structs.slint b/tests/helper_components/export_structs.slint index 19a1598ceba..d216b84dae5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 8f664606c23..4ceae9cef4c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 fc98908fdb6..385bc18cbc4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 250b8436f8e..7d91692c1b8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6ace1c80f37..54922728b27 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestButtonImpl := Rectangle { property button_text; diff --git a/tests/manual/opacity_inheritance.slint b/tests/manual/opacity_inheritance.slint index 5aee2664882..858a135de56 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export TestCase := Window { preferred-width: 800px; diff --git a/tests/screenshots/Cargo.toml b/tests/screenshots/Cargo.toml index 0fca40f9617..cb7321294ae 100644 --- a/tests/screenshots/Cargo.toml +++ b/tests/screenshots/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "test-driver-screenshots" diff --git a/tests/screenshots/build.rs b/tests/screenshots/build.rs index bcec358ba5b..10e86951daf 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::io::{BufWriter, Write}; use std::path::Path; diff --git a/tests/screenshots/cases/software/basic/border-image-repeat.slint b/tests/screenshots/cases/software/basic/border-image-repeat.slint index 1097e5a56ef..49b3a832d04 100644 --- a/tests/screenshots/cases/software/basic/border-image-repeat.slint +++ b/tests/screenshots/cases/software/basic/border-image-repeat.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/screenshots/cases/software/basic/border-image.slint b/tests/screenshots/cases/software/basic/border-image.slint index 5b05b364d22..e7da41ebfb8 100644 --- a/tests/screenshots/cases/software/basic/border-image.slint +++ b/tests/screenshots/cases/software/basic/border-image.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/screenshots/cases/software/basic/border-image2.slint b/tests/screenshots/cases/software/basic/border-image2.slint index db700da79b3..369f5cd1ce8 100644 --- a/tests/screenshots/cases/software/basic/border-image2.slint +++ b/tests/screenshots/cases/software/basic/border-image2.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/screenshots/cases/software/basic/border.slint b/tests/screenshots/cases/software/basic/border.slint index b81cb0b3456..eb101cbd064 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // ROTATION_THRESHOLD=45 - the border radius algoritm don't give the same result from every rotation diff --git a/tests/screenshots/cases/software/basic/image-repeat.slint b/tests/screenshots/cases/software/basic/image-repeat.slint index 9f5aaf5f24f..5eaefc0a438 100644 --- a/tests/screenshots/cases/software/basic/image-repeat.slint +++ b/tests/screenshots/cases/software/basic/image-repeat.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/screenshots/cases/software/basic/images-alignment.slint b/tests/screenshots/cases/software/basic/images-alignment.slint index a634da4fc9b..bae9a4e0af2 100644 --- a/tests/screenshots/cases/software/basic/images-alignment.slint +++ b/tests/screenshots/cases/software/basic/images-alignment.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/screenshots/cases/software/basic/images-scale_factor.slint b/tests/screenshots/cases/software/basic/images-scale_factor.slint index ba136e9d9e5..04cda9abbd7 100644 --- a/tests/screenshots/cases/software/basic/images-scale_factor.slint +++ b/tests/screenshots/cases/software/basic/images-scale_factor.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/screenshots/cases/software/basic/images.slint b/tests/screenshots/cases/software/basic/images.slint index af94527cecf..b7d8079b4c0 100644 --- a/tests/screenshots/cases/software/basic/images.slint +++ b/tests/screenshots/cases/software/basic/images.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Slider } from "std-widgets.slint"; diff --git a/tests/screenshots/cases/software/basic/linear-gradients.slint b/tests/screenshots/cases/software/basic/linear-gradients.slint index 638e1cd805a..0248905c324 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // ROTATION_THRESHOLD=150 - because gradients are very imprecise in rotation diff --git a/tests/screenshots/cases/software/basic/rgb.slint b/tests/screenshots/cases/software/basic/rgb.slint index 9315027ad35..7f4f0f9c5ec 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial TestCase := Window { width: 64px; diff --git a/tests/screenshots/cases/software/basic/set-selection-offsets.slint b/tests/screenshots/cases/software/basic/set-selection-offsets.slint index 4cda0a734d7..95bb3e8037d 100644 --- a/tests/screenshots/cases/software/basic/set-selection-offsets.slint +++ b/tests/screenshots/cases/software/basic/set-selection-offsets.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits Window { width: 64phx; diff --git a/tests/screenshots/cases/software/basic/text-clipped.slint b/tests/screenshots/cases/software/basic/text-clipped.slint index 00fee36b2b6..ad46766e6e6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // SLINT_SCALE_FACTOR=1.5 diff --git a/tests/screenshots/cases/software/basic/text-elided.slint b/tests/screenshots/cases/software/basic/text-elided.slint index 7e967dd8c83..c23653950bb 100644 --- a/tests/screenshots/cases/software/basic/text-elided.slint +++ b/tests/screenshots/cases/software/basic/text-elided.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits 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 9f9f15a0b8b..52389d176ef 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 dff15aed8c1..c5b65509aeb 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 0c9b353eb98..2b552a0a77f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits Window { width: 64px; diff --git a/tests/screenshots/cases/software/basic/translucent-background.slint b/tests/screenshots/cases/software/basic/translucent-background.slint index f10de062bd6..28da6799224 100644 --- a/tests/screenshots/cases/software/basic/translucent-background.slint +++ b/tests/screenshots/cases/software/basic/translucent-background.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial export component TestCase inherits Window { width: 64px; diff --git a/tests/screenshots/main.rs b/tests/screenshots/main.rs index f36397a4acc..92080ee18ac 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![deny(warnings)] diff --git a/tests/screenshots/testing.rs b/tests/screenshots/testing.rs index 0ad4ca0c8b0..0fa630f1d36 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore powf diff --git a/tools/compiler/Cargo.toml b/tools/compiler/Cargo.toml index 5fa29db84bf..84aa9066385 100644 --- a/tools/compiler/Cargo.toml +++ b/tools/compiler/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-compiler" diff --git a/tools/compiler/main.rs b/tools/compiler/main.rs index bffca22b13a..2870bda08e5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 339f4a2ccb4..7ffe80c7b8e 100644 --- a/tools/figma_import/Cargo.toml +++ b/tools/figma_import/Cargo.toml @@ -1,10 +1,10 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "figma_import" description = "A figma file importer for Slint" -license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial" +license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial" authors.workspace = true edition.workspace = true homepage.workspace = true diff --git a/tools/figma_import/README.md b/tools/figma_import/README.md index 5f066f86718..915ab218a5a 100644 --- a/tools/figma_import/README.md +++ b/tools/figma_import/README.md @@ -1,4 +1,4 @@ - + # figma_import: Figma to Slint import tool diff --git a/tools/figma_import/src/figmatypes.rs b/tools/figma_import/src/figmatypes.rs index f2cbc786189..0a550c430c8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![allow(unused)] diff --git a/tools/figma_import/src/main.rs b/tools/figma_import/src/main.rs index 7a415e848e8..047752584fd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 a51212a3d31..a2837700756 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::figmatypes::{self, *}; use std::collections::HashMap; diff --git a/tools/lsp/Cargo.toml b/tools/lsp/Cargo.toml index eb451a896d3..6a73b6c07f1 100644 --- a/tools/lsp/Cargo.toml +++ b/tools/lsp/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-lsp" diff --git a/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index 4225e094c5d..00000000000 --- a/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..8a9df1ca583 --- /dev/null +++ b/tools/lsp/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/tools/lsp/README.md b/tools/lsp/README.md index f6a7a995f0e..de0e01146f7 100644 --- a/tools/lsp/README.md +++ b/tools/lsp/README.md @@ -1,4 +1,4 @@ - + # LSP (Language Server Protocol) Server for Slint diff --git a/tools/lsp/build.rs b/tools/lsp/build.rs index fef3a81f3e1..e159e4f8d48 100644 --- a/tools/lsp/build.rs +++ b/tools/lsp/build.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial fn main() { // Make the compiler handle ComponentContainer: diff --git a/tools/lsp/common.rs b/tools/lsp/common.rs index 47e9913139b..bb92dbfe6f5 100644 --- a/tools/lsp/common.rs +++ b/tools/lsp/common.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Data structures common between LSP and previewer diff --git a/tools/lsp/fmt.rs b/tools/lsp/fmt.rs index 5220888e941..45b4cf48284 100644 --- a/tools/lsp/fmt.rs +++ b/tools/lsp/fmt.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial pub mod fmt; #[cfg(not(target_arch = "wasm32"))] diff --git a/tools/lsp/fmt/README.md b/tools/lsp/fmt/README.md index b99ae48faf5..08a5070f230 100644 --- a/tools/lsp/fmt/README.md +++ b/tools/lsp/fmt/README.md @@ -1,4 +1,4 @@ - + # Slint-fmt diff --git a/tools/lsp/fmt/fmt.rs b/tools/lsp/fmt/fmt.rs index a31f5343b62..2d59a2a8665 100644 --- a/tools/lsp/fmt/fmt.rs +++ b/tools/lsp/fmt/fmt.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use super::writer::TokenWriter; use i_slint_compiler::parser::{syntax_nodes, NodeOrToken, SyntaxKind, SyntaxNode}; diff --git a/tools/lsp/fmt/tool.rs b/tools/lsp/fmt/tool.rs index cd4a693ab27..e6646b978e6 100644 --- a/tools/lsp/fmt/tool.rs +++ b/tools/lsp/fmt/tool.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial /*! Work in progress for a formatter. diff --git a/tools/lsp/fmt/writer.rs b/tools/lsp/fmt/writer.rs index f25f4806018..206dfbe7599 100644 --- a/tools/lsp/fmt/writer.rs +++ b/tools/lsp/fmt/writer.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_compiler::parser::SyntaxToken; use std::io::Write; diff --git a/tools/lsp/language.rs b/tools/lsp/language.rs index 21291e251ff..00d551617ed 100644 --- a/tools/lsp/language.rs +++ b/tools/lsp/language.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore descr rfind unindented diff --git a/tools/lsp/language/completion.rs b/tools/lsp/language/completion.rs index d58373fb792..9e2fa928574 100644 --- a/tools/lsp/language/completion.rs +++ b/tools/lsp/language/completion.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore rfind diff --git a/tools/lsp/language/component_catalog.rs b/tools/lsp/language/component_catalog.rs index b0b5873173c..2468ade78da 100644 --- a/tools/lsp/language/component_catalog.rs +++ b/tools/lsp/language/component_catalog.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore descr rfind unindented diff --git a/tools/lsp/language/formatting.rs b/tools/lsp/language/formatting.rs index 4cc19d2700b..2bea861ea2a 100644 --- a/tools/lsp/language/formatting.rs +++ b/tools/lsp/language/formatting.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use super::DocumentCache; use crate::fmt::{fmt, writer}; diff --git a/tools/lsp/language/goto.rs b/tools/lsp/language/goto.rs index 182e062fb91..1173fa3e2a1 100644 --- a/tools/lsp/language/goto.rs +++ b/tools/lsp/language/goto.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use super::DocumentCache; use crate::util::{lookup_current_element_type, map_node_and_url, with_lookup_ctx}; diff --git a/tools/lsp/language/properties.rs b/tools/lsp/language/properties.rs index d8fee1e4fdb..76840e33fdb 100644 --- a/tools/lsp/language/properties.rs +++ b/tools/lsp/language/properties.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::common::{self, Result}; use crate::language; diff --git a/tools/lsp/language/semantic_tokens.rs b/tools/lsp/language/semantic_tokens.rs index bc054b1cf5f..173745edbc1 100644 --- a/tools/lsp/language/semantic_tokens.rs +++ b/tools/lsp/language/semantic_tokens.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_compiler::parser::SyntaxKind; use lsp_types::{ diff --git a/tools/lsp/language/test.rs b/tools/lsp/language/test.rs index 176e1dabec8..35aa703b73e 100644 --- a/tools/lsp/language/test.rs +++ b/tools/lsp/language/test.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Code to help with writing tests for the language server diff --git a/tools/lsp/lsp_ext.rs b/tools/lsp/lsp_ext.rs index d86091d04c2..186150d41f1 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! Extensions to the LSP diff --git a/tools/lsp/main.rs b/tools/lsp/main.rs index 64f7467e2f9..35a225656b7 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![cfg(not(target_arch = "wasm32"))] diff --git a/tools/lsp/preview.rs b/tools/lsp/preview.rs index 215aa14d95f..801ede684b9 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use crate::common::{self, ComponentInformation, ElementRcNode, PreviewComponent, PreviewConfig}; use crate::lsp_ext::Health; diff --git a/tools/lsp/preview/debug.rs b/tools/lsp/preview/debug.rs index b673653ef12..5aa7eeb7100 100644 --- a/tools/lsp/preview/debug.rs +++ b/tools/lsp/preview/debug.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore fillcolor fontcolor graphviz tpdf diff --git a/tools/lsp/preview/drop_location.rs b/tools/lsp/preview/drop_location.rs index 050b1e39b64..7fa225a22a7 100644 --- a/tools/lsp/preview/drop_location.rs +++ b/tools/lsp/preview/drop_location.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_compiler::diagnostics::SourceFile; use i_slint_compiler::parser::{syntax_nodes, SyntaxKind, SyntaxNode}; diff --git a/tools/lsp/preview/element_selection.rs b/tools/lsp/preview/element_selection.rs index d89a24ae99a..4335e384f5a 100644 --- a/tools/lsp/preview/element_selection.rs +++ b/tools/lsp/preview/element_selection.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::{path::PathBuf, rc::Rc}; diff --git a/tools/lsp/preview/ext.rs b/tools/lsp/preview/ext.rs index 9ae3f837a69..fff7c0fe71c 100644 --- a/tools/lsp/preview/ext.rs +++ b/tools/lsp/preview/ext.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_compiler::layout; use i_slint_core::lengths::{LogicalPoint, LogicalRect}; diff --git a/tools/lsp/preview/native.rs b/tools/lsp/preview/native.rs index 971e43a1fc7..9de2b6f05a7 100644 --- a/tools/lsp/preview/native.rs +++ b/tools/lsp/preview/native.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore condvar diff --git a/tools/lsp/preview/text_edit.rs b/tools/lsp/preview/text_edit.rs index 62734e1e1cf..e5a8c2fe9ad 100644 --- a/tools/lsp/preview/text_edit.rs +++ b/tools/lsp/preview/text_edit.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #[derive(Clone, Debug)] pub struct TextOffsetAdjustment { diff --git a/tools/lsp/preview/ui.rs b/tools/lsp/preview/ui.rs index 5557d29d4d4..faece9812ff 100644 --- a/tools/lsp/preview/ui.rs +++ b/tools/lsp/preview/ui.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use std::{collections::HashMap, iter::once, rc::Rc}; diff --git a/tools/lsp/preview/wasm.rs b/tools/lsp/preview/wasm.rs index 77d1892f565..f656b62df03 100644 --- a/tools/lsp/preview/wasm.rs +++ b/tools/lsp/preview/wasm.rs @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial //! This wasm library can be loaded from JS to load and display the content of .slint files #![cfg(target_arch = "wasm32")] diff --git a/tools/lsp/ui/component-list.slint b/tools/lsp/ui/component-list.slint index 63c25e742ff..06a69eb65f5 100644 --- a/tools/lsp/ui/component-list.slint +++ b/tools/lsp/ui/component-list.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Palette, ScrollView, VerticalBox, GroupBox } from "std-widgets.slint"; diff --git a/tools/lsp/ui/diagnostics-overlay.slint b/tools/lsp/ui/diagnostics-overlay.slint index 5e3a6f3deea..915c3dd40a8 100644 --- a/tools/lsp/ui/diagnostics-overlay.slint +++ b/tools/lsp/ui/diagnostics-overlay.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore Heade diff --git a/tools/lsp/ui/draw-area.slint b/tools/lsp/ui/draw-area.slint index 776e275a964..32896a11a2f 100644 --- a/tools/lsp/ui/draw-area.slint +++ b/tools/lsp/ui/draw-area.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore resizer diff --git a/tools/lsp/ui/header-bar.slint b/tools/lsp/ui/header-bar.slint index 8b49de76164..5920ac8ee51 100644 --- a/tools/lsp/ui/header-bar.slint +++ b/tools/lsp/ui/header-bar.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore Heade diff --git a/tools/lsp/ui/main.slint b/tools/lsp/ui/main.slint index 9d2fb0942dc..4530e134278 100644 --- a/tools/lsp/ui/main.slint +++ b/tools/lsp/ui/main.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore Heade diff --git a/tools/lsp/ui/resizer.slint b/tools/lsp/ui/resizer.slint index a17206d0352..ebd1ddc2ed2 100644 --- a/tools/lsp/ui/resizer.slint +++ b/tools/lsp/ui/resizer.slint @@ -1,5 +1,5 @@ // Copyright © SixtyFPS GmbH -// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore resizer diff --git a/tools/lsp/util.rs b/tools/lsp/util.rs index cb609a7e620..0952d37978c 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use i_slint_compiler::diagnostics::{DiagnosticLevel, SourceFile, Spanned}; use i_slint_compiler::langtype::{ElementType, Type}; diff --git a/tools/lsp/wasm_main.rs b/tools/lsp/wasm_main.rs index 1af9993cd49..12be0321420 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![cfg(target_arch = "wasm32")] diff --git a/tools/slintpad/README.md b/tools/slintpad/README.md index 814d3992236..f897a3c9c2e 100644 --- a/tools/slintpad/README.md +++ b/tools/slintpad/README.md @@ -1,4 +1,4 @@ - + # SlintPad diff --git a/tools/slintpad/cypress.config.ts b/tools/slintpad/cypress.config.ts index 950f8ebd2c8..c799b45fbc3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 f84584b2b0c..e86e819540d 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5fa01400353..2aada705725 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore frsource diff --git a/tools/slintpad/cypress/support/commands.ts b/tools/slintpad/cypress/support/commands.ts index 1fc5913188f..58416c94e60 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore frsource diff --git a/tools/slintpad/cypress/support/e2e.ts b/tools/slintpad/cypress/support/e2e.ts index 8980e976dcb..e662686aba2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5993b116c1d..fe04bf4378f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 39d7b0e7871..af07eac2f65 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore codingame lumino mimetypes printerdemo diff --git a/tools/slintpad/src/github.ts b/tools/slintpad/src/github.ts index 762ba8011d3..1c933ebfe5f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5b0cb6f012e..00b64947650 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore abfnrtv diff --git a/tools/slintpad/src/index.ts b/tools/slintpad/src/index.ts index 99a2261ca7a..aa9753b45c5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore cupertino lumino permalink diff --git a/tools/slintpad/src/lsp.ts b/tools/slintpad/src/lsp.ts index 624c72d7983..94a22760385 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { FilterProxyReader } from "./proxy"; import { diff --git a/tools/slintpad/src/lsp_integration.ts b/tools/slintpad/src/lsp_integration.ts index 5af19114f9f..370c2fc9ae5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 591f7791141..328133e8d24 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore lumino diff --git a/tools/slintpad/src/preview.ts b/tools/slintpad/src/preview.ts index ea5fab27bc2..f595742af59 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import slint_init, * as slint from "@interpreter/slint_wasm_interpreter.js"; diff --git a/tools/slintpad/src/preview_widget.ts b/tools/slintpad/src/preview_widget.ts index 8c3b5be746c..144b9dde0e8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore bindgen lumino diff --git a/tools/slintpad/src/properties_widget.ts b/tools/slintpad/src/properties_widget.ts index ad20d540752..16baf8680f8 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore lumino diff --git a/tools/slintpad/src/proxy.ts b/tools/slintpad/src/proxy.ts index 731a655af9d..ac956346ae2 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { MessageReader, diff --git a/tools/slintpad/src/shared/lsp_commands.ts b/tools/slintpad/src/shared/lsp_commands.ts index 603456982cb..53989f816e3 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d46c5aaf5d5..c1fad6246e6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial import { Diagnostic, diff --git a/tools/slintpad/src/text.ts b/tools/slintpad/src/text.ts index 9e22b48c2d0..cfc55fda259 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // import * as monaco from "monaco-editor/esm/vs/editor/editor.api"; import * as monaco from "monaco-editor"; diff --git a/tools/slintpad/src/types.ts b/tools/slintpad/src/types.ts index db84faa148e..4c0960ff537 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 07f34fd188b..9b265d8c101 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 97509794edb..c3532a3cb36 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 2c9258f94d4..ff0e2bbcc97 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ad961feda83..969afa77285 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 c033f1a5793..5ac44e7fe27 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore lumino diff --git a/tools/tr-extractor/Cargo.toml b/tools/tr-extractor/Cargo.toml index a3b3972b45f..ce3c305574b 100644 --- a/tools/tr-extractor/Cargo.toml +++ b/tools/tr-extractor/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-tr-extractor" diff --git a/tools/tr-extractor/README.md b/tools/tr-extractor/README.md index 81bdbfcd380..9897172d408 100644 --- a/tools/tr-extractor/README.md +++ b/tools/tr-extractor/README.md @@ -1,3 +1,3 @@ - + This utility extract `@tr` strings in a Slint file and generate a `.po` file \ No newline at end of file diff --git a/tools/tr-extractor/main.rs b/tools/tr-extractor/main.rs index ba430cd72d5..334068bd84f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 ac8ba573753..7fdfcf7b957 100644 --- a/tools/updater/Cargo.toml +++ b/tools/updater/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-updater" diff --git a/tools/updater/README.md b/tools/updater/README.md index 2ec06ea4224..364e8c97f6b 100644 --- a/tools/updater/README.md +++ b/tools/updater/README.md @@ -1,4 +1,4 @@ - + # Slint Updater diff --git a/tools/updater/experiments/geometry_changes.rs b/tools/updater/experiments/geometry_changes.rs index 362cb53af2e..24446cb7d3f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 5a0f2e38278..637809bc9dd 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 b089a6161eb..fca0a5d2f3e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4f2954d3ccf..4c8c14e549f 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 1666c44724e..67aa36dc049 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 9756a221589..8fd4a78ffd6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 6a169904289..9877eb44d17 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 d0971372782..bc7d492b24e 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 627d373eb12..9aff347707a 100644 --- a/tools/viewer/Cargo.toml +++ b/tools/viewer/Cargo.toml @@ -1,5 +1,5 @@ # Copyright © SixtyFPS GmbH -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "slint-viewer" diff --git a/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md b/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md deleted file mode 120000 index 4225e094c5d..00000000000 --- a/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-1.2.md +++ /dev/null @@ -1 +0,0 @@ -../../../LICENSES/LicenseRef-Slint-Royalty-free-1.2.md \ No newline at end of file diff --git a/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md b/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md new file mode 120000 index 00000000000..8a9df1ca583 --- /dev/null +++ b/tools/viewer/LICENSES/LicenseRef-Slint-Royalty-free-2.0.md @@ -0,0 +1 @@ +../../../LICENSES/LicenseRef-Slint-Royalty-free-2.0.md \ No newline at end of file diff --git a/tools/viewer/README.md b/tools/viewer/README.md index 21eafafcafa..024fa4a6e03 100644 --- a/tools/viewer/README.md +++ b/tools/viewer/README.md @@ -1,4 +1,4 @@ - + # Viewer for Slint diff --git a/tools/viewer/main.rs b/tools/viewer/main.rs index 3d8b6a68950..a6ca5c3c0d5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial #![doc = include_str!("README.md")] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 3bf17599242..9ea33eee6b5 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.2 OR LicenseRef-Slint-commercial +# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial [package] name = "xtask" diff --git a/xtask/src/cppdocs.rs b/xtask/src/cppdocs.rs index a33c83a1f7e..ceba7b3944a 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 787737bb878..928d96363c5 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cSpell: ignore datetime dotdot gettext @@ -510,7 +510,7 @@ lazy_static! { } const TRIPLE_LICENSE: &str = - "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial"; + "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial"; const MIT_LICENSE: &str = "MIT"; const MIT_OR_APACHE2_LICENSE: &str = "MIT OR Apache-2.0"; @@ -545,7 +545,7 @@ impl<'a> LicenseHeader<'a> { #[cfg(test)] const EXPECTED_SPDX_EXPRESSION: &str = - "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.2 OR LicenseRef-Slint-commercial"; + "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 8288b7d4953..6c97bf4c1c4 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use anyhow::Context; use clap::Parser; diff --git a/xtask/src/nodepackage.rs b/xtask/src/nodepackage.rs index e20fbe700e8..bb7826eba53 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 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 4bea18f8097..af0e8043ac6 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial use anyhow::{Context, Result}; diff --git a/xtask/src/slintdocs.rs b/xtask/src/slintdocs.rs index 7dec73486f2..d1cee3bf186 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.2 OR LicenseRef-Slint-commercial +// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-commercial // cspell:ignore slintdocs pipenv pipfile