summaryrefslogtreecommitdiffstats
path: root/examples/sensors/cubehouse
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-10 10:41:11 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 09:43:19 +0200
commit6c06b6049154a6e071ef9fd207cdee875aa72819 (patch)
tree3bbac8d584dff329cfcdc7e92754ca177193892c /examples/sensors/cubehouse
parent10103b5649a8e0a0450f6de14635f0f07f52485d (diff)
update license headers
Change-Id: Ifbbcb23eed144e7ac4a91bc5d132dea32937f93c Reviewed-on: http://codereview.qt-project.org/6275 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'examples/sensors/cubehouse')
-rw-r--r--examples/sensors/cubehouse/camera.cpp4
-rw-r--r--examples/sensors/cubehouse/camera.h4
-rw-r--r--examples/sensors/cubehouse/cube.h4
-rw-r--r--examples/sensors/cubehouse/light.cpp4
-rw-r--r--examples/sensors/cubehouse/light.h4
-rw-r--r--examples/sensors/cubehouse/lightmodel.cpp4
-rw-r--r--examples/sensors/cubehouse/lightmodel.h4
-rw-r--r--examples/sensors/cubehouse/main.cpp4
-rw-r--r--examples/sensors/cubehouse/material.cpp4
-rw-r--r--examples/sensors/cubehouse/material.h4
-rw-r--r--examples/sensors/cubehouse/painter.cpp4
-rw-r--r--examples/sensors/cubehouse/painter.h4
-rw-r--r--examples/sensors/cubehouse/painter_fixed.cpp4
-rw-r--r--examples/sensors/cubehouse/painter_shader.cpp4
-rw-r--r--examples/sensors/cubehouse/teapot.h4
-rw-r--r--examples/sensors/cubehouse/view.cpp4
-rw-r--r--examples/sensors/cubehouse/view.h4
17 files changed, 34 insertions, 34 deletions
diff --git a/examples/sensors/cubehouse/camera.cpp b/examples/sensors/cubehouse/camera.cpp
index 2e7b6af4..2a770e87 100644
--- a/examples/sensors/cubehouse/camera.cpp
+++ b/examples/sensors/cubehouse/camera.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/camera.h b/examples/sensors/cubehouse/camera.h
index 0607d4c3..ea943b50 100644
--- a/examples/sensors/cubehouse/camera.h
+++ b/examples/sensors/cubehouse/camera.h
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/cube.h b/examples/sensors/cubehouse/cube.h
index fe5bea3a..82b956ac 100644
--- a/examples/sensors/cubehouse/cube.h
+++ b/examples/sensors/cubehouse/cube.h
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/light.cpp b/examples/sensors/cubehouse/light.cpp
index 2d98b86c..e5398045 100644
--- a/examples/sensors/cubehouse/light.cpp
+++ b/examples/sensors/cubehouse/light.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/light.h b/examples/sensors/cubehouse/light.h
index 753e57a6..d30f3278 100644
--- a/examples/sensors/cubehouse/light.h
+++ b/examples/sensors/cubehouse/light.h
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/lightmodel.cpp b/examples/sensors/cubehouse/lightmodel.cpp
index dfed8380..3040dda0 100644
--- a/examples/sensors/cubehouse/lightmodel.cpp
+++ b/examples/sensors/cubehouse/lightmodel.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/lightmodel.h b/examples/sensors/cubehouse/lightmodel.h
index 374d5240..be1ce103 100644
--- a/examples/sensors/cubehouse/lightmodel.h
+++ b/examples/sensors/cubehouse/lightmodel.h
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/main.cpp b/examples/sensors/cubehouse/main.cpp
index 6425e146..386c3e1b 100644
--- a/examples/sensors/cubehouse/main.cpp
+++ b/examples/sensors/cubehouse/main.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/material.cpp b/examples/sensors/cubehouse/material.cpp
index e3f66e26..374d360b 100644
--- a/examples/sensors/cubehouse/material.cpp
+++ b/examples/sensors/cubehouse/material.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/material.h b/examples/sensors/cubehouse/material.h
index 3ed9527e..761b436d 100644
--- a/examples/sensors/cubehouse/material.h
+++ b/examples/sensors/cubehouse/material.h
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/painter.cpp b/examples/sensors/cubehouse/painter.cpp
index 2ec12377..04ee5222 100644
--- a/examples/sensors/cubehouse/painter.cpp
+++ b/examples/sensors/cubehouse/painter.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/painter.h b/examples/sensors/cubehouse/painter.h
index 883043d5..0b8fc6b0 100644
--- a/examples/sensors/cubehouse/painter.h
+++ b/examples/sensors/cubehouse/painter.h
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/painter_fixed.cpp b/examples/sensors/cubehouse/painter_fixed.cpp
index f2990abc..fdff9548 100644
--- a/examples/sensors/cubehouse/painter_fixed.cpp
+++ b/examples/sensors/cubehouse/painter_fixed.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/painter_shader.cpp b/examples/sensors/cubehouse/painter_shader.cpp
index 0e9f364c..13163b34 100644
--- a/examples/sensors/cubehouse/painter_shader.cpp
+++ b/examples/sensors/cubehouse/painter_shader.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/teapot.h b/examples/sensors/cubehouse/teapot.h
index 71e31e7c..03692a17 100644
--- a/examples/sensors/cubehouse/teapot.h
+++ b/examples/sensors/cubehouse/teapot.h
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/view.cpp b/examples/sensors/cubehouse/view.cpp
index e9cc5ddb..a3f5687a 100644
--- a/examples/sensors/cubehouse/view.cpp
+++ b/examples/sensors/cubehouse/view.cpp
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
diff --git a/examples/sensors/cubehouse/view.h b/examples/sensors/cubehouse/view.h
index d073a67e..6b356729 100644
--- a/examples/sensors/cubehouse/view.h
+++ b/examples/sensors/cubehouse/view.h
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the examples of the Qt Mobility Components.
+** This file is part of the QtSensors module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows: