diff options
Diffstat (limited to 'QtVsTools.Wizards/ProjectWizard/Designer')
3 files changed, 3 insertions, 3 deletions
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; |