Add reuse ignore

Task-number: QTBUG-124453
Change-Id: I6cffb2dbd856b3acd7dabb09772451e942c5febc
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Lucie Gérard 2024-05-14 12:24:08 +02:00
parent d31054c314
commit e185ff2c12
2 changed files with 4 additions and 4 deletions

View File

@ -8,12 +8,12 @@ import urllib.request
# 'https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids' # 'https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids'
# which is discontinued. For now there seems to be a fork at: # which is discontinued. For now there seems to be a fork at:
url = 'https://github.com/vcrhonek/hwdata/raw/master/pnp.ids' url = 'https://github.com/vcrhonek/hwdata/raw/master/pnp.ids'
# REUSE-IgnoreStart
copyright = """ copyright = """
// Copyright (C) 2017 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> // Copyright (C) 2017 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
// 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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
""" """
# REUSE-IgnoreEnd
notice = """/* notice = """/*
* This lookup table was generated from {} * This lookup table was generated from {}
* *

View File

@ -17,13 +17,13 @@
#include <QColor> #include <QColor>
using namespace std; using namespace std;
// REUSE-IgnoreStart
static const char LICENSE_HEADER[] = static const char LICENSE_HEADER[] =
R"( R"(
// Copyright (C) 2019 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> // Copyright (C) 2019 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
// 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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
)"; )";
// REUSE-IgnoreEnd
class Printer { class Printer {
Q_DISABLE_COPY_MOVE(Printer) Q_DISABLE_COPY_MOVE(Printer)
public: public: