summaryrefslogtreecommitdiffstats
path: root/src/bmserver
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-11-05 08:13:55 +0100
committerjasplin <qt-info@nokia.com>2009-11-05 08:13:55 +0100
commit6ca613fbda41939ebced85fad9d4ab4158a3b0d9 (patch)
treeaffb5e86e397c47b760849c1875dfa491c0ca890 /src/bmserver
parentfb92d8bfa78ace1bbe6037b8b1383ba27c1938ea (diff)
Add license (GPL version 2 and 3).
Diffstat (limited to 'src/bmserver')
-rw-r--r--src/bmserver/main.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/bmserver/main.cpp b/src/bmserver/main.cpp
index 13bbaf2..21aafdc 100644
--- a/src/bmserver/main.cpp
+++ b/src/bmserver/main.cpp
@@ -1,3 +1,26 @@
+/****************************************************************************
+**
+** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: Qt Software Information (qt-info@nokia.com)
+**
+** This file is part of the BM project on Qt Labs.
+**
+** This file may be used under the terms of the GNU General Public
+** License version 2.0 or 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of
+** this file. Please review the following information to ensure GNU
+** General Public Licensing requirements will be met:
+** http://www.fsf.org/licensing/licenses/info/GPLv2.html and
+** http://www.gnu.org/copyleft/gpl.html.
+**
+** If you are unsure which license is appropriate for your use, please
+** contact the sales department at qt-sales@nokia.com.
+**
+** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+**
+****************************************************************************/
+
#include <QtCore>
#include <QSqlQuery>
#include "bm.h"