diff options
author | hjk <[email protected]> | 2023-01-27 14:44:20 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2023-02-07 10:20:14 +0000 |
commit | a459a70ed31062df74975a3a67f0788b8a13e7ee (patch) | |
tree | 5016197c606aeef46c4b8ab6448d6ade4e30613c /src/plugins/haskell/haskellproject.h | |
parent | 541aafecbb63c574c6d118833d52ed3628c990fd (diff) |
Haskell: Convert to SPDX-style copyright headers
Change-Id: I9b31b209a4c43617d2a7a02880b10a573e3d8540
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/haskell/haskellproject.h')
-rw-r--r-- | src/plugins/haskell/haskellproject.h | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/src/plugins/haskell/haskellproject.h b/src/plugins/haskell/haskellproject.h index 0ee05d90333..79bec049ae4 100644 --- a/src/plugins/haskell/haskellproject.h +++ b/src/plugins/haskell/haskellproject.h @@ -1,27 +1,5 @@ -/**************************************************************************** -** -** Copyright (C) 2017 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of Qt Creator. -** -** 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. -** -****************************************************************************/ +// Copyright (c) 2017 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #pragma once |