aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-11-23 12:42:31 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-11-24 14:26:52 +0000
commitc7aa0be29858649b7c8ab8cae0aaae4ebedfad82 (patch)
tree0dd41b17be25e11e3a07613a0151af8927e04577 /src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
parent9b89316119bd06c14a4c2ee5828d7e24d9e26cd9 (diff)
Update headers to pass license check test
Change-Id: I48623789ed483a9f8efe17fe398400ed29c87f3f Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp b/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
index 6122434f70..9be4145db2 100644
--- a/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
+++ b/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
@@ -1,11 +1,12 @@
-/****************************************************************************
+/******************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
-** This file is part of Qt Quick 2d Renderer module of the Qt Toolkit.
+** This file is part of the Qt Quick 2d Renderer module.
+**
+** $QT_BEGIN_LICENSE:COMM$
**
-** $QT_BEGIN_LICENSE$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -13,9 +14,10 @@
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
+**
** $QT_END_LICENSE$
**
-****************************************************************************/
+******************************************************************************/
#include "renderingvisitor.h"