summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/videoplayer/fullscreennotification.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-09-14 15:10:30 +0200
committerKai Koehne <kai.koehne@qt.io>2017-09-20 06:32:15 +0000
commita273db66e0833f145cb564abbb24dafb8ae13c67 (patch)
tree824102bd074e630513553ba4c99d65d7efb51527 /examples/webenginewidgets/videoplayer/fullscreennotification.cpp
parent686e0c37d13a39935c5296b5c36151926fec072f (diff)
Fix license header for examples
Task-number: QTBUG-60006 Change-Id: Ie1604aed3d5a9ba566e898eae232227ba340bfaa Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples/webenginewidgets/videoplayer/fullscreennotification.cpp')
-rw-r--r--examples/webenginewidgets/videoplayer/fullscreennotification.cpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/examples/webenginewidgets/videoplayer/fullscreennotification.cpp b/examples/webenginewidgets/videoplayer/fullscreennotification.cpp
index e65e2cbad..dbbf4660d 100644
--- a/examples/webenginewidgets/videoplayer/fullscreennotification.cpp
+++ b/examples/webenginewidgets/videoplayer/fullscreennotification.cpp
@@ -6,7 +6,17 @@
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** BSD License Usage
+** Alternatively, you may use this file under the terms of the BSD license
+** as follows:
**
** "Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are
@@ -37,6 +47,7 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
#include "fullscreennotification.h"
#include <QGraphicsOpacityEffect>