diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 03:21:45 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 03:21:45 (GMT) |
commit | 812b3940012f3c04fb79b8fa8c4ac64ff8051dd4 (patch) | |
tree | 68cee7e8eb439f6034d86ada62f963a5433f4f08 /examples/animation/easing | |
parent | 84ff44e7ecf9ef28ebedfedf170ec45fe0cb9ffd (diff) | |
download | Qt-812b3940012f3c04fb79b8fa8c4ac64ff8051dd4.zip Qt-812b3940012f3c04fb79b8fa8c4ac64ff8051dd4.tar.gz Qt-812b3940012f3c04fb79b8fa8c4ac64ff8051dd4.tar.bz2 |
Update contact URL in license headers.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/animation/easing')
-rw-r--r-- | examples/animation/easing/animation.h | 2 | ||||
-rw-r--r-- | examples/animation/easing/main.cpp | 2 | ||||
-rw-r--r-- | examples/animation/easing/window.cpp | 2 | ||||
-rw-r--r-- | examples/animation/easing/window.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/animation/easing/animation.h b/examples/animation/easing/animation.h index 6f4c351..3f4a61b 100644 --- a/examples/animation/easing/animation.h +++ b/examples/animation/easing/animation.h @@ -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 http://www.qtsoftware.com/contact. +** contact the sales department at http://qt.nokia.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ diff --git a/examples/animation/easing/main.cpp b/examples/animation/easing/main.cpp index 1a94190..48766eb 100644 --- a/examples/animation/easing/main.cpp +++ b/examples/animation/easing/main.cpp @@ -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 http://www.qtsoftware.com/contact. +** contact the sales department at http://qt.nokia.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ diff --git a/examples/animation/easing/window.cpp b/examples/animation/easing/window.cpp index 8e9fe11..f6f3165 100644 --- a/examples/animation/easing/window.cpp +++ b/examples/animation/easing/window.cpp @@ -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 http://www.qtsoftware.com/contact. +** contact the sales department at http://qt.nokia.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ diff --git a/examples/animation/easing/window.h b/examples/animation/easing/window.h index 9225874..1f4cec2 100644 --- a/examples/animation/easing/window.h +++ b/examples/animation/easing/window.h @@ -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 http://www.qtsoftware.com/contact. +** contact the sales department at http://qt.nokia.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ |