aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2016-06-08 12:25:00 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2016-06-08 12:25:00 +0200
commit505cadeb2a072216b904d8655f5e6e62b0f9380b (patch)
tree36a771df1107eb6c5edd3304f22fdfc3361895eb /doc
parentdaf715d9cae1c297ea50587c9e40c0f24bd59a07 (diff)
parenta98416dcf9895ad6f840a0e35da10a667a8a20ae (diff)
Merge remote-tracking branch 'origin/1.5'
Conflicts: doc/reference/items/transformer.qdoc share/qbs/modules/cpp/GenericGCC.qbs Change-Id: I45560834560019b18274c373c45651eb8aadd206
Diffstat (limited to 'doc')
-rw-r--r--doc/config/qbs-project.qdocconf10
-rw-r--r--doc/qbs.qdoc10
-rw-r--r--doc/reference/commands.qdoc2
-rw-r--r--doc/reference/items/androidapk.qdoc2
-rw-r--r--doc/reference/items/application.qdoc2
-rw-r--r--doc/reference/items/applicationextension.qdoc2
-rw-r--r--doc/reference/items/artifact.qdoc2
-rw-r--r--doc/reference/items/autotestrunner.qdoc2
-rw-r--r--doc/reference/items/cppapplication.qdoc2
-rw-r--r--doc/reference/items/depends.qdoc2
-rw-r--r--doc/reference/items/dynamiclibrary.qdoc2
-rw-r--r--doc/reference/items/export.qdoc2
-rw-r--r--doc/reference/items/filetagger.qdoc2
-rw-r--r--doc/reference/items/group.qdoc2
-rw-r--r--doc/reference/items/installpackage.qdoc2
-rw-r--r--doc/reference/items/javaclasscollection.qdoc2
-rw-r--r--doc/reference/items/javajarfile.qdoc2
-rw-r--r--doc/reference/items/loadablemodule.qdoc2
-rw-r--r--doc/reference/items/module.qdoc2
-rw-r--r--doc/reference/items/probe.qdoc2
-rw-r--r--doc/reference/items/product.qdoc2
-rw-r--r--doc/reference/items/project.qdoc2
-rw-r--r--doc/reference/items/properties.qdoc2
-rw-r--r--doc/reference/items/propertyoptions.qdoc2
-rw-r--r--doc/reference/items/qtapplication.qdoc2
-rw-r--r--doc/reference/items/qtguiapplication.qdoc2
-rw-r--r--doc/reference/items/rule.qdoc2
-rw-r--r--doc/reference/items/scanner.qdoc2
-rw-r--r--doc/reference/items/staticlibrary.qdoc2
-rw-r--r--doc/reference/items/subproject.qdoc2
-rw-r--r--doc/reference/items/xpcservice.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-environment.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-file.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-fileinfo.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-process.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-propertylist.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-temporarydir.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-textfile.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextension-utilities.qdoc2
-rw-r--r--doc/reference/jsextensions/jsextensions-general.qdoc2
-rw-r--r--doc/reference/list-of-tools.qdoc2
-rw-r--r--doc/reference/modules/android-ndk-module.qdoc2
-rw-r--r--doc/reference/modules/android-sdk-module.qdoc2
-rw-r--r--doc/reference/modules/archiver-module.qdoc2
-rw-r--r--doc/reference/modules/bundle-module.qdoc2
-rw-r--r--doc/reference/modules/cpp-module.qdoc2
-rw-r--r--doc/reference/modules/ib-module.qdoc2
-rw-r--r--doc/reference/modules/java-module.qdoc2
-rw-r--r--doc/reference/modules/nodejs-module.qdoc2
-rw-r--r--doc/reference/modules/nsis-module.qdoc2
-rw-r--r--doc/reference/modules/qbs-module.qdoc2
-rw-r--r--doc/reference/modules/qt-modules.qdoc2
-rw-r--r--doc/reference/modules/typescript-module.qdoc2
-rw-r--r--doc/reference/modules/wix-module.qdoc2
-rw-r--r--doc/reference/modules/xcode-module.qdoc2
-rw-r--r--doc/reference/reference.qdoc2
56 files changed, 64 insertions, 64 deletions
diff --git a/doc/config/qbs-project.qdocconf b/doc/config/qbs-project.qdocconf
index cc27432fe..068085803 100644
--- a/doc/config/qbs-project.qdocconf
+++ b/doc/config/qbs-project.qdocconf
@@ -3,8 +3,8 @@ include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
include($QT_INSTALL_DOCS/global/compat.qdocconf)
include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
-project = "Qt Build Suite"
-description = "QBS Manual"
+project = "Qbs"
+description = "Qbs Manual"
headerdirs =
sourcedirs = $SRCDIR
@@ -20,9 +20,9 @@ qhp.projects = Qbs
qhp.Qbs.file = qbs.qhp
qhp.Qbs.namespace = org.qt-project.qbs.$QBS_VERSION_TAG
qhp.Qbs.virtualFolder = doc
-qhp.Qbs.indexTitle = Qt Build Suite
+qhp.Qbs.indexTitle = Qbs
qhp.Qbs.filterAttributes = qbs $QBS_VERSION
-qhp.Qbs.customFilters.Qbs.name = Qt Build Suite $QBS_VERSION
+qhp.Qbs.customFilters.Qbs.name = Qbs $QBS_VERSION
qhp.Qbs.customFilters.Qbs.filterAttributes = qbs $QBS_VERSION
qhp.Qbs.indexRoot =
@@ -36,4 +36,4 @@ macro.see = "\\sa"
macro.function = "\\fn"
navigation.homepage = "Qbs Manual"
-buildversion = "Qt Build Suite $QBS_VERSION"
+buildversion = "Qbs $QBS_VERSION"
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 8d782823b..574ed4a2f 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
@@ -36,7 +36,7 @@
/*!
- \contentspage{index.html}{Qt Build Suite}
+ \contentspage{index.html}{Qbs}
\page index.html
\nextpage overview.html
@@ -44,12 +44,12 @@
\section1 Version \qbsversion
- Qt Build Suite (\QBS) is a tool that helps simplify the build process for
+ \QBS is a tool that helps simplify the build process for
developing projects across multiple platforms. \QBS can be used for any
- software project, whether it is written in Qt or not.
+ software project, regardless of programming language, toolkit, or libraries used.
\QBS is an all-in-one tool that generates a build graph from a high-level
- project description (like qmake or cmake) and additionally undertakes the
+ project description (like qmake or CMake) and additionally undertakes the
task of executing the commands in the low-level build graph (like make).
\note Please report bugs and suggestions to the
diff --git a/doc/reference/commands.qdoc b/doc/reference/commands.qdoc
index 1a364658d..c985e1818 100644
--- a/doc/reference/commands.qdoc
+++ b/doc/reference/commands.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/androidapk.qdoc b/doc/reference/items/androidapk.qdoc
index b27405bf4..f7af83c9f 100644
--- a/doc/reference/items/androidapk.qdoc
+++ b/doc/reference/items/androidapk.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/application.qdoc b/doc/reference/items/application.qdoc
index a7769d93b..fc832a96a 100644
--- a/doc/reference/items/application.qdoc
+++ b/doc/reference/items/application.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/applicationextension.qdoc b/doc/reference/items/applicationextension.qdoc
index b53fbd7b0..0f1cea034 100644
--- a/doc/reference/items/applicationextension.qdoc
+++ b/doc/reference/items/applicationextension.qdoc
@@ -4,7 +4,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/artifact.qdoc b/doc/reference/items/artifact.qdoc
index e0639088d..606632a12 100644
--- a/doc/reference/items/artifact.qdoc
+++ b/doc/reference/items/artifact.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/autotestrunner.qdoc b/doc/reference/items/autotestrunner.qdoc
index 74f4e42cf..5721f1c03 100644
--- a/doc/reference/items/autotestrunner.qdoc
+++ b/doc/reference/items/autotestrunner.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/cppapplication.qdoc b/doc/reference/items/cppapplication.qdoc
index 6733d0877..eef79771f 100644
--- a/doc/reference/items/cppapplication.qdoc
+++ b/doc/reference/items/cppapplication.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/depends.qdoc b/doc/reference/items/depends.qdoc
index 662ab4066..cdc45dd8c 100644
--- a/doc/reference/items/depends.qdoc
+++ b/doc/reference/items/depends.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/dynamiclibrary.qdoc b/doc/reference/items/dynamiclibrary.qdoc
index ae55d4fa1..026301ccb 100644
--- a/doc/reference/items/dynamiclibrary.qdoc
+++ b/doc/reference/items/dynamiclibrary.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/export.qdoc b/doc/reference/items/export.qdoc
index 31d177916..3ecc74fc4 100644
--- a/doc/reference/items/export.qdoc
+++ b/doc/reference/items/export.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/filetagger.qdoc b/doc/reference/items/filetagger.qdoc
index 32920d753..adbb4377f 100644
--- a/doc/reference/items/filetagger.qdoc
+++ b/doc/reference/items/filetagger.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/group.qdoc b/doc/reference/items/group.qdoc
index 76120ca85..c378ae727 100644
--- a/doc/reference/items/group.qdoc
+++ b/doc/reference/items/group.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/installpackage.qdoc b/doc/reference/items/installpackage.qdoc
index d29a062c6..12810cf3d 100644
--- a/doc/reference/items/installpackage.qdoc
+++ b/doc/reference/items/installpackage.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/javaclasscollection.qdoc b/doc/reference/items/javaclasscollection.qdoc
index ae2074e5a..db270ee91 100644
--- a/doc/reference/items/javaclasscollection.qdoc
+++ b/doc/reference/items/javaclasscollection.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/javajarfile.qdoc b/doc/reference/items/javajarfile.qdoc
index e90da26ce..06bd2d6f9 100644
--- a/doc/reference/items/javajarfile.qdoc
+++ b/doc/reference/items/javajarfile.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/loadablemodule.qdoc b/doc/reference/items/loadablemodule.qdoc
index 91c00ce59..bdc9b5356 100644
--- a/doc/reference/items/loadablemodule.qdoc
+++ b/doc/reference/items/loadablemodule.qdoc
@@ -4,7 +4,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/module.qdoc b/doc/reference/items/module.qdoc
index fb4c3180d..28a80e9e3 100644
--- a/doc/reference/items/module.qdoc
+++ b/doc/reference/items/module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/probe.qdoc b/doc/reference/items/probe.qdoc
index 2659a08c2..a9e1cf4b7 100644
--- a/doc/reference/items/probe.qdoc
+++ b/doc/reference/items/probe.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/product.qdoc b/doc/reference/items/product.qdoc
index 5205b6e6b..a04e9f068 100644
--- a/doc/reference/items/product.qdoc
+++ b/doc/reference/items/product.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/project.qdoc b/doc/reference/items/project.qdoc
index eba923af1..d4b5d4802 100644
--- a/doc/reference/items/project.qdoc
+++ b/doc/reference/items/project.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/properties.qdoc b/doc/reference/items/properties.qdoc
index e71300e3a..f52f5cdae 100644
--- a/doc/reference/items/properties.qdoc
+++ b/doc/reference/items/properties.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/propertyoptions.qdoc b/doc/reference/items/propertyoptions.qdoc
index dbe0f4b95..ec072a131 100644
--- a/doc/reference/items/propertyoptions.qdoc
+++ b/doc/reference/items/propertyoptions.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/qtapplication.qdoc b/doc/reference/items/qtapplication.qdoc
index 4a6985918..9f3dc58f4 100644
--- a/doc/reference/items/qtapplication.qdoc
+++ b/doc/reference/items/qtapplication.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/qtguiapplication.qdoc b/doc/reference/items/qtguiapplication.qdoc
index be7eaed76..daece7000 100644
--- a/doc/reference/items/qtguiapplication.qdoc
+++ b/doc/reference/items/qtguiapplication.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/rule.qdoc b/doc/reference/items/rule.qdoc
index 3c599104e..509839d2d 100644
--- a/doc/reference/items/rule.qdoc
+++ b/doc/reference/items/rule.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/scanner.qdoc b/doc/reference/items/scanner.qdoc
index 65327b4ba..048638b4d 100644
--- a/doc/reference/items/scanner.qdoc
+++ b/doc/reference/items/scanner.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/staticlibrary.qdoc b/doc/reference/items/staticlibrary.qdoc
index 69218a595..df2ce12d2 100644
--- a/doc/reference/items/staticlibrary.qdoc
+++ b/doc/reference/items/staticlibrary.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/subproject.qdoc b/doc/reference/items/subproject.qdoc
index f3b227164..e790e945a 100644
--- a/doc/reference/items/subproject.qdoc
+++ b/doc/reference/items/subproject.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/items/xpcservice.qdoc b/doc/reference/items/xpcservice.qdoc
index 6cb4e1c25..a20f8d708 100644
--- a/doc/reference/items/xpcservice.qdoc
+++ b/doc/reference/items/xpcservice.qdoc
@@ -4,7 +4,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextension-environment.qdoc b/doc/reference/jsextensions/jsextension-environment.qdoc
index 3975bf14c..27ccfede0 100644
--- a/doc/reference/jsextensions/jsextension-environment.qdoc
+++ b/doc/reference/jsextensions/jsextension-environment.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextension-file.qdoc b/doc/reference/jsextensions/jsextension-file.qdoc
index 0b40f30a8..ca9b38630 100644
--- a/doc/reference/jsextensions/jsextension-file.qdoc
+++ b/doc/reference/jsextensions/jsextension-file.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextension-fileinfo.qdoc b/doc/reference/jsextensions/jsextension-fileinfo.qdoc
index 5f761150d..05499cf23 100644
--- a/doc/reference/jsextensions/jsextension-fileinfo.qdoc
+++ b/doc/reference/jsextensions/jsextension-fileinfo.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextension-process.qdoc b/doc/reference/jsextensions/jsextension-process.qdoc
index 9a87d0e88..b9d729ae9 100644
--- a/doc/reference/jsextensions/jsextension-process.qdoc
+++ b/doc/reference/jsextensions/jsextension-process.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextension-propertylist.qdoc b/doc/reference/jsextensions/jsextension-propertylist.qdoc
index da00bf0a8..bce582655 100644
--- a/doc/reference/jsextensions/jsextension-propertylist.qdoc
+++ b/doc/reference/jsextensions/jsextension-propertylist.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextension-temporarydir.qdoc b/doc/reference/jsextensions/jsextension-temporarydir.qdoc
index 63ee394f7..952e86188 100644
--- a/doc/reference/jsextensions/jsextension-temporarydir.qdoc
+++ b/doc/reference/jsextensions/jsextension-temporarydir.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 Jake Petroules.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextension-textfile.qdoc b/doc/reference/jsextensions/jsextension-textfile.qdoc
index fe6960a67..0fdff10a0 100644
--- a/doc/reference/jsextensions/jsextension-textfile.qdoc
+++ b/doc/reference/jsextensions/jsextension-textfile.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextension-utilities.qdoc b/doc/reference/jsextensions/jsextension-utilities.qdoc
index 3f9b8c40c..a8402aaaa 100644
--- a/doc/reference/jsextensions/jsextension-utilities.qdoc
+++ b/doc/reference/jsextensions/jsextension-utilities.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/jsextensions/jsextensions-general.qdoc b/doc/reference/jsextensions/jsextensions-general.qdoc
index 61c95231b..3a3913c6f 100644
--- a/doc/reference/jsextensions/jsextensions-general.qdoc
+++ b/doc/reference/jsextensions/jsextensions-general.qdoc
@@ -4,7 +4,7 @@
** Copyright (C) 2015 Petroules Corporation.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/list-of-tools.qdoc b/doc/reference/list-of-tools.qdoc
index ff73ab531..7cb61b49c 100644
--- a/doc/reference/list-of-tools.qdoc
+++ b/doc/reference/list-of-tools.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/android-ndk-module.qdoc b/doc/reference/modules/android-ndk-module.qdoc
index dc95ec10a..48c4b4ea6 100644
--- a/doc/reference/modules/android-ndk-module.qdoc
+++ b/doc/reference/modules/android-ndk-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/android-sdk-module.qdoc b/doc/reference/modules/android-sdk-module.qdoc
index e89ef25c5..296a8b1f2 100644
--- a/doc/reference/modules/android-sdk-module.qdoc
+++ b/doc/reference/modules/android-sdk-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/archiver-module.qdoc b/doc/reference/modules/archiver-module.qdoc
index 53e00415c..227c302c1 100644
--- a/doc/reference/modules/archiver-module.qdoc
+++ b/doc/reference/modules/archiver-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/bundle-module.qdoc b/doc/reference/modules/bundle-module.qdoc
index 471d44a8b..eebf021cc 100644
--- a/doc/reference/modules/bundle-module.qdoc
+++ b/doc/reference/modules/bundle-module.qdoc
@@ -4,7 +4,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index a904d15fc..5042e92f2 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/ib-module.qdoc b/doc/reference/modules/ib-module.qdoc
index 6d6e98cfd..11a7eace2 100644
--- a/doc/reference/modules/ib-module.qdoc
+++ b/doc/reference/modules/ib-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/java-module.qdoc b/doc/reference/modules/java-module.qdoc
index 708d5b63a..928b7ab1c 100644
--- a/doc/reference/modules/java-module.qdoc
+++ b/doc/reference/modules/java-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/nodejs-module.qdoc b/doc/reference/modules/nodejs-module.qdoc
index a19cb72d4..2c739f986 100644
--- a/doc/reference/modules/nodejs-module.qdoc
+++ b/doc/reference/modules/nodejs-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/nsis-module.qdoc b/doc/reference/modules/nsis-module.qdoc
index a971b457a..b27428daa 100644
--- a/doc/reference/modules/nsis-module.qdoc
+++ b/doc/reference/modules/nsis-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/qbs-module.qdoc b/doc/reference/modules/qbs-module.qdoc
index 3b38f5cc6..11b7246f7 100644
--- a/doc/reference/modules/qbs-module.qdoc
+++ b/doc/reference/modules/qbs-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/qt-modules.qdoc b/doc/reference/modules/qt-modules.qdoc
index 3bea872fe..974096cd8 100644
--- a/doc/reference/modules/qt-modules.qdoc
+++ b/doc/reference/modules/qt-modules.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/typescript-module.qdoc b/doc/reference/modules/typescript-module.qdoc
index c39d802ab..0293bfd6d 100644
--- a/doc/reference/modules/typescript-module.qdoc
+++ b/doc/reference/modules/typescript-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/wix-module.qdoc b/doc/reference/modules/wix-module.qdoc
index 490de072e..f0811ec27 100644
--- a/doc/reference/modules/wix-module.qdoc
+++ b/doc/reference/modules/wix-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/modules/xcode-module.qdoc b/doc/reference/modules/xcode-module.qdoc
index b3f05c335..c1eafddbc 100644
--- a/doc/reference/modules/xcode-module.qdoc
+++ b/doc/reference/modules/xcode-module.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 Jake Petroules.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
diff --git a/doc/reference/reference.qdoc b/doc/reference/reference.qdoc
index f05a76db2..93044c937 100644
--- a/doc/reference/reference.qdoc
+++ b/doc/reference/reference.qdoc
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the Qt Build Suite.
+** This file is part of Qbs.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in