diff options
485 files changed, 485 insertions, 485 deletions
diff --git a/.editorconfig b/.editorconfig index 01d6b5af..98ed1396 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,7 +20,7 @@ insert_final_newline = false # Organize usings dotnet_separate_import_directive_groups = false dotnet_sort_system_directives_first = true -file_header_template = ************************************************************************************************\nCopyright (C) 2024 The Qt Company Ltd.\nSPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only\n************************************************************************************************ +file_header_template = ************************************************************************************************\nCopyright (C) 2024 The Qt Company Ltd.\nSPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0\n************************************************************************************************ # this. and Me. preferences dotnet_style_qualification_for_event = false diff --git a/EvalProps.cs b/EvalProps.cs index 4c987236..e05b414e 100644 --- a/EvalProps.cs +++ b/EvalProps.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/EvalProps.targets b/EvalProps.targets index 9ec4ad22..93476670 100644 --- a/EvalProps.targets +++ b/EvalProps.targets @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QMakeFileReader/evalhandler.cpp b/QMakeFileReader/evalhandler.cpp index d6e4da98..0ca5bdb8 100644 --- a/QMakeFileReader/evalhandler.cpp +++ b/QMakeFileReader/evalhandler.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "evalhandler.h" diff --git a/QMakeFileReader/evalhandler.h b/QMakeFileReader/evalhandler.h index 4b8f2324..77972977 100644 --- a/QMakeFileReader/evalhandler.h +++ b/QMakeFileReader/evalhandler.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef EVALHANDLER_H diff --git a/QMakeFileReader/evaluator/ioutils.cpp b/QMakeFileReader/evaluator/ioutils.cpp index 54f9b9af..64468ee2 100644 --- a/QMakeFileReader/evaluator/ioutils.cpp +++ b/QMakeFileReader/evaluator/ioutils.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "ioutils.h" diff --git a/QMakeFileReader/evaluator/ioutils.h b/QMakeFileReader/evaluator/ioutils.h index a99b2cbc..35b4ed87 100644 --- a/QMakeFileReader/evaluator/ioutils.h +++ b/QMakeFileReader/evaluator/ioutils.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef IOUTILS_H diff --git a/QMakeFileReader/evaluator/proitems.cpp b/QMakeFileReader/evaluator/proitems.cpp index 0a7193e9..b0780514 100644 --- a/QMakeFileReader/evaluator/proitems.cpp +++ b/QMakeFileReader/evaluator/proitems.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "proitems.h" diff --git a/QMakeFileReader/evaluator/proitems.h b/QMakeFileReader/evaluator/proitems.h index 7442581f..2aa3a659 100644 --- a/QMakeFileReader/evaluator/proitems.h +++ b/QMakeFileReader/evaluator/proitems.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef PROITEMS_H diff --git a/QMakeFileReader/evaluator/qmake_global.h b/QMakeFileReader/evaluator/qmake_global.h index 33feff88..6ff969bf 100644 --- a/QMakeFileReader/evaluator/qmake_global.h +++ b/QMakeFileReader/evaluator/qmake_global.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ diff --git a/QMakeFileReader/evaluator/qmakebuiltins.cpp b/QMakeFileReader/evaluator/qmakebuiltins.cpp index d014a7e9..0996d160 100644 --- a/QMakeFileReader/evaluator/qmakebuiltins.cpp +++ b/QMakeFileReader/evaluator/qmakebuiltins.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "qmakeevaluator.h" diff --git a/QMakeFileReader/evaluator/qmakeevaluator.cpp b/QMakeFileReader/evaluator/qmakeevaluator.cpp index 4cd5b312..2e4772ac 100644 --- a/QMakeFileReader/evaluator/qmakeevaluator.cpp +++ b/QMakeFileReader/evaluator/qmakeevaluator.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "qmakeevaluator.h" diff --git a/QMakeFileReader/evaluator/qmakeevaluator.h b/QMakeFileReader/evaluator/qmakeevaluator.h index 2760c6a2..93386c87 100644 --- a/QMakeFileReader/evaluator/qmakeevaluator.h +++ b/QMakeFileReader/evaluator/qmakeevaluator.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef QMAKEEVALUATOR_H diff --git a/QMakeFileReader/evaluator/qmakeevaluator_p.h b/QMakeFileReader/evaluator/qmakeevaluator_p.h index 7f1b88c2..23cf1767 100644 --- a/QMakeFileReader/evaluator/qmakeevaluator_p.h +++ b/QMakeFileReader/evaluator/qmakeevaluator_p.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef QMAKEEVALUATOR_P_H diff --git a/QMakeFileReader/evaluator/qmakeglobals.cpp b/QMakeFileReader/evaluator/qmakeglobals.cpp index f745bd24..3a0398cb 100644 --- a/QMakeFileReader/evaluator/qmakeglobals.cpp +++ b/QMakeFileReader/evaluator/qmakeglobals.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "qmakeglobals.h" diff --git a/QMakeFileReader/evaluator/qmakeglobals.h b/QMakeFileReader/evaluator/qmakeglobals.h index f7f7e96e..0bbfa718 100644 --- a/QMakeFileReader/evaluator/qmakeglobals.h +++ b/QMakeFileReader/evaluator/qmakeglobals.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef QMAKEGLOBALS_H diff --git a/QMakeFileReader/evaluator/qmakeparser.cpp b/QMakeFileReader/evaluator/qmakeparser.cpp index 87e6f1b3..e95d41e3 100644 --- a/QMakeFileReader/evaluator/qmakeparser.cpp +++ b/QMakeFileReader/evaluator/qmakeparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "qmakeparser.h" diff --git a/QMakeFileReader/evaluator/qmakeparser.h b/QMakeFileReader/evaluator/qmakeparser.h index 0bed81e5..db5cac54 100644 --- a/QMakeFileReader/evaluator/qmakeparser.h +++ b/QMakeFileReader/evaluator/qmakeparser.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef QMAKEPARSER_H diff --git a/QMakeFileReader/main.cpp b/QMakeFileReader/main.cpp index 33ff765f..672a902e 100644 --- a/QMakeFileReader/main.cpp +++ b/QMakeFileReader/main.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "qmakedataprovider.h" diff --git a/QMakeFileReader/qmakedataprovider.cpp b/QMakeFileReader/qmakedataprovider.cpp index 6de0b394..3130f79a 100644 --- a/QMakeFileReader/qmakedataprovider.cpp +++ b/QMakeFileReader/qmakedataprovider.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "qmakedataprovider.h" diff --git a/QMakeFileReader/qmakedataprovider.h b/QMakeFileReader/qmakedataprovider.h index 1b5acb95..8410b30c 100644 --- a/QMakeFileReader/qmakedataprovider.h +++ b/QMakeFileReader/qmakedataprovider.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef QMAKEDATAPROVIDER_H diff --git a/QMakeFileReader/qmakefilereader.vcxproj b/QMakeFileReader/qmakefilereader.vcxproj index d570784d..0cc6ac12 100644 --- a/QMakeFileReader/qmakefilereader.vcxproj +++ b/QMakeFileReader/qmakefilereader.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QrcEditor/main.cpp b/QrcEditor/main.cpp index 987159e4..ef38ddb1 100644 --- a/QrcEditor/main.cpp +++ b/QrcEditor/main.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "qrceditor.h" diff --git a/QrcEditor/mainwindow.cpp b/QrcEditor/mainwindow.cpp index cf581177..8808381f 100644 --- a/QrcEditor/mainwindow.cpp +++ b/QrcEditor/mainwindow.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "mainwindow.h" diff --git a/QrcEditor/mainwindow.h b/QrcEditor/mainwindow.h index ecdf1188..54602ad0 100644 --- a/QrcEditor/mainwindow.h +++ b/QrcEditor/mainwindow.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef MAINWINDOW_H diff --git a/QrcEditor/qrceditor.vcxproj b/QrcEditor/qrceditor.vcxproj index 944809ea..989c9f01 100644 --- a/QrcEditor/qrceditor.vcxproj +++ b/QrcEditor/qrceditor.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QrcEditor/shared/qrceditor.cpp b/QrcEditor/shared/qrceditor.cpp index 54d99351..18526903 100644 --- a/QrcEditor/shared/qrceditor.cpp +++ b/QrcEditor/shared/qrceditor.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "qrceditor.h" diff --git a/QrcEditor/shared/qrceditor.h b/QrcEditor/shared/qrceditor.h index a879cd17..ebeb5fc1 100644 --- a/QrcEditor/shared/qrceditor.h +++ b/QrcEditor/shared/qrceditor.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef QRCEDITOR_H diff --git a/QrcEditor/shared/resourcefile.cpp b/QrcEditor/shared/resourcefile.cpp index 534a34a1..eb69e814 100644 --- a/QrcEditor/shared/resourcefile.cpp +++ b/QrcEditor/shared/resourcefile.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "resourcefile_p.h" diff --git a/QrcEditor/shared/resourcefile_p.h b/QrcEditor/shared/resourcefile_p.h index 3aa8c473..fd8fb754 100644 --- a/QrcEditor/shared/resourcefile_p.h +++ b/QrcEditor/shared/resourcefile_p.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef RESOURCEFILE_P_H diff --git a/QrcEditor/shared/resourceview.cpp b/QrcEditor/shared/resourceview.cpp index 4b335df5..89487de1 100644 --- a/QrcEditor/shared/resourceview.cpp +++ b/QrcEditor/shared/resourceview.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "resourceview.h" diff --git a/QrcEditor/shared/resourceview.h b/QrcEditor/shared/resourceview.h index f2657847..5a7c9a0f 100644 --- a/QrcEditor/shared/resourceview.h +++ b/QrcEditor/shared/resourceview.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef RESOURCEVIEW_H diff --git a/QrcEditor/shared/undocommands.cpp b/QrcEditor/shared/undocommands.cpp index 4f6a45b9..7f4da2ea 100644 --- a/QrcEditor/shared/undocommands.cpp +++ b/QrcEditor/shared/undocommands.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "undocommands_p.h" diff --git a/QrcEditor/shared/undocommands_p.h b/QrcEditor/shared/undocommands_p.h index 86bae8e1..fd8f72cd 100644 --- a/QrcEditor/shared/undocommands_p.h +++ b/QrcEditor/shared/undocommands_p.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #ifndef UNDO_COMMANDS_H diff --git a/QtMSBuild/ITaskLoggingHelper.cs b/QtMSBuild/ITaskLoggingHelper.cs index 68763127..5e1d7960 100644 --- a/QtMSBuild/ITaskLoggingHelper.cs +++ b/QtMSBuild/ITaskLoggingHelper.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtMSBuild/Properties/AssemblyInfo.cs b/QtMSBuild/Properties/AssemblyInfo.cs index 0751203e..8ccf9426 100644 --- a/QtMSBuild/Properties/AssemblyInfo.cs +++ b/QtMSBuild/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/QtMSBuild/QtMSBuild.csproj b/QtMSBuild/QtMSBuild.csproj index 5ff59d5b..00c1e059 100644 --- a/QtMSBuild/QtMSBuild.csproj +++ b/QtMSBuild/QtMSBuild.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/Qt.props b/QtMSBuild/QtMsBuild/Qt.props index 1d9dcf27..62cc7d11 100644 --- a/QtMSBuild/QtMsBuild/Qt.props +++ b/QtMSBuild/QtMsBuild/Qt.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <!-- diff --git a/QtMSBuild/QtMsBuild/deploy/qt_import.props b/QtMSBuild/QtMsBuild/deploy/qt_import.props index 3acfbb5d..dcd0123a 100644 --- a/QtMSBuild/QtMsBuild/deploy/qt_import.props +++ b/QtMSBuild/QtMsBuild/deploy/qt_import.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/deploy/qtdeploy.props b/QtMSBuild/QtMsBuild/deploy/qtdeploy.props index a52e4e49..7faaeb88 100644 --- a/QtMSBuild/QtMsBuild/deploy/qtdeploy.props +++ b/QtMSBuild/QtMsBuild/deploy/qtdeploy.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/deploy/qtdeploy.targets b/QtMSBuild/QtMsBuild/deploy/qtdeploy.targets index 14cf9e90..af394838 100644 --- a/QtMSBuild/QtMsBuild/deploy/qtdeploy.targets +++ b/QtMSBuild/QtMsBuild/deploy/qtdeploy.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/deploy/qtdeploy.xml b/QtMSBuild/QtMsBuild/deploy/qtdeploy.xml index 2660e6b6..ca41dedf 100644 --- a/QtMSBuild/QtMsBuild/deploy/qtdeploy.xml +++ b/QtMSBuild/QtMsBuild/deploy/qtdeploy.xml @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/moc/qt_import.props b/QtMSBuild/QtMsBuild/moc/qt_import.props index 324b9600..f5ca938e 100644 --- a/QtMSBuild/QtMsBuild/moc/qt_import.props +++ b/QtMSBuild/QtMsBuild/moc/qt_import.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/moc/qtmoc.props b/QtMSBuild/QtMsBuild/moc/qtmoc.props index fc14c193..3fdcebeb 100644 --- a/QtMSBuild/QtMsBuild/moc/qtmoc.props +++ b/QtMSBuild/QtMsBuild/moc/qtmoc.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <!-- diff --git a/QtMSBuild/QtMsBuild/moc/qtmoc.targets b/QtMSBuild/QtMsBuild/moc/qtmoc.targets index bc1269fd..da95602f 100644 --- a/QtMSBuild/QtMsBuild/moc/qtmoc.targets +++ b/QtMSBuild/QtMsBuild/moc/qtmoc.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/moc/qtmoc.xml b/QtMSBuild/QtMsBuild/moc/qtmoc.xml index 0e36ea1e..2d1aa37e 100644 --- a/QtMSBuild/QtMsBuild/moc/qtmoc.xml +++ b/QtMSBuild/QtMsBuild/moc/qtmoc.xml @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/moc/qtmoc_cl.targets_TT b/QtMSBuild/QtMsBuild/moc/qtmoc_cl.targets_TT index 7294be40..716513f9 100644 --- a/QtMSBuild/QtMsBuild/moc/qtmoc_cl.targets_TT +++ b/QtMSBuild/QtMsBuild/moc/qtmoc_cl.targets_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="targets" #> <#@include file="$(SolutionDir)\common.tt" #> diff --git a/QtMSBuild/QtMsBuild/moc/qtmoc_v3.xml_TT b/QtMSBuild/QtMsBuild/moc/qtmoc_v3.xml_TT index 97883687..0f482a06 100644 --- a/QtMSBuild/QtMsBuild/moc/qtmoc_v3.xml_TT +++ b/QtMSBuild/QtMsBuild/moc/qtmoc_v3.xml_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="xml" #> <#@include file="$(SolutionDir)\common.tt" #> diff --git a/QtMSBuild/QtMsBuild/qml/qt_import.props b/QtMSBuild/QtMsBuild/qml/qt_import.props index fb802180..7da67b4a 100644 --- a/QtMSBuild/QtMsBuild/qml/qt_import.props +++ b/QtMSBuild/QtMsBuild/qml/qt_import.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/qml/qtqml.props b/QtMSBuild/QtMsBuild/qml/qtqml.props index 193f1444..89c1d197 100644 --- a/QtMSBuild/QtMsBuild/qml/qtqml.props +++ b/QtMSBuild/QtMsBuild/qml/qtqml.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <!-- diff --git a/QtMSBuild/QtMsBuild/qml/qtqml.targets b/QtMSBuild/QtMsBuild/qml/qtqml.targets index 278bca24..0ed9aeae 100644 --- a/QtMSBuild/QtMsBuild/qml/qtqml.targets +++ b/QtMSBuild/QtMsBuild/qml/qtqml.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/qml/qtqml_cache.props b/QtMSBuild/QtMsBuild/qml/qtqml_cache.props index 8e215f18..2e00e1b7 100644 --- a/QtMSBuild/QtMsBuild/qml/qtqml_cache.props +++ b/QtMSBuild/QtMsBuild/qml/qtqml_cache.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <!-- diff --git a/QtMSBuild/QtMsBuild/qml/qtqml_cache.targets b/QtMSBuild/QtMsBuild/qml/qtqml_cache.targets index 78126c1a..e9ae3df9 100644 --- a/QtMSBuild/QtMsBuild/qml/qtqml_cache.targets +++ b/QtMSBuild/QtMsBuild/qml/qtqml_cache.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/qml/qtqml_static.props b/QtMSBuild/QtMsBuild/qml/qtqml_static.props index 69296515..51fdf724 100644 --- a/QtMSBuild/QtMsBuild/qml/qtqml_static.props +++ b/QtMSBuild/QtMsBuild/qml/qtqml_static.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <!-- diff --git a/QtMSBuild/QtMsBuild/qml/qtqml_static.targets b/QtMSBuild/QtMsBuild/qml/qtqml_static.targets index c0f7da5f..360330c9 100644 --- a/QtMSBuild/QtMsBuild/qml/qtqml_static.targets +++ b/QtMSBuild/QtMsBuild/qml/qtqml_static.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/qt.targets b/QtMSBuild/QtMsBuild/qt.targets index ef1952d2..11a5bbd6 100644 --- a/QtMSBuild/QtMsBuild/qt.targets +++ b/QtMSBuild/QtMsBuild/qt.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/qt5.natvis.xml b/QtMSBuild/QtMsBuild/qt5.natvis.xml index dfa07e9e..57caeffa 100644 --- a/QtMSBuild/QtMsBuild/qt5.natvis.xml +++ b/QtMSBuild/QtMsBuild/qt5.natvis.xml @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> diff --git a/QtMSBuild/QtMsBuild/qt6.natvis.xml b/QtMSBuild/QtMsBuild/qt6.natvis.xml index e5efc01f..8aee5fcd 100644 --- a/QtMSBuild/QtMsBuild/qt6.natvis.xml +++ b/QtMSBuild/QtMsBuild/qt6.natvis.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> diff --git a/QtMSBuild/QtMsBuild/qt_defaults.props b/QtMSBuild/QtMsBuild/qt_defaults.props index a0fb55ea..fe91663b 100644 --- a/QtMSBuild/QtMsBuild/qt_defaults.props +++ b/QtMSBuild/QtMsBuild/qt_defaults.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/qt_globals.targets b/QtMSBuild/QtMsBuild/qt_globals.targets index e8b449f8..0fdd5395 100644 --- a/QtMSBuild/QtMsBuild/qt_globals.targets +++ b/QtMSBuild/QtMsBuild/qt_globals.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/qt_inner.targets b/QtMSBuild/QtMsBuild/qt_inner.targets index a77504f4..2856e6a5 100644 --- a/QtMSBuild/QtMsBuild/qt_inner.targets +++ b/QtMSBuild/QtMsBuild/qt_inner.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/qt_private.props b/QtMSBuild/QtMsBuild/qt_private.props index baf0a50b..ddd5fb1d 100644 --- a/QtMSBuild/QtMsBuild/qt_private.props +++ b/QtMSBuild/QtMsBuild/qt_private.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/qt_settings.targets b/QtMSBuild/QtMsBuild/qt_settings.targets index 82993b74..2936cc63 100644 --- a/QtMSBuild/QtMsBuild/qt_settings.targets +++ b/QtMSBuild/QtMsBuild/qt_settings.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <!-- diff --git a/QtMSBuild/QtMsBuild/qt_settings.xml b/QtMSBuild/QtMsBuild/qt_settings.xml index a2dafbee..680ab78e 100644 --- a/QtMSBuild/QtMsBuild/qt_settings.xml +++ b/QtMSBuild/QtMsBuild/qt_settings.xml @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Rule diff --git a/QtMSBuild/QtMsBuild/qt_tasks.targets_TT b/QtMSBuild/QtMsBuild/qt_tasks.targets_TT index a1200d78..e5508c10 100644 --- a/QtMSBuild/QtMsBuild/qt_tasks.targets_TT +++ b/QtMSBuild/QtMsBuild/qt_tasks.targets_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="targets" #> <#@include file="$(SolutionDir)\common.tt" #> diff --git a/QtMSBuild/QtMsBuild/qt_vars.targets b/QtMSBuild/QtMsBuild/qt_vars.targets index 44287167..b43cb606 100644 --- a/QtMSBuild/QtMsBuild/qt_vars.targets +++ b/QtMSBuild/QtMsBuild/qt_vars.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <!-- diff --git a/QtMSBuild/QtMsBuild/rcc/qt_import.props b/QtMSBuild/QtMsBuild/rcc/qt_import.props index bc1c6b2e..8347dd9d 100644 --- a/QtMSBuild/QtMsBuild/rcc/qt_import.props +++ b/QtMSBuild/QtMsBuild/rcc/qt_import.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/rcc/qtrcc.props b/QtMSBuild/QtMsBuild/rcc/qtrcc.props index 6493b9fb..9c16a37d 100644 --- a/QtMSBuild/QtMsBuild/rcc/qtrcc.props +++ b/QtMSBuild/QtMsBuild/rcc/qtrcc.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <!-- diff --git a/QtMSBuild/QtMsBuild/rcc/qtrcc.targets b/QtMSBuild/QtMsBuild/rcc/qtrcc.targets index be0a3be3..345372d0 100644 --- a/QtMSBuild/QtMsBuild/rcc/qtrcc.targets +++ b/QtMSBuild/QtMsBuild/rcc/qtrcc.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/rcc/qtrcc.xml b/QtMSBuild/QtMsBuild/rcc/qtrcc.xml index 82773a0f..fd22ff98 100644 --- a/QtMSBuild/QtMsBuild/rcc/qtrcc.xml +++ b/QtMSBuild/QtMsBuild/rcc/qtrcc.xml @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/rcc/qtrcc_cl.targets_TT b/QtMSBuild/QtMsBuild/rcc/qtrcc_cl.targets_TT index 479a94ae..0b224bd3 100644 --- a/QtMSBuild/QtMsBuild/rcc/qtrcc_cl.targets_TT +++ b/QtMSBuild/QtMsBuild/rcc/qtrcc_cl.targets_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="targets" #> <#@include file="$(SolutionDir)\common.tt" #> diff --git a/QtMSBuild/QtMsBuild/rcc/qtrcc_v3.xml_TT b/QtMSBuild/QtMsBuild/rcc/qtrcc_v3.xml_TT index b286230b..d90c399b 100644 --- a/QtMSBuild/QtMsBuild/rcc/qtrcc_v3.xml_TT +++ b/QtMSBuild/QtMsBuild/rcc/qtrcc_v3.xml_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="xml" #> <#@include file="$(SolutionDir)\common.tt" #> diff --git a/QtMSBuild/QtMsBuild/repc/qt_import.props b/QtMSBuild/QtMsBuild/repc/qt_import.props index 8bec3675..ab371c83 100644 --- a/QtMSBuild/QtMsBuild/repc/qt_import.props +++ b/QtMSBuild/QtMsBuild/repc/qt_import.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/repc/qtrepc.props b/QtMSBuild/QtMsBuild/repc/qtrepc.props index 1323d5da..a02fdb76 100644 --- a/QtMSBuild/QtMsBuild/repc/qtrepc.props +++ b/QtMSBuild/QtMsBuild/repc/qtrepc.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/repc/qtrepc.targets b/QtMSBuild/QtMsBuild/repc/qtrepc.targets index 17c7a142..af8843d6 100644 --- a/QtMSBuild/QtMsBuild/repc/qtrepc.targets +++ b/QtMSBuild/QtMsBuild/repc/qtrepc.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/repc/qtrepc.xml b/QtMSBuild/QtMsBuild/repc/qtrepc.xml index 63a6d5d5..492ff5f9 100644 --- a/QtMSBuild/QtMsBuild/repc/qtrepc.xml +++ b/QtMSBuild/QtMsBuild/repc/qtrepc.xml @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/repc/qtrepc_cl.targets_TT b/QtMSBuild/QtMsBuild/repc/qtrepc_cl.targets_TT index 826fd3d7..d512015d 100644 --- a/QtMSBuild/QtMsBuild/repc/qtrepc_cl.targets_TT +++ b/QtMSBuild/QtMsBuild/repc/qtrepc_cl.targets_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="targets" #> <#@include file="$(SolutionDir)\common.tt" #> diff --git a/QtMSBuild/QtMsBuild/repc/qtrepc_v3.xml_TT b/QtMSBuild/QtMsBuild/repc/qtrepc_v3.xml_TT index ec4668f9..67c815b5 100644 --- a/QtMSBuild/QtMsBuild/repc/qtrepc_v3.xml_TT +++ b/QtMSBuild/QtMsBuild/repc/qtrepc_v3.xml_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="xml" #> <#@include file="$(SolutionDir)\common.tt" #> diff --git a/QtMSBuild/QtMsBuild/translation/qt_import.props b/QtMSBuild/QtMsBuild/translation/qt_import.props index d81720d9..4b098012 100644 --- a/QtMSBuild/QtMsBuild/translation/qt_import.props +++ b/QtMSBuild/QtMsBuild/translation/qt_import.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/translation/qttranslation.props b/QtMSBuild/QtMsBuild/translation/qttranslation.props index 52c084aa..5ac6089d 100644 --- a/QtMSBuild/QtMsBuild/translation/qttranslation.props +++ b/QtMSBuild/QtMsBuild/translation/qttranslation.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/translation/qttranslation.targets b/QtMSBuild/QtMsBuild/translation/qttranslation.targets index 85ace7d7..792702e8 100644 --- a/QtMSBuild/QtMsBuild/translation/qttranslation.targets +++ b/QtMSBuild/QtMsBuild/translation/qttranslation.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/translation/qttranslation.xml b/QtMSBuild/QtMsBuild/translation/qttranslation.xml index dfa2a56c..9323f4aa 100644 --- a/QtMSBuild/QtMsBuild/translation/qttranslation.xml +++ b/QtMSBuild/QtMsBuild/translation/qttranslation.xml @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <ProjectSchemaDefinitions diff --git a/QtMSBuild/QtMsBuild/uic/qt_import.props b/QtMSBuild/QtMsBuild/uic/qt_import.props index 1918984e..501a4f87 100644 --- a/QtMSBuild/QtMsBuild/uic/qt_import.props +++ b/QtMSBuild/QtMsBuild/uic/qt_import.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtMSBuild/QtMsBuild/uic/qtuic.props b/QtMSBuild/QtMsBuild/uic/qtuic.props index 5fd3bac1..a8f7fd19 100644 --- a/QtMSBuild/QtMsBuild/uic/qtuic.props +++ b/QtMSBuild/QtMsBuild/uic/qtuic.props @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/uic/qtuic.targets b/QtMSBuild/QtMsBuild/uic/qtuic.targets index fcbf4ba8..16ee2a58 100644 --- a/QtMSBuild/QtMsBuild/uic/qtuic.targets +++ b/QtMSBuild/QtMsBuild/uic/qtuic.targets @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/uic/qtuic.xml b/QtMSBuild/QtMsBuild/uic/qtuic.xml index 5b63405a..4963a2b4 100644 --- a/QtMSBuild/QtMsBuild/uic/qtuic.xml +++ b/QtMSBuild/QtMsBuild/uic/qtuic.xml @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> diff --git a/QtMSBuild/QtMsBuild/uic/qtuic_v3.xml b/QtMSBuild/QtMsBuild/uic/qtuic_v3.xml index f374c148..a027107d 100644 --- a/QtMSBuild/QtMsBuild/uic/qtuic_v3.xml +++ b/QtMSBuild/QtMsBuild/uic/qtuic_v3.xml @@ -2,7 +2,7 @@ <!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <ProjectSchemaDefinitions diff --git a/QtMSBuild/Tasks/CriticalSection.cs b/QtMSBuild/Tasks/CriticalSection.cs index dc8acd66..25942f40 100644 --- a/QtMSBuild/Tasks/CriticalSection.cs +++ b/QtMSBuild/Tasks/CriticalSection.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="CriticalSection" diff --git a/QtMSBuild/Tasks/DumpItems.cs b/QtMSBuild/Tasks/DumpItems.cs index c73b19a4..30f674e0 100644 --- a/QtMSBuild/Tasks/DumpItems.cs +++ b/QtMSBuild/Tasks/DumpItems.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="DumpItems" diff --git a/QtMSBuild/Tasks/Expand.cs b/QtMSBuild/Tasks/Expand.cs index de3035ec..a545f955 100644 --- a/QtMSBuild/Tasks/Expand.cs +++ b/QtMSBuild/Tasks/Expand.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="Expand" diff --git a/QtMSBuild/Tasks/Flatten.cs b/QtMSBuild/Tasks/Flatten.cs index 99e8a5e7..43367549 100644 --- a/QtMSBuild/Tasks/Flatten.cs +++ b/QtMSBuild/Tasks/Flatten.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="Flatten" diff --git a/QtMSBuild/Tasks/GetItemHash.cs b/QtMSBuild/Tasks/GetItemHash.cs index 76f811ef..ce857361 100644 --- a/QtMSBuild/Tasks/GetItemHash.cs +++ b/QtMSBuild/Tasks/GetItemHash.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="GetItemHash" diff --git a/QtMSBuild/Tasks/GetVarsFromMSBuild.cs b/QtMSBuild/Tasks/GetVarsFromMSBuild.cs index cc78972a..31112f64 100644 --- a/QtMSBuild/Tasks/GetVarsFromMSBuild.cs +++ b/QtMSBuild/Tasks/GetVarsFromMSBuild.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="GetVarsFromMSBuild" diff --git a/QtMSBuild/Tasks/GetVarsFromMakefile.cs b/QtMSBuild/Tasks/GetVarsFromMakefile.cs index d97dbfe7..8cb7e7a5 100644 --- a/QtMSBuild/Tasks/GetVarsFromMakefile.cs +++ b/QtMSBuild/Tasks/GetVarsFromMakefile.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="GetVarsFromMakefile" diff --git a/QtMSBuild/Tasks/HostExec_LinuxSSL.cs b/QtMSBuild/Tasks/HostExec_LinuxSSL.cs index 16d031e3..f4df5ae3 100644 --- a/QtMSBuild/Tasks/HostExec_LinuxSSL.cs +++ b/QtMSBuild/Tasks/HostExec_LinuxSSL.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="HostExec" Condition="'$(ApplicationType)' == 'Linux' AND '$(PlatformToolset)' != 'WSL_1_0'" diff --git a/QtMSBuild/Tasks/HostExec_LinuxWSL.cs b/QtMSBuild/Tasks/HostExec_LinuxWSL.cs index a08aad9c..33c16bf8 100644 --- a/QtMSBuild/Tasks/HostExec_LinuxWSL.cs +++ b/QtMSBuild/Tasks/HostExec_LinuxWSL.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="HostExec" Condition="('$(VisualStudioVersion)' == '16.0' OR '$(VisualStudioVersion)' == '17.0') AND '$(ApplicationType)' == 'Linux' AND '$(PlatformToolset)' == 'WSL_1_0'" diff --git a/QtMSBuild/Tasks/HostExec_LinuxWSL_Error.cs b/QtMSBuild/Tasks/HostExec_LinuxWSL_Error.cs index 11ca1ef3..17790e12 100644 --- a/QtMSBuild/Tasks/HostExec_LinuxWSL_Error.cs +++ b/QtMSBuild/Tasks/HostExec_LinuxWSL_Error.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="HostExec" Condition="('$(VisualStudioVersion)' != '16.0' AND '$(VisualStudioVersion)' != '17.0') AND '$(ApplicationType)' == 'Linux' AND '$(PlatformToolset)' == 'WSL_1_0'" diff --git a/QtMSBuild/Tasks/HostExec_Windows.cs b/QtMSBuild/Tasks/HostExec_Windows.cs index 80335ba5..03ea9d65 100644 --- a/QtMSBuild/Tasks/HostExec_Windows.cs +++ b/QtMSBuild/Tasks/HostExec_Windows.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="HostExec" Condition="'$(ApplicationType)' != 'Linux'" diff --git a/QtMSBuild/Tasks/HostTranslatePaths_LinuxSSL.cs b/QtMSBuild/Tasks/HostTranslatePaths_LinuxSSL.cs index f892983c..17b9f5a2 100644 --- a/QtMSBuild/Tasks/HostTranslatePaths_LinuxSSL.cs +++ b/QtMSBuild/Tasks/HostTranslatePaths_LinuxSSL.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="HostTranslatePaths" Condition = "'$(ApplicationType)' == 'Linux' AND '$(PlatformToolset)' != 'WSL_1_0'" diff --git a/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL.cs b/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL.cs index 85ca5d04..80caf33e 100644 --- a/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL.cs +++ b/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="HostTranslatePaths" Condition="('$(VisualStudioVersion)' == '16.0' OR '$(VisualStudioVersion)' == '17.0') AND '$(ApplicationType)' == 'Linux' AND '$(PlatformToolset)' == 'WSL_1_0'" diff --git a/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs b/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs index 0db96248..3bc6e2d4 100644 --- a/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs +++ b/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="HostTranslatePaths" Condition="('$(VisualStudioVersion)' != '16.0' AND '$(VisualStudioVersion)' != '17.0') AND '$(ApplicationType)' == 'Linux' AND '$(PlatformToolset)' == 'WSL_1_0'" diff --git a/QtMSBuild/Tasks/HostTranslatePaths_Windows.cs b/QtMSBuild/Tasks/HostTranslatePaths_Windows.cs index cbb7111b..9d6a4f4a 100644 --- a/QtMSBuild/Tasks/HostTranslatePaths_Windows.cs +++ b/QtMSBuild/Tasks/HostTranslatePaths_Windows.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="HostTranslatePaths" Condition = "'$(ApplicationType)' != 'Linux'" diff --git a/QtMSBuild/Tasks/Join.cs b/QtMSBuild/Tasks/Join.cs index 3cb4f599..a7363b14 100644 --- a/QtMSBuild/Tasks/Join.cs +++ b/QtMSBuild/Tasks/Join.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="Join" diff --git a/QtMSBuild/Tasks/ListQrc.cs b/QtMSBuild/Tasks/ListQrc.cs index 3b4245ee..c47a84b5 100644 --- a/QtMSBuild/Tasks/ListQrc.cs +++ b/QtMSBuild/Tasks/ListQrc.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="ListQrc" diff --git a/QtMSBuild/Tasks/ParseVarDefs.cs b/QtMSBuild/Tasks/ParseVarDefs.cs index 45c06f6a..437f831c 100644 --- a/QtMSBuild/Tasks/ParseVarDefs.cs +++ b/QtMSBuild/Tasks/ParseVarDefs.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="ParseVarDefs" diff --git a/QtMSBuild/Tasks/QtRunTask.cs b/QtMSBuild/Tasks/QtRunTask.cs index 997ad019..ad70de54 100644 --- a/QtMSBuild/Tasks/QtRunTask.cs +++ b/QtMSBuild/Tasks/QtRunTask.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="QtRunTask" diff --git a/QtMSBuild/Tasks/QtRunWork.cs b/QtMSBuild/Tasks/QtRunWork.cs index 4c41a846..7be75a0c 100644 --- a/QtMSBuild/Tasks/QtRunWork.cs +++ b/QtMSBuild/Tasks/QtRunWork.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #region Task TaskName="QtRunWork" diff --git a/QtVsTools.Core/BuildConfig.cs b/QtVsTools.Core/BuildConfig.cs index 6952c3d9..a9cb0a91 100644 --- a/QtVsTools.Core/BuildConfig.cs +++ b/QtVsTools.Core/BuildConfig.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.Core diff --git a/QtVsTools.Core/CMake/CMakeProject.Debug.cs b/QtVsTools.Core/CMake/CMakeProject.Debug.cs index 1a083781..7638ef4d 100644 --- a/QtVsTools.Core/CMake/CMakeProject.Debug.cs +++ b/QtVsTools.Core/CMake/CMakeProject.Debug.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/CMake/CMakeProject.Events.cs b/QtVsTools.Core/CMake/CMakeProject.Events.cs index 0950626c..720aad38 100644 --- a/QtVsTools.Core/CMake/CMakeProject.Events.cs +++ b/QtVsTools.Core/CMake/CMakeProject.Events.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/CMake/CMakeProject.Format.cs b/QtVsTools.Core/CMake/CMakeProject.Format.cs index 1267d105..8951baba 100644 --- a/QtVsTools.Core/CMake/CMakeProject.Format.cs +++ b/QtVsTools.Core/CMake/CMakeProject.Format.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/CMake/CMakeProject.Messages.cs b/QtVsTools.Core/CMake/CMakeProject.Messages.cs index 73f39453..fe99ac16 100644 --- a/QtVsTools.Core/CMake/CMakeProject.Messages.cs +++ b/QtVsTools.Core/CMake/CMakeProject.Messages.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using Microsoft.VisualStudio.Imaging; diff --git a/QtVsTools.Core/CMake/CMakeProject.Presets.cs b/QtVsTools.Core/CMake/CMakeProject.Presets.cs index a6ffb4ab..12688c75 100644 --- a/QtVsTools.Core/CMake/CMakeProject.Presets.cs +++ b/QtVsTools.Core/CMake/CMakeProject.Presets.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/CMake/CMakeProject.Records.cs b/QtVsTools.Core/CMake/CMakeProject.Records.cs index b52c4a36..93f94038 100644 --- a/QtVsTools.Core/CMake/CMakeProject.Records.cs +++ b/QtVsTools.Core/CMake/CMakeProject.Records.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Linq; diff --git a/QtVsTools.Core/CMake/CMakeProject.Variables.cs b/QtVsTools.Core/CMake/CMakeProject.Variables.cs index 5c90a406..be86c61d 100644 --- a/QtVsTools.Core/CMake/CMakeProject.Variables.cs +++ b/QtVsTools.Core/CMake/CMakeProject.Variables.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/CMake/CMakeProject.cs b/QtVsTools.Core/CMake/CMakeProject.cs index 80d69d61..046409f1 100644 --- a/QtVsTools.Core/CMake/CMakeProject.cs +++ b/QtVsTools.Core/CMake/CMakeProject.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/CommandLineParser.cs b/QtVsTools.Core/CommandLineParser.cs index e8c59790..1d550773 100644 --- a/QtVsTools.Core/CommandLineParser.cs +++ b/QtVsTools.Core/CommandLineParser.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Concurrent.cs b/QtVsTools.Core/Common/Concurrent.cs index eb26d003..3666995c 100644 --- a/QtVsTools.Core/Common/Concurrent.cs +++ b/QtVsTools.Core/Common/Concurrent.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/ConcurrentStopwatch.cs b/QtVsTools.Core/Common/ConcurrentStopwatch.cs index cd26ab3d..36511b89 100644 --- a/QtVsTools.Core/Common/ConcurrentStopwatch.cs +++ b/QtVsTools.Core/Common/ConcurrentStopwatch.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Disposable.cs b/QtVsTools.Core/Common/Disposable.cs index 2ac48d2e..226f3895 100644 --- a/QtVsTools.Core/Common/Disposable.cs +++ b/QtVsTools.Core/Common/Disposable.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/EnumExt.cs b/QtVsTools.Core/Common/EnumExt.cs index 6a7dc758..096a5205 100644 --- a/QtVsTools.Core/Common/EnumExt.cs +++ b/QtVsTools.Core/Common/EnumExt.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Json/DeferredObject.cs b/QtVsTools.Core/Common/Json/DeferredObject.cs index efd0cb2e..2b9e2a2e 100644 --- a/QtVsTools.Core/Common/Json/DeferredObject.cs +++ b/QtVsTools.Core/Common/Json/DeferredObject.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Core/Common/Json/Serializable.cs b/QtVsTools.Core/Common/Json/Serializable.cs index fec98b0c..829e7531 100644 --- a/QtVsTools.Core/Common/Json/Serializable.cs +++ b/QtVsTools.Core/Common/Json/Serializable.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Json/SerializableEnum.cs b/QtVsTools.Core/Common/Json/SerializableEnum.cs index 8451f3e9..3ea1d726 100644 --- a/QtVsTools.Core/Common/Json/SerializableEnum.cs +++ b/QtVsTools.Core/Common/Json/SerializableEnum.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Json/Serializer.cs b/QtVsTools.Core/Common/Json/Serializer.cs index 149f124c..89782434 100644 --- a/QtVsTools.Core/Common/Json/Serializer.cs +++ b/QtVsTools.Core/Common/Json/Serializer.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/LazyFactory.cs b/QtVsTools.Core/Common/LazyFactory.cs index 0f6221b8..260c173c 100644 --- a/QtVsTools.Core/Common/LazyFactory.cs +++ b/QtVsTools.Core/Common/LazyFactory.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/NativeAPI.cs b/QtVsTools.Core/Common/NativeAPI.cs index 317152e2..9f4a14ea 100644 --- a/QtVsTools.Core/Common/NativeAPI.cs +++ b/QtVsTools.Core/Common/NativeAPI.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/PriorityQueue.cs b/QtVsTools.Core/Common/PriorityQueue.cs index 9dc14613..159e7e4a 100644 --- a/QtVsTools.Core/Common/PriorityQueue.cs +++ b/QtVsTools.Core/Common/PriorityQueue.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Prototyped.cs b/QtVsTools.Core/Common/Prototyped.cs index cb6c5d96..ee3b85fb 100644 --- a/QtVsTools.Core/Common/Prototyped.cs +++ b/QtVsTools.Core/Common/Prototyped.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/PunisherQueue.cs b/QtVsTools.Core/Common/PunisherQueue.cs index 9141c90e..8b482a31 100644 --- a/QtVsTools.Core/Common/PunisherQueue.cs +++ b/QtVsTools.Core/Common/PunisherQueue.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Timestamp.cs b/QtVsTools.Core/Common/Timestamp.cs index 6a56a996..76805e7c 100644 --- a/QtVsTools.Core/Common/Timestamp.cs +++ b/QtVsTools.Core/Common/Timestamp.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Diagnostics; diff --git a/QtVsTools.Core/Common/Utils.EnvParser.cs b/QtVsTools.Core/Common/Utils.EnvParser.cs index fd5ed356..898f7fdd 100644 --- a/QtVsTools.Core/Common/Utils.EnvParser.cs +++ b/QtVsTools.Core/Common/Utils.EnvParser.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/Common/Utils.LogFile.cs b/QtVsTools.Core/Common/Utils.LogFile.cs index c086de22..be0b2ee7 100644 --- a/QtVsTools.Core/Common/Utils.LogFile.cs +++ b/QtVsTools.Core/Common/Utils.LogFile.cs @@ -1,6 +1,6 @@ /************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Utils.Registry.cs b/QtVsTools.Core/Common/Utils.Registry.cs index 10f28e4b..a8f7a233 100644 --- a/QtVsTools.Core/Common/Utils.Registry.cs +++ b/QtVsTools.Core/Common/Utils.Registry.cs @@ -1,6 +1,6 @@ ๏ปฟ/************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/Utils.cs b/QtVsTools.Core/Common/Utils.cs index be59788b..ebc8df9d 100644 --- a/QtVsTools.Core/Common/Utils.cs +++ b/QtVsTools.Core/Common/Utils.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Common/VsTemplate.cs b/QtVsTools.Core/Common/VsTemplate.cs index 5054823e..9c900fd7 100644 --- a/QtVsTools.Core/Common/VsTemplate.cs +++ b/QtVsTools.Core/Common/VsTemplate.cs @@ -1,6 +1,6 @@ ๏ปฟ/************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************/ using System; diff --git a/QtVsTools.Core/CompilerToolWrapper.cs b/QtVsTools.Core/CompilerToolWrapper.cs index 416880f6..f53290eb 100644 --- a/QtVsTools.Core/CompilerToolWrapper.cs +++ b/QtVsTools.Core/CompilerToolWrapper.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/CxxStream.cs b/QtVsTools.Core/CxxStream.cs index e07a1d71..67f79d24 100644 --- a/QtVsTools.Core/CxxStream.cs +++ b/QtVsTools.Core/CxxStream.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/FakeFilter.cs b/QtVsTools.Core/FakeFilter.cs index 8da0ef4b..be9d33a8 100644 --- a/QtVsTools.Core/FakeFilter.cs +++ b/QtVsTools.Core/FakeFilter.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.Core diff --git a/QtVsTools.Core/FilesToList.cs b/QtVsTools.Core/FilesToList.cs index 87fc0e9a..daea5ad2 100644 --- a/QtVsTools.Core/FilesToList.cs +++ b/QtVsTools.Core/FilesToList.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.Core diff --git a/QtVsTools.Core/HelperFunctions.cs b/QtVsTools.Core/HelperFunctions.cs index 7a0440fa..a75ff801 100644 --- a/QtVsTools.Core/HelperFunctions.cs +++ b/QtVsTools.Core/HelperFunctions.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Messages.cs b/QtVsTools.Core/Messages.cs index 6bf99eb2..9af07904 100644 --- a/QtVsTools.Core/Messages.cs +++ b/QtVsTools.Core/Messages.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/ConversionReport.cs b/QtVsTools.Core/MsBuild/ConversionReport.cs index 136d4c39..826d6859 100644 --- a/QtVsTools.Core/MsBuild/ConversionReport.cs +++ b/QtVsTools.Core/MsBuild/ConversionReport.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/IPropertyStorageProvider.cs b/QtVsTools.Core/MsBuild/IPropertyStorageProvider.cs index 28d2dd14..6cf1975b 100644 --- a/QtVsTools.Core/MsBuild/IPropertyStorageProvider.cs +++ b/QtVsTools.Core/MsBuild/IPropertyStorageProvider.cs @@ -1,6 +1,6 @@ // ************************************************************************************************ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // ************************************************************************************************ using System.Collections.Generic; diff --git a/QtVsTools.Core/MsBuild/IVsMacroExpander.cs b/QtVsTools.Core/MsBuild/IVsMacroExpander.cs index b7a5049b..2defa8f7 100644 --- a/QtVsTools.Core/MsBuild/IVsMacroExpander.cs +++ b/QtVsTools.Core/MsBuild/IVsMacroExpander.cs @@ -1,6 +1,6 @@ // ************************************************************************************************ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // ************************************************************************************************ namespace QtVsTools.Core.MsBuild diff --git a/QtVsTools.Core/MsBuild/MsBuildProject.Build.cs b/QtVsTools.Core/MsBuild/MsBuildProject.Build.cs index 248357a9..9b9e4f32 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProject.Build.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProject.Build.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/MsBuildProject.IntelliSense.cs b/QtVsTools.Core/MsBuild/MsBuildProject.IntelliSense.cs index e2894644..ac0ce91d 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProject.IntelliSense.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProject.IntelliSense.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/MsBuildProject.Messages.cs b/QtVsTools.Core/MsBuild/MsBuildProject.Messages.cs index f2168005..73bf4dd4 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProject.Messages.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProject.Messages.cs @@ -1,6 +1,6 @@ ๏ปฟ// ************************************************************************************************ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // ************************************************************************************************ using Microsoft.VisualStudio.Imaging; diff --git a/QtVsTools.Core/MsBuild/MsBuildProject.Tracker.cs b/QtVsTools.Core/MsBuild/MsBuildProject.Tracker.cs index e053a280..35435ac0 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProject.Tracker.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProject.Tracker.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/MsBuildProject.cs b/QtVsTools.Core/MsBuild/MsBuildProject.cs index dd6c2018..60b40244 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProject.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProject.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/MsBuildProjectContainer.cs b/QtVsTools.Core/MsBuild/MsBuildProjectContainer.cs index 27a94a4d..58689931 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProjectContainer.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProjectContainer.cs @@ -1,6 +1,6 @@ // ************************************************************************************************ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // ************************************************************************************************ using System.Collections.Generic; diff --git a/QtVsTools.Core/MsBuild/MsBuildProjectConverter.cs b/QtVsTools.Core/MsBuild/MsBuildProjectConverter.cs index 40aaf0e9..641b08b6 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProjectConverter.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProjectConverter.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/MsBuildProjectFormat.cs b/QtVsTools.Core/MsBuild/MsBuildProjectFormat.cs index 2ac81876..8ba2c9ec 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProjectFormat.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProjectFormat.cs @@ -1,6 +1,6 @@ ๏ปฟ// ************************************************************************************************ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // ************************************************************************************************ using System; diff --git a/QtVsTools.Core/MsBuild/MsBuildProjectLogger.cs b/QtVsTools.Core/MsBuild/MsBuildProjectLogger.cs index 5ba2cfac..456cdd21 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProjectLogger.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProjectLogger.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using Microsoft.Build.Framework; diff --git a/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.V2.cs b/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.V2.cs index 2b323ae0..380fa022 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.V2.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.V2.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.V3.cs b/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.V3.cs index 6175cea9..9a8e393e 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.V3.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.V3.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.cs b/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.cs index 279c76c5..d90a407d 100644 --- a/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.cs +++ b/QtVsTools.Core/MsBuild/MsBuildProjectReaderWriter.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/MsBuild/QtLRelease.cs b/QtVsTools.Core/MsBuild/QtLRelease.cs index 95dd69dd..adefea2e 100644 --- a/QtVsTools.Core/MsBuild/QtLRelease.cs +++ b/QtVsTools.Core/MsBuild/QtLRelease.cs @@ -1,6 +1,6 @@ ๏ปฟ// ************************************************************************************************ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // ************************************************************************************************ using System.Collections.Generic; diff --git a/QtVsTools.Core/MsBuild/QtMoc.cs b/QtVsTools.Core/MsBuild/QtMoc.cs index d8dbe3a4..ba70c43f 100644 --- a/QtVsTools.Core/MsBuild/QtMoc.cs +++ b/QtVsTools.Core/MsBuild/QtMoc.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/MsBuild/QtModulesPopup.xaml b/QtVsTools.Core/MsBuild/QtModulesPopup.xaml index 87a95e2c..2dc5ad4a 100644 --- a/QtVsTools.Core/MsBuild/QtModulesPopup.xaml +++ b/QtVsTools.Core/MsBuild/QtModulesPopup.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <vsui:DialogWindow x:Class="QtVsTools.Core.MsBuild.QtModulesPopup" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" diff --git a/QtVsTools.Core/MsBuild/QtModulesPopup.xaml.cs b/QtVsTools.Core/MsBuild/QtModulesPopup.xaml.cs index d724b134..8aee3e33 100644 --- a/QtVsTools.Core/MsBuild/QtModulesPopup.xaml.cs +++ b/QtVsTools.Core/MsBuild/QtModulesPopup.xaml.cs @@ -1,6 +1,6 @@ ๏ปฟ/*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/MsBuild/QtRcc.cs b/QtVsTools.Core/MsBuild/QtRcc.cs index b45cdc72..ec274010 100644 --- a/QtVsTools.Core/MsBuild/QtRcc.cs +++ b/QtVsTools.Core/MsBuild/QtRcc.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/MsBuild/QtRepc.cs b/QtVsTools.Core/MsBuild/QtRepc.cs index 8434e88b..682d4db3 100644 --- a/QtVsTools.Core/MsBuild/QtRepc.cs +++ b/QtVsTools.Core/MsBuild/QtRepc.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/MsBuild/QtTool.cs b/QtVsTools.Core/MsBuild/QtTool.cs index dde10776..00dbe5b7 100644 --- a/QtVsTools.Core/MsBuild/QtTool.cs +++ b/QtVsTools.Core/MsBuild/QtTool.cs @@ -1,6 +1,6 @@ // ************************************************************************************************ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // ************************************************************************************************ using System.IO; diff --git a/QtVsTools.Core/MsBuild/QtUic.cs b/QtVsTools.Core/MsBuild/QtUic.cs index 1511504a..7392ab3e 100644 --- a/QtVsTools.Core/MsBuild/QtUic.cs +++ b/QtVsTools.Core/MsBuild/QtUic.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/MsBuild/VcPropertyStorageProvider.cs b/QtVsTools.Core/MsBuild/VcPropertyStorageProvider.cs index 9943fc1d..55e45e3e 100644 --- a/QtVsTools.Core/MsBuild/VcPropertyStorageProvider.cs +++ b/QtVsTools.Core/MsBuild/VcPropertyStorageProvider.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Notifications.cs b/QtVsTools.Core/Notifications.cs index 42df294d..9ed15063 100644 --- a/QtVsTools.Core/Notifications.cs +++ b/QtVsTools.Core/Notifications.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Options/QtOptionsPage.cs b/QtVsTools.Core/Options/QtOptionsPage.cs index a36edf11..34a1b51f 100644 --- a/QtVsTools.Core/Options/QtOptionsPage.cs +++ b/QtVsTools.Core/Options/QtOptionsPage.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Options/QtVersionsPage.cs b/QtVsTools.Core/Options/QtVersionsPage.cs index 3b251d93..eb58cb31 100644 --- a/QtVsTools.Core/Options/QtVersionsPage.cs +++ b/QtVsTools.Core/Options/QtVersionsPage.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Options/QtVersionsTable.cs b/QtVsTools.Core/Options/QtVersionsTable.cs index d9db28e6..1226a23a 100644 --- a/QtVsTools.Core/Options/QtVersionsTable.cs +++ b/QtVsTools.Core/Options/QtVersionsTable.cs @@ -1,6 +1,6 @@ ๏ปฟ/*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/Options/QtVersionsTable.xaml b/QtVsTools.Core/Options/QtVersionsTable.xaml index 996e3743..7c2e2915 100644 --- a/QtVsTools.Core/Options/QtVersionsTable.xaml +++ b/QtVsTools.Core/Options/QtVersionsTable.xaml @@ -1,7 +1,7 @@ ๏ปฟ<!-- /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ --> <UserControl x:Class="QtVsTools.Core.Options.QtVersionsTable" diff --git a/QtVsTools.Core/OutputWindowPane.cs b/QtVsTools.Core/OutputWindowPane.cs index 77acc2b6..50d988a0 100644 --- a/QtVsTools.Core/OutputWindowPane.cs +++ b/QtVsTools.Core/OutputWindowPane.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/ProjectImport/ProjectImporter.cs b/QtVsTools.Core/ProjectImport/ProjectImporter.cs index ad32545a..2ed9c7c6 100644 --- a/QtVsTools.Core/ProjectImport/ProjectImporter.cs +++ b/QtVsTools.Core/ProjectImport/ProjectImporter.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/ProjectImport/QMakeWrapper.cs b/QtVsTools.Core/ProjectImport/QMakeWrapper.cs index 02fa2cbb..7f35017a 100644 --- a/QtVsTools.Core/ProjectImport/QMakeWrapper.cs +++ b/QtVsTools.Core/ProjectImport/QMakeWrapper.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/Properties/AssemblyInfo.cs b/QtVsTools.Core/Properties/AssemblyInfo.cs index 186e001b..a0d7a9be 100644 --- a/QtVsTools.Core/Properties/AssemblyInfo.cs +++ b/QtVsTools.Core/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/QtVsTools.Core/QMake.cs b/QtVsTools.Core/QMake.cs index ce4aa112..09c81210 100644 --- a/QtVsTools.Core/QMake.cs +++ b/QtVsTools.Core/QMake.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/QMakeConf.cs b/QtVsTools.Core/QMakeConf.cs index cdbc0bb8..66c97320 100644 --- a/QtVsTools.Core/QMakeConf.cs +++ b/QtVsTools.Core/QMakeConf.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/QMakeImport.cs b/QtVsTools.Core/QMakeImport.cs index 03369a30..beb39108 100644 --- a/QtVsTools.Core/QMakeImport.cs +++ b/QtVsTools.Core/QMakeImport.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/QMakeQuery.cs b/QtVsTools.Core/QMakeQuery.cs index 7c13f0fd..d5c8254e 100644 --- a/QtVsTools.Core/QMakeQuery.cs +++ b/QtVsTools.Core/QMakeQuery.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/QtConfig.cs b/QtVsTools.Core/QtConfig.cs index 7c519194..5038aa5d 100644 --- a/QtVsTools.Core/QtConfig.cs +++ b/QtVsTools.Core/QtConfig.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.IO; diff --git a/QtVsTools.Core/QtModule.cs b/QtVsTools.Core/QtModule.cs index 9465080c..188acd0a 100644 --- a/QtVsTools.Core/QtModule.cs +++ b/QtVsTools.Core/QtModule.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/QtModules.cs b/QtVsTools.Core/QtModules.cs index 7795b376..d1dd19ae 100644 --- a/QtVsTools.Core/QtModules.cs +++ b/QtVsTools.Core/QtModules.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/QtVersionManager.cs b/QtVsTools.Core/QtVersionManager.cs index e5b30376..10443c71 100644 --- a/QtVsTools.Core/QtVersionManager.cs +++ b/QtVsTools.Core/QtVersionManager.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/QtVsTools.Core.csproj b/QtVsTools.Core/QtVsTools.Core.csproj index 123d5050..563c2d0f 100644 --- a/QtVsTools.Core/QtVsTools.Core.csproj +++ b/QtVsTools.Core/QtVsTools.Core.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtVsTools.Core/Resources.cs b/QtVsTools.Core/Resources.cs index bbb4b589..9a5dca2f 100644 --- a/QtVsTools.Core/Resources.cs +++ b/QtVsTools.Core/Resources.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.Core diff --git a/QtVsTools.Core/VcFilterExtensions.cs b/QtVsTools.Core/VcFilterExtensions.cs index faee57ad..700b0d51 100644 --- a/QtVsTools.Core/VcFilterExtensions.cs +++ b/QtVsTools.Core/VcFilterExtensions.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Core/Version.cs b/QtVsTools.Core/Version.cs index b1bbb832..cb0113bb 100644 --- a/QtVsTools.Core/Version.cs +++ b/QtVsTools.Core/Version.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/QtVsTools.Core/VersionInformation.cs b/QtVsTools.Core/VersionInformation.cs index b8f74c64..de1288ee 100644 --- a/QtVsTools.Core/VersionInformation.cs +++ b/QtVsTools.Core/VersionInformation.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/VisualStudio/InfoBarMessage.cs b/QtVsTools.Core/VisualStudio/InfoBarMessage.cs index 60275414..f905c038 100644 --- a/QtVsTools.Core/VisualStudio/InfoBarMessage.cs +++ b/QtVsTools.Core/VisualStudio/InfoBarMessage.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/VisualStudio/StatusBar.cs b/QtVsTools.Core/VisualStudio/StatusBar.cs index 25d0981e..5ea77b26 100644 --- a/QtVsTools.Core/VisualStudio/StatusBar.cs +++ b/QtVsTools.Core/VisualStudio/StatusBar.cs @@ -1,6 +1,6 @@ ๏ปฟ/*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. -SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using Microsoft.VisualStudio.Shell; diff --git a/QtVsTools.Core/VisualStudio/VsEditor.cs b/QtVsTools.Core/VisualStudio/VsEditor.cs index c13a971b..5ae17a9b 100644 --- a/QtVsTools.Core/VisualStudio/VsEditor.cs +++ b/QtVsTools.Core/VisualStudio/VsEditor.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. -SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using Microsoft.VisualStudio.Shell; diff --git a/QtVsTools.Core/VisualStudio/VsSearch.cs b/QtVsTools.Core/VisualStudio/VsSearch.cs index 5f8295dd..cd4c883c 100644 --- a/QtVsTools.Core/VisualStudio/VsSearch.cs +++ b/QtVsTools.Core/VisualStudio/VsSearch.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/VisualStudio/VsServiceProvider.cs b/QtVsTools.Core/VisualStudio/VsServiceProvider.cs index 9fce8662..fcec37ac 100644 --- a/QtVsTools.Core/VisualStudio/VsServiceProvider.cs +++ b/QtVsTools.Core/VisualStudio/VsServiceProvider.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/VisualStudio/VsShell.cs b/QtVsTools.Core/VisualStudio/VsShell.cs index 2be0abfb..f4f43542 100644 --- a/QtVsTools.Core/VisualStudio/VsShell.cs +++ b/QtVsTools.Core/VisualStudio/VsShell.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Core/WaitDialog.cs b/QtVsTools.Core/WaitDialog.cs index 125a9591..710f52f4 100644 --- a/QtVsTools.Core/WaitDialog.cs +++ b/QtVsTools.Core/WaitDialog.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/CMake/AddCMakeItem.cs b/QtVsTools.Package/CMake/AddCMakeItem.cs index 381c9892..d18ad027 100644 --- a/QtVsTools.Package/CMake/AddCMakeItem.cs +++ b/QtVsTools.Package/CMake/AddCMakeItem.cs @@ -1,6 +1,6 @@ ๏ปฟ/************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************/ using System; diff --git a/QtVsTools.Package/CMake/CMakeVsProject.cs b/QtVsTools.Package/CMake/CMakeVsProject.cs index 7b31f146..86b27093 100644 --- a/QtVsTools.Package/CMake/CMakeVsProject.cs +++ b/QtVsTools.Package/CMake/CMakeVsProject.cs @@ -1,6 +1,6 @@ ๏ปฟ/************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Editors/Editor.QtDesigner.cs b/QtVsTools.Package/Editors/Editor.QtDesigner.cs index 658f2726..59a9303a 100644 --- a/QtVsTools.Package/Editors/Editor.QtDesigner.cs +++ b/QtVsTools.Package/Editors/Editor.QtDesigner.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Editors/Editor.QtLinguist.cs b/QtVsTools.Package/Editors/Editor.QtLinguist.cs index 36605cef..3d9d8648 100644 --- a/QtVsTools.Package/Editors/Editor.QtLinguist.cs +++ b/QtVsTools.Package/Editors/Editor.QtLinguist.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Editors/Editor.QtResourceEditor.cs b/QtVsTools.Package/Editors/Editor.QtResourceEditor.cs index 07ea8799..b5c38c04 100644 --- a/QtVsTools.Package/Editors/Editor.QtResourceEditor.cs +++ b/QtVsTools.Package/Editors/Editor.QtResourceEditor.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Editors/Editor.cs b/QtVsTools.Package/Editors/Editor.cs index 2b479262..79b7e771 100644 --- a/QtVsTools.Package/Editors/Editor.cs +++ b/QtVsTools.Package/Editors/Editor.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Marketplace/Overview.html_TT b/QtVsTools.Package/Marketplace/Overview.html_TT index 322589e9..8fdc148e 100644 --- a/QtVsTools.Package/Marketplace/Overview.html_TT +++ b/QtVsTools.Package/Marketplace/Overview.html_TT @@ -1,7 +1,7 @@ ๏ปฟ<!DOCTYPE html> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="html" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/QtVsTools.Package/MsBuild/ConversionReportViewer.cs b/QtVsTools.Package/MsBuild/ConversionReportViewer.cs index c80ed92a..cef89c74 100644 --- a/QtVsTools.Package/MsBuild/ConversionReportViewer.cs +++ b/QtVsTools.Package/MsBuild/ConversionReportViewer.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/MsBuild/LegacyProjectFilterProvider.cs b/QtVsTools.Package/MsBuild/LegacyProjectFilterProvider.cs index b327c47e..83fda689 100644 --- a/QtVsTools.Package/MsBuild/LegacyProjectFilterProvider.cs +++ b/QtVsTools.Package/MsBuild/LegacyProjectFilterProvider.cs @@ -1,6 +1,6 @@ ๏ปฟ// ************************************************************************************************ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 // ************************************************************************************************ using System.Collections.Generic; diff --git a/QtVsTools.Package/MsBuild/QtModulesEditor.cs b/QtVsTools.Package/MsBuild/QtModulesEditor.cs index 4fecb2c1..9323e85f 100644 --- a/QtVsTools.Package/MsBuild/QtModulesEditor.cs +++ b/QtVsTools.Package/MsBuild/QtModulesEditor.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/MsBuild/QtVersionProvider.cs b/QtVsTools.Package/MsBuild/QtVersionProvider.cs index dd74df25..9d708763 100644 --- a/QtVsTools.Package/MsBuild/QtVersionProvider.cs +++ b/QtVsTools.Package/MsBuild/QtVersionProvider.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/Package/DteEventsHandler.cs b/QtVsTools.Package/Package/DteEventsHandler.cs index 85d712d5..7d162d29 100644 --- a/QtVsTools.Package/Package/DteEventsHandler.cs +++ b/QtVsTools.Package/Package/DteEventsHandler.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Package/QtHelp.cs b/QtVsTools.Package/Package/QtHelp.cs index 6bd60b45..e473c27d 100644 --- a/QtVsTools.Package/Package/QtHelp.cs +++ b/QtVsTools.Package/Package/QtHelp.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Package/QtHelpLinkChooser.xaml b/QtVsTools.Package/Package/QtHelpLinkChooser.xaml index 2b5a6f86..e82f0265 100644 --- a/QtVsTools.Package/Package/QtHelpLinkChooser.xaml +++ b/QtVsTools.Package/Package/QtHelpLinkChooser.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <vsui:DialogWindow x:Class="QtVsTools.QtHelpLinkChooser" diff --git a/QtVsTools.Package/Package/QtHelpLinkChooser.xaml.cs b/QtVsTools.Package/Package/QtHelpLinkChooser.xaml.cs index fbba338c..dc462379 100644 --- a/QtVsTools.Package/Package/QtHelpLinkChooser.xaml.cs +++ b/QtVsTools.Package/Package/QtHelpLinkChooser.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/Package/QtItemContextMenu.cs b/QtVsTools.Package/Package/QtItemContextMenu.cs index 428061d6..e26bc89c 100644 --- a/QtVsTools.Package/Package/QtItemContextMenu.cs +++ b/QtVsTools.Package/Package/QtItemContextMenu.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Package/QtMainMenu.cs b/QtVsTools.Package/Package/QtMainMenu.cs index b688860a..dbd86232 100644 --- a/QtVsTools.Package/Package/QtMainMenu.cs +++ b/QtVsTools.Package/Package/QtMainMenu.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Package/QtProjectContextMenu.cs b/QtVsTools.Package/Package/QtProjectContextMenu.cs index d5e4cf49..465008f9 100644 --- a/QtVsTools.Package/Package/QtProjectContextMenu.cs +++ b/QtVsTools.Package/Package/QtProjectContextMenu.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Package/QtSolutionContextMenu.cs b/QtVsTools.Package/Package/QtSolutionContextMenu.cs index 2fd16e22..e73ad9d4 100644 --- a/QtVsTools.Package/Package/QtSolutionContextMenu.cs +++ b/QtVsTools.Package/Package/QtSolutionContextMenu.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Package/Translation.cs b/QtVsTools.Package/Package/Translation.cs index 6140b3b2..70380d20 100644 --- a/QtVsTools.Package/Package/Translation.cs +++ b/QtVsTools.Package/Package/Translation.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/Properties/AssemblyInfo.cs b/QtVsTools.Package/Properties/AssemblyInfo.cs index b2c27ebe..e714957d 100644 --- a/QtVsTools.Package/Properties/AssemblyInfo.cs +++ b/QtVsTools.Package/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/QtVsTools.Package/QML/Classification/QmlAsyncClassifier.cs b/QtVsTools.Package/QML/Classification/QmlAsyncClassifier.cs index b423a66d..b214b8f8 100644 --- a/QtVsTools.Package/QML/Classification/QmlAsyncClassifier.cs +++ b/QtVsTools.Package/QML/Classification/QmlAsyncClassifier.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ /// This file contains the definition of the abstract class QmlAsyncClassifier which is the base diff --git a/QtVsTools.Package/QML/Classification/QmlClassificationFormat.cs b/QtVsTools.Package/QML/Classification/QmlClassificationFormat.cs index 07363659..cdfcd85d 100644 --- a/QtVsTools.Package/QML/Classification/QmlClassificationFormat.cs +++ b/QtVsTools.Package/QML/Classification/QmlClassificationFormat.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ /// This file contains the definition of syntax highlighting formats. diff --git a/QtVsTools.Package/QML/Classification/QmlErrorClassifier.cs b/QtVsTools.Package/QML/Classification/QmlErrorClassifier.cs index 6ae80967..bd24b055 100644 --- a/QtVsTools.Package/QML/Classification/QmlErrorClassifier.cs +++ b/QtVsTools.Package/QML/Classification/QmlErrorClassifier.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ /// Highlighting of syntax errors diff --git a/QtVsTools.Package/QML/Classification/QmlExpressionEvalClassifier.cs b/QtVsTools.Package/QML/Classification/QmlExpressionEvalClassifier.cs index d474d7d4..8b8498c5 100644 --- a/QtVsTools.Package/QML/Classification/QmlExpressionEvalClassifier.cs +++ b/QtVsTools.Package/QML/Classification/QmlExpressionEvalClassifier.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs b/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs index c991eea6..2a6fcae0 100644 --- a/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs +++ b/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ /// This file implements the actual highlighting of the text according to the diff --git a/QtVsTools.Package/QML/Classification/QmlTag.cs b/QtVsTools.Package/QML/Classification/QmlTag.cs index 91fabde5..0aa3fa47 100644 --- a/QtVsTools.Package/QML/Classification/QmlTag.cs +++ b/QtVsTools.Package/QML/Classification/QmlTag.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ /// This file contains the classification of the syntax elements recognized by the QML parser. diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs index f436ff1c..787384e5 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs index 1f034ac0..eaaaa884 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs index e15644f6..caf92926 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Engine.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Engine.cs index bcbd1ace..d3e949f0 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Engine.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Engine.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Enums.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Enums.cs index 1f180a62..45262a3c 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Enums.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Enums.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Events.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Events.cs index 78933d01..3181f5b8 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Events.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Events.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using Microsoft.VisualStudio; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs index 8265a449..f300f9f3 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Threading.Tasks; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs index b9b295d1..76b4527d 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Program.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Program.cs index 22d8f01a..d1c9585c 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Program.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Program.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Property.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Property.cs index 7d64f2f9..1d9b7b37 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Property.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Property.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs index 0910b760..ae5fb6a8 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/QmlDebugLauncher.cs b/QtVsTools.Package/QML/Debugging/QmlDebugLauncher.cs index b6d29f85..242e0cdf 100644 --- a/QtVsTools.Package/QML/Debugging/QmlDebugLauncher.cs +++ b/QtVsTools.Package/QML/Debugging/QmlDebugLauncher.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/QmlDebugger.cs b/QtVsTools.Package/QML/Debugging/QmlDebugger.cs index 65bc21db..dfde146c 100644 --- a/QtVsTools.Package/QML/Debugging/QmlDebugger.cs +++ b/QtVsTools.Package/QML/Debugging/QmlDebugger.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/QML/Debugging/QmlFileSystem.cs b/QtVsTools.Package/QML/Debugging/QmlFileSystem.cs index 7979f445..f2ad1421 100644 --- a/QtVsTools.Package/QML/Debugging/QmlFileSystem.cs +++ b/QtVsTools.Package/QML/Debugging/QmlFileSystem.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs index c636fe03..d5b7f10e 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Break.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Break.cs index 853f2509..a0fa8d93 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Break.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Break.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs index 553601d5..19904d73 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs index afc7dee2..1942c16b 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs index 17a3cb25..559b98d2 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs index 53087c8c..7744355f 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs index 74838695..7534c89f 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs index 1865813c..c2d82ab1 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs index 07d781ab..6a115e2d 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs index 88b08a06..b3e8c617 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs index 1c74375f..c93f095e 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs index 19691ef7..27be7ffd 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Message.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Message.cs index 2b036982..b50f68b2 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Message.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Message.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs index 8bfc2b3c..3eb1a672 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs index 71f93a8e..7fafe55d 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs index 52368501..8f8e0890 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Version.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Version.cs index c4dffc0c..610ed54b 100644 --- a/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Version.cs +++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Version.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Runtime.Serialization; diff --git a/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Client.cs b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Client.cs index 5c27444e..1fa30219 100644 --- a/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Client.cs +++ b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Client.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs index ff6f8d6c..79deaf7e 100644 --- a/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs +++ b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Concurrent; diff --git a/QtVsTools.Package/QML/Language/QmlLspClient.cs b/QtVsTools.Package/QML/Language/QmlLspClient.cs index 418393c8..2256f970 100644 --- a/QtVsTools.Package/QML/Language/QmlLspClient.cs +++ b/QtVsTools.Package/QML/Language/QmlLspClient.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2023 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/QML/Parser/QmlParserDiagnostics.cs b/QtVsTools.Package/QML/Parser/QmlParserDiagnostics.cs index 42abd08d..218eee6a 100644 --- a/QtVsTools.Package/QML/Parser/QmlParserDiagnostics.cs +++ b/QtVsTools.Package/QML/Parser/QmlParserDiagnostics.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.Qml diff --git a/QtVsTools.Package/QML/Parser/QmlParserInterop.cs b/QtVsTools.Package/QML/Parser/QmlParserInterop.cs index e864e98e..dcdd64ed 100644 --- a/QtVsTools.Package/QML/Parser/QmlParserInterop.cs +++ b/QtVsTools.Package/QML/Parser/QmlParserInterop.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ /// This file contains the integration with the Qt Declarative parser. diff --git a/QtVsTools.Package/QML/QmlContentType.cs b/QtVsTools.Package/QML/QmlContentType.cs index 9ce8dd0f..e0123e21 100644 --- a/QtVsTools.Package/QML/QmlContentType.cs +++ b/QtVsTools.Package/QML/QmlContentType.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2023 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.ComponentModel.Composition; diff --git a/QtVsTools.Package/QML/Syntax/QmlAst.cs b/QtVsTools.Package/QML/Syntax/QmlAst.cs index a52f72cf..7b5b2077 100644 --- a/QtVsTools.Package/QML/Syntax/QmlAst.cs +++ b/QtVsTools.Package/QML/Syntax/QmlAst.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ /// The data types in this file represent nodes in the QML abstract sytax tree (AST). diff --git a/QtVsTools.Package/QML/Syntax/QmlSyntax.cs b/QtVsTools.Package/QML/Syntax/QmlSyntax.cs index 8058880c..93ebcca0 100644 --- a/QtVsTools.Package/QML/Syntax/QmlSyntax.cs +++ b/QtVsTools.Package/QML/Syntax/QmlSyntax.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ /// This file contains definitions of basic QML syntax elements. diff --git a/QtVsTools.Package/QtMenus.cs b/QtVsTools.Package/QtMenus.cs index e2e6f0ad..1de89513 100644 --- a/QtVsTools.Package/QtMenus.cs +++ b/QtVsTools.Package/QtMenus.cs @@ -1,6 +1,6 @@ ๏ปฟ/*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #nullable enable diff --git a/QtVsTools.Package/QtMenus.vsct b/QtVsTools.Package/QtMenus.vsct index c1af0ff5..b4e674b9 100644 --- a/QtVsTools.Package/QtMenus.vsct +++ b/QtVsTools.Package/QtMenus.vsct @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> diff --git a/QtVsTools.Package/QtVersionId.vsct_TT b/QtVsTools.Package/QtVersionId.vsct_TT index d675ff27..b9871ad7 100644 --- a/QtVsTools.Package/QtVersionId.vsct_TT +++ b/QtVsTools.Package/QtVersionId.vsct_TT @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** <#@output extension="vsct" #> diff --git a/QtVsTools.Package/QtVsTools.Package.csproj b/QtVsTools.Package/QtVsTools.Package.csproj index f1df514b..ae401b45 100644 --- a/QtVsTools.Package/QtVsTools.Package.csproj +++ b/QtVsTools.Package/QtVsTools.Package.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtVsTools.Package/QtVsToolsPackage.cs b/QtVsTools.Package/QtVsToolsPackage.cs index a8191ec4..a6c6300d 100644 --- a/QtVsTools.Package/QtVsToolsPackage.cs +++ b/QtVsTools.Package/QtVsToolsPackage.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Package/VSPackage.resx b/QtVsTools.Package/VSPackage.resx index 0787ac9d..c01d504b 100644 --- a/QtVsTools.Package/VSPackage.resx +++ b/QtVsTools.Package/VSPackage.resx @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--*********************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ************************************************************************************************--> <root> <!-- diff --git a/QtVsTools.Package/Vsix.cs b/QtVsTools.Package/Vsix.cs index 5501ff2d..0e48a78c 100644 --- a/QtVsTools.Package/Vsix.cs +++ b/QtVsTools.Package/Vsix.cs @@ -1,6 +1,6 @@ ๏ปฟ/*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #nullable enable diff --git a/QtVsTools.Package/qt5.natvis.xml b/QtVsTools.Package/qt5.natvis.xml index dfa07e9e..57caeffa 100644 --- a/QtVsTools.Package/qt5.natvis.xml +++ b/QtVsTools.Package/qt5.natvis.xml @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> diff --git a/QtVsTools.Package/qt6.natvis.xml b/QtVsTools.Package/qt6.natvis.xml index e5efc01f..8aee5fcd 100644 --- a/QtVsTools.Package/qt6.natvis.xml +++ b/QtVsTools.Package/qt6.natvis.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> diff --git a/QtVsTools.Package/source.extension.vsixmanifest_TT b/QtVsTools.Package/source.extension.vsixmanifest_TT index 186c4f32..53cac765 100644 --- a/QtVsTools.Package/source.extension.vsixmanifest_TT +++ b/QtVsTools.Package/source.extension.vsixmanifest_TT @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vsixmanifest" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/QtVsTools.RegExpr/QtVsTools.RegExpr.csproj b/QtVsTools.RegExpr/QtVsTools.RegExpr.csproj index 9feaf0b1..f44b273f 100644 --- a/QtVsTools.RegExpr/QtVsTools.RegExpr.csproj +++ b/QtVsTools.RegExpr/QtVsTools.RegExpr.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtVsTools.RegExpr/expression/CharClassLiteral.cs b/QtVsTools.RegExpr/expression/CharClassLiteral.cs index d260ef04..8ba41d66 100644 --- a/QtVsTools.RegExpr/expression/CharClassLiteral.cs +++ b/QtVsTools.RegExpr/expression/CharClassLiteral.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/expression/CharClassRange.cs b/QtVsTools.RegExpr/expression/CharClassRange.cs index dcf78081..8f55d7a9 100644 --- a/QtVsTools.RegExpr/expression/CharClassRange.cs +++ b/QtVsTools.RegExpr/expression/CharClassRange.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/expression/CharClassSet.cs b/QtVsTools.RegExpr/expression/CharClassSet.cs index f6a7acbd..3fb5d05e 100644 --- a/QtVsTools.RegExpr/expression/CharClassSet.cs +++ b/QtVsTools.RegExpr/expression/CharClassSet.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections; diff --git a/QtVsTools.RegExpr/expression/RegExpr.cs b/QtVsTools.RegExpr/expression/RegExpr.cs index d9971a9e..ca57d827 100644 --- a/QtVsTools.RegExpr/expression/RegExpr.cs +++ b/QtVsTools.RegExpr/expression/RegExpr.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.RegExpr/expression/RegExprAssert.cs b/QtVsTools.RegExpr/expression/RegExprAssert.cs index 82b0a421..d10ff4bc 100644 --- a/QtVsTools.RegExpr/expression/RegExprAssert.cs +++ b/QtVsTools.RegExpr/expression/RegExprAssert.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/expression/RegExprChoice.cs b/QtVsTools.RegExpr/expression/RegExprChoice.cs index ec923d36..cdd8a002 100644 --- a/QtVsTools.RegExpr/expression/RegExprChoice.cs +++ b/QtVsTools.RegExpr/expression/RegExprChoice.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/expression/RegExprLiteral.cs b/QtVsTools.RegExpr/expression/RegExprLiteral.cs index 83040d27..611499a7 100644 --- a/QtVsTools.RegExpr/expression/RegExprLiteral.cs +++ b/QtVsTools.RegExpr/expression/RegExprLiteral.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/expression/RegExprRepeat.cs b/QtVsTools.RegExpr/expression/RegExprRepeat.cs index 130e6951..f95528fc 100644 --- a/QtVsTools.RegExpr/expression/RegExprRepeat.cs +++ b/QtVsTools.RegExpr/expression/RegExprRepeat.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/expression/RegExprSequence.cs b/QtVsTools.RegExpr/expression/RegExprSequence.cs index 1e7d7762..aee58700 100644 --- a/QtVsTools.RegExpr/expression/RegExprSequence.cs +++ b/QtVsTools.RegExpr/expression/RegExprSequence.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/expression/RegExprToken.cs b/QtVsTools.RegExpr/expression/RegExprToken.cs index 70cb26f8..18cc9041 100644 --- a/QtVsTools.RegExpr/expression/RegExprToken.cs +++ b/QtVsTools.RegExpr/expression/RegExprToken.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.RegExpr/expression/Renderer.cs b/QtVsTools.RegExpr/expression/Renderer.cs index 51604f30..54720134 100644 --- a/QtVsTools.RegExpr/expression/Renderer.cs +++ b/QtVsTools.RegExpr/expression/Renderer.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/parser/ParseTree.cs b/QtVsTools.RegExpr/parser/ParseTree.cs index ba5b35f6..d88af596 100644 --- a/QtVsTools.RegExpr/parser/ParseTree.cs +++ b/QtVsTools.RegExpr/parser/ParseTree.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.RegExpr/parser/Parser.cs b/QtVsTools.RegExpr/parser/Parser.cs index 532a6479..16e89f20 100644 --- a/QtVsTools.RegExpr/parser/Parser.cs +++ b/QtVsTools.RegExpr/parser/Parser.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.RegExpr/production/Production.cs b/QtVsTools.RegExpr/production/Production.cs index e763a903..1d20e00a 100644 --- a/QtVsTools.RegExpr/production/Production.cs +++ b/QtVsTools.RegExpr/production/Production.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.RegExpr/production/ProductionRule.cs b/QtVsTools.RegExpr/production/ProductionRule.cs index 41c9f4ce..83265d6d 100644 --- a/QtVsTools.RegExpr/production/ProductionRule.cs +++ b/QtVsTools.RegExpr/production/ProductionRule.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.RegExpr/production/ProductionRuleAction.cs b/QtVsTools.RegExpr/production/ProductionRuleAction.cs index c1ca7369..72c1ee24 100644 --- a/QtVsTools.RegExpr/production/ProductionRuleAction.cs +++ b/QtVsTools.RegExpr/production/ProductionRuleAction.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.RegExpr/utils/Consts.cs b/QtVsTools.RegExpr/utils/Consts.cs index f54f17a0..8ce543ef 100644 --- a/QtVsTools.RegExpr/utils/Consts.cs +++ b/QtVsTools.RegExpr/utils/Consts.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.SyntaxAnalysis diff --git a/QtVsTools.RegExpr/utils/Utils.cs b/QtVsTools.RegExpr/utils/Utils.cs index ccaefbf9..e88877e0 100644 --- a/QtVsTools.RegExpr/utils/Utils.cs +++ b/QtVsTools.RegExpr/utils/Utils.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/Common/GuiPage.xaml b/QtVsTools.Wizards/Common/GuiPage.xaml index 1d531b0c..7781c5f1 100644 --- a/QtVsTools.Wizards/Common/GuiPage.xaml +++ b/QtVsTools.Wizards/Common/GuiPage.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <common:WizardPage x:Class="QtVsTools.Wizards.Common.GuiPage" diff --git a/QtVsTools.Wizards/Common/GuiPage.xaml.cs b/QtVsTools.Wizards/Common/GuiPage.xaml.cs index 19be659b..c4d3be14 100644 --- a/QtVsTools.Wizards/Common/GuiPage.xaml.cs +++ b/QtVsTools.Wizards/Common/GuiPage.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Windows; diff --git a/QtVsTools.Wizards/Common/UiClassInclusion.cs b/QtVsTools.Wizards/Common/UiClassInclusion.cs index 1b4bfd04..24bcc5f0 100644 --- a/QtVsTools.Wizards/Common/UiClassInclusion.cs +++ b/QtVsTools.Wizards/Common/UiClassInclusion.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.Wizards.Common diff --git a/QtVsTools.Wizards/Common/WizardData.cs b/QtVsTools.Wizards/Common/WizardData.cs index 1e56f8d0..92253ea4 100644 --- a/QtVsTools.Wizards/Common/WizardData.cs +++ b/QtVsTools.Wizards/Common/WizardData.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Wizards/Common/WizardIntroPage.xaml b/QtVsTools.Wizards/Common/WizardIntroPage.xaml index bc4c732a..5f898934 100644 --- a/QtVsTools.Wizards/Common/WizardIntroPage.xaml +++ b/QtVsTools.Wizards/Common/WizardIntroPage.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <common:WizardPage x:Class="QtVsTools.Wizards.Common.WizardIntroPage" diff --git a/QtVsTools.Wizards/Common/WizardIntroPage.xaml.cs b/QtVsTools.Wizards/Common/WizardIntroPage.xaml.cs index 215f009d..9830abd1 100644 --- a/QtVsTools.Wizards/Common/WizardIntroPage.xaml.cs +++ b/QtVsTools.Wizards/Common/WizardIntroPage.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.Wizards.Common diff --git a/QtVsTools.Wizards/Common/WizardPage.cs b/QtVsTools.Wizards/Common/WizardPage.cs index 377e0d32..a98b7e4b 100644 --- a/QtVsTools.Wizards/Common/WizardPage.cs +++ b/QtVsTools.Wizards/Common/WizardPage.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/Common/WizardResult.cs b/QtVsTools.Wizards/Common/WizardResult.cs index 624fae6f..a6dd11dc 100644 --- a/QtVsTools.Wizards/Common/WizardResult.cs +++ b/QtVsTools.Wizards/Common/WizardResult.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ namespace QtVsTools.Wizards.Common diff --git a/QtVsTools.Wizards/Common/WizardWindow.xaml b/QtVsTools.Wizards/Common/WizardWindow.xaml index 3e5bcbcc..8c411a53 100644 --- a/QtVsTools.Wizards/Common/WizardWindow.xaml +++ b/QtVsTools.Wizards/Common/WizardWindow.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <NavigationWindow x:Class="QtVsTools.Wizards.Common.WizardWindow" diff --git a/QtVsTools.Wizards/Common/WizardWindow.xaml.cs b/QtVsTools.Wizards/Common/WizardWindow.xaml.cs index 4003a5a5..e3b3a874 100644 --- a/QtVsTools.Wizards/Common/WizardWindow.xaml.cs +++ b/QtVsTools.Wizards/Common/WizardWindow.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml b/QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml index 6c879261..bc935999 100644 --- a/QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml +++ b/QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <common:WizardPage x:Class="QtVsTools.Wizards.ItemWizard.QtClassPage" diff --git a/QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml.cs b/QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml.cs index da2e030c..2beb805d 100644 --- a/QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml.cs +++ b/QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Windows; diff --git a/QtVsTools.Wizards/ItemWizard/QtClass/QtClassWizard.cs b/QtVsTools.Wizards/ItemWizard/QtClass/QtClassWizard.cs index 41e089c1..13130bc9 100644 --- a/QtVsTools.Wizards/ItemWizard/QtClass/QtClassWizard.cs +++ b/QtVsTools.Wizards/ItemWizard/QtClass/QtClassWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml b/QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml index 17426284..e9050143 100644 --- a/QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml +++ b/QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <common:WizardPage x:Class="QtVsTools.Wizards.ItemWizard.TranslationPage" diff --git a/QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml.cs b/QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml.cs index 13a4406d..4cfd6e7c 100644 --- a/QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml.cs +++ b/QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Wizards/ItemWizard/Translation/TranslationWizard.cs b/QtVsTools.Wizards/ItemWizard/Translation/TranslationWizard.cs index 92539c94..60cb58df 100644 --- a/QtVsTools.Wizards/ItemWizard/Translation/TranslationWizard.cs +++ b/QtVsTools.Wizards/ItemWizard/Translation/TranslationWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ItemWizard/WidgetsClass/WidgetsClassWizard.cs b/QtVsTools.Wizards/ItemWizard/WidgetsClass/WidgetsClassWizard.cs index 1ffd2c6f..4bd164e6 100644 --- a/QtVsTools.Wizards/ItemWizard/WidgetsClass/WidgetsClassWizard.cs +++ b/QtVsTools.Wizards/ItemWizard/WidgetsClass/WidgetsClassWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml b/QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml index 7c7244b7..1ff5abf9 100644 --- a/QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml +++ b/QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <common:WizardPage x:Class="QtVsTools.Wizards.ProjectWizard.ConfigPage" xmlns:common="clr-namespace:QtVsTools.Wizards.Common" diff --git a/QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml.cs b/QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml.cs index 753e4f5d..fa4bbf29 100644 --- a/QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml.cs +++ b/QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ProjectWizard/Console/ConsoleWizard.cs b/QtVsTools.Wizards/ProjectWizard/Console/ConsoleWizard.cs index f08590ea..7e34b2bb 100644 --- a/QtVsTools.Wizards/ProjectWizard/Console/ConsoleWizard.cs +++ b/QtVsTools.Wizards/ProjectWizard/Console/ConsoleWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml b/QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml index d4b04bec..f867f6ea 100644 --- a/QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml +++ b/QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <common:WizardPage x:Class="QtVsTools.Wizards.ProjectWizard.DesignerPage" diff --git a/QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs b/QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs index 2e9b3e70..624b84e5 100644 --- a/QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs +++ b/QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Windows; diff --git a/QtVsTools.Wizards/ProjectWizard/Designer/DesignerWizard.cs b/QtVsTools.Wizards/ProjectWizard/Designer/DesignerWizard.cs index eb49fc27..fb7d6f3f 100644 --- a/QtVsTools.Wizards/ProjectWizard/Designer/DesignerWizard.cs +++ b/QtVsTools.Wizards/ProjectWizard/Designer/DesignerWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Wizards/ProjectWizard/Empty/EmptyWizard.cs b/QtVsTools.Wizards/ProjectWizard/Empty/EmptyWizard.cs index f212c80d..9ec7bb15 100644 --- a/QtVsTools.Wizards/ProjectWizard/Empty/EmptyWizard.cs +++ b/QtVsTools.Wizards/ProjectWizard/Empty/EmptyWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Wizards/ProjectWizard/Gui/GuiWizard.cs b/QtVsTools.Wizards/ProjectWizard/Gui/GuiWizard.cs index ca21384b..f29b4047 100644 --- a/QtVsTools.Wizards/ProjectWizard/Gui/GuiWizard.cs +++ b/QtVsTools.Wizards/ProjectWizard/Gui/GuiWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml b/QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml index 2be8f8c9..6d4f6eb6 100644 --- a/QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml +++ b/QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <common:WizardPage x:Class="QtVsTools.Wizards.ProjectWizard.LibraryClassPage" diff --git a/QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs b/QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs index 6f3b7c9c..990b4234 100644 --- a/QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs +++ b/QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Windows; diff --git a/QtVsTools.Wizards/ProjectWizard/Library/LibraryWizard.cs b/QtVsTools.Wizards/ProjectWizard/Library/LibraryWizard.cs index fe719bfd..b0bdfb3c 100644 --- a/QtVsTools.Wizards/ProjectWizard/Library/LibraryWizard.cs +++ b/QtVsTools.Wizards/ProjectWizard/Library/LibraryWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.CMake.cs b/QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.CMake.cs index 394a9632..a05fd5b4 100644 --- a/QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.CMake.cs +++ b/QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.CMake.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.cs b/QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.cs index e320730d..49845e24 100644 --- a/QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.cs +++ b/QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ProjectWizard/Quick/QuickWizard.cs b/QtVsTools.Wizards/ProjectWizard/Quick/QuickWizard.cs index d1420b3f..2875cdae 100644 --- a/QtVsTools.Wizards/ProjectWizard/Quick/QuickWizard.cs +++ b/QtVsTools.Wizards/ProjectWizard/Quick/QuickWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml b/QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml index 48da3b62..2f6a848e 100644 --- a/QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml +++ b/QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml @@ -1,6 +1,6 @@ ๏ปฟ<!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <common:WizardPage x:Class="QtVsTools.Wizards.ProjectWizard.ServerPage" diff --git a/QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml.cs b/QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml.cs index b493c200..c3a2cb86 100644 --- a/QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml.cs +++ b/QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Windows; diff --git a/QtVsTools.Wizards/ProjectWizard/Server/ServerWizard.cs b/QtVsTools.Wizards/ProjectWizard/Server/ServerWizard.cs index e05520d5..3df455e3 100644 --- a/QtVsTools.Wizards/ProjectWizard/Server/ServerWizard.cs +++ b/QtVsTools.Wizards/ProjectWizard/Server/ServerWizard.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/Properties/AssemblyInfo.cs b/QtVsTools.Wizards/Properties/AssemblyInfo.cs index 2ec023f7..177db085 100644 --- a/QtVsTools.Wizards/Properties/AssemblyInfo.cs +++ b/QtVsTools.Wizards/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/QtVsTools.Wizards/QtVsTools.Wizards.csproj b/QtVsTools.Wizards/QtVsTools.Wizards.csproj index 0d28aaaf..d3fc579b 100644 --- a/QtVsTools.Wizards/QtVsTools.Wizards.csproj +++ b/QtVsTools.Wizards/QtVsTools.Wizards.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/QtVsTools.Wizards/Util/ClassNameValidationRule.cs b/QtVsTools.Wizards/Util/ClassNameValidationRule.cs index 6f87d012..2efcf107 100644 --- a/QtVsTools.Wizards/Util/ClassNameValidationRule.cs +++ b/QtVsTools.Wizards/Util/ClassNameValidationRule.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Globalization; diff --git a/QtVsTools.Wizards/Util/FileExistsInFilterValidationRule.cs b/QtVsTools.Wizards/Util/FileExistsInFilterValidationRule.cs index de40670f..6081a17c 100644 --- a/QtVsTools.Wizards/Util/FileExistsInFilterValidationRule.cs +++ b/QtVsTools.Wizards/Util/FileExistsInFilterValidationRule.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/Util/FileNameValidationRule.cs b/QtVsTools.Wizards/Util/FileNameValidationRule.cs index cb9c7968..c4d096ab 100644 --- a/QtVsTools.Wizards/Util/FileNameValidationRule.cs +++ b/QtVsTools.Wizards/Util/FileNameValidationRule.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Globalization; diff --git a/QtVsTools.Wizards/Util/TextAndWhitespace.cs b/QtVsTools.Wizards/Util/TextAndWhitespace.cs index 530c74f6..91b8f5a7 100644 --- a/QtVsTools.Wizards/Util/TextAndWhitespace.cs +++ b/QtVsTools.Wizards/Util/TextAndWhitespace.cs @@ -1,6 +1,6 @@ ๏ปฟ/************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/Util/UiClassInclusionConverter.cs b/QtVsTools.Wizards/Util/UiClassInclusionConverter.cs index 648c20c9..2fee600e 100644 --- a/QtVsTools.Wizards/Util/UiClassInclusionConverter.cs +++ b/QtVsTools.Wizards/Util/UiClassInclusionConverter.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/QtVsTools.Wizards/Util/VCLanguageManagerValidationRule.cs b/QtVsTools.Wizards/Util/VCLanguageManagerValidationRule.cs index 563cb248..7e796a4f 100644 --- a/QtVsTools.Wizards/Util/VCLanguageManagerValidationRule.cs +++ b/QtVsTools.Wizards/Util/VCLanguageManagerValidationRule.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Windows.Controls; diff --git a/QtVsTools.Wizards/Util/VCRulePropertyStorageHelper.cs b/QtVsTools.Wizards/Util/VCRulePropertyStorageHelper.cs index 6b7d8151..04608410 100644 --- a/QtVsTools.Wizards/Util/VCRulePropertyStorageHelper.cs +++ b/QtVsTools.Wizards/Util/VCRulePropertyStorageHelper.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/Templates/console/Properties/AssemblyInfo.cs b/Templates/console/Properties/AssemblyInfo.cs index 59de0d18..126e0058 100644 --- a/Templates/console/Properties/AssemblyInfo.cs +++ b/Templates/console/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/console/QtTemplate.Project.Console.csproj b/Templates/console/QtTemplate.Project.Console.csproj index 129a0ea1..5bccbb63 100644 --- a/Templates/console/QtTemplate.Project.Console.csproj +++ b/Templates/console/QtTemplate.Project.Console.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/console/console.vstemplate_TT b/Templates/console/console.vstemplate_TT index a9ec128c..3dbc552e 100644 --- a/Templates/console/console.vstemplate_TT +++ b/Templates/console/console.vstemplate_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/designer/Properties/AssemblyInfo.cs b/Templates/designer/Properties/AssemblyInfo.cs index 1373eaad..24dd2b40 100644 --- a/Templates/designer/Properties/AssemblyInfo.cs +++ b/Templates/designer/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/designer/QtTemplate.Project.Designer.csproj b/Templates/designer/QtTemplate.Project.Designer.csproj index 439f7e5b..97bc4b37 100644 --- a/Templates/designer/QtTemplate.Project.Designer.csproj +++ b/Templates/designer/QtTemplate.Project.Designer.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/designer/designer.vstemplate_TT b/Templates/designer/designer.vstemplate_TT index fdf06aa3..0187cf0a 100644 --- a/Templates/designer/designer.vstemplate_TT +++ b/Templates/designer/designer.vstemplate_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/dialogbuttonbottom/Properties/AssemblyInfo.cs b/Templates/dialogbuttonbottom/Properties/AssemblyInfo.cs index a3848b8d..a3825718 100644 --- a/Templates/dialogbuttonbottom/Properties/AssemblyInfo.cs +++ b/Templates/dialogbuttonbottom/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/dialogbuttonbottom/QtTemplate.Item.DialogButtonBottom.csproj b/Templates/dialogbuttonbottom/QtTemplate.Item.DialogButtonBottom.csproj index 1088050a..c75d8ea1 100644 --- a/Templates/dialogbuttonbottom/QtTemplate.Item.DialogButtonBottom.csproj +++ b/Templates/dialogbuttonbottom/QtTemplate.Item.DialogButtonBottom.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/dialogbuttonbottom/dialogbuttonbottom.vstemplate b/Templates/dialogbuttonbottom/dialogbuttonbottom.vstemplate index 81114061..891e08f1 100644 --- a/Templates/dialogbuttonbottom/dialogbuttonbottom.vstemplate +++ b/Templates/dialogbuttonbottom/dialogbuttonbottom.vstemplate @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <VSTemplate Version="3.0.0" diff --git a/Templates/dialogbuttonright/Properties/AssemblyInfo.cs b/Templates/dialogbuttonright/Properties/AssemblyInfo.cs index 0789f0f3..de0ef3db 100644 --- a/Templates/dialogbuttonright/Properties/AssemblyInfo.cs +++ b/Templates/dialogbuttonright/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/dialogbuttonright/QtTemplate.Item.DialogButtonRight.csproj b/Templates/dialogbuttonright/QtTemplate.Item.DialogButtonRight.csproj index 9c52257c..2acf36ab 100644 --- a/Templates/dialogbuttonright/QtTemplate.Item.DialogButtonRight.csproj +++ b/Templates/dialogbuttonright/QtTemplate.Item.DialogButtonRight.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/dialogbuttonright/dialogbuttonright.vstemplate b/Templates/dialogbuttonright/dialogbuttonright.vstemplate index 2a3fb045..dc3091c8 100644 --- a/Templates/dialogbuttonright/dialogbuttonright.vstemplate +++ b/Templates/dialogbuttonright/dialogbuttonright.vstemplate @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <VSTemplate Version="3.0.0" diff --git a/Templates/empty/Properties/AssemblyInfo.cs b/Templates/empty/Properties/AssemblyInfo.cs index 6f2cdc0e..75b2ed1b 100644 --- a/Templates/empty/Properties/AssemblyInfo.cs +++ b/Templates/empty/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/empty/QtTemplate.Project.Empty.csproj b/Templates/empty/QtTemplate.Project.Empty.csproj index ed9282f1..d811ba3e 100644 --- a/Templates/empty/QtTemplate.Project.Empty.csproj +++ b/Templates/empty/QtTemplate.Project.Empty.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/empty/empty.vstemplate_TT b/Templates/empty/empty.vstemplate_TT index c00f6715..620fe7c4 100644 --- a/Templates/empty/empty.vstemplate_TT +++ b/Templates/empty/empty.vstemplate_TT @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/gui/Properties/AssemblyInfo.cs b/Templates/gui/Properties/AssemblyInfo.cs index c0b7b3ba..c8054304 100644 --- a/Templates/gui/Properties/AssemblyInfo.cs +++ b/Templates/gui/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/gui/QtTemplate.Project.Gui.csproj b/Templates/gui/QtTemplate.Project.Gui.csproj index 50a281f5..03da137f 100644 --- a/Templates/gui/QtTemplate.Project.Gui.csproj +++ b/Templates/gui/QtTemplate.Project.Gui.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/gui/gui.vstemplate_TT b/Templates/gui/gui.vstemplate_TT index 15e1f1fa..7cec3895 100644 --- a/Templates/gui/gui.vstemplate_TT +++ b/Templates/gui/gui.vstemplate_TT @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/lib/Properties/AssemblyInfo.cs b/Templates/lib/Properties/AssemblyInfo.cs index 779717ad..05a9edf8 100644 --- a/Templates/lib/Properties/AssemblyInfo.cs +++ b/Templates/lib/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/lib/QtTemplate.Project.Lib.csproj b/Templates/lib/QtTemplate.Project.Lib.csproj index fff4258a..f7aa2c64 100644 --- a/Templates/lib/QtTemplate.Project.Lib.csproj +++ b/Templates/lib/QtTemplate.Project.Lib.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/lib/lib.vstemplate_TT b/Templates/lib/lib.vstemplate_TT index 74f407a2..4594af27 100644 --- a/Templates/lib/lib.vstemplate_TT +++ b/Templates/lib/lib.vstemplate_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/mainwindow/Properties/AssemblyInfo.cs b/Templates/mainwindow/Properties/AssemblyInfo.cs index db2ce315..7d1a4f28 100644 --- a/Templates/mainwindow/Properties/AssemblyInfo.cs +++ b/Templates/mainwindow/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/mainwindow/QtTemplate.Item.MainWindow.csproj b/Templates/mainwindow/QtTemplate.Item.MainWindow.csproj index ee6c69cb..ef3543a7 100644 --- a/Templates/mainwindow/QtTemplate.Item.MainWindow.csproj +++ b/Templates/mainwindow/QtTemplate.Item.MainWindow.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/mainwindow/mainwindow.vstemplate b/Templates/mainwindow/mainwindow.vstemplate index 43d7660b..cf38dbc1 100644 --- a/Templates/mainwindow/mainwindow.vstemplate +++ b/Templates/mainwindow/mainwindow.vstemplate @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <VSTemplate Version="3.0.0" diff --git a/Templates/qml/Properties/AssemblyInfo.cs b/Templates/qml/Properties/AssemblyInfo.cs index 057e3a76..b86a22e1 100644 --- a/Templates/qml/Properties/AssemblyInfo.cs +++ b/Templates/qml/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/qml/QtTemplate.Item.QMLFile.csproj b/Templates/qml/QtTemplate.Item.QMLFile.csproj index dbb8be1f..8727fdd0 100644 --- a/Templates/qml/QtTemplate.Item.QMLFile.csproj +++ b/Templates/qml/QtTemplate.Item.QMLFile.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/qml/qml.vstemplate b/Templates/qml/qml.vstemplate index 4eae4185..a94a888f 100644 --- a/Templates/qml/qml.vstemplate +++ b/Templates/qml/qml.vstemplate @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <VSTemplate Version="3.0.0" diff --git a/Templates/qmldir/Properties/AssemblyInfo.cs b/Templates/qmldir/Properties/AssemblyInfo.cs index 057e3a76..b86a22e1 100644 --- a/Templates/qmldir/Properties/AssemblyInfo.cs +++ b/Templates/qmldir/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/qmldir/QtTemplate.Item.QMLDir.csproj b/Templates/qmldir/QtTemplate.Item.QMLDir.csproj index d481acca..2fbf1755 100644 --- a/Templates/qmldir/QtTemplate.Item.QMLDir.csproj +++ b/Templates/qmldir/QtTemplate.Item.QMLDir.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/qmldir/qmldir.vstemplate b/Templates/qmldir/qmldir.vstemplate index e1c1d660..1fb82e03 100644 --- a/Templates/qmldir/qmldir.vstemplate +++ b/Templates/qmldir/qmldir.vstemplate @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <VSTemplate Version="3.0.0" diff --git a/Templates/qtclass/Properties/AssemblyInfo.cs b/Templates/qtclass/Properties/AssemblyInfo.cs index 1353e0ee..59e529e8 100644 --- a/Templates/qtclass/Properties/AssemblyInfo.cs +++ b/Templates/qtclass/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/qtclass/QtTemplate.Item.QtClass.csproj b/Templates/qtclass/QtTemplate.Item.QtClass.csproj index 928b371c..a47c3443 100644 --- a/Templates/qtclass/QtTemplate.Item.QtClass.csproj +++ b/Templates/qtclass/QtTemplate.Item.QtClass.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/qtclass/qtclass.vstemplate_TT b/Templates/qtclass/qtclass.vstemplate_TT index eb2ae028..8b4e675a 100644 --- a/Templates/qtclass/qtclass.vstemplate_TT +++ b/Templates/qtclass/qtclass.vstemplate_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/quick/Properties/AssemblyInfo.cs b/Templates/quick/Properties/AssemblyInfo.cs index 4e0edc87..0f60c157 100644 --- a/Templates/quick/Properties/AssemblyInfo.cs +++ b/Templates/quick/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/quick/QtTemplate.Project.Quick.csproj b/Templates/quick/QtTemplate.Project.Quick.csproj index df56e5bc..aaf1e1fe 100644 --- a/Templates/quick/QtTemplate.Project.Quick.csproj +++ b/Templates/quick/QtTemplate.Project.Quick.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/quick/quick.vstemplate_TT b/Templates/quick/quick.vstemplate_TT index 213fa966..91988f8d 100644 --- a/Templates/quick/quick.vstemplate_TT +++ b/Templates/quick/quick.vstemplate_TT @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/resource/Properties/AssemblyInfo.cs b/Templates/resource/Properties/AssemblyInfo.cs index 057e3a76..b86a22e1 100644 --- a/Templates/resource/Properties/AssemblyInfo.cs +++ b/Templates/resource/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/resource/QtTemplate.Item.Resource.csproj b/Templates/resource/QtTemplate.Item.Resource.csproj index 39426672..9d57565e 100644 --- a/Templates/resource/QtTemplate.Item.Resource.csproj +++ b/Templates/resource/QtTemplate.Item.Resource.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/resource/resource.vstemplate b/Templates/resource/resource.vstemplate index 53c377a2..c2ddacb4 100644 --- a/Templates/resource/resource.vstemplate +++ b/Templates/resource/resource.vstemplate @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <VSTemplate Version="3.0.0" diff --git a/Templates/server/Properties/AssemblyInfo.cs b/Templates/server/Properties/AssemblyInfo.cs index 24d33ba5..82076e03 100644 --- a/Templates/server/Properties/AssemblyInfo.cs +++ b/Templates/server/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/server/QtTemplate.Project.Server.csproj b/Templates/server/QtTemplate.Project.Server.csproj index 615b0e51..ad062c44 100644 --- a/Templates/server/QtTemplate.Project.Server.csproj +++ b/Templates/server/QtTemplate.Project.Server.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/server/server.vstemplate_TT b/Templates/server/server.vstemplate_TT index 180d9c68..c30813f3 100644 --- a/Templates/server/server.vstemplate_TT +++ b/Templates/server/server.vstemplate_TT @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/translation/Properties/AssemblyInfo.cs b/Templates/translation/Properties/AssemblyInfo.cs index 0cf17249..11d64650 100644 --- a/Templates/translation/Properties/AssemblyInfo.cs +++ b/Templates/translation/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/translation/QtTemplate.Item.Translation.csproj b/Templates/translation/QtTemplate.Item.Translation.csproj index 7d306d03..d4a69cc0 100644 --- a/Templates/translation/QtTemplate.Item.Translation.csproj +++ b/Templates/translation/QtTemplate.Item.Translation.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/translation/translation.vstemplate_TT b/Templates/translation/translation.vstemplate_TT index 0d5cd934..1b3adddf 100644 --- a/Templates/translation/translation.vstemplate_TT +++ b/Templates/translation/translation.vstemplate_TT @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/widget/Properties/AssemblyInfo.cs b/Templates/widget/Properties/AssemblyInfo.cs index 6a52985e..861f7a29 100644 --- a/Templates/widget/Properties/AssemblyInfo.cs +++ b/Templates/widget/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/widget/QtTemplate.Item.Widget.csproj b/Templates/widget/QtTemplate.Item.Widget.csproj index 6ac7632f..01efc6b0 100644 --- a/Templates/widget/QtTemplate.Item.Widget.csproj +++ b/Templates/widget/QtTemplate.Item.Widget.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/widget/widget.vstemplate b/Templates/widget/widget.vstemplate index f054e839..77c938bd 100644 --- a/Templates/widget/widget.vstemplate +++ b/Templates/widget/widget.vstemplate @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************--> <VSTemplate Version="3.0.0" diff --git a/Templates/widgetsclass/Properties/AssemblyInfo.cs b/Templates/widgetsclass/Properties/AssemblyInfo.cs index d88c44a0..36bafa46 100644 --- a/Templates/widgetsclass/Properties/AssemblyInfo.cs +++ b/Templates/widgetsclass/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="tt.cs" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Templates/widgetsclass/QtTemplate.Item.WidgetsClass.csproj b/Templates/widgetsclass/QtTemplate.Item.WidgetsClass.csproj index 03701ddd..b7e95280 100644 --- a/Templates/widgetsclass/QtTemplate.Item.WidgetsClass.csproj +++ b/Templates/widgetsclass/QtTemplate.Item.WidgetsClass.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Templates/widgetsclass/widgetsclass.vstemplate_TT b/Templates/widgetsclass/widgetsclass.vstemplate_TT index 5593b3d4..23a11e44 100644 --- a/Templates/widgetsclass/widgetsclass.vstemplate_TT +++ b/Templates/widgetsclass/widgetsclass.vstemplate_TT @@ -1,7 +1,7 @@ ๏ปฟ<?xml version="1.0" encoding="utf-8"?> <!--************************************************************************************************ Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 **************************************************************************************************** <#@output extension="vstemplate" #> <#@include file="$(SolutionDir)\version.tt" #> diff --git a/Tests/BigSolution/template/BigProjectNNN/BigClassNNN.cpp b/Tests/BigSolution/template/BigProjectNNN/BigClassNNN.cpp index 01276eec..0106b1dc 100644 --- a/Tests/BigSolution/template/BigProjectNNN/BigClassNNN.cpp +++ b/Tests/BigSolution/template/BigProjectNNN/BigClassNNN.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "BigClassNNN.h" diff --git a/Tests/BigSolution/template/BigProjectNNN/BigClassNNN.h b/Tests/BigSolution/template/BigProjectNNN/BigClassNNN.h index bda82d08..3143156e 100644 --- a/Tests/BigSolution/template/BigProjectNNN/BigClassNNN.h +++ b/Tests/BigSolution/template/BigProjectNNN/BigClassNNN.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/Tests/BigSolution/template/BigProjectNNN/BigProjectNNN.vcxproj b/Tests/BigSolution/template/BigProjectNNN/BigProjectNNN.vcxproj index 950e5888..585afebf 100644 --- a/Tests/BigSolution/template/BigProjectNNN/BigProjectNNN.vcxproj +++ b/Tests/BigSolution/template/BigProjectNNN/BigProjectNNN.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="$(VisualStudioVersion)" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/BigSolution/template/BigProjectNNN/BigProjectQtClassNNN.cpp b/Tests/BigSolution/template/BigProjectNNN/BigProjectQtClassNNN.cpp index 2ec79d40..2c6c7c04 100644 --- a/Tests/BigSolution/template/BigProjectNNN/BigProjectQtClassNNN.cpp +++ b/Tests/BigSolution/template/BigProjectNNN/BigProjectQtClassNNN.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "BigProjectQtClassNNN.h" diff --git a/Tests/BigSolution/template/BigProjectNNN/BigProjectQtClassNNN.h b/Tests/BigSolution/template/BigProjectNNN/BigProjectQtClassNNN.h index ca3dcdfe..f8e82815 100644 --- a/Tests/BigSolution/template/BigProjectNNN/BigProjectQtClassNNN.h +++ b/Tests/BigSolution/template/BigProjectNNN/BigProjectQtClassNNN.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/Tests/BigSolution/template/BigProjectNNN/bigprojectnnn_global.h b/Tests/BigSolution/template/BigProjectNNN/bigprojectnnn_global.h index 2327597d..4f3d9d53 100644 --- a/Tests/BigSolution/template/BigProjectNNN/bigprojectnnn_global.h +++ b/Tests/BigSolution/template/BigProjectNNN/bigprojectnnn_global.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/Tests/BigSolution/template/QtClassLibrary/QtClass.cpp b/Tests/BigSolution/template/QtClassLibrary/QtClass.cpp index 4c1f6f7e..5354ef3e 100644 --- a/Tests/BigSolution/template/QtClassLibrary/QtClass.cpp +++ b/Tests/BigSolution/template/QtClassLibrary/QtClass.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "QtClass.h" diff --git a/Tests/BigSolution/template/QtClassLibrary/QtClass.h b/Tests/BigSolution/template/QtClassLibrary/QtClass.h index 750b52bc..ae842f55 100644 --- a/Tests/BigSolution/template/QtClassLibrary/QtClass.h +++ b/Tests/BigSolution/template/QtClassLibrary/QtClass.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.cpp b/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.cpp index 6bba455f..827fa91d 100644 --- a/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.cpp +++ b/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "QtClassLibrary.h" diff --git a/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.h b/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.h index 66b44cc3..0937f604 100644 --- a/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.h +++ b/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.vcxproj b/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.vcxproj index ec5ece3e..6dfdc049 100644 --- a/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.vcxproj +++ b/Tests/BigSolution/template/QtClassLibrary/QtClassLibrary.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="$(VisualStudioVersion)" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/BigSolution/template/QtClassLibrary/qtclasslibrary_global.h b/Tests/BigSolution/template/QtClassLibrary/qtclasslibrary_global.h index 26aef799..d17e0120 100644 --- a/Tests/BigSolution/template/QtClassLibrary/qtclasslibrary_global.h +++ b/Tests/BigSolution/template/QtClassLibrary/qtclasslibrary_global.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/Tests/BigSolution/template/StaticLib/StaticLib.cpp b/Tests/BigSolution/template/StaticLib/StaticLib.cpp index 10c5572b..adee4243 100644 --- a/Tests/BigSolution/template/StaticLib/StaticLib.cpp +++ b/Tests/BigSolution/template/StaticLib/StaticLib.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ void foobar() diff --git a/Tests/BigSolution/template/StaticLib/StaticLib.vcxproj b/Tests/BigSolution/template/StaticLib/StaticLib.vcxproj index a76b2caa..166262ce 100644 --- a/Tests/BigSolution/template/StaticLib/StaticLib.vcxproj +++ b/Tests/BigSolution/template/StaticLib/StaticLib.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/ProjectFormats/100/QtProjectV100.vcxproj b/Tests/ProjectFormats/100/QtProjectV100.vcxproj index c8525265..dbdc55a4 100644 --- a/Tests/ProjectFormats/100/QtProjectV100.vcxproj +++ b/Tests/ProjectFormats/100/QtProjectV100.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/ProjectFormats/200/QtProjectV200.vcxproj b/Tests/ProjectFormats/200/QtProjectV200.vcxproj index c9320e13..2f9905e3 100644 --- a/Tests/ProjectFormats/200/QtProjectV200.vcxproj +++ b/Tests/ProjectFormats/200/QtProjectV200.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/ProjectFormats/300/QtProjectV300.vcxproj b/Tests/ProjectFormats/300/QtProjectV300.vcxproj index 18764acc..8fb9b3e5 100644 --- a/Tests/ProjectFormats/300/QtProjectV300.vcxproj +++ b/Tests/ProjectFormats/300/QtProjectV300.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/ProjectFormats/301/QtProjectV301.vcxproj b/Tests/ProjectFormats/301/QtProjectV301.vcxproj index 6a7f5e1a..1d283a3c 100644 --- a/Tests/ProjectFormats/301/QtProjectV301.vcxproj +++ b/Tests/ProjectFormats/301/QtProjectV301.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/ProjectFormats/302/QtProjectV302.vcxproj b/Tests/ProjectFormats/302/QtProjectV302.vcxproj index 3764b5b3..9b1a9246 100644 --- a/Tests/ProjectFormats/302/QtProjectV302.vcxproj +++ b/Tests/ProjectFormats/302/QtProjectV302.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/ProjectFormats/303/QtProjectV303.vcxproj b/Tests/ProjectFormats/303/QtProjectV303.vcxproj index cbd2ec77..19c23360 100644 --- a/Tests/ProjectFormats/303/QtProjectV303.vcxproj +++ b/Tests/ProjectFormats/303/QtProjectV303.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/ProjectFormats/304/QtProjectV304.vcxproj b/Tests/ProjectFormats/304/QtProjectV304.vcxproj index 44ba79f3..6c6af5c3 100644 --- a/Tests/ProjectFormats/304/QtProjectV304.vcxproj +++ b/Tests/ProjectFormats/304/QtProjectV304.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/Test_QtMsBuild.Build/BigSolution.cs b/Tests/Test_QtMsBuild.Build/BigSolution.cs index da65ef7e..0cfb3ac4 100644 --- a/Tests/Test_QtMsBuild.Build/BigSolution.cs +++ b/Tests/Test_QtMsBuild.Build/BigSolution.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/Tests/Test_QtMsBuild.Build/Logger.cs b/Tests/Test_QtMsBuild.Build/Logger.cs index bde6cd45..528f4f42 100644 --- a/Tests/Test_QtMsBuild.Build/Logger.cs +++ b/Tests/Test_QtMsBuild.Build/Logger.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Build/MsBuild.cs b/Tests/Test_QtMsBuild.Build/MsBuild.cs index 6db70766..bf41b0a7 100644 --- a/Tests/Test_QtMsBuild.Build/MsBuild.cs +++ b/Tests/Test_QtMsBuild.Build/MsBuild.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/Tests/Test_QtMsBuild.Build/TempProject.cs b/Tests/Test_QtMsBuild.Build/TempProject.cs index e9ff6c8d..7ba0712c 100644 --- a/Tests/Test_QtMsBuild.Build/TempProject.cs +++ b/Tests/Test_QtMsBuild.Build/TempProject.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Build/Test_BigSolution.cs b/Tests/Test_QtMsBuild.Build/Test_BigSolution.cs index d329cda5..977554a6 100644 --- a/Tests/Test_QtMsBuild.Build/Test_BigSolution.cs +++ b/Tests/Test_QtMsBuild.Build/Test_BigSolution.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2023 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Build/Test_Build.cs b/Tests/Test_QtMsBuild.Build/Test_Build.cs index c4087802..7e01ba1c 100644 --- a/Tests/Test_QtMsBuild.Build/Test_Build.cs +++ b/Tests/Test_QtMsBuild.Build/Test_Build.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Build/Test_Eval.cs b/Tests/Test_QtMsBuild.Build/Test_Eval.cs index 6ab1dc97..18c1da45 100644 --- a/Tests/Test_QtMsBuild.Build/Test_Eval.cs +++ b/Tests/Test_QtMsBuild.Build/Test_Eval.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Build/Test_IntDir.cs b/Tests/Test_QtMsBuild.Build/Test_IntDir.cs index b0493b19..0c79f6b7 100644 --- a/Tests/Test_QtMsBuild.Build/Test_IntDir.cs +++ b/Tests/Test_QtMsBuild.Build/Test_IntDir.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Build/Test_LateBinding.cs b/Tests/Test_QtMsBuild.Build/Test_LateBinding.cs index 25c19701..e8f5bfe6 100644 --- a/Tests/Test_QtMsBuild.Build/Test_LateBinding.cs +++ b/Tests/Test_QtMsBuild.Build/Test_LateBinding.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Build/Test_QtMsBuild.Build.csproj b/Tests/Test_QtMsBuild.Build/Test_QtMsBuild.Build.csproj index b41531d8..71b2ca59 100644 --- a/Tests/Test_QtMsBuild.Build/Test_QtMsBuild.Build.csproj +++ b/Tests/Test_QtMsBuild.Build/Test_QtMsBuild.Build.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/Test_QtMsBuild.Tasks/MockBuildEngine.cs b/Tests/Test_QtMsBuild.Tasks/MockBuildEngine.cs index 8eb60c60..a55562d9 100644 --- a/Tests/Test_QtMsBuild.Tasks/MockBuildEngine.cs +++ b/Tests/Test_QtMsBuild.Tasks/MockBuildEngine.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Tasks/MockTaskLogger.cs b/Tests/Test_QtMsBuild.Tasks/MockTaskLogger.cs index c8a314d6..c45a95f4 100644 --- a/Tests/Test_QtMsBuild.Tasks/MockTaskLogger.cs +++ b/Tests/Test_QtMsBuild.Tasks/MockTaskLogger.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Tasks/Test_CriticalSection.cs b/Tests/Test_QtMsBuild.Tasks/Test_CriticalSection.cs index 2abfab90..5eb8d02a 100644 --- a/Tests/Test_QtMsBuild.Tasks/Test_CriticalSection.cs +++ b/Tests/Test_QtMsBuild.Tasks/Test_CriticalSection.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2023 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Linq; diff --git a/Tests/Test_QtMsBuild.Tasks/Test_GetVarsFromMSBuild.cs b/Tests/Test_QtMsBuild.Tasks/Test_GetVarsFromMSBuild.cs index 2cec1860..5855754f 100644 --- a/Tests/Test_QtMsBuild.Tasks/Test_GetVarsFromMSBuild.cs +++ b/Tests/Test_QtMsBuild.Tasks/Test_GetVarsFromMSBuild.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtMsBuild.Tasks/Test_Join.cs b/Tests/Test_QtMsBuild.Tasks/Test_Join.cs index aaf32257..1e1a1e9c 100644 --- a/Tests/Test_QtMsBuild.Tasks/Test_Join.cs +++ b/Tests/Test_QtMsBuild.Tasks/Test_Join.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Linq; diff --git a/Tests/Test_QtMsBuild.Tasks/Test_QtMsBuild.Tasks.csproj b/Tests/Test_QtMsBuild.Tasks/Test_QtMsBuild.Tasks.csproj index 97b44692..d9d78c80 100644 --- a/Tests/Test_QtMsBuild.Tasks/Test_QtMsBuild.Tasks.csproj +++ b/Tests/Test_QtMsBuild.Tasks/Test_QtMsBuild.Tasks.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/Test_QtMsBuild.Tasks/Test_QtRunTask.cs b/Tests/Test_QtMsBuild.Tasks/Test_QtRunTask.cs index 65098639..eed9279f 100644 --- a/Tests/Test_QtMsBuild.Tasks/Test_QtRunTask.cs +++ b/Tests/Test_QtMsBuild.Tasks/Test_QtRunTask.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtVsTools.Core/Test_LazyFactory.cs b/Tests/Test_QtVsTools.Core/Test_LazyFactory.cs index 43c0afc3..5d22fe6b 100644 --- a/Tests/Test_QtVsTools.Core/Test_LazyFactory.cs +++ b/Tests/Test_QtVsTools.Core/Test_LazyFactory.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Concurrent; diff --git a/Tests/Test_QtVsTools.Core/Test_QtVsTools.Core.csproj b/Tests/Test_QtVsTools.Core/Test_QtVsTools.Core.csproj index 2f5e19cf..3c90e943 100644 --- a/Tests/Test_QtVsTools.Core/Test_QtVsTools.Core.csproj +++ b/Tests/Test_QtVsTools.Core/Test_QtVsTools.Core.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/Test_QtVsTools.Core/Test_Utils.cs b/Tests/Test_QtVsTools.Core/Test_Utils.cs index 750715b8..32df0b26 100644 --- a/Tests/Test_QtVsTools.Core/Test_Utils.cs +++ b/Tests/Test_QtVsTools.Core/Test_Utils.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs b/Tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs index cd43b36c..7c911879 100644 --- a/Tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs +++ b/Tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Reflection; diff --git a/Tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs b/Tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs index 402d5b56..cded6c06 100644 --- a/Tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs +++ b/Tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System; diff --git a/Tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj b/Tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj index 052d0861..5329f2fe 100644 --- a/Tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj +++ b/Tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs b/Tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs index 9815483c..ea87e8d5 100644 --- a/Tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs +++ b/Tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Reflection; diff --git a/Tests/Test_QtVsTools.RegExpr/Test_Matches.cs b/Tests/Test_QtVsTools.RegExpr/Test_Matches.cs index 6694f7df..1b0622c5 100644 --- a/Tests/Test_QtVsTools.RegExpr/Test_Matches.cs +++ b/Tests/Test_QtVsTools.RegExpr/Test_Matches.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Collections.Generic; diff --git a/Tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj b/Tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj index 301f6d4f..73a96f86 100644 --- a/Tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj +++ b/Tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/Tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs b/Tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs index a6fa3de7..0dbcb92b 100644 --- a/Tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs +++ b/Tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/Tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs b/Tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs index 1e976386..d79ff952 100644 --- a/Tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs +++ b/Tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ using System.Diagnostics; diff --git a/Tests/system/shared/globalnames.py b/Tests/system/shared/globalnames.py index 8153033a..c3196be9 100644 --- a/Tests/system/shared/globalnames.py +++ b/Tests/system/shared/globalnames.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # encoding: UTF-8 diff --git a/Tests/system/shared/testsection.py b/Tests/system/shared/testsection.py index daaa8235..4677cde7 100644 --- a/Tests/system/shared/testsection.py +++ b/Tests/system/shared/testsection.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/shared/utils.py b/Tests/system/shared/utils.py index 3068d6ae..765ce2b1 100644 --- a/Tests/system/shared/utils.py +++ b/Tests/system/shared/utils.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_configuration/shared/scripts/config_utils.py b/Tests/system/suite_configuration/shared/scripts/config_utils.py index e1c0048f..ff514b76 100644 --- a/Tests/system/suite_configuration/shared/scripts/config_utils.py +++ b/Tests/system/suite_configuration/shared/scripts/config_utils.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_configuration/shared/scripts/names.py b/Tests/system/suite_configuration/shared/scripts/names.py index f6321252..c4c8bb6f 100644 --- a/Tests/system/suite_configuration/shared/scripts/names.py +++ b/Tests/system/suite_configuration/shared/scripts/names.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # encoding: UTF-8 diff --git a/Tests/system/suite_configuration/shared/scripts/newprojectdialog.py b/Tests/system/suite_configuration/shared/scripts/newprojectdialog.py index 2907eb24..6f476496 100644 --- a/Tests/system/suite_configuration/shared/scripts/newprojectdialog.py +++ b/Tests/system/suite_configuration/shared/scripts/newprojectdialog.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_configuration/tst_add_remove_qt_versions/test.py b/Tests/system/suite_configuration/tst_add_remove_qt_versions/test.py index 385e0a93..9e2dd8bb 100644 --- a/Tests/system/suite_configuration/tst_add_remove_qt_versions/test.py +++ b/Tests/system/suite_configuration/tst_add_remove_qt_versions/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_configuration/tst_new_project_defaults/test.py b/Tests/system/suite_configuration/tst_new_project_defaults/test.py index 768817a2..481a5795 100644 --- a/Tests/system/suite_configuration/tst_new_project_defaults/test.py +++ b/Tests/system/suite_configuration/tst_new_project_defaults/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_configuration/tst_new_project_edit/test.py b/Tests/system/suite_configuration/tst_new_project_edit/test.py index 233707da..7d3a9e33 100644 --- a/Tests/system/suite_configuration/tst_new_project_edit/test.py +++ b/Tests/system/suite_configuration/tst_new_project_edit/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_configuration/tst_new_project_file_creation/test.py b/Tests/system/suite_configuration/tst_new_project_file_creation/test.py index bcb2319c..b328feb8 100644 --- a/Tests/system/suite_configuration/tst_new_project_file_creation/test.py +++ b/Tests/system/suite_configuration/tst_new_project_file_creation/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_configuration/tst_new_project_no_qt/test.py b/Tests/system/suite_configuration/tst_new_project_no_qt/test.py index deb56f64..999baf20 100644 --- a/Tests/system/suite_configuration/tst_new_project_no_qt/test.py +++ b/Tests/system/suite_configuration/tst_new_project_no_qt/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_installation/shared/scripts/install_utils.py b/Tests/system/suite_installation/shared/scripts/install_utils.py index 41b5dcfe..42605f36 100644 --- a/Tests/system/suite_installation/shared/scripts/install_utils.py +++ b/Tests/system/suite_installation/shared/scripts/install_utils.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_installation/shared/scripts/names.py b/Tests/system/suite_installation/shared/scripts/names.py index 5ba8dbb7..dc22cee0 100644 --- a/Tests/system/suite_installation/shared/scripts/names.py +++ b/Tests/system/suite_installation/shared/scripts/names.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # encoding: UTF-8 diff --git a/Tests/system/suite_installation/tst_0_reset_testinstance/test.py b/Tests/system/suite_installation/tst_0_reset_testinstance/test.py index e70e4cc0..d9a16178 100644 --- a/Tests/system/suite_installation/tst_0_reset_testinstance/test.py +++ b/Tests/system/suite_installation/tst_0_reset_testinstance/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_installation/tst_1_install_from_marketplace/test.py b/Tests/system/suite_installation/tst_1_install_from_marketplace/test.py index e2a5b556..abc19e1c 100644 --- a/Tests/system/suite_installation/tst_1_install_from_marketplace/test.py +++ b/Tests/system/suite_installation/tst_1_install_from_marketplace/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_installation/tst_2_install_verify/test.py b/Tests/system/suite_installation/tst_2_install_verify/test.py index ed939471..1c8cfde1 100644 --- a/Tests/system/suite_installation/tst_2_install_verify/test.py +++ b/Tests/system/suite_installation/tst_2_install_verify/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_installation/tst_8_uninstall/test.py b/Tests/system/suite_installation/tst_8_uninstall/test.py index 6cef91d8..df94da76 100644 --- a/Tests/system/suite_installation/tst_8_uninstall/test.py +++ b/Tests/system/suite_installation/tst_8_uninstall/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/Tests/system/suite_installation/tst_9_uninstall_verify/test.py b/Tests/system/suite_installation/tst_9_uninstall_verify/test.py index 614faf5e..bbfce1c4 100644 --- a/Tests/system/suite_installation/tst_9_uninstall_verify/test.py +++ b/Tests/system/suite_installation/tst_9_uninstall_verify/test.py @@ -1,6 +1,6 @@ #################################################################################################### # Copyright (C) 2024 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #################################################################################################### # -*- coding: utf-8 -*- diff --git a/VsQml/astvisitor.cpp b/VsQml/astvisitor.cpp index 9e3eaec6..755ca9df 100644 --- a/VsQml/astvisitor.cpp +++ b/VsQml/astvisitor.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "astvisitor.h" diff --git a/VsQml/astvisitor.h b/VsQml/astvisitor.h index 677eab17..6a1847df 100644 --- a/VsQml/astvisitor.h +++ b/VsQml/astvisitor.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/VsQml/vsqml.cpp b/VsQml/vsqml.cpp index e26f64e0..22c894f7 100644 --- a/VsQml/vsqml.cpp +++ b/VsQml/vsqml.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "vsqml.h" #include "astvisitor.h" diff --git a/VsQml/vsqml.h b/VsQml/vsqml.h index 01222c6e..5f2f89fb 100644 --- a/VsQml/vsqml.h +++ b/VsQml/vsqml.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/VsQml/vsqml.vcxproj b/VsQml/vsqml.vcxproj index 8ff21fcc..270422c7 100644 --- a/VsQml/vsqml.vcxproj +++ b/VsQml/vsqml.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project DefaultTargets="Build" ToolsVersion="$(VisualStudioVersion)" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/VsQml/vsqml_global.h b/VsQml/vsqml_global.h index 25e0a62c..8c148a8b 100644 --- a/VsQml/vsqml_global.h +++ b/VsQml/vsqml_global.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once diff --git a/VsQml/vsqmldebugclient.cpp b/VsQml/vsqmldebugclient.cpp index 818c1357..adcdc173 100644 --- a/VsQml/vsqmldebugclient.cpp +++ b/VsQml/vsqmldebugclient.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include "vsqmldebugclient.h" diff --git a/VsQml/vsqmldebugclient.h b/VsQml/vsqmldebugclient.h index df8ffa1e..b7b48639 100644 --- a/VsQml/vsqmldebugclient.h +++ b/VsQml/vsqmldebugclient.h @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #pragma once @@ -17,7 +17,7 @@ <# /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ DTE Dte = null; try { diff --git a/doc/tutorial/QuickAddressBook/QuickAddressBook.vcxproj b/doc/tutorial/QuickAddressBook/QuickAddressBook.vcxproj index 27612e1d..328dc054 100644 --- a/doc/tutorial/QuickAddressBook/QuickAddressBook.vcxproj +++ b/doc/tutorial/QuickAddressBook/QuickAddressBook.vcxproj @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> diff --git a/doc/tutorial/QuickAddressBook/QuickAddressBookTypes/AddressBookItem.qml b/doc/tutorial/QuickAddressBook/QuickAddressBookTypes/AddressBookItem.qml index 7c71ef4b..fa1f7993 100644 --- a/doc/tutorial/QuickAddressBook/QuickAddressBookTypes/AddressBookItem.qml +++ b/doc/tutorial/QuickAddressBook/QuickAddressBookTypes/AddressBookItem.qml @@ -1,6 +1,6 @@ ๏ปฟ/*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ import QtQuick 2.9 import QtQuick.Window 2.2 diff --git a/doc/tutorial/QuickAddressBook/QuickAddressBookTypes/NewAddressPopup.qml b/doc/tutorial/QuickAddressBook/QuickAddressBookTypes/NewAddressPopup.qml index deb2455e..51741037 100644 --- a/doc/tutorial/QuickAddressBook/QuickAddressBookTypes/NewAddressPopup.qml +++ b/doc/tutorial/QuickAddressBook/QuickAddressBookTypes/NewAddressPopup.qml @@ -1,6 +1,6 @@ ๏ปฟ/*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ import QtQuick 2.9 import QtQuick.Window 2.2 diff --git a/doc/tutorial/QuickAddressBook/main.cpp b/doc/tutorial/QuickAddressBook/main.cpp index 9cef30c8..ca0925b5 100644 --- a/doc/tutorial/QuickAddressBook/main.cpp +++ b/doc/tutorial/QuickAddressBook/main.cpp @@ -1,6 +1,6 @@ /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ #include <QGuiApplication> #include <QQmlApplicationEngine> diff --git a/doc/tutorial/QuickAddressBook/main.qml b/doc/tutorial/QuickAddressBook/main.qml index 576adc7a..e5b795de 100644 --- a/doc/tutorial/QuickAddressBook/main.qml +++ b/doc/tutorial/QuickAddressBook/main.qml @@ -1,6 +1,6 @@ ๏ปฟ/*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ import QtQuick 2.9 import QtQuick.Window 2.2 diff --git a/scripts/vstools/args.cmd b/scripts/vstools/args.cmd index 1ec14932..0e9c99ab 100644 --- a/scripts/vstools/args.cmd +++ b/scripts/vstools/args.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/banner.cmd b/scripts/vstools/banner.cmd index 46a8032b..4e17bba4 100644 --- a/scripts/vstools/banner.cmd +++ b/scripts/vstools/banner.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/clean.cmd b/scripts/vstools/clean.cmd index 34ce2027..edf37988 100644 --- a/scripts/vstools/clean.cmd +++ b/scripts/vstools/clean.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/console.cmd b/scripts/vstools/console.cmd index e79b1b80..446496ac 100644 --- a/scripts/vstools/console.cmd +++ b/scripts/vstools/console.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/deploy.cmd b/scripts/vstools/deploy.cmd index 4314f249..d71d54b1 100644 --- a/scripts/vstools/deploy.cmd +++ b/scripts/vstools/deploy.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/error.cmd b/scripts/vstools/error.cmd index 351de1b3..8465de27 100644 --- a/scripts/vstools/error.cmd +++ b/scripts/vstools/error.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/globals.cmd b/scripts/vstools/globals.cmd index 4ae9911b..90999de0 100644 --- a/scripts/vstools/globals.cmd +++ b/scripts/vstools/globals.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/info.cmd b/scripts/vstools/info.cmd index 08a036d4..2fa337aa 100644 --- a/scripts/vstools/info.cmd +++ b/scripts/vstools/info.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/init.cmd b/scripts/vstools/init.cmd index f483cc37..3e94aefb 100644 --- a/scripts/vstools/init.cmd +++ b/scripts/vstools/init.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/install.cmd b/scripts/vstools/install.cmd index 42888eda..e49770ed 100644 --- a/scripts/vstools/install.cmd +++ b/scripts/vstools/install.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/log_version.cmd b/scripts/vstools/log_version.cmd index 5547dca2..a6f8af98 100644 --- a/scripts/vstools/log_version.cmd +++ b/scripts/vstools/log_version.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/msbuild.cmd b/scripts/vstools/msbuild.cmd index 4574c63e..466d0482 100644 --- a/scripts/vstools/msbuild.cmd +++ b/scripts/vstools/msbuild.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/startvs.cmd b/scripts/vstools/startvs.cmd index b4bb436c..6c1e1ccb 100644 --- a/scripts/vstools/startvs.cmd +++ b/scripts/vstools/startvs.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/tests.cmd b/scripts/vstools/tests.cmd index 007f4961..ac6af81c 100644 --- a/scripts/vstools/tests.cmd +++ b/scripts/vstools/tests.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/usage.cmd b/scripts/vstools/usage.cmd index 7c0c7408..423a24d5 100644 --- a/scripts/vstools/usage.cmd +++ b/scripts/vstools/usage.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/validate.cmd b/scripts/vstools/validate.cmd index 72d69ad5..316fc275 100644 --- a/scripts/vstools/validate.cmd +++ b/scripts/vstools/validate.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/scripts/vstools/vs_versions.cmd b/scripts/vstools/vs_versions.cmd index 2729a7fe..38e84f54 100644 --- a/scripts/vstools/vs_versions.cmd +++ b/scripts/vstools/vs_versions.cmd @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/targetframework.props b/targetframework.props index cfe93ae3..b5daa893 100644 --- a/targetframework.props +++ b/targetframework.props @@ -2,7 +2,7 @@ <!-- *************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 *************************************************************************************************** --> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> @@ -12,7 +12,7 @@ <# /*************************************************************************************************** Copyright (C) 2024 The Qt Company Ltd. - SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ***************************************************************************************************/ Version v; diff --git a/vstools.bat b/vstools.bat index 8e417362..8b0c89d2 100644 --- a/vstools.bat +++ b/vstools.bat @@ -1,6 +1,6 @@ ::************************************************************************************************** ::Copyright (C) 2024 The Qt Company Ltd. -::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +::SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 ::************************************************************************************************** @ECHO OFF SETLOCAL |