src/corelib/kernel/qtcore_eval.cpp
changeset 18 2f34d5167611
parent 3 41300fa6a67c
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     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 QtCore module of the Qt Toolkit.
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     8 **
     8 **
    52 
    52 
    53 #include "qconfig_eval.cpp"
    53 #include "qconfig_eval.cpp"
    54 
    54 
    55 static const char boilerplate_unsuported[] =
    55 static const char boilerplate_unsuported[] =
    56     "\nQt %1 Evaluation License\n"
    56     "\nQt %1 Evaluation License\n"
    57     "Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).\n"
    57     "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).\n"
    58     "All rights reserved.\n\n"
    58     "All rights reserved.\n\n"
    59     "This trial version may only be used for evaluation purposes\n"
    59     "This trial version may only be used for evaluation purposes\n"
    60     "and will shut down after 120 minutes.\n"
    60     "and will shut down after 120 minutes.\n"
    61     "Registered to:\n"
    61     "Registered to:\n"
    62     "   Licensee: %2\n\n"
    62     "   Licensee: %2\n\n"
    63     "The evaluation expires in %4 days\n\n"
    63     "The evaluation expires in %4 days\n\n"
    64     "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
    64     "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
    65 
    65 
    66 static const char boilerplate_supported[] =
    66 static const char boilerplate_supported[] =
    67     "\nQt %1 Evaluation License\n"
    67     "\nQt %1 Evaluation License\n"
    68     "Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).\n"
    68     "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).\n"
    69     "All rights reserved.\n\n"
    69     "All rights reserved.\n\n"
    70     "This trial version may only be used for evaluation purposes\n"
    70     "This trial version may only be used for evaluation purposes\n"
    71     "Registered to:\n"
    71     "Registered to:\n"
    72     "   Licensee: %2\n\n"
    72     "   Licensee: %2\n\n"
    73     "The evaluation expires in %4 days\n\n"
    73     "The evaluation expires in %4 days\n\n"