diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-17 06:15:14 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-17 06:15:14 (GMT) |
commit | f6d44c99148fc8febe3d6b7d0c4b2dd2a6141e87 (patch) | |
tree | 8bb08faf303cec8b5efd8e6065328a13e102363f /util | |
parent | ef674c40e7d3092dfa8bb4fd43978ac0ebce64d7 (diff) | |
download | Qt-f6d44c99148fc8febe3d6b7d0c4b2dd2a6141e87.zip Qt-f6d44c99148fc8febe3d6b7d0c4b2dd2a6141e87.tar.gz Qt-f6d44c99148fc8febe3d6b7d0c4b2dd2a6141e87.tar.bz2 |
Update license headers in files that are new in 4.6.
Reviewed-by: Trust Me
Diffstat (limited to 'util')
-rw-r--r-- | util/qlalr/cppgenerator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/qlalr/cppgenerator.cpp b/util/qlalr/cppgenerator.cpp index 2f318e4..520b44f 100644 --- a/util/qlalr/cppgenerator.cpp +++ b/util/qlalr/cppgenerator.cpp @@ -53,7 +53,7 @@ QString CppGenerator::trollCopyrightHeader() const "/****************************************************************************\n" "**\n" "** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).\n" -"** Contact: Qt Software Information (qt-info@nokia.com)\n" +"** Contact: Nokia Corporation (qt-info@nokia.com)\n" "**\n" "** This file is part of the QtCore module of the Qt Toolkit.\n" "**\n" @@ -86,7 +86,7 @@ QString CppGenerator::trollCopyrightHeader() const "** met: http://www.gnu.org/copyleft/gpl.html.\n" "**\n" "** If you are unsure which license is appropriate for your use, please\n" -"** contact the sales department at qt-sales@nokia.com.\n" +"** contact the sales department at http://www.qtsoftware.com/contact.\n" "** $QT_END_LICENSE$\n" "**\n" "****************************************************************************/\n" |