From 924d766260d340a2f6a55ee46497edcee40a3702 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 23 Sep 2016 10:35:49 +0200 Subject: Updated license headers of the tests (cpp) Change-Id: I4e4a42131f9d27b4dda58d919328845a2a328a99 Reviewed-by: Lars Knoll --- tests/libsample/functions.h | 48 +++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 21 deletions(-) (limited to 'tests/libsample/functions.h') diff --git a/tests/libsample/functions.h b/tests/libsample/functions.h index 133372e1b..7df30156f 100644 --- a/tests/libsample/functions.h +++ b/tests/libsample/functions.h @@ -1,24 +1,30 @@ -/* - * This file is part of the Shiboken Python Binding Generator project. - * - * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). - * - * Contact: PySide team - * - * 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 the test suite of PySide2. +** +** $QT_BEGIN_LICENSE:GPL-EXCEPT$ +** 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 General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3 as published by the Free Software +** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT +** 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-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef FUNCTIONS_H #define FUNCTIONS_H -- cgit v1.2.3