diff options
author | axis <qt-info@nokia.com> | 2009-08-06 13:36:43 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-08-06 13:41:40 (GMT) |
commit | da8dc7678be2ae594e27ee5431d8f426fbc0aff3 (patch) | |
tree | b72d6cfd4f41196583deff8a2192023c843ddfbf /examples/widgets | |
parent | 471f737c32db752d04d67c0b85be4bd21dab8b53 (diff) | |
download | Qt-da8dc7678be2ae594e27ee5431d8f426fbc0aff3.zip Qt-da8dc7678be2ae594e27ee5431d8f426fbc0aff3.tar.gz Qt-da8dc7678be2ae594e27ee5431d8f426fbc0aff3.tar.bz2 |
Update license headers according to commit 858c70f768e.
RevBy: Trust me
Diffstat (limited to 'examples/widgets')
-rw-r--r-- | examples/widgets/softkeys/main.cpp | 4 | ||||
-rw-r--r-- | examples/widgets/softkeys/softkeys.cpp | 4 | ||||
-rw-r--r-- | examples/widgets/softkeys/softkeys.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/widgets/softkeys/main.cpp b/examples/widgets/softkeys/main.cpp index a544b28..3025e36 100644 --- a/examples/widgets/softkeys/main.cpp +++ b/examples/widgets/softkeys/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). -** Contact: Qt Software Information (qt-info@nokia.com) +** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** @@ -34,7 +34,7 @@ ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please -** contact the sales department at qt-sales@nokia.com. +** contact the sales department at http://www.qtsoftware.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ diff --git a/examples/widgets/softkeys/softkeys.cpp b/examples/widgets/softkeys/softkeys.cpp index d8ab09a..7419aec 100644 --- a/examples/widgets/softkeys/softkeys.cpp +++ b/examples/widgets/softkeys/softkeys.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). -** Contact: Qt Software Information (qt-info@nokia.com) +** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** @@ -34,7 +34,7 @@ ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please -** contact the sales department at qt-sales@nokia.com. +** contact the sales department at http://www.qtsoftware.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ diff --git a/examples/widgets/softkeys/softkeys.h b/examples/widgets/softkeys/softkeys.h index da56eae..6f46563 100644 --- a/examples/widgets/softkeys/softkeys.h +++ b/examples/widgets/softkeys/softkeys.h @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). -** Contact: Qt Software Information (qt-info@nokia.com) +** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** @@ -34,7 +34,7 @@ ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please -** contact the sales department at qt-sales@nokia.com. +** contact the sales department at http://www.qtsoftware.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ |