summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2022-02-09 09:28:26 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-09 13:14:56 +0000
commit7e857f66f67cb41adb99272e05dd3d874990a678 (patch)
tree9d606ded491109235257627afc2be8e3de8cc691
parent026c11ad110242232b7aaa30edf7ed1a6eb84364 (diff)
Fix copyright header
Change-Id: I2a8c82599b5a29661335607ae6221148802ff876 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 6c18535d6a5204d1bcfc68320c64d9acc7b477e6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/multimedia/qtmultimediaglobal.h6
-rw-r--r--src/multimedia/qtmultimediaglobal_p.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/multimedia/qtmultimediaglobal.h b/src/multimedia/qtmultimediaglobal.h
index 10df4dddf..f4007605c 100644
--- a/src/multimedia/qtmultimediaglobal.h
+++ b/src/multimedia/qtmultimediaglobal.h
@@ -1,9 +1,9 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QtQml module of the Qt Toolkit.
+** This file is part of the QtMultimedia module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
@@ -44,4 +44,4 @@
#include <QtMultimedia/qtmultimedia-config.h>
#include <QtMultimedia/qtmultimediaexports.h>
-#endif // QTQMLGLOBAL_H
+#endif // QTMULTIMEDIAGLOBAL_H
diff --git a/src/multimedia/qtmultimediaglobal_p.h b/src/multimedia/qtmultimediaglobal_p.h
index 797142029..84361910e 100644
--- a/src/multimedia/qtmultimediaglobal_p.h
+++ b/src/multimedia/qtmultimediaglobal_p.h
@@ -1,9 +1,9 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QtQml module of the Qt Toolkit.
+** This file is part of the QtMultimedia module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage