summaryrefslogtreecommitdiff
path: root/src/plugins/qmljsinspector/qmljsinspectorsettings.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-08-18 10:43:52 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2010-08-18 10:44:32 +0200
commit69b72283afb848ee39b46337a885be0ab51430c2 (patch)
tree2627ddb7982957bca533db078a5b3ae572995d8b /src/plugins/qmljsinspector/qmljsinspectorsettings.cpp
parent6ee61f2d1a164c005f6c45eaaa2876fd59da2382 (diff)
downloadqt-creator-69b72283afb848ee39b46337a885be0ab51430c2.tar.gz
Missing license headers
Diffstat (limited to 'src/plugins/qmljsinspector/qmljsinspectorsettings.cpp')
-rw-r--r--src/plugins/qmljsinspector/qmljsinspectorsettings.cpp29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/plugins/qmljsinspector/qmljsinspectorsettings.cpp b/src/plugins/qmljsinspector/qmljsinspectorsettings.cpp
index 8feda7aebf..b830f88e6c 100644
--- a/src/plugins/qmljsinspector/qmljsinspectorsettings.cpp
+++ b/src/plugins/qmljsinspector/qmljsinspectorsettings.cpp
@@ -1,3 +1,32 @@
+/**************************************************************************
+**
+** This file is part of Qt Creator
+**
+** 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 "qmljsinspectorsettings.h"
#include "qmljsinspectorconstants.h"
#include <QtCore/QSettings>