aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/qpytextobject.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-09-27 16:57:04 +0200
committerAlex Blasche <alexander.blasche@qt.io>2016-09-29 14:23:04 +0000
commit86772f1f9db9c8d592ecf9bb34379901d8931a15 (patch)
tree31a64df7607d77834e47561f3ad677ba90ec7b61 /PySide2/qpytextobject.cpp
parent388fd6f2456b0db9a08c9dc04516de1970d7787d (diff)
Updated remaining license headers of the runtime parts
Change-Id: Idda6d64540a72095945a94b14efc769e897ef58e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'PySide2/qpytextobject.cpp')
-rw-r--r--PySide2/qpytextobject.cpp59
1 files changed, 38 insertions, 21 deletions
diff --git a/PySide2/qpytextobject.cpp b/PySide2/qpytextobject.cpp
index f1f86e53..23d38902 100644
--- a/PySide2/qpytextobject.cpp
+++ b/PySide2/qpytextobject.cpp
@@ -1,24 +1,41 @@
-/*
- * This file is part of the PySide project.
- *
- * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
- *
- * Contact: PySide team <contact@pyside.org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
+/****************************************************************************
+**
+** Copyright (C) 2016 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of PySide2.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** 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.
+**
+** 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.LGPL3 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-3.0.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 (at your option) the GNU General
+** Public license version 3 or any later version approved by the KDE Free
+** Qt Foundation. The licenses are as published by the Free Software
+** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-2.0.html and
+** https://www.gnu.org/licenses/gpl-3.0.html.
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
#include "qpytextobject.h"