aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fossil/fossilcommitwidget.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2023-01-27 14:17:46 +0100
committerhjk <[email protected]>2023-02-01 07:45:37 +0000
commit1fbc707b3f47b7ed7acadb3b4af55a63d4c4bc01 (patch)
treee82b200651af0f2dfb0a86d1e56dda82e78e2769 /src/plugins/fossil/fossilcommitwidget.cpp
parent739d4942e2ed35fe92f11310d80632aa288fa44c (diff)
Fossil: Convert to SPDX-style copyright headers
Change-Id: I14d5fe8f3b8be809276779be95475e620db01789 Reviewed-by: Orgad Shaneh <[email protected]> Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/fossil/fossilcommitwidget.cpp')
-rw-r--r--src/plugins/fossil/fossilcommitwidget.cpp26
1 files changed, 2 insertions, 24 deletions
diff --git a/src/plugins/fossil/fossilcommitwidget.cpp b/src/plugins/fossil/fossilcommitwidget.cpp
index f45fcacde86..f48f9850363 100644
--- a/src/plugins/fossil/fossilcommitwidget.cpp
+++ b/src/plugins/fossil/fossilcommitwidget.cpp
@@ -1,27 +1,5 @@
-/****************************************************************************
-**
-** Copyright (c) 2018 Artur Shepilko
-** 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) 2018 Artur Shepilko
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include "fossilcommitwidget.h"
#include "branchinfo.h"