diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-04 07:22:44 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-04 07:22:44 (GMT) |
commit | d2bb4091aee12af369d9f45395c45e8ef3aef20f (patch) | |
tree | 7599ba26712cc9929251ff86f15d79fab3651c22 /tests/benchmarks | |
parent | b28719ab2549918398c35bfa8ea90d0ddbad6a52 (diff) | |
download | Qt-d2bb4091aee12af369d9f45395c45e8ef3aef20f.zip Qt-d2bb4091aee12af369d9f45395c45e8ef3aef20f.tar.gz Qt-d2bb4091aee12af369d9f45395c45e8ef3aef20f.tar.bz2 |
Update license headers
Reviewed-by: Trust Me
Diffstat (limited to 'tests/benchmarks')
-rw-r--r-- | tests/benchmarks/qfile/main.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/benchmarks/qfile/main.cpp b/tests/benchmarks/qfile/main.cpp index 82e6562..376412c 100644 --- a/tests/benchmarks/qfile/main.cpp +++ b/tests/benchmarks/qfile/main.cpp @@ -3,11 +3,6 @@ ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** -****************************************************************************/ - -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). -** Contact: Nokia Corporation (qt-info@nokia.com) -** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ @@ -43,6 +38,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ + #include <QDebug> #include <QTemporaryFile> #include <QFSFileEngine> |