aboutsummaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorAli Can Demiralp <ali.demiralp@qt.io>2024-02-27 11:55:34 +0100
committerAli Can Demiralp <ali.demiralp@qt.io>2024-02-28 10:17:05 +0000
commite7120ae4973ddbe01115224db6293fb0a7115790 (patch)
treeed5174f242d0203e329ff496405b5961d6fcc98e /Templates
parent3e2d6d11cfa4fa7c94037d4d1deaa8d31e9469fa (diff)
Change source license to LicenseRef-Qt-Commercial or GPL-3.0-only
... WITH Qt-GPL-exception. Fixes: QTVSADDINBUG-1179 Change-Id: I74fe451eec352af13436548cfd9a28f832fc0757 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'Templates')
-rw-r--r--Templates/console/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/console/QtTemplate.Project.Console.csproj2
-rw-r--r--Templates/console/console.vstemplate_TT2
-rw-r--r--Templates/designer/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/designer/QtTemplate.Project.Designer.csproj2
-rw-r--r--Templates/designer/designer.vstemplate_TT2
-rw-r--r--Templates/dialogbuttonbottom/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/dialogbuttonbottom/QtTemplate.Item.DialogButtonBottom.csproj2
-rw-r--r--Templates/dialogbuttonbottom/dialogbuttonbottom.vstemplate2
-rw-r--r--Templates/dialogbuttonright/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/dialogbuttonright/QtTemplate.Item.DialogButtonRight.csproj2
-rw-r--r--Templates/dialogbuttonright/dialogbuttonright.vstemplate2
-rw-r--r--Templates/empty/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/empty/QtTemplate.Project.Empty.csproj2
-rw-r--r--Templates/empty/empty.vstemplate_TT2
-rw-r--r--Templates/gui/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/gui/QtTemplate.Project.Gui.csproj2
-rw-r--r--Templates/gui/gui.vstemplate_TT2
-rw-r--r--Templates/lib/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/lib/QtTemplate.Project.Lib.csproj2
-rw-r--r--Templates/lib/lib.vstemplate_TT2
-rw-r--r--Templates/mainwindow/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/mainwindow/QtTemplate.Item.MainWindow.csproj2
-rw-r--r--Templates/mainwindow/mainwindow.vstemplate2
-rw-r--r--Templates/qml/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/qml/QtTemplate.Item.QMLFile.csproj2
-rw-r--r--Templates/qml/qml.vstemplate2
-rw-r--r--Templates/qmldir/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/qmldir/QtTemplate.Item.QMLDir.csproj2
-rw-r--r--Templates/qmldir/qmldir.vstemplate2
-rw-r--r--Templates/qtclass/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/qtclass/QtTemplate.Item.QtClass.csproj2
-rw-r--r--Templates/qtclass/qtclass.vstemplate_TT2
-rw-r--r--Templates/quick/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/quick/QtTemplate.Project.Quick.csproj2
-rw-r--r--Templates/quick/quick.vstemplate_TT2
-rw-r--r--Templates/resource/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/resource/QtTemplate.Item.Resource.csproj2
-rw-r--r--Templates/resource/resource.vstemplate2
-rw-r--r--Templates/server/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/server/QtTemplate.Project.Server.csproj2
-rw-r--r--Templates/server/server.vstemplate_TT2
-rw-r--r--Templates/translation/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/translation/QtTemplate.Item.Translation.csproj2
-rw-r--r--Templates/translation/translation.vstemplate_TT2
-rw-r--r--Templates/widget/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/widget/QtTemplate.Item.Widget.csproj2
-rw-r--r--Templates/widget/widget.vstemplate2
-rw-r--r--Templates/widgetsclass/Properties/AssemblyInfo.cs2
-rw-r--r--Templates/widgetsclass/QtTemplate.Item.WidgetsClass.csproj2
-rw-r--r--Templates/widgetsclass/widgetsclass.vstemplate_TT2
51 files changed, 51 insertions, 51 deletions
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" #>