aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Wizards
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Wizards')
-rw-r--r--QtVsTools.Wizards/Common/GuiPage.xaml2
-rw-r--r--QtVsTools.Wizards/Common/GuiPage.xaml.cs2
-rw-r--r--QtVsTools.Wizards/Common/UiClassInclusion.cs2
-rw-r--r--QtVsTools.Wizards/Common/WizardData.cs2
-rw-r--r--QtVsTools.Wizards/Common/WizardIntroPage.xaml2
-rw-r--r--QtVsTools.Wizards/Common/WizardIntroPage.xaml.cs2
-rw-r--r--QtVsTools.Wizards/Common/WizardPage.cs2
-rw-r--r--QtVsTools.Wizards/Common/WizardResult.cs2
-rw-r--r--QtVsTools.Wizards/Common/WizardWindow.xaml2
-rw-r--r--QtVsTools.Wizards/Common/WizardWindow.xaml.cs2
-rw-r--r--QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml2
-rw-r--r--QtVsTools.Wizards/ItemWizard/QtClass/QtClassPage.xaml.cs2
-rw-r--r--QtVsTools.Wizards/ItemWizard/QtClass/QtClassWizard.cs2
-rw-r--r--QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml2
-rw-r--r--QtVsTools.Wizards/ItemWizard/Translation/TranslationPage.xaml.cs2
-rw-r--r--QtVsTools.Wizards/ItemWizard/Translation/TranslationWizard.cs2
-rw-r--r--QtVsTools.Wizards/ItemWizard/WidgetsClass/WidgetsClassWizard.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/ConfigPage.xaml.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Console/ConsoleWizard.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Designer/DesignerWizard.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Empty/EmptyWizard.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Gui/GuiWizard.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Library/LibraryWizard.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.CMake.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/ProjectTemplateWizard.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Quick/QuickWizard.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Server/ServerPage.xaml.cs2
-rw-r--r--QtVsTools.Wizards/ProjectWizard/Server/ServerWizard.cs2
-rw-r--r--QtVsTools.Wizards/Properties/AssemblyInfo.cs2
-rw-r--r--QtVsTools.Wizards/QtVsTools.Wizards.csproj2
-rw-r--r--QtVsTools.Wizards/Util/ClassNameValidationRule.cs2
-rw-r--r--QtVsTools.Wizards/Util/FileExistsInFilterValidationRule.cs2
-rw-r--r--QtVsTools.Wizards/Util/FileNameValidationRule.cs2
-rw-r--r--QtVsTools.Wizards/Util/TextAndWhitespace.cs2
-rw-r--r--QtVsTools.Wizards/Util/UiClassInclusionConverter.cs2
-rw-r--r--QtVsTools.Wizards/Util/VCLanguageManagerValidationRule.cs2
-rw-r--r--QtVsTools.Wizards/Util/VCRulePropertyStorageHelper.cs2
43 files changed, 43 insertions, 43 deletions
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;