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 --- testing/__init__.py | 2 +- testing/blacklist.py | 2 +- testing/buildlog.py | 2 +- testing/command.py | 2 +- testing/helper.py | 2 +- testing/parser.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'testing') diff --git a/testing/__init__.py b/testing/__init__.py index a540251cc..1098f47e7 100644 --- a/testing/__init__.py +++ b/testing/__init__.py @@ -3,7 +3,7 @@ ## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of PySide2. +## This file is part of Qt for Python. ## ## $QT_BEGIN_LICENSE:LGPL$ ## Commercial License Usage diff --git a/testing/blacklist.py b/testing/blacklist.py index b11b7db6f..c0a5e233d 100644 --- a/testing/blacklist.py +++ b/testing/blacklist.py @@ -3,7 +3,7 @@ ## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of PySide2. +## This file is part of Qt for Python. ## ## $QT_BEGIN_LICENSE:LGPL$ ## Commercial License Usage diff --git a/testing/buildlog.py b/testing/buildlog.py index a040d5d34..7559e4f9f 100644 --- a/testing/buildlog.py +++ b/testing/buildlog.py @@ -3,7 +3,7 @@ ## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of PySide2. +## This file is part of Qt for Python ## ## $QT_BEGIN_LICENSE:LGPL$ ## Commercial License Usage diff --git a/testing/command.py b/testing/command.py index dd348432c..dd71eab56 100644 --- a/testing/command.py +++ b/testing/command.py @@ -3,7 +3,7 @@ ## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of PySide2. +## This file is part of Qt for Python. ## ## $QT_BEGIN_LICENSE:LGPL$ ## Commercial License Usage diff --git a/testing/helper.py b/testing/helper.py index 8ea3e6a6b..0d7b31a72 100644 --- a/testing/helper.py +++ b/testing/helper.py @@ -3,7 +3,7 @@ ## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of PySide2. +## This file is part of Qt for Python. ## ## $QT_BEGIN_LICENSE:LGPL$ ## Commercial License Usage diff --git a/testing/parser.py b/testing/parser.py index d54abb1fa..035aab091 100644 --- a/testing/parser.py +++ b/testing/parser.py @@ -3,7 +3,7 @@ ## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## -## This file is part of PySide2. +## This file is part of Qt for Python. ## ## $QT_BEGIN_LICENSE:LGPL$ ## Commercial License Usage -- cgit v1.2.3