diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-10-26 18:00:49 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-10-26 18:00:49 +0100 |
commit | a3580ab57640ad76f707f8701e4171db267a9a01 (patch) | |
tree | ed1379c9a9c33c43852feb092d3315a0496e2e3c /src/libs/cplusplus/GenTemplateInstance.cpp | |
parent | 82ecb2c7b3ebdd814dc615b51471ad9b8e05faf1 (diff) | |
download | qt-creator-a3580ab57640ad76f707f8701e4171db267a9a01.tar.gz |
Added the copyright header
Diffstat (limited to 'src/libs/cplusplus/GenTemplateInstance.cpp')
-rw-r--r-- | src/libs/cplusplus/GenTemplateInstance.cpp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/libs/cplusplus/GenTemplateInstance.cpp b/src/libs/cplusplus/GenTemplateInstance.cpp index d3c1c89551..a7c9d4f6a5 100644 --- a/src/libs/cplusplus/GenTemplateInstance.cpp +++ b/src/libs/cplusplus/GenTemplateInstance.cpp @@ -1,3 +1,31 @@ +/************************************************************************** +** +** This file is part of Qt Creator +** +** Copyright (c) 2009 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 "GenTemplateInstance.h" #include "Overview.h" |