aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2013-11-20 11:02:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-21 11:03:24 +0100
commit5bf627f3c2f2f1495744ac74637ecd6ebcfc39b3 (patch)
treea1683a8666eef2f10d4e2fb93ce885d9688e4c12 /examples
parent89ade43b15b60194345df37a5b9518c1335fe02f (diff)
Fix license headers in example
It's a part of QtAndroidExtras not QtWinExtras. Change-Id: I095d39e69dcd1c5362aa50a9e71a29e024fdab38 Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/androidextras/notification/android-sources/src/org/qtproject/example/notification/NotificationClient.java2
-rw-r--r--examples/androidextras/notification/main.cpp3
-rw-r--r--examples/androidextras/notification/notificationclient.cpp2
-rw-r--r--examples/androidextras/notification/notificationclient.h2
-rw-r--r--examples/androidextras/notification/qml/main.qml2
5 files changed, 5 insertions, 6 deletions
diff --git a/examples/androidextras/notification/android-sources/src/org/qtproject/example/notification/NotificationClient.java b/examples/androidextras/notification/android-sources/src/org/qtproject/example/notification/NotificationClient.java
index 9901fda..a03cae2 100644
--- a/examples/androidextras/notification/android-sources/src/org/qtproject/example/notification/NotificationClient.java
+++ b/examples/androidextras/notification/android-sources/src/org/qtproject/example/notification/NotificationClient.java
@@ -3,7 +3,7 @@
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtWinExtras module of the Qt Toolkit.
+** This file is part of the QtAndroidExtras module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/androidextras/notification/main.cpp b/examples/androidextras/notification/main.cpp
index 8ed8d30..036ae4c 100644
--- a/examples/androidextras/notification/main.cpp
+++ b/examples/androidextras/notification/main.cpp
@@ -1,10 +1,9 @@
-
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtWinExtras module of the Qt Toolkit.
+** This file is part of the QtAndroidExtras module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/androidextras/notification/notificationclient.cpp b/examples/androidextras/notification/notificationclient.cpp
index 81f80b8..3d4e487 100644
--- a/examples/androidextras/notification/notificationclient.cpp
+++ b/examples/androidextras/notification/notificationclient.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtWinExtras module of the Qt Toolkit.
+** This file is part of the QtAndroidExtras module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/androidextras/notification/notificationclient.h b/examples/androidextras/notification/notificationclient.h
index 6b48fc7..393a291 100644
--- a/examples/androidextras/notification/notificationclient.h
+++ b/examples/androidextras/notification/notificationclient.h
@@ -3,7 +3,7 @@
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtWinExtras module of the Qt Toolkit.
+** This file is part of the QtAndroidExtras module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/androidextras/notification/qml/main.qml b/examples/androidextras/notification/qml/main.qml
index e265f1b..8dde657 100644
--- a/examples/androidextras/notification/qml/main.qml
+++ b/examples/androidextras/notification/qml/main.qml
@@ -3,7 +3,7 @@
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtWinExtras module of the Qt Toolkit.
+** This file is part of the QtAndroidExtras module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage