diff --git a/util/edid/qedidvendortable.py b/util/edid/qedidvendortable.py index e1c5750695f..0991d75db77 100755 --- a/util/edid/qedidvendortable.py +++ b/util/edid/qedidvendortable.py @@ -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 // 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 {} * 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 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 // 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: