summaryrefslogtreecommitdiffstats
path: root/src/imports/purchasing/qinappproductqmltype_p.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>2015-08-03 13:05:09 +0200
committerEskil Abrahamsen-Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>2015-08-05 11:32:41 +0300
commitfad7ac00968590f09f303c45b9d08b8bc26522d4 (patch)
tree45b806fb8ac5ad362226aaccd9eef0d44b41d881 /src/imports/purchasing/qinappproductqmltype_p.h
parentb90b7a8823b4190d62f61a951cb24925f86e0f0d (diff)
Update license headers to LGPLv3/GPLv2/Commercial
In preparation for moving this to the Qt Project, update all license headers. Change-Id: I1e0210d265ccb85e6507db6062e6b295d0adaad2 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'src/imports/purchasing/qinappproductqmltype_p.h')
-rw-r--r--src/imports/purchasing/qinappproductqmltype_p.h47
1 files changed, 37 insertions, 10 deletions
diff --git a/src/imports/purchasing/qinappproductqmltype_p.h b/src/imports/purchasing/qinappproductqmltype_p.h
index db7c1f2..872bdfa 100644
--- a/src/imports/purchasing/qinappproductqmltype_p.h
+++ b/src/imports/purchasing/qinappproductqmltype_p.h
@@ -1,19 +1,35 @@
/****************************************************************************
**
-** Copyright (C) 2014 Digia Plc
-** All rights reserved.
-** For any questions to Digia, please use contact form at http://qt.digia.com
+** Copyright (C) 2015 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
**
-** This file is part of the Qt Purchasing Add-on.
+** This file is part of the Purchasing module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE$
-** Licensees holding valid Qt Commercial licenses may use this file in
-** accordance with the Qt Commercial License Agreement provided with the
+** $QT_BEGIN_LICENSE:LGPL3$
+** 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 Digia.
+** 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.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 3 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPLv3 included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 3 requirements
+** will be met: https://www.gnu.org/licenses/lgpl.html.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 2.0 or later as published by the Free
+** Software Foundation and appearing in the file LICENSE.GPL included in
+** the packaging of this file. Please review the following information to
+** ensure the GNU General Public License version 2.0 requirements will be
+** met: http://www.gnu.org/licenses/gpl-2.0.html.
**
-** If you have questions regarding the use of this file, please use
-** contact form at http://qt.digia.com
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -21,6 +37,17 @@
#ifndef QINAPPPRODUCTQMLTYPE_P_H
#define QINAPPPRODUCTQMLTYPE_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QtPurchasing/qinappproduct.h>
#include <QtQml/qqmlparserstatus.h>
#include <QtCore/qobject.h>