summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlli Werwolff <qt-info@nokia.com>2010-04-08 10:17:54 +0200
committerOlli Werwolff <qt-info@nokia.com>2010-04-08 10:17:54 +0200
commit089b522f47fd0f0cb24b6b83c68eaf9dcf5c635e (patch)
tree14a5ee97c199e5da0af0cba78b2a93ce6871a353
parentb3df54b20533e1874dbe748ca87f5701617c70f5 (diff)
Added missing/replaced old license headers
-rw-r--r--library/components/batterybutton.cpp29
-rw-r--r--library/components/batterybutton.h29
-rw-r--r--library/components/locationui.cpp29
-rw-r--r--library/components/locationui.h29
-rw-r--r--library/components/networkmodebutton.cpp29
-rw-r--r--library/components/networkmodebutton.h29
-rw-r--r--library/components/powerbutton.cpp29
-rw-r--r--library/components/powerbutton.h29
-rw-r--r--library/components/scriptui.cpp29
-rw-r--r--library/components/scriptui.h29
-rw-r--r--library/components/signalstrengthbutton.cpp29
-rw-r--r--library/components/signalstrengthbutton.h29
-rw-r--r--library/optionsitem.cpp29
-rw-r--r--library/optionsitem.h29
-rw-r--r--library/remotecontrolwidget.cpp29
-rw-r--r--library/remotecontrolwidget.h29
-rw-r--r--library/remotecontrolwidget_global.h29
-rw-r--r--library/scriptadapter.cpp29
-rw-r--r--library/scriptadapter.h29
-rw-r--r--library/style/fancylineedit.cpp4
-rw-r--r--library/style/fancylineedit.h4
-rw-r--r--library/style/filterlineedit.cpp4
-rw-r--r--library/style/filterlineedit.h4
-rw-r--r--library/style/manhattanstyle.cpp4
-rw-r--r--library/style/manhattanstyle.h4
-rw-r--r--library/style/qtcassert.h4
-rw-r--r--library/style/styleanimator.cpp4
-rw-r--r--library/style/styleanimator.h4
-rw-r--r--library/style/styledbar.cpp4
-rw-r--r--library/style/styledbar.h4
-rw-r--r--library/style/stylehelper.cpp4
-rw-r--r--library/style/stylehelper.h4
-rw-r--r--library/toolbox.cpp29
-rw-r--r--library/toolbox.h29
34 files changed, 635 insertions, 26 deletions
diff --git a/library/components/batterybutton.cpp b/library/components/batterybutton.cpp
index acdef19..f95aa97 100644
--- a/library/components/batterybutton.cpp
+++ b/library/components/batterybutton.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "batterybutton.h"
#include <QtCore/QSignalMapper>
diff --git a/library/components/batterybutton.h b/library/components/batterybutton.h
index 36c1eb4..992d9b1 100644
--- a/library/components/batterybutton.h
+++ b/library/components/batterybutton.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef BATTERYBUTTON_H
#define BATTERYBUTTON_H
diff --git a/library/components/locationui.cpp b/library/components/locationui.cpp
index 89d9b7b..a5f3ef9 100644
--- a/library/components/locationui.cpp
+++ b/library/components/locationui.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "locationui.h"
#include "optionsitem.h"
diff --git a/library/components/locationui.h b/library/components/locationui.h
index 9a03a19..0a30429 100644
--- a/library/components/locationui.h
+++ b/library/components/locationui.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef LOCATIONUI_H
#define LOCATIONUI_H
diff --git a/library/components/networkmodebutton.cpp b/library/components/networkmodebutton.cpp
index 21d758e..0d5b24f 100644
--- a/library/components/networkmodebutton.cpp
+++ b/library/components/networkmodebutton.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "networkmodebutton.h"
#include <QtCore/QSignalMapper>
diff --git a/library/components/networkmodebutton.h b/library/components/networkmodebutton.h
index 8f57240..421aa81 100644
--- a/library/components/networkmodebutton.h
+++ b/library/components/networkmodebutton.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef NETWORKMODEBUTTON_H
#define NETWORKMODEBUTTON_H
diff --git a/library/components/powerbutton.cpp b/library/components/powerbutton.cpp
index 3bec089..49ea6da 100644
--- a/library/components/powerbutton.cpp
+++ b/library/components/powerbutton.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "powerbutton.h"
#include <QtGui/QMenu>
diff --git a/library/components/powerbutton.h b/library/components/powerbutton.h
index 5830cad..b804320 100644
--- a/library/components/powerbutton.h
+++ b/library/components/powerbutton.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef POWERBUTTON_H
#define POWERBUTTON_H
diff --git a/library/components/scriptui.cpp b/library/components/scriptui.cpp
index 57f0a37..1d35b5b 100644
--- a/library/components/scriptui.cpp
+++ b/library/components/scriptui.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "scriptui.h"
#include "scriptadapter.h"
diff --git a/library/components/scriptui.h b/library/components/scriptui.h
index 7fdd04a..ff30c99 100644
--- a/library/components/scriptui.h
+++ b/library/components/scriptui.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef SCRIPTUI_H
#define SCRIPTUI_H
diff --git a/library/components/signalstrengthbutton.cpp b/library/components/signalstrengthbutton.cpp
index 7967259..1b6a8d2 100644
--- a/library/components/signalstrengthbutton.cpp
+++ b/library/components/signalstrengthbutton.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "signalstrengthbutton.h"
#include <QtCore/QSignalMapper>
diff --git a/library/components/signalstrengthbutton.h b/library/components/signalstrengthbutton.h
index 4ad520d..dd221b7 100644
--- a/library/components/signalstrengthbutton.h
+++ b/library/components/signalstrengthbutton.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef SIGNALSTRENGTHBUTTON_H
#define SIGNALSTRENGTHBUTTON_H
diff --git a/library/optionsitem.cpp b/library/optionsitem.cpp
index f374808..dc5f542 100644
--- a/library/optionsitem.cpp
+++ b/library/optionsitem.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "optionsitem.h"
#include <QtCore/QString>
diff --git a/library/optionsitem.h b/library/optionsitem.h
index 9d2d1a1..317e1b0 100644
--- a/library/optionsitem.h
+++ b/library/optionsitem.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef OPTIONSITEM_H
#define OPTIONSITEM_H
diff --git a/library/remotecontrolwidget.cpp b/library/remotecontrolwidget.cpp
index 0d96ada..7831a7f 100644
--- a/library/remotecontrolwidget.cpp
+++ b/library/remotecontrolwidget.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "remotecontrolwidget.h"
#include "toolbox.h"
#include "optionsitem.h"
diff --git a/library/remotecontrolwidget.h b/library/remotecontrolwidget.h
index 24cad37..61af995 100644
--- a/library/remotecontrolwidget.h
+++ b/library/remotecontrolwidget.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef REMOTECONTROLWIDGET_H
#define REMOTECONTROLWIDGET_H
diff --git a/library/remotecontrolwidget_global.h b/library/remotecontrolwidget_global.h
index a6223ce..8ab1422 100644
--- a/library/remotecontrolwidget_global.h
+++ b/library/remotecontrolwidget_global.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef REMOTECONTROLWIDGET_GLOBAL_H
#define REMOTECONTROLWIDGET_GLOBAL_H
diff --git a/library/scriptadapter.cpp b/library/scriptadapter.cpp
index d85a8de..17d8d25 100644
--- a/library/scriptadapter.cpp
+++ b/library/scriptadapter.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "scriptadapter.h"
#include "optionsitem.h"
diff --git a/library/scriptadapter.h b/library/scriptadapter.h
index c27ef3d..2589e17 100644
--- a/library/scriptadapter.h
+++ b/library/scriptadapter.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef SCRIPTADAPTER_H
#define SCRIPTADAPTER_H
diff --git a/library/style/fancylineedit.cpp b/library/style/fancylineedit.cpp
index f326770..384dbd0 100644
--- a/library/style/fancylineedit.cpp
+++ b/library/style/fancylineedit.cpp
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/fancylineedit.h b/library/style/fancylineedit.h
index 01978e0..2e469c9 100644
--- a/library/style/fancylineedit.h
+++ b/library/style/fancylineedit.h
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/filterlineedit.cpp b/library/style/filterlineedit.cpp
index cc5e358..7112375 100644
--- a/library/style/filterlineedit.cpp
+++ b/library/style/filterlineedit.cpp
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/filterlineedit.h b/library/style/filterlineedit.h
index d0adb50..f1653e6 100644
--- a/library/style/filterlineedit.h
+++ b/library/style/filterlineedit.h
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/manhattanstyle.cpp b/library/style/manhattanstyle.cpp
index 3d43e7a..64afbac 100644
--- a/library/style/manhattanstyle.cpp
+++ b/library/style/manhattanstyle.cpp
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/manhattanstyle.h b/library/style/manhattanstyle.h
index 527b0b4..8019066 100644
--- a/library/style/manhattanstyle.h
+++ b/library/style/manhattanstyle.h
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/qtcassert.h b/library/style/qtcassert.h
index a03f5f2..b830438 100644
--- a/library/style/qtcassert.h
+++ b/library/style/qtcassert.h
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/styleanimator.cpp b/library/style/styleanimator.cpp
index 14de4e2..396371d 100644
--- a/library/style/styleanimator.cpp
+++ b/library/style/styleanimator.cpp
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/styleanimator.h b/library/style/styleanimator.h
index 5b81827..aad3ee3 100644
--- a/library/style/styleanimator.h
+++ b/library/style/styleanimator.h
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/styledbar.cpp b/library/style/styledbar.cpp
index ad7416d..bcde0e5 100644
--- a/library/style/styledbar.cpp
+++ b/library/style/styledbar.cpp
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/styledbar.h b/library/style/styledbar.h
index 72469f6..19b1d3c 100644
--- a/library/style/styledbar.h
+++ b/library/style/styledbar.h
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/stylehelper.cpp b/library/style/stylehelper.cpp
index 1983ede..c4bff2d 100644
--- a/library/style/stylehelper.cpp
+++ b/library/style/stylehelper.cpp
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/style/stylehelper.h b/library/style/stylehelper.h
index 69765e2..b261aa7 100644
--- a/library/style/stylehelper.h
+++ b/library/style/stylehelper.h
@@ -1,8 +1,8 @@
/**************************************************************************
**
-** This file is part of Qt Creator
+** This file is part of Remote Control Widget
**
-** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
diff --git a/library/toolbox.cpp b/library/toolbox.cpp
index b5e84be..99c799a 100644
--- a/library/toolbox.cpp
+++ b/library/toolbox.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#include "toolbox.h"
#include "style/styledbar.h"
#include "style/manhattanstyle.h"
diff --git a/library/toolbox.h b/library/toolbox.h
index f6683ec..7303b0c 100644
--- a/library/toolbox.h
+++ b/library/toolbox.h
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Remote Control Widget
+**
+** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** Commercial Usage
+**
+** Licensees holding valid Qt Commercial licenses may use this file in
+** accordance with the Qt Commercial License Agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Nokia.
+**
+** GNU Lesser General Public License Usage
+**
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at http://qt.nokia.com/contact.
+**
+**************************************************************************/
+
#ifndef TOOLBOX_H
#define TOOLBOX_H