aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-05-02 17:10:51 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-03 08:15:44 +0000
commitf1f5ec715dd9faf1f5002bfe9bfecc3f2c25b469 (patch)
tree9ba4fd33d284942e95c31b9165bbc360741c29d8 /docs
parenta9f0d5afdc037942d6525d890502fae815bfd6f2 (diff)
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 <Friedemann.Kleint@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/make.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 61e4c7132..7f8bfb2eb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -4,7 +4,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/docs/make.bat b/docs/make.bat
index 3db37e4fd..4e169afe0 100644
--- a/docs/make.bat
+++ b/docs/make.bat
@@ -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