qtmobility/tools/icheck/parser/src/plugins/cpptools/cppmodelmanager.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 /**************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** This file is part of Qt Creator
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 **
     4 ** All rights reserved.
     5 ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     6 **
       
     7 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     8 **
     6 **
     9 ** Commercial Usage
     7 ** This file is part of the Qt Mobility Components.
    10 **
     8 **
    11 ** Licensees holding valid Qt Commercial licenses may use this file in
     9 ** $QT_BEGIN_LICENSE:LGPL$
    12 ** accordance with the Qt Commercial License Agreement provided with the
    10 ** No Commercial Usage
    13 ** Software or, alternatively, in accordance with the terms contained in
    11 ** This file contains pre-release code and may not be distributed.
    14 ** a written agreement between you and Nokia.
    12 ** You may use this file in accordance with the terms and conditions
       
    13 ** contained in the Technology Preview License Agreement accompanying
       
    14 ** this package.
    15 **
    15 **
    16 ** GNU Lesser General Public License Usage
    16 ** GNU Lesser General Public License Usage
    17 **
       
    18 ** Alternatively, this file may be used under the terms of the GNU Lesser
    17 ** Alternatively, this file may be used under the terms of the GNU Lesser
    19 ** General Public License version 2.1 as published by the Free Software
    18 ** General Public License version 2.1 as published by the Free Software
    20 ** Foundation and appearing in the file LICENSE.LGPL included in the
    19 ** Foundation and appearing in the file LICENSE.LGPL included in the
    21 ** packaging of this file.  Please review the following information to
    20 ** packaging of this file.  Please review the following information to
    22 ** ensure the GNU Lesser General Public License version 2.1 requirements
    21 ** ensure the GNU Lesser General Public License version 2.1 requirements
    23 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    24 **
    23 **
    25 ** If you are unsure which license is appropriate for your use, please
    24 ** In addition, as a special exception, Nokia gives you certain additional
    26 ** contact the sales department at http://qt.nokia.com/contact.
    25 ** rights.  These rights are described in the Nokia Qt LGPL Exception
    27 **
    26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    28 **************************************************************************/
    27 **
       
    28 ** If you have questions regarding the use of this file, please contact
       
    29 ** Nokia at qt-info@nokia.com.
       
    30 **
       
    31 **
       
    32 **
       
    33 **
       
    34 **
       
    35 **
       
    36 **
       
    37 **
       
    38 ** $QT_END_LICENSE$
       
    39 **
       
    40 ****************************************************************************/
    29 
    41 
    30 #ifndef CPPMODELMANAGER_H
    42 #ifndef CPPMODELMANAGER_H
    31 #define CPPMODELMANAGER_H
    43 #define CPPMODELMANAGER_H
    32 
    44 
    33 #include <cpptools/cppmodelmanagerinterface.h>
    45 #include <cpptools/cppmodelmanagerinterface.h>