summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-24 14:10:00 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-28 00:17:25 +0100
commit2ed9ee9a432d69941620fa6d22945a0573cf1e77 (patch)
tree82faaf104657d460006b7a3979f31105f68d51ef /tools
parente066cc9c7ab5503042a30398f9c6f322bde381aa (diff)
Fix missing and outdated license headers.
Change-Id: I98041a8ec8672b67710ea565f695ede4f9d87b8e Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/adb-dump/main.cpp43
1 files changed, 40 insertions, 3 deletions
diff --git a/tools/adb-dump/main.cpp b/tools/adb-dump/main.cpp
index 7978c829..b731d16d 100644
--- a/tools/adb-dump/main.cpp
+++ b/tools/adb-dump/main.cpp
@@ -1,6 +1,43 @@
-/*
- * Copyright (C) 2010 Nokia Corporation
- */
+/****************************************************************************
+**
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/
+**
+** This file is part of the QtAddOn.JsonDb module of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** GNU Lesser General Public License Usage
+** 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.
+**
+** In addition, as a special exception, Nokia gives you certain additional
+** rights. These rights are described in the Nokia Qt LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 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 the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
+**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
+**
+**
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
#include "aodb.h"
#include <iostream>