summaryrefslogtreecommitdiffstats
path: root/examples/widgets/pdfviewer/pagerenderer.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-07-22 13:49:51 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-07-25 13:52:41 +0000
commit9fd43df9670c2c066747725cb3c72a195d2667a5 (patch)
tree2c3493b35d5324b2640b89c906fd5db66a211ab9 /examples/widgets/pdfviewer/pagerenderer.cpp
parent2cd05cd4bbad748282ae4890aec4eeb7ec4578ad (diff)
Add license header boilerplate
Commercial until we have figured out the licensing :) Change-Id: Ibf60ca98cf04ee23928794a96ae33f87608c3236 Reviewed-by: Tobias Koenig <tobias.koenig@kdab.com>
Diffstat (limited to 'examples/widgets/pdfviewer/pagerenderer.cpp')
-rw-r--r--examples/widgets/pdfviewer/pagerenderer.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/widgets/pdfviewer/pagerenderer.cpp b/examples/widgets/pdfviewer/pagerenderer.cpp
index fca4a0f..33f5553 100644
--- a/examples/widgets/pdfviewer/pagerenderer.cpp
+++ b/examples/widgets/pdfviewer/pagerenderer.cpp
@@ -1,3 +1,24 @@
+/******************************************************************************
+**
+** Copyright (C) 2015 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
+**
+** This file is part of the Qt PDF Module.
+**
+** $QT_BEGIN_LICENSE:COMM$
+**
+** 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 http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
+**
+** $QT_END_LICENSE$
+**
+******************************************************************************/
+
#include "pagerenderer.h"
#include <QPainter>
#include <QPdfDocument>