summaryrefslogtreecommitdiffstats
path: root/util/gradientgen/gradientgen.cpp
diff options
context:
space:
mode:
authorLucie Gérard <[email protected]>2024-05-14 12:24:08 +0200
committerLucie Gérard <[email protected]>2024-05-15 18:39:47 +0200
commite185ff2c123f2c8fa162876eb7391e1d6016a12c (patch)
treeed041aa2ea07f66246077cae88880a886c3e5210 /util/gradientgen/gradientgen.cpp
parentd31054c31456bc840061089e37e956ad815215c6 (diff)
Add reuse ignore
Task-number: QTBUG-124453 Change-Id: I6cffb2dbd856b3acd7dabb09772451e942c5febc Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'util/gradientgen/gradientgen.cpp')
-rw-r--r--util/gradientgen/gradientgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/gradientgen/gradientgen.cpp b/util/gradientgen/gradientgen.cpp
index a4c5531cc5e..23b20d05053 100644
--- a/util/gradientgen/gradientgen.cpp
+++ b/util/gradientgen/gradientgen.cpp
@@ -17,13 +17,13 @@
#include <QColor>
using namespace std;
-
+// REUSE-IgnoreStart
static const char LICENSE_HEADER[] =
R"(
// Copyright (C) 2019 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected], author Giuseppe D'Angelo <[email protected]>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
)";
-
+// REUSE-IgnoreEnd
class Printer {
Q_DISABLE_COPY_MOVE(Printer)
public: