summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-30 17:45:38 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-31 01:04:23 +0100
commit1b358ddbf825a210672ebe26d001ea272610889e (patch)
treeb59cc1180ca4cc165f476d91eb8cb010da8cba60 /examples
parente59ee1213955bc64557c6134676ead057565adf2 (diff)
Fix outdated license headers.
Change-Id: Ibe7ab029396aac69ceff45e317c9331d20017486 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/annotatedurl/annotatedurl.cpp4
-rw-r--r--examples/annotatedurl/annotatedurl.h4
-rw-r--r--examples/annotatedurl/main.cpp4
-rw-r--r--examples/annotatedurl/mainwindow.cpp4
-rw-r--r--examples/annotatedurl/mainwindow.h4
-rw-r--r--examples/bluetoothtransferplugin/bluetoothtransfer.cpp4
-rw-r--r--examples/bluetoothtransferplugin/bluetoothtransfer.h4
-rw-r--r--examples/bluetoothtransferplugin/bluetoothtransferplugin.cpp4
-rw-r--r--examples/bluetoothtransferplugin/bluetoothtransferplugin.h4
-rw-r--r--examples/btchat/chat.cpp4
-rw-r--r--examples/btchat/chat.h4
-rw-r--r--examples/btchat/chatclient.cpp4
-rw-r--r--examples/btchat/chatclient.h4
-rw-r--r--examples/btchat/chatserver.cpp4
-rw-r--r--examples/btchat/chatserver.h4
-rw-r--r--examples/btchat/main.cpp4
-rw-r--r--examples/btchat/remoteselector.cpp4
-rw-r--r--examples/btchat/remoteselector.h4
-rw-r--r--examples/btfiletransfer/main.cpp4
-rw-r--r--examples/btfiletransfer/pindisplay.cpp4
-rw-r--r--examples/btfiletransfer/pindisplay.h4
-rw-r--r--examples/btfiletransfer/progress.cpp4
-rw-r--r--examples/btfiletransfer/progress.h4
-rw-r--r--examples/btfiletransfer/remoteselector.cpp4
-rw-r--r--examples/btfiletransfer/remoteselector.h4
-rw-r--r--examples/btscanner/device.cpp4
-rw-r--r--examples/btscanner/device.h4
-rw-r--r--examples/btscanner/main.cpp4
-rw-r--r--examples/btscanner/service.cpp4
-rw-r--r--examples/btscanner/service.h4
-rw-r--r--examples/bttennis/board.cpp4
-rw-r--r--examples/bttennis/board.h4
-rw-r--r--examples/bttennis/controller.cpp4
-rw-r--r--examples/bttennis/controller.h4
-rw-r--r--examples/bttennis/handover.cpp4
-rw-r--r--examples/bttennis/handover.h4
-rw-r--r--examples/bttennis/main.cpp4
-rw-r--r--examples/bttennis/tennis.cpp4
-rw-r--r--examples/bttennis/tennis.h4
-rw-r--r--examples/bttennis/tennisclient.cpp4
-rw-r--r--examples/bttennis/tennisclient.h4
-rw-r--r--examples/bttennis/tennisserver.cpp4
-rw-r--r--examples/bttennis/tennisserver.h4
-rw-r--r--examples/bttennis/tennisview.cpp4
-rw-r--r--examples/bttennis/tennisview.h4
-rw-r--r--examples/ndefeditor/main.cpp4
-rw-r--r--examples/ndefeditor/mainwindow.cpp4
-rw-r--r--examples/ndefeditor/mainwindow.h4
-rw-r--r--examples/ndefeditor/mimeimagerecordeditor.cpp4
-rw-r--r--examples/ndefeditor/mimeimagerecordeditor.h4
-rw-r--r--examples/ndefeditor/textrecordeditor.cpp4
-rw-r--r--examples/ndefeditor/textrecordeditor.h4
-rw-r--r--examples/ndefeditor/urirecordeditor.cpp4
-rw-r--r--examples/ndefeditor/urirecordeditor.h4
-rw-r--r--examples/poster/poster.qml4
-rw-r--r--examples/poster/qmlposter.cpp4
-rw-r--r--examples/scanner/qmlscanner.cpp4
-rw-r--r--examples/scanner/scanner.qml4
58 files changed, 116 insertions, 116 deletions
diff --git a/examples/annotatedurl/annotatedurl.cpp b/examples/annotatedurl/annotatedurl.cpp
index 7cd9bb28..119be9b2 100644
--- a/examples/annotatedurl/annotatedurl.cpp
+++ b/examples/annotatedurl/annotatedurl.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module.
**
diff --git a/examples/annotatedurl/annotatedurl.h b/examples/annotatedurl/annotatedurl.h
index c0cd6e17..3233d087 100644
--- a/examples/annotatedurl/annotatedurl.h
+++ b/examples/annotatedurl/annotatedurl.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module.
**
diff --git a/examples/annotatedurl/main.cpp b/examples/annotatedurl/main.cpp
index f5e1c611..21cef3fb 100644
--- a/examples/annotatedurl/main.cpp
+++ b/examples/annotatedurl/main.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module.
**
diff --git a/examples/annotatedurl/mainwindow.cpp b/examples/annotatedurl/mainwindow.cpp
index ee3d48ab..29b00e3e 100644
--- a/examples/annotatedurl/mainwindow.cpp
+++ b/examples/annotatedurl/mainwindow.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module.
**
diff --git a/examples/annotatedurl/mainwindow.h b/examples/annotatedurl/mainwindow.h
index 021f1c4a..b5f7189b 100644
--- a/examples/annotatedurl/mainwindow.h
+++ b/examples/annotatedurl/mainwindow.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module.
**
diff --git a/examples/bluetoothtransferplugin/bluetoothtransfer.cpp b/examples/bluetoothtransferplugin/bluetoothtransfer.cpp
index 2611b845..8301a9c7 100644
--- a/examples/bluetoothtransferplugin/bluetoothtransfer.cpp
+++ b/examples/bluetoothtransferplugin/bluetoothtransfer.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/bluetoothtransferplugin/bluetoothtransfer.h b/examples/bluetoothtransferplugin/bluetoothtransfer.h
index fdc37984..f2efd55a 100644
--- a/examples/bluetoothtransferplugin/bluetoothtransfer.h
+++ b/examples/bluetoothtransferplugin/bluetoothtransfer.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/bluetoothtransferplugin/bluetoothtransferplugin.cpp b/examples/bluetoothtransferplugin/bluetoothtransferplugin.cpp
index 76cd258b..8262b8a6 100644
--- a/examples/bluetoothtransferplugin/bluetoothtransferplugin.cpp
+++ b/examples/bluetoothtransferplugin/bluetoothtransferplugin.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/bluetoothtransferplugin/bluetoothtransferplugin.h b/examples/bluetoothtransferplugin/bluetoothtransferplugin.h
index cbfccaef..40093fb0 100644
--- a/examples/bluetoothtransferplugin/bluetoothtransferplugin.h
+++ b/examples/bluetoothtransferplugin/bluetoothtransferplugin.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/chat.cpp b/examples/btchat/chat.cpp
index f0951d8e..fccb7249 100644
--- a/examples/btchat/chat.cpp
+++ b/examples/btchat/chat.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/chat.h b/examples/btchat/chat.h
index 69893c74..c5f975d1 100644
--- a/examples/btchat/chat.h
+++ b/examples/btchat/chat.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/chatclient.cpp b/examples/btchat/chatclient.cpp
index 62d68858..2077dc46 100644
--- a/examples/btchat/chatclient.cpp
+++ b/examples/btchat/chatclient.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/chatclient.h b/examples/btchat/chatclient.h
index b1036aa3..dcd21756 100644
--- a/examples/btchat/chatclient.h
+++ b/examples/btchat/chatclient.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/chatserver.cpp b/examples/btchat/chatserver.cpp
index e81915bf..6f3e179e 100644
--- a/examples/btchat/chatserver.cpp
+++ b/examples/btchat/chatserver.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/chatserver.h b/examples/btchat/chatserver.h
index f0560a9f..87cb99ed 100644
--- a/examples/btchat/chatserver.h
+++ b/examples/btchat/chatserver.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/main.cpp b/examples/btchat/main.cpp
index 0f8953f8..19ea4dbd 100644
--- a/examples/btchat/main.cpp
+++ b/examples/btchat/main.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/remoteselector.cpp b/examples/btchat/remoteselector.cpp
index b2fd69ff..101fb8ab 100644
--- a/examples/btchat/remoteselector.cpp
+++ b/examples/btchat/remoteselector.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btchat/remoteselector.h b/examples/btchat/remoteselector.h
index 8de88925..68908130 100644
--- a/examples/btchat/remoteselector.h
+++ b/examples/btchat/remoteselector.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btfiletransfer/main.cpp b/examples/btfiletransfer/main.cpp
index 64793d60..058f122a 100644
--- a/examples/btfiletransfer/main.cpp
+++ b/examples/btfiletransfer/main.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btfiletransfer/pindisplay.cpp b/examples/btfiletransfer/pindisplay.cpp
index fec3ee5e..d8e76728 100644
--- a/examples/btfiletransfer/pindisplay.cpp
+++ b/examples/btfiletransfer/pindisplay.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btfiletransfer/pindisplay.h b/examples/btfiletransfer/pindisplay.h
index 433af919..0fb6116c 100644
--- a/examples/btfiletransfer/pindisplay.h
+++ b/examples/btfiletransfer/pindisplay.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btfiletransfer/progress.cpp b/examples/btfiletransfer/progress.cpp
index 42ba4d63..981d1ba3 100644
--- a/examples/btfiletransfer/progress.cpp
+++ b/examples/btfiletransfer/progress.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btfiletransfer/progress.h b/examples/btfiletransfer/progress.h
index 060ff1c2..1af21574 100644
--- a/examples/btfiletransfer/progress.h
+++ b/examples/btfiletransfer/progress.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btfiletransfer/remoteselector.cpp b/examples/btfiletransfer/remoteselector.cpp
index a373474e..4c873fa8 100644
--- a/examples/btfiletransfer/remoteselector.cpp
+++ b/examples/btfiletransfer/remoteselector.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btfiletransfer/remoteselector.h b/examples/btfiletransfer/remoteselector.h
index 6df88fec..d6c60ad0 100644
--- a/examples/btfiletransfer/remoteselector.h
+++ b/examples/btfiletransfer/remoteselector.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btscanner/device.cpp b/examples/btscanner/device.cpp
index 43c2574b..dc661fac 100644
--- a/examples/btscanner/device.cpp
+++ b/examples/btscanner/device.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btscanner/device.h b/examples/btscanner/device.h
index 1e53f638..4e6253ee 100644
--- a/examples/btscanner/device.h
+++ b/examples/btscanner/device.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btscanner/main.cpp b/examples/btscanner/main.cpp
index 2a32cc39..f4d43db0 100644
--- a/examples/btscanner/main.cpp
+++ b/examples/btscanner/main.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btscanner/service.cpp b/examples/btscanner/service.cpp
index e9ad97e9..b8527403 100644
--- a/examples/btscanner/service.cpp
+++ b/examples/btscanner/service.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/btscanner/service.h b/examples/btscanner/service.h
index 1bf0e8d5..e8cc4def 100644
--- a/examples/btscanner/service.h
+++ b/examples/btscanner/service.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module of the Qt Toolkit.
**
diff --git a/examples/bttennis/board.cpp b/examples/bttennis/board.cpp
index d270fdab..807f0653 100644
--- a/examples/bttennis/board.cpp
+++ b/examples/bttennis/board.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/board.h b/examples/bttennis/board.h
index 96da97c3..168109e2 100644
--- a/examples/bttennis/board.h
+++ b/examples/bttennis/board.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/controller.cpp b/examples/bttennis/controller.cpp
index 666e1695..a8fcfd2a 100644
--- a/examples/bttennis/controller.cpp
+++ b/examples/bttennis/controller.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/controller.h b/examples/bttennis/controller.h
index 991dffbd..a613ec8a 100644
--- a/examples/bttennis/controller.h
+++ b/examples/bttennis/controller.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/handover.cpp b/examples/bttennis/handover.cpp
index 9ab531d7..d92d9219 100644
--- a/examples/bttennis/handover.cpp
+++ b/examples/bttennis/handover.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/handover.h b/examples/bttennis/handover.h
index fe6383a3..d223d1eb 100644
--- a/examples/bttennis/handover.h
+++ b/examples/bttennis/handover.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/main.cpp b/examples/bttennis/main.cpp
index 501d6e5d..b35cd9a9 100644
--- a/examples/bttennis/main.cpp
+++ b/examples/bttennis/main.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/tennis.cpp b/examples/bttennis/tennis.cpp
index c7c68cda..2376f756 100644
--- a/examples/bttennis/tennis.cpp
+++ b/examples/bttennis/tennis.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/tennis.h b/examples/bttennis/tennis.h
index dcb063ee..1664497a 100644
--- a/examples/bttennis/tennis.h
+++ b/examples/bttennis/tennis.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/tennisclient.cpp b/examples/bttennis/tennisclient.cpp
index e70a8bbd..b3030aaa 100644
--- a/examples/bttennis/tennisclient.cpp
+++ b/examples/bttennis/tennisclient.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/tennisclient.h b/examples/bttennis/tennisclient.h
index 2af021ab..2bbd871d 100644
--- a/examples/bttennis/tennisclient.h
+++ b/examples/bttennis/tennisclient.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/tennisserver.cpp b/examples/bttennis/tennisserver.cpp
index 8b5a5cdd..2565005d 100644
--- a/examples/bttennis/tennisserver.cpp
+++ b/examples/bttennis/tennisserver.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/tennisserver.h b/examples/bttennis/tennisserver.h
index 96c74a0c..12506295 100644
--- a/examples/bttennis/tennisserver.h
+++ b/examples/bttennis/tennisserver.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/tennisview.cpp b/examples/bttennis/tennisview.cpp
index d0a7e27c..2e68fbdb 100644
--- a/examples/bttennis/tennisview.cpp
+++ b/examples/bttennis/tennisview.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/bttennis/tennisview.h b/examples/bttennis/tennisview.h
index 284c156b..5002d003 100644
--- a/examples/bttennis/tennisview.h
+++ b/examples/bttennis/tennisview.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Qt Toolkit.
**
diff --git a/examples/ndefeditor/main.cpp b/examples/ndefeditor/main.cpp
index b22e0944..34e776eb 100644
--- a/examples/ndefeditor/main.cpp
+++ b/examples/ndefeditor/main.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/ndefeditor/mainwindow.cpp b/examples/ndefeditor/mainwindow.cpp
index eb525f58..bc6e868d 100644
--- a/examples/ndefeditor/mainwindow.cpp
+++ b/examples/ndefeditor/mainwindow.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/ndefeditor/mainwindow.h b/examples/ndefeditor/mainwindow.h
index 3bdec719..678bac8c 100644
--- a/examples/ndefeditor/mainwindow.h
+++ b/examples/ndefeditor/mainwindow.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/ndefeditor/mimeimagerecordeditor.cpp b/examples/ndefeditor/mimeimagerecordeditor.cpp
index cba73d83..85be9dc1 100644
--- a/examples/ndefeditor/mimeimagerecordeditor.cpp
+++ b/examples/ndefeditor/mimeimagerecordeditor.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/ndefeditor/mimeimagerecordeditor.h b/examples/ndefeditor/mimeimagerecordeditor.h
index 4831a698..dfaebe31 100644
--- a/examples/ndefeditor/mimeimagerecordeditor.h
+++ b/examples/ndefeditor/mimeimagerecordeditor.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/ndefeditor/textrecordeditor.cpp b/examples/ndefeditor/textrecordeditor.cpp
index 8f261258..3b056e61 100644
--- a/examples/ndefeditor/textrecordeditor.cpp
+++ b/examples/ndefeditor/textrecordeditor.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/ndefeditor/textrecordeditor.h b/examples/ndefeditor/textrecordeditor.h
index e1d24212..fa16ebfa 100644
--- a/examples/ndefeditor/textrecordeditor.h
+++ b/examples/ndefeditor/textrecordeditor.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/ndefeditor/urirecordeditor.cpp b/examples/ndefeditor/urirecordeditor.cpp
index 54828ad7..3d6e1a68 100644
--- a/examples/ndefeditor/urirecordeditor.cpp
+++ b/examples/ndefeditor/urirecordeditor.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/ndefeditor/urirecordeditor.h b/examples/ndefeditor/urirecordeditor.h
index e86faa2d..b9cb5780 100644
--- a/examples/ndefeditor/urirecordeditor.h
+++ b/examples/ndefeditor/urirecordeditor.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/poster/poster.qml b/examples/poster/poster.qml
index 58020cf0..570b8518 100644
--- a/examples/poster/poster.qml
+++ b/examples/poster/poster.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/poster/qmlposter.cpp b/examples/poster/qmlposter.cpp
index d953a683..88807244 100644
--- a/examples/poster/qmlposter.cpp
+++ b/examples/poster/qmlposter.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtNfc module of the Qt Toolkit.
**
diff --git a/examples/scanner/qmlscanner.cpp b/examples/scanner/qmlscanner.cpp
index d3d475e2..84397f47 100644
--- a/examples/scanner/qmlscanner.cpp
+++ b/examples/scanner/qmlscanner.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module.
**
diff --git a/examples/scanner/scanner.qml b/examples/scanner/scanner.qml
index c7e1f7b8..0ba5a291 100644
--- a/examples/scanner/scanner.qml
+++ b/examples/scanner/scanner.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** 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 QtBluetooth module.
**