aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-06-02 02:29:05 -0700
committerJake Petroules <jake.petroules@qt.io>2016-06-06 16:18:30 +0000
commitecc26c0a76b5581d8d44c9499e5bff0bf067d2b1 (patch)
treec1859d37b4316ab0c2d7dbd5e5765852b6cecafb /examples
parent02bfd141900f533514efe68281a87d89043de2c4 (diff)
Replace 'the Qt build suite' with 'Qbs' in copyright notices.
Change-Id: I885d94bb14b325dc36767a840ebdb0be1fb59dd2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/app-and-lib/app/app.qbs2
-rw-r--r--examples/app-and-lib/app/main.cpp2
-rw-r--r--examples/app-and-lib/app_and_lib.qbs2
-rw-r--r--examples/app-and-lib/lib/lib.cpp2
-rw-r--r--examples/app-and-lib/lib/lib.qbs2
-rw-r--r--examples/cocoa-application/CocoaApplication.qbs2
-rw-r--r--examples/cocoa-application/CocoaApplication/AppDelegate.h2
-rw-r--r--examples/cocoa-application/CocoaApplication/AppDelegate.m2
-rw-r--r--examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch2
-rw-r--r--examples/cocoa-application/CocoaApplication/main.m2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication.qbs2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/main.m2
-rw-r--r--examples/code-generator/code-generator.qbs2
-rw-r--r--examples/collidingmice/collidingmice.qbs2
-rw-r--r--examples/collidingmice/main.cpp2
-rw-r--r--examples/collidingmice/mouse.cpp2
-rw-r--r--examples/collidingmice/mouse.h2
-rw-r--r--examples/examples.qbs2
-rw-r--r--examples/helloworld-complex/hello.qbs2
-rw-r--r--examples/helloworld-complex/src/foo.cpp2
-rw-r--r--examples/helloworld-complex/src/main.cpp2
-rw-r--r--examples/helloworld-complex/src/specialfeature.cpp2
-rw-r--r--examples/helloworld-minimal/hello.qbs2
-rw-r--r--examples/helloworld-minimal/main.cpp2
-rw-r--r--examples/helloworld-qt/hello.qbs2
-rw-r--r--examples/helloworld-qt/main.cpp2
33 files changed, 33 insertions, 33 deletions
diff --git a/examples/app-and-lib/app/app.qbs b/examples/app-and-lib/app/app.qbs
index 3268a13d5..ebc169753 100644
--- a/examples/app-and-lib/app/app.qbs
+++ b/examples/app-and-lib/app/app.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/app-and-lib/app/main.cpp b/examples/app-and-lib/app/main.cpp
index 8f7f6acd1..ce72b001d 100644
--- a/examples/app-and-lib/app/main.cpp
+++ b/examples/app-and-lib/app/main.cpp
@@ -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/examples/app-and-lib/app_and_lib.qbs b/examples/app-and-lib/app_and_lib.qbs
index c2effa8d0..e214055b5 100644
--- a/examples/app-and-lib/app_and_lib.qbs
+++ b/examples/app-and-lib/app_and_lib.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/app-and-lib/lib/lib.cpp b/examples/app-and-lib/lib/lib.cpp
index 88a7c3139..ecc2ba42f 100644
--- a/examples/app-and-lib/lib/lib.cpp
+++ b/examples/app-and-lib/lib/lib.cpp
@@ -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/examples/app-and-lib/lib/lib.qbs b/examples/app-and-lib/lib/lib.qbs
index 55417e0ef..0e6679e78 100644
--- a/examples/app-and-lib/lib/lib.qbs
+++ b/examples/app-and-lib/lib/lib.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/cocoa-application/CocoaApplication.qbs b/examples/cocoa-application/CocoaApplication.qbs
index 5e9ad9547..472f22231 100644
--- a/examples/cocoa-application/CocoaApplication.qbs
+++ b/examples/cocoa-application/CocoaApplication.qbs
@@ -4,7 +4,7 @@
** Copyright (C) 2015 Petroules Corporation.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/cocoa-application/CocoaApplication/AppDelegate.h b/examples/cocoa-application/CocoaApplication/AppDelegate.h
index 75f193469..a6c715c5b 100644
--- a/examples/cocoa-application/CocoaApplication/AppDelegate.h
+++ b/examples/cocoa-application/CocoaApplication/AppDelegate.h
@@ -3,7 +3,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/examples/cocoa-application/CocoaApplication/AppDelegate.m b/examples/cocoa-application/CocoaApplication/AppDelegate.m
index a69a96975..8fd5c49c9 100644
--- a/examples/cocoa-application/CocoaApplication/AppDelegate.m
+++ b/examples/cocoa-application/CocoaApplication/AppDelegate.m
@@ -3,7 +3,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/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch b/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch
index af4d61585..d7206045a 100644
--- a/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch
+++ b/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch
@@ -3,7 +3,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/examples/cocoa-application/CocoaApplication/main.m b/examples/cocoa-application/CocoaApplication/main.m
index 6150f272e..18b23e7ad 100644
--- a/examples/cocoa-application/CocoaApplication/main.m
+++ b/examples/cocoa-application/CocoaApplication/main.m
@@ -3,7 +3,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/examples/cocoa-touch-application/CocoaTouchApplication.qbs b/examples/cocoa-touch-application/CocoaTouchApplication.qbs
index 0aa5b31d5..c0660d564 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication.qbs
+++ b/examples/cocoa-touch-application/CocoaTouchApplication.qbs
@@ -4,7 +4,7 @@
** Copyright (C) 2015 Petroules Corporation.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h b/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h
index 05c78e7d1..cc30687c8 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h
@@ -3,7 +3,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/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m b/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m
index 35f6ec7f3..ed4d9f310 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m
@@ -3,7 +3,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/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch b/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch
index a9b185069..6a90a06f9 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch
@@ -3,7 +3,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/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h b/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h
index 584729e7f..728393ff4 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h
@@ -3,7 +3,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/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m b/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m
index 8d72aea2e..85a5d6ddb 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m
@@ -3,7 +3,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/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h b/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h
index 41d7a7211..9348b4e1f 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h
@@ -3,7 +3,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/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m b/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m
index 6d2b3b68a..6024d67c4 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m
@@ -3,7 +3,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/examples/cocoa-touch-application/CocoaTouchApplication/main.m b/examples/cocoa-touch-application/CocoaTouchApplication/main.m
index a8512ef0e..7665efcf1 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/main.m
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/main.m
@@ -3,7 +3,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/examples/code-generator/code-generator.qbs b/examples/code-generator/code-generator.qbs
index a8a804be2..572bebd06 100644
--- a/examples/code-generator/code-generator.qbs
+++ b/examples/code-generator/code-generator.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/collidingmice/collidingmice.qbs b/examples/collidingmice/collidingmice.qbs
index 8d4edd04e..9be12f53e 100644
--- a/examples/collidingmice/collidingmice.qbs
+++ b/examples/collidingmice/collidingmice.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/collidingmice/main.cpp b/examples/collidingmice/main.cpp
index 2faa4d661..1d98a9449 100644
--- a/examples/collidingmice/main.cpp
+++ b/examples/collidingmice/main.cpp
@@ -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/examples/collidingmice/mouse.cpp b/examples/collidingmice/mouse.cpp
index dd20409b8..49a829f87 100644
--- a/examples/collidingmice/mouse.cpp
+++ b/examples/collidingmice/mouse.cpp
@@ -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/examples/collidingmice/mouse.h b/examples/collidingmice/mouse.h
index 41c02c98f..c8a0948de 100644
--- a/examples/collidingmice/mouse.h
+++ b/examples/collidingmice/mouse.h
@@ -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/examples/examples.qbs b/examples/examples.qbs
index dd583aa99..565b1703a 100644
--- a/examples/examples.qbs
+++ b/examples/examples.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/helloworld-complex/hello.qbs b/examples/helloworld-complex/hello.qbs
index d950307ea..a9f7b8fee 100644
--- a/examples/helloworld-complex/hello.qbs
+++ b/examples/helloworld-complex/hello.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/helloworld-complex/src/foo.cpp b/examples/helloworld-complex/src/foo.cpp
index 47adf2cc5..fd7aedd71 100644
--- a/examples/helloworld-complex/src/foo.cpp
+++ b/examples/helloworld-complex/src/foo.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/helloworld-complex/src/main.cpp b/examples/helloworld-complex/src/main.cpp
index b139f0a63..32785aec5 100644
--- a/examples/helloworld-complex/src/main.cpp
+++ b/examples/helloworld-complex/src/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/helloworld-complex/src/specialfeature.cpp b/examples/helloworld-complex/src/specialfeature.cpp
index af2f92919..d74e1dd52 100644
--- a/examples/helloworld-complex/src/specialfeature.cpp
+++ b/examples/helloworld-complex/src/specialfeature.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/helloworld-minimal/hello.qbs b/examples/helloworld-minimal/hello.qbs
index 8d5812526..aa5399780 100644
--- a/examples/helloworld-minimal/hello.qbs
+++ b/examples/helloworld-minimal/hello.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/helloworld-minimal/main.cpp b/examples/helloworld-minimal/main.cpp
index 7eff9b2d6..493e202b8 100644
--- a/examples/helloworld-minimal/main.cpp
+++ b/examples/helloworld-minimal/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/helloworld-qt/hello.qbs b/examples/helloworld-qt/hello.qbs
index 66fcd588f..de58d3a86 100644
--- a/examples/helloworld-qt/hello.qbs
+++ b/examples/helloworld-qt/hello.qbs
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**
diff --git a/examples/helloworld-qt/main.cpp b/examples/helloworld-qt/main.cpp
index 7fd93630a..d912b1c6d 100644
--- a/examples/helloworld-qt/main.cpp
+++ b/examples/helloworld-qt/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
-** This file is part of the examples of the Qt Build Suite.
+** This file is part of the examples of Qbs.
**
** You may use this file under the terms of the BSD license as follows:
**