util/unicode/main.cpp
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
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 **
  2466     f.open(QFile::WriteOnly|QFile::Truncate);
  2466     f.open(QFile::WriteOnly|QFile::Truncate);
  2467 
  2467 
  2468     QByteArray header =
  2468     QByteArray header =
  2469         "/****************************************************************************\n"
  2469         "/****************************************************************************\n"
  2470         "**\n"
  2470         "**\n"
  2471         "** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).\n"
  2471         "** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).\n"
  2472         "** All rights reserved.\n"
  2472         "** All rights reserved.\n"
  2473         "** Contact: Nokia Corporation (qt-info@nokia.com)\n"
  2473         "** Contact: Nokia Corporation (qt-info@nokia.com)\n"
  2474         "**\n"
  2474         "**\n"
  2475         "** This file is part of the QtCore module of the Qt Toolkit.\n"
  2475         "** This file is part of the QtCore module of the Qt Toolkit.\n"
  2476         "**\n"
  2476         "**\n"