aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Wizards/ProjectWizard
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Wizards/ProjectWizard')
-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
17 files changed, 17 insertions, 17 deletions
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;