summaryrefslogtreecommitdiffstats
path: root/util/aglfn/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/aglfn/main.cpp')
-rw-r--r--util/aglfn/main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/aglfn/main.cpp b/util/aglfn/main.cpp
index afcf8c2b2c..6c8dd78828 100644
--- a/util/aglfn/main.cpp
+++ b/util/aglfn/main.cpp
@@ -1,5 +1,7 @@
+// REUSE-IgnoreStart
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// REUSE-IgnoreEnd
#include <qbytearray.h>
#include <qlist.h>
@@ -120,11 +122,12 @@ static QByteArray createGlyphList()
int main(int, char **)
{
readGlyphList();
-
+// REUSE-IgnoreStart
QByteArray header =
"// Copyright (C) 2016 The Qt Company Ltd.\n"
"// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only\n"
"\n";
+// REUSE-IgnoreEnd
QByteArray note =
"/* This file is autogenerated from the Adobe Glyph List database" +