summaryrefslogtreecommitdiffstats
path: root/tests/manual/testCpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-01-25 15:47:43 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-01-26 11:47:45 +0000
commit0f095faf67f25abf73cef8da80704bb589978d39 (patch)
tree60b112ed3e737aaa2473b342af8f4fd30ec90e7c /tests/manual/testCpp
parentfd336190b9a4c0cd63c91372fd41c2ec1adc18b9 (diff)
Update license headers
Change-Id: If100cc6cfeccc9ec4f13e03d69edfb7fad6bc2f6 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/manual/testCpp')
-rw-r--r--tests/manual/testCpp/genTestSxcml.py33
-rw-r--r--tests/manual/testCpp/testcpp.cpp42
2 files changed, 47 insertions, 28 deletions
diff --git a/tests/manual/testCpp/genTestSxcml.py b/tests/manual/testCpp/genTestSxcml.py
index 8fc43a5..9170212 100644
--- a/tests/manual/testCpp/genTestSxcml.py
+++ b/tests/manual/testCpp/genTestSxcml.py
@@ -1,17 +1,26 @@
-# Copyright (c) 2015 Digia Plc
-# For any questions to Digia, please use contact form at http://qt.digia.com/
+# Copyright (C) 2016 The Qt Company Ltd.
+# Contact: https://www.qt.io/licensing/
#
-# All Rights Reserved.
+# This file is part of the QtScxml module of the Qt Toolkit.
#
-# NOTICE: All information contained herein is, and remains
-# the property of Digia Plc and its suppliers,
-# if any. The intellectual and technical concepts contained
-# herein are proprietary to Digia Plc
-# and its suppliers and may be covered by Finnish and Foreign Patents,
-# patents in process, and are protected by trade secret or copyright law.
-# Dissemination of this information or reproduction of this material
-# is strictly forbidden unless prior written permission is obtained
-# from Digia Plc.
+# $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$
import random
"""stupid generator of a large scxml state machine"""
diff --git a/tests/manual/testCpp/testcpp.cpp b/tests/manual/testCpp/testcpp.cpp
index 2e49294..2da6529 100644
--- a/tests/manual/testCpp/testcpp.cpp
+++ b/tests/manual/testCpp/testcpp.cpp
@@ -1,20 +1,30 @@
/****************************************************************************
- **
- ** Copyright (c) 2015 Digia Plc
- ** For any questions to Digia, please use contact form at http://qt.digia.com/
- **
- ** All Rights Reserved.
- **
- ** NOTICE: All information contained herein is, and remains
- ** the property of Digia Plc and its suppliers,
- ** if any. The intellectual and technical concepts contained
- ** herein are proprietary to Digia Plc
- ** and its suppliers and may be covered by Finnish and Foreign Patents,
- ** patents in process, and are protected by trade secret or copyright law.
- ** Dissemination of this information or reproduction of this material
- ** is strictly forbidden unless prior written permission is obtained
- ** from Digia Plc.
- ****************************************************************************/
+**
+** Copyright (C) 2016 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of the QtScxml module of the Qt Toolkit.
+**
+** $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$
+**
+****************************************************************************/
#include <QCoreApplication>
#include <QFile>