util/qlalr/cppgenerator.cpp
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 7 3f74d0d4af4c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the utils of the Qt Toolkit.
     7 ** This file is part of the utils of the Qt Toolkit.
     8 **
     8 **
    49 QString CppGenerator::copyrightHeader() const
    49 QString CppGenerator::copyrightHeader() const
    50 {
    50 {
    51   return QLatin1String(
    51   return QLatin1String(
    52     "/****************************************************************************\n"
    52     "/****************************************************************************\n"
    53     "**\n"
    53     "**\n"
    54     "** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).\n"
    54     "** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).\n"
    55     "** All rights reserved.\n"
    55     "** All rights reserved.\n"
    56     "** Contact: Nokia Corporation (qt-info@nokia.com)\n"
    56     "** Contact: Nokia Corporation (qt-info@nokia.com)\n"
    57     "**\n"
    57     "**\n"
    58     "** This file is part of the QtCore module of the Qt Toolkit.\n"
    58     "** This file is part of the QtCore module of the Qt Toolkit.\n"
    59     "**\n"
    59     "**\n"