diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/demoLauncher/graphicsbutton.cpp | 2 | ||||
-rw-r--r-- | tools/demoLauncher/graphicsbutton.h | 2 | ||||
-rw-r--r-- | tools/demoLauncher/main.cpp | 2 | ||||
-rw-r--r-- | tools/demoLauncher/widget.cpp | 2 | ||||
-rw-r--r-- | tools/demoLauncher/widget.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/demoLauncher/graphicsbutton.cpp b/tools/demoLauncher/graphicsbutton.cpp index 67dfa68d..f44cf069 100644 --- a/tools/demoLauncher/graphicsbutton.cpp +++ b/tools/demoLauncher/graphicsbutton.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include "graphicsbutton.h" #include <QtGui/QPainter> diff --git a/tools/demoLauncher/graphicsbutton.h b/tools/demoLauncher/graphicsbutton.h index 8dd6a6f8..3812911f 100644 --- a/tools/demoLauncher/graphicsbutton.h +++ b/tools/demoLauncher/graphicsbutton.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef GRAPHICSBUTTON_H #define GRAPHICSBUTTON_H diff --git a/tools/demoLauncher/main.cpp b/tools/demoLauncher/main.cpp index acf2bd4e..a27bfa62 100644 --- a/tools/demoLauncher/main.cpp +++ b/tools/demoLauncher/main.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include <QtWidgets/QApplication> #include "widget.h" diff --git a/tools/demoLauncher/widget.cpp b/tools/demoLauncher/widget.cpp index a20e971b..70895535 100644 --- a/tools/demoLauncher/widget.cpp +++ b/tools/demoLauncher/widget.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include "widget.h" #include <QtCore/QDir> diff --git a/tools/demoLauncher/widget.h b/tools/demoLauncher/widget.h index a72333be..4d322128 100644 --- a/tools/demoLauncher/widget.h +++ b/tools/demoLauncher/widget.h @@ -1,5 +1,5 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef WIDGET_H #define WIDGET_H |