summaryrefslogtreecommitdiffstats
path: root/examples/declarative-music-browser
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative-music-browser')
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/AlbumDelegate.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/AlbumView.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/CategoryDelegate.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/CategoryView.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/LineEdit.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/MenuButton.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/SongDelegate.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/SongProperties.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/SongView.qml8
-rw-r--r--examples/declarative-music-browser/MusicBrowserCore/TypeDelegate.qml8
-rw-r--r--examples/declarative-music-browser/main.cpp8
-rw-r--r--examples/declarative-music-browser/musicbrowser.qml8
-rw-r--r--examples/declarative-music-browser/utility.cpp8
-rw-r--r--examples/declarative-music-browser/utility.h8
14 files changed, 56 insertions, 56 deletions
diff --git a/examples/declarative-music-browser/MusicBrowserCore/AlbumDelegate.qml b/examples/declarative-music-browser/MusicBrowserCore/AlbumDelegate.qml
index 73991d75c5..fc1c14cfb6 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/AlbumDelegate.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/AlbumDelegate.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/AlbumView.qml b/examples/declarative-music-browser/MusicBrowserCore/AlbumView.qml
index 76b4fe89f4..9b18693dd1 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/AlbumView.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/AlbumView.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/CategoryDelegate.qml b/examples/declarative-music-browser/MusicBrowserCore/CategoryDelegate.qml
index dd31c3b274..5dec1705f5 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/CategoryDelegate.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/CategoryDelegate.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/CategoryView.qml b/examples/declarative-music-browser/MusicBrowserCore/CategoryView.qml
index 658b733c50..6868964e45 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/CategoryView.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/CategoryView.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/LineEdit.qml b/examples/declarative-music-browser/MusicBrowserCore/LineEdit.qml
index 8b96faabd8..997cdd94b1 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/LineEdit.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/LineEdit.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/MenuButton.qml b/examples/declarative-music-browser/MusicBrowserCore/MenuButton.qml
index 68883eb968..b96e22af0f 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/MenuButton.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/MenuButton.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/SongDelegate.qml b/examples/declarative-music-browser/MusicBrowserCore/SongDelegate.qml
index 37b2cdce33..53a727be7d 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/SongDelegate.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/SongDelegate.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/SongProperties.qml b/examples/declarative-music-browser/MusicBrowserCore/SongProperties.qml
index e208ad3534..f33657b7cd 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/SongProperties.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/SongProperties.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/SongView.qml b/examples/declarative-music-browser/MusicBrowserCore/SongView.qml
index 052949191d..9ba58f493a 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/SongView.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/SongView.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/MusicBrowserCore/TypeDelegate.qml b/examples/declarative-music-browser/MusicBrowserCore/TypeDelegate.qml
index ad2c7d64fd..700da2a143 100644
--- a/examples/declarative-music-browser/MusicBrowserCore/TypeDelegate.qml
+++ b/examples/declarative-music-browser/MusicBrowserCore/TypeDelegate.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/main.cpp b/examples/declarative-music-browser/main.cpp
index 64253ba4fc..2de6da47ec 100644
--- a/examples/declarative-music-browser/main.cpp
+++ b/examples/declarative-music-browser/main.cpp
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/musicbrowser.qml b/examples/declarative-music-browser/musicbrowser.qml
index cf69160845..94c05d32c9 100644
--- a/examples/declarative-music-browser/musicbrowser.qml
+++ b/examples/declarative-music-browser/musicbrowser.qml
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/utility.cpp b/examples/declarative-music-browser/utility.cpp
index f7634001d5..24202c21a4 100644
--- a/examples/declarative-music-browser/utility.cpp
+++ b/examples/declarative-music-browser/utility.cpp
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/examples/declarative-music-browser/utility.h b/examples/declarative-music-browser/utility.h
index befb576a4e..8d2ccb9407 100644
--- a/examples/declarative-music-browser/utility.h
+++ b/examples/declarative-music-browser/utility.h
@@ -17,10 +17,10 @@
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
+** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
+** of its contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT