diff options
Diffstat (limited to 'Templates/console')
-rw-r--r-- | Templates/console/Properties/AssemblyInfo.cs | 2 | ||||
-rw-r--r-- | Templates/console/QtTemplate.Project.Console.csproj | 2 | ||||
-rw-r--r-- | Templates/console/console.vstemplate_TT | 2 |
3 files changed, 3 insertions, 3 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" #> |