707 |
707 |
708 bool RCCResourceLibrary::writeHeader() |
708 bool RCCResourceLibrary::writeHeader() |
709 { |
709 { |
710 if (m_format == C_Code) { |
710 if (m_format == C_Code) { |
711 writeString("/****************************************************************************\n"); |
711 writeString("/****************************************************************************\n"); |
712 writeString("**\n"); |
|
713 writeString("** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).\n"); |
|
714 writeString("** All rights reserved.\n"); |
|
715 writeString("** Contact: Nokia Corporation (qt-info@nokia.com)\n"); |
|
716 writeString("**\n"); |
|
717 writeString("** This file is part of the tools applications of the Qt Toolkit.\n"); |
|
718 writeString("**\n"); |
|
719 writeString("** $QT_BEGIN_LICENSE:LGPL$\n"); |
|
720 writeString("** No Commercial Usage\n"); |
|
721 writeString("** This file contains pre-release code and may not be distributed.\n"); |
|
722 writeString("** You may use this file in accordance with the terms and conditions\n"); |
|
723 writeString("** contained in the Technology Preview License Agreement accompanying\n"); |
|
724 writeString("** this package.\n"); |
|
725 writeString("**\n"); |
|
726 writeString("** GNU Lesser General Public License Usage\n"); |
|
727 writeString("** Alternatively, this file may be used under the terms of the GNU Lesser\n"); |
|
728 writeString("** General Public License version 2.1 as published by the Free Software\n"); |
|
729 writeString("** Foundation and appearing in the file LICENSE.LGPL included in the\n"); |
|
730 writeString("** packaging of this file. Please review the following information to\n"); |
|
731 writeString("** ensure the GNU Lesser General Public License version 2.1 requirements\n"); |
|
732 writeString("** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.\n"); |
|
733 writeString("**\n"); |
|
734 writeString("** In addition, as a special exception, Nokia gives you certain additional\n"); |
|
735 writeString("** rights. These rights are described in the Nokia Qt LGPL Exception\n"); |
|
736 writeString("** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.\n"); |
|
737 writeString("**\n"); |
|
738 writeString("** If you have questions regarding the use of this file, please contact\n"); |
|
739 writeString("** Nokia at qt-info@nokia.com.\n"); |
|
740 writeString("**\n"); |
|
741 writeString("**\n"); |
|
742 writeString("**\n"); |
|
743 writeString("**\n"); |
|
744 writeString("**\n"); |
|
745 writeString("**\n"); |
|
746 writeString("**\n"); |
|
747 writeString("**\n"); |
|
748 writeString("** $QT_END_LICENSE$\n"); |
|
749 writeString("**\n"); |
|
750 writeString("****************************************************************************/\n"); |
|
751 writeString("/****************************************************************************\n"); |
|
752 writeString("** Resource object code\n"); |
712 writeString("** Resource object code\n"); |
753 writeString("**\n"); |
713 writeString("**\n"); |
754 writeString("** Created: "); |
714 writeString("** Created: "); |
755 writeByteArray(QDateTime::currentDateTime().toString().toLatin1()); |
715 writeByteArray(QDateTime::currentDateTime().toString().toLatin1()); |
756 writeString("\n** by: The Resource Compiler for Qt version "); |
716 writeString("\n** by: The Resource Compiler for Qt version "); |