aboutsummaryrefslogtreecommitdiffstats
path: root/QtMSBuild/QtMsBuild
diff options
context:
space:
mode:
Diffstat (limited to 'QtMSBuild/QtMsBuild')
-rw-r--r--QtMSBuild/QtMsBuild/Qt.props2
-rw-r--r--QtMSBuild/QtMsBuild/deploy/qt_import.props2
-rw-r--r--QtMSBuild/QtMsBuild/deploy/qtdeploy.props2
-rw-r--r--QtMSBuild/QtMsBuild/deploy/qtdeploy.targets2
-rw-r--r--QtMSBuild/QtMsBuild/deploy/qtdeploy.xml2
-rw-r--r--QtMSBuild/QtMsBuild/moc/qt_import.props2
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc.props2
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc.targets2
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc.xml2
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc_cl.targets_TT2
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc_v3.xml_TT2
-rw-r--r--QtMSBuild/QtMsBuild/qml/qt_import.props2
-rw-r--r--QtMSBuild/QtMsBuild/qml/qtqml.props2
-rw-r--r--QtMSBuild/QtMsBuild/qml/qtqml.targets2
-rw-r--r--QtMSBuild/QtMsBuild/qml/qtqml_cache.props2
-rw-r--r--QtMSBuild/QtMsBuild/qml/qtqml_cache.targets2
-rw-r--r--QtMSBuild/QtMsBuild/qml/qtqml_static.props2
-rw-r--r--QtMSBuild/QtMsBuild/qml/qtqml_static.targets2
-rw-r--r--QtMSBuild/QtMsBuild/qt.targets2
-rw-r--r--QtMSBuild/QtMsBuild/qt5.natvis.xml2
-rw-r--r--QtMSBuild/QtMsBuild/qt6.natvis.xml2
-rw-r--r--QtMSBuild/QtMsBuild/qt_defaults.props2
-rw-r--r--QtMSBuild/QtMsBuild/qt_globals.targets2
-rw-r--r--QtMSBuild/QtMsBuild/qt_inner.targets2
-rw-r--r--QtMSBuild/QtMsBuild/qt_private.props2
-rw-r--r--QtMSBuild/QtMsBuild/qt_settings.targets2
-rw-r--r--QtMSBuild/QtMsBuild/qt_settings.xml2
-rw-r--r--QtMSBuild/QtMsBuild/qt_tasks.targets_TT2
-rw-r--r--QtMSBuild/QtMsBuild/qt_vars.targets2
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qt_import.props2
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc.props2
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc.targets2
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc.xml2
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc_cl.targets_TT2
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc_v3.xml_TT2
-rw-r--r--QtMSBuild/QtMsBuild/repc/qt_import.props2
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc.props2
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc.targets2
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc.xml2
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc_cl.targets_TT2
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc_v3.xml_TT2
-rw-r--r--QtMSBuild/QtMsBuild/translation/qt_import.props2
-rw-r--r--QtMSBuild/QtMsBuild/translation/qttranslation.props2
-rw-r--r--QtMSBuild/QtMsBuild/translation/qttranslation.targets2
-rw-r--r--QtMSBuild/QtMsBuild/translation/qttranslation.xml2
-rw-r--r--QtMSBuild/QtMsBuild/uic/qt_import.props2
-rw-r--r--QtMSBuild/QtMsBuild/uic/qtuic.props2
-rw-r--r--QtMSBuild/QtMsBuild/uic/qtuic.targets2
-rw-r--r--QtMSBuild/QtMsBuild/uic/qtuic.xml2
-rw-r--r--QtMSBuild/QtMsBuild/uic/qtuic_v3.xml2
50 files changed, 50 insertions, 50 deletions
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