Add reuse ignore
Task-number: QTBUG-124453 Change-Id: I6cffb2dbd856b3acd7dabb09772451e942c5febc Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
d31054c314
commit
e185ff2c12
@ -8,12 +8,12 @@ import urllib.request
|
||||
# 'https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids'
|
||||
# which is discontinued. For now there seems to be a fork at:
|
||||
url = 'https://github.com/vcrhonek/hwdata/raw/master/pnp.ids'
|
||||
|
||||
# REUSE-IgnoreStart
|
||||
copyright = """
|
||||
// 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
|
||||
"""
|
||||
|
||||
# REUSE-IgnoreEnd
|
||||
notice = """/*
|
||||
* This lookup table was generated from {}
|
||||
*
|
||||
|
@ -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, 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
|
||||
)";
|
||||
|
||||
// REUSE-IgnoreEnd
|
||||
class Printer {
|
||||
Q_DISABLE_COPY_MOVE(Printer)
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user