diff options
Diffstat (limited to 'tests/manual/xembed-widgets')
| -rwxr-xr-x | tests/manual/xembed-widgets/gtk-embedder.py | 34 | ||||
| -rw-r--r-- | tests/manual/xembed-widgets/main.cpp | 10 | ||||
| -rw-r--r-- | tests/manual/xembed-widgets/window.cpp | 10 | ||||
| -rw-r--r-- | tests/manual/xembed-widgets/window.h | 10 | 
4 files changed, 28 insertions, 36 deletions
diff --git a/tests/manual/xembed-widgets/gtk-embedder.py b/tests/manual/xembed-widgets/gtk-embedder.py index bcb98134413..5ad2f41b006 100755 --- a/tests/manual/xembed-widgets/gtk-embedder.py +++ b/tests/manual/xembed-widgets/gtk-embedder.py @@ -2,40 +2,32 @@  #############################################################################  ##  ## Copyright (C) 2013 Canonical Ltd. -## Contact: http://www.qt-project.org/legal +## Contact: http://www.qt.io/licensing/  ##  ## This file is part of the test suite of the Qt Toolkit.  ## -## $QT_BEGIN_LICENSE:LGPL$ +## $QT_BEGIN_LICENSE:LGPL21$  ## 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.  For licensing terms and -## conditions see http://qt.digia.com/licensing.  For further information -## use the contact form at http://qt.digia.com/contact-us. +## 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 2.1 as published by the Free Software -## Foundation and appearing in the file LICENSE.LGPL included in the -## packaging of this file.  Please review the following information to -## ensure the GNU Lesser General Public License version 2.1 requirements -## will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +## General Public License version 2.1 or version 3 as published by the Free +## Software Foundation and appearing in the file LICENSE.LGPLv21 and +## LICENSE.LGPLv3 included in the packaging of this file. Please review the +## following information to ensure the GNU Lesser General Public License +## requirements will be met: https://www.gnu.org/licenses/lgpl.html and +## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.  ## -## In addition, as a special exception, Digia gives you certain additional -## rights.  These rights are described in the Digia Qt LGPL Exception +## As a special exception, The Qt Company gives you certain additional +## rights. These rights are described in The Qt Company LGPL Exception  ## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.  ## -## GNU General Public License Usage -## Alternatively, this file may be used under the terms of the GNU -## General Public License version 3.0 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 3.0 requirements will be -## met: http://www.gnu.org/copyleft/gpl.html. -## -##  ## $QT_END_LICENSE$  ##  ############################################################################# diff --git a/tests/manual/xembed-widgets/main.cpp b/tests/manual/xembed-widgets/main.cpp index 2ce473985aa..c5978d159ec 100644 --- a/tests/manual/xembed-widgets/main.cpp +++ b/tests/manual/xembed-widgets/main.cpp @@ -1,7 +1,7 @@  /****************************************************************************  ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). -** Contact: http://www.qt-project.org/legal +** Copyright (C) 2015 The Qt Company Ltd. +** Contact: http://www.qt.io/licensing/  **  ** This file is part of the test suite of the Qt Toolkit.  ** @@ -17,9 +17,9 @@  **     notice, this list of conditions and the following disclaimer in  **     the documentation and/or other materials provided with the  **     distribution. -**   * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names -**     of its contributors may be used to endorse or promote products derived -**     from this software without specific prior written permission. +**   * Neither the name of The Qt Company Ltd and its Subsidiary(-ies) nor the +**     names of its contributors may be used to endorse or promote products +**     derived from this software without specific prior written permission.  **  **  ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS diff --git a/tests/manual/xembed-widgets/window.cpp b/tests/manual/xembed-widgets/window.cpp index 70bdf77ba08..43f0d945521 100644 --- a/tests/manual/xembed-widgets/window.cpp +++ b/tests/manual/xembed-widgets/window.cpp @@ -1,7 +1,7 @@  /****************************************************************************  ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). -** Contact: http://www.qt-project.org/legal +** Copyright (C) 2015 The Qt Company Ltd. +** Contact: http://www.qt.io/licensing/  **  ** This file is part of the test suite of the Qt Toolkit.  ** @@ -17,9 +17,9 @@  **     notice, this list of conditions and the following disclaimer in  **     the documentation and/or other materials provided with the  **     distribution. -**   * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names -**     of its contributors may be used to endorse or promote products derived -**     from this software without specific prior written permission. +**   * Neither the name of The Qt Company Ltd and its Subsidiary(-ies) nor the +**     names of its contributors may be used to endorse or promote products +**     derived from this software without specific prior written permission.  **  **  ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS diff --git a/tests/manual/xembed-widgets/window.h b/tests/manual/xembed-widgets/window.h index aad6e029a99..83af5f9c089 100644 --- a/tests/manual/xembed-widgets/window.h +++ b/tests/manual/xembed-widgets/window.h @@ -1,7 +1,7 @@  /****************************************************************************  ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). -** Contact: http://www.qt-project.org/legal +** Copyright (C) 2015 The Qt Company Ltd. +** Contact: http://www.qt.io/licensing/  **  ** This file is part of the test suite of the Qt Toolkit.  ** @@ -17,9 +17,9 @@  **     notice, this list of conditions and the following disclaimer in  **     the documentation and/or other materials provided with the  **     distribution. -**   * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names -**     of its contributors may be used to endorse or promote products derived -**     from this software without specific prior written permission. +**   * Neither the name of The Qt Company Ltd and its Subsidiary(-ies) nor the +**     names of its contributors may be used to endorse or promote products +**     derived from this software without specific prior written permission.  **  **  ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS  | 
