Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / examples / declarative / particles / itemparticle / content / ExpandingDelegate.qml
index e6fcb6d..87f723d 100644 (file)
@@ -1,8 +1,7 @@
 /****************************************************************************
 **
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/
 **
 ** This file is part of the examples of the Qt Toolkit.
 **
@@ -34,6 +33,7 @@
 ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
@@ -69,7 +69,7 @@ import "../../../modelviews/listview/content"
                 border.color: "orange"
                 radius: 5
             }
-            Image{
+            Image {
                 anchors.fill:parent
                 anchors.margins: -32
                 source: "bubble.png"
@@ -187,7 +187,7 @@ import "../../../modelviews/listview/content"
                 //The only strictly necessary particle specific lines 
                 to: "Details"
                 reversible: true
-                ScriptAction{script:{
+                ScriptAction {script: {
                     if(state == "Details")
                         mp.freeze(index);
                     else