summaryrefslogtreecommitdiffstats
path: root/examples/btchat
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/btchat
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/btchat')
-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
9 files changed, 18 insertions, 18 deletions
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.
**