From f1f5ec715dd9faf1f5002bfe9bfecc3f2c25b469 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Wed, 2 May 2018 17:10:51 +0200 Subject: Change license from all the files Removing the word 'project' from all the headers, and changing the PySide reference from the examples to Qt for Python: The following line was used inside the source/ and build_scripts/ directory: for i in $(grep -r "the Qt for Python project" * |grep -v "pyside2-tools" | awk '{print $1}' | sed 's/:.*//g');do sed -i 's/the\ Qt\ for\ Python\ project/Qt\ for\ Python/g' $i;done and the following line was used inside the examples/ directory: for i in $(grep -r "of the PySide" * |grep -v "pyside2-tools" | awk '{print $1}' | sed 's/:.*//g');do sed -i 's/of\ the\ PySide/of\ the\ Qt\ for\ Python/g' $i;done Change-Id: Ic480714686ad62ac4d81c670f87f1c2033d4ffa1 Reviewed-by: Friedemann Kleint Reviewed-by: Alex Blasche --- examples/tutorial/t1.py | 2 +- examples/tutorial/t10.py | 2 +- examples/tutorial/t11.py | 2 +- examples/tutorial/t12.py | 2 +- examples/tutorial/t13.py | 2 +- examples/tutorial/t14.py | 2 +- examples/tutorial/t2.py | 2 +- examples/tutorial/t3.py | 2 +- examples/tutorial/t4.py | 2 +- examples/tutorial/t5.py | 2 +- examples/tutorial/t6.py | 2 +- examples/tutorial/t7.py | 2 +- examples/tutorial/t8.py | 2 +- examples/tutorial/t9.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'examples/tutorial') diff --git a/examples/tutorial/t1.py b/examples/tutorial/t1.py index b3251dbfd..2e4d15859 100644 --- a/examples/tutorial/t1.py +++ b/examples/tutorial/t1.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t10.py b/examples/tutorial/t10.py index 081190c9f..f49faa1b4 100644 --- a/examples/tutorial/t10.py +++ b/examples/tutorial/t10.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t11.py b/examples/tutorial/t11.py index 070782b3f..46e24e0d5 100644 --- a/examples/tutorial/t11.py +++ b/examples/tutorial/t11.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t12.py b/examples/tutorial/t12.py index 6afd88092..a3e1a6cf3 100644 --- a/examples/tutorial/t12.py +++ b/examples/tutorial/t12.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t13.py b/examples/tutorial/t13.py index 34f2fe592..a26db0734 100644 --- a/examples/tutorial/t13.py +++ b/examples/tutorial/t13.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t14.py b/examples/tutorial/t14.py index 609af40c8..caf6d183f 100644 --- a/examples/tutorial/t14.py +++ b/examples/tutorial/t14.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t2.py b/examples/tutorial/t2.py index 91ca2f349..992554dcb 100644 --- a/examples/tutorial/t2.py +++ b/examples/tutorial/t2.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t3.py b/examples/tutorial/t3.py index 9dc50a1b6..be69b6a0d 100644 --- a/examples/tutorial/t3.py +++ b/examples/tutorial/t3.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t4.py b/examples/tutorial/t4.py index 77f593d2d..88f92443b 100644 --- a/examples/tutorial/t4.py +++ b/examples/tutorial/t4.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t5.py b/examples/tutorial/t5.py index 0fdd2ac20..f9f657fac 100644 --- a/examples/tutorial/t5.py +++ b/examples/tutorial/t5.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t6.py b/examples/tutorial/t6.py index d720433f1..b6ef30428 100644 --- a/examples/tutorial/t6.py +++ b/examples/tutorial/t6.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t7.py b/examples/tutorial/t7.py index a9c53f68d..b82840c9a 100644 --- a/examples/tutorial/t7.py +++ b/examples/tutorial/t7.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t8.py b/examples/tutorial/t8.py index d023de154..0c682df19 100644 --- a/examples/tutorial/t8.py +++ b/examples/tutorial/t8.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: diff --git a/examples/tutorial/t9.py b/examples/tutorial/t9.py index 37c0e651a..dc2106d9e 100644 --- a/examples/tutorial/t9.py +++ b/examples/tutorial/t9.py @@ -5,7 +5,7 @@ ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## -## This file is part of the PySide examples of the Qt Toolkit. +## This file is part of the Qt for Python examples of the Qt Toolkit. ## ## $QT_BEGIN_LICENSE:BSD$ ## You may use this file under the terms of the BSD license as follows: -- cgit v1.2.3