diff options
author | Jani Heikkinen <[email protected]> | 2015-02-13 13:35:35 +0200 |
---|---|---|
committer | Jani Heikkinen <[email protected]> | 2015-02-17 13:33:18 +0000 |
commit | 20c207815a0c942e1f66966cbeedcb0cd332e3b5 (patch) | |
tree | ad94e40cbd0ebcd19606257276397ea29bf70202 /examples/quick/window | |
parent | a6ed830f4779e218b8e8f8d82dc4aa9b4b4528a1 (diff) |
Fixed license headers
Change-Id: I4d5640ff95e1361ec7e65fb3e87d7726d8185ff5
Reviewed-by: Sergio Ahumada <[email protected]>
Diffstat (limited to 'examples/quick/window')
-rw-r--r-- | examples/quick/window/ScreenInfo.qml | 6 | ||||
-rw-r--r-- | examples/quick/window/Splash.qml | 6 | ||||
-rw-r--r-- | examples/quick/window/main.cpp | 6 | ||||
-rw-r--r-- | examples/quick/window/window.qml | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/examples/quick/window/ScreenInfo.qml b/examples/quick/window/ScreenInfo.qml index 0ef827d3f0..ee0a31c794 100644 --- a/examples/quick/window/ScreenInfo.qml +++ b/examples/quick/window/ScreenInfo.qml @@ -17,9 +17,9 @@ ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. -** * Neither the name of The Qt Company Ltd 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 The Qt Company Ltd 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 diff --git a/examples/quick/window/Splash.qml b/examples/quick/window/Splash.qml index e69e0e30a6..083c3babc8 100644 --- a/examples/quick/window/Splash.qml +++ b/examples/quick/window/Splash.qml @@ -17,9 +17,9 @@ ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. -** * Neither the name of The Qt Company Ltd 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 The Qt Company Ltd 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 diff --git a/examples/quick/window/main.cpp b/examples/quick/window/main.cpp index 75bb0cb7f3..bacf52af15 100644 --- a/examples/quick/window/main.cpp +++ b/examples/quick/window/main.cpp @@ -17,9 +17,9 @@ ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. -** * Neither the name of The Qt Company Ltd 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 The Qt Company Ltd 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 diff --git a/examples/quick/window/window.qml b/examples/quick/window/window.qml index 405984637b..d50bce61b3 100644 --- a/examples/quick/window/window.qml +++ b/examples/quick/window/window.qml @@ -17,9 +17,9 @@ ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. -** * Neither the name of The Qt Company Ltd 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 The Qt Company Ltd 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 |