diff options
author | Miguel Costa <miguel.costa@qt.io> | 2023-02-20 15:14:11 +0100 |
---|---|---|
committer | Karsten Heimrich <karsten.heimrich@qt.io> | 2023-02-23 14:30:41 +0000 |
commit | 2be3a7662a114cc0ad0ad23a63c662537e2a364b (patch) | |
tree | f9fcb972a72c23da9ddaf31639c807f44d6c5c61 /QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs | |
parent | ba4fdd2c5c0bc23d1b1bba444526b04f5b897ffd (diff) |
Replace license header
Change-Id: I6e7667d0f6f1245b5b225e74120d289bf595423d
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs')
-rw-r--r-- | QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs index 5cea0f40..b63db520 100644 --- a/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs +++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs @@ -1,30 +1,7 @@ -๏ปฟ/**************************************************************************** -** -** Copyright (C) 2018 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the Qt VS Tools. -** -** $QT_BEGIN_LICENSE:GPL-EXCEPT$ -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see https://www.qt.io/terms-conditions. For further -** information use the contact form at https://www.qt.io/contact-us. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 3 as published by the Free Software -** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT -** included in the packaging of this file. Please review the following -** information to ensure the GNU General Public License requirements will -** be met: https://www.gnu.org/licenses/gpl-3.0.html. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ +/*************************************************************************************************** + Copyright (C) 2023 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 +***************************************************************************************************/ using System.Threading.Tasks; using Microsoft.VisualStudio; |