summaryrefslogtreecommitdiffstats
path: root/src/gallery/maemo5
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-11-06 19:41:46 +0100
committerSergio Ahumada <sergio.ahumada@digia.com>2012-11-07 11:17:54 +0100
commit8de152a9e1deb533070663cccf6a98e0d374b1d6 (patch)
tree88895d60baa036339e9b43607d1705c57d1b281a /src/gallery/maemo5
parent5d05d0cf36641c8754ca49aeb18cfda9971e0119 (diff)
Change copyrights from Nokia to Digia
Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/gallery/maemo5')
-rw-r--r--src/gallery/maemo5/qdocumentgallery_maemo5.cpp6
-rw-r--r--src/gallery/maemo5/qgallerydbusinterface.cpp6
-rw-r--r--src/gallery/maemo5/qgallerydbusinterface_p.h6
-rw-r--r--src/gallery/maemo5/qgallerytrackerchangenotifier.cpp6
-rw-r--r--src/gallery/maemo5/qgallerytrackerchangenotifier_p.h6
-rw-r--r--src/gallery/maemo5/qgallerytrackereditableresultset.cpp6
-rw-r--r--src/gallery/maemo5/qgallerytrackereditableresultset_p.h6
-rw-r--r--src/gallery/maemo5/qgallerytrackerlistcolumn.cpp6
-rw-r--r--src/gallery/maemo5/qgallerytrackerlistcolumn_p.h6
-rw-r--r--src/gallery/maemo5/qgallerytrackermetadataedit.cpp6
-rw-r--r--src/gallery/maemo5/qgallerytrackermetadataedit_p.h6
-rw-r--r--src/gallery/maemo5/qgallerytrackerresultset.cpp6
-rw-r--r--src/gallery/maemo5/qgallerytrackerresultset_p.h6
-rw-r--r--src/gallery/maemo5/qgallerytrackerresultset_p_p.h6
-rw-r--r--src/gallery/maemo5/qgallerytrackerschema.cpp6
-rw-r--r--src/gallery/maemo5/qgallerytrackerschema_p.h6
-rw-r--r--src/gallery/maemo5/qgallerytrackertyperesultset.cpp6
-rw-r--r--src/gallery/maemo5/qgallerytrackertyperesultset_p.h6
18 files changed, 54 insertions, 54 deletions
diff --git a/src/gallery/maemo5/qdocumentgallery_maemo5.cpp b/src/gallery/maemo5/qdocumentgallery_maemo5.cpp
index 3b46a6219d..a5941c0200 100644
--- a/src/gallery/maemo5/qdocumentgallery_maemo5.cpp
+++ b/src/gallery/maemo5/qdocumentgallery_maemo5.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerydbusinterface.cpp b/src/gallery/maemo5/qgallerydbusinterface.cpp
index 442211b3a9..1a814df9ad 100644
--- a/src/gallery/maemo5/qgallerydbusinterface.cpp
+++ b/src/gallery/maemo5/qgallerydbusinterface.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerydbusinterface_p.h b/src/gallery/maemo5/qgallerydbusinterface_p.h
index 0cf1ca39bb..b9b0ca44f8 100644
--- a/src/gallery/maemo5/qgallerydbusinterface_p.h
+++ b/src/gallery/maemo5/qgallerydbusinterface_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerchangenotifier.cpp b/src/gallery/maemo5/qgallerytrackerchangenotifier.cpp
index ffb2eb5ac3..a6edd87516 100644
--- a/src/gallery/maemo5/qgallerytrackerchangenotifier.cpp
+++ b/src/gallery/maemo5/qgallerytrackerchangenotifier.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerchangenotifier_p.h b/src/gallery/maemo5/qgallerytrackerchangenotifier_p.h
index 031c1a7ae4..eda43290df 100644
--- a/src/gallery/maemo5/qgallerytrackerchangenotifier_p.h
+++ b/src/gallery/maemo5/qgallerytrackerchangenotifier_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackereditableresultset.cpp b/src/gallery/maemo5/qgallerytrackereditableresultset.cpp
index 349dbcc8ee..c34175de2f 100644
--- a/src/gallery/maemo5/qgallerytrackereditableresultset.cpp
+++ b/src/gallery/maemo5/qgallerytrackereditableresultset.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackereditableresultset_p.h b/src/gallery/maemo5/qgallerytrackereditableresultset_p.h
index 5fffd1c325..d2c074746b 100644
--- a/src/gallery/maemo5/qgallerytrackereditableresultset_p.h
+++ b/src/gallery/maemo5/qgallerytrackereditableresultset_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerlistcolumn.cpp b/src/gallery/maemo5/qgallerytrackerlistcolumn.cpp
index e77c242ea2..ead2ee3d18 100644
--- a/src/gallery/maemo5/qgallerytrackerlistcolumn.cpp
+++ b/src/gallery/maemo5/qgallerytrackerlistcolumn.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerlistcolumn_p.h b/src/gallery/maemo5/qgallerytrackerlistcolumn_p.h
index b9f33532b2..b83941ee53 100644
--- a/src/gallery/maemo5/qgallerytrackerlistcolumn_p.h
+++ b/src/gallery/maemo5/qgallerytrackerlistcolumn_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackermetadataedit.cpp b/src/gallery/maemo5/qgallerytrackermetadataedit.cpp
index 535b1a2e6a..bd1b52ec4b 100644
--- a/src/gallery/maemo5/qgallerytrackermetadataedit.cpp
+++ b/src/gallery/maemo5/qgallerytrackermetadataedit.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackermetadataedit_p.h b/src/gallery/maemo5/qgallerytrackermetadataedit_p.h
index dba723b1b2..9b325bd9d2 100644
--- a/src/gallery/maemo5/qgallerytrackermetadataedit_p.h
+++ b/src/gallery/maemo5/qgallerytrackermetadataedit_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerresultset.cpp b/src/gallery/maemo5/qgallerytrackerresultset.cpp
index fcb9c4a529..be5d7ed7e0 100644
--- a/src/gallery/maemo5/qgallerytrackerresultset.cpp
+++ b/src/gallery/maemo5/qgallerytrackerresultset.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerresultset_p.h b/src/gallery/maemo5/qgallerytrackerresultset_p.h
index d74a986f4b..a28ce288bb 100644
--- a/src/gallery/maemo5/qgallerytrackerresultset_p.h
+++ b/src/gallery/maemo5/qgallerytrackerresultset_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerresultset_p_p.h b/src/gallery/maemo5/qgallerytrackerresultset_p_p.h
index 25527621f9..f53615a117 100644
--- a/src/gallery/maemo5/qgallerytrackerresultset_p_p.h
+++ b/src/gallery/maemo5/qgallerytrackerresultset_p_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerschema.cpp b/src/gallery/maemo5/qgallerytrackerschema.cpp
index 944c853e25..e35873f811 100644
--- a/src/gallery/maemo5/qgallerytrackerschema.cpp
+++ b/src/gallery/maemo5/qgallerytrackerschema.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackerschema_p.h b/src/gallery/maemo5/qgallerytrackerschema_p.h
index f39b0b2fc2..e5328590ba 100644
--- a/src/gallery/maemo5/qgallerytrackerschema_p.h
+++ b/src/gallery/maemo5/qgallerytrackerschema_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackertyperesultset.cpp b/src/gallery/maemo5/qgallerytrackertyperesultset.cpp
index e10d7f7c39..b508ae1249 100644
--- a/src/gallery/maemo5/qgallerytrackertyperesultset.cpp
+++ b/src/gallery/maemo5/qgallerytrackertyperesultset.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/gallery/maemo5/qgallerytrackertyperesultset_p.h b/src/gallery/maemo5/qgallerytrackertyperesultset_p.h
index 5f60b7d0a8..7631efa341 100644
--- a/src/gallery/maemo5/qgallerytrackertyperesultset_p.h
+++ b/src/gallery/maemo5/qgallerytrackertyperesultset_p.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/