summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodestylepreferences.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-07-07 12:26:59 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-07-07 12:26:59 +0200
commit1f3896e8af6f4417588b65f0fa68759277ab6dac (patch)
treec50d91f341daaf6e2bee4eab606344ce1c73f68d /src/plugins/cpptools/cppcodestylepreferences.cpp
parentfdb0876e9c0e56f721f7bae1cc5eeb220f03c165 (diff)
parent600127e8758122501cd4f14b394bfc8e5f95872b (diff)
downloadqt-creator-1f3896e8af6f4417588b65f0fa68759277ab6dac.tar.gz
Merge remote-tracking branch 'origin/2.3'
Conflicts: share/qtcreator/dumper/bridge.py src/plugins/debugger/gdb/gdbengine.cpp src/plugins/remotelinux/remotelinuxapplicationrunner.cpp Change-Id: I444f797723d5879ea08c5c0e1f31158d271d4f41
Diffstat (limited to 'src/plugins/cpptools/cppcodestylepreferences.cpp')
-rw-r--r--src/plugins/cpptools/cppcodestylepreferences.cpp32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cppcodestylepreferences.cpp b/src/plugins/cpptools/cppcodestylepreferences.cpp
index 981216c5b2..5e3e27a8aa 100644
--- a/src/plugins/cpptools/cppcodestylepreferences.cpp
+++ b/src/plugins/cpptools/cppcodestylepreferences.cpp
@@ -1,3 +1,35 @@
+/**************************************************************************
+**
+** This file is part of Qt Creator
+**
+** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (info@qt.nokia.com)
+**
+**
+** 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.
+**
+** 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.
+**
+** If you have questions regarding the use of this file, please contact
+** Nokia at info@qt.nokia.com.
+**
+**************************************************************************/
+
#include "cppcodestylepreferences.h"
using namespace CppTools;