diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/makespy/main.cpp | 21 | ||||
-rw-r--r-- | src/tools/qdebugger/lean.h | 21 | ||||
-rw-r--r-- | src/tools/qdebugger/main.cpp | 21 | ||||
-rw-r--r-- | src/tools/qdebugger/mainwindow.cpp | 21 | ||||
-rw-r--r-- | src/tools/qdebugger/mainwindow.h | 21 | ||||
-rw-r--r-- | src/tools/qtcreatorwidgets/customwidget.h | 21 | ||||
-rw-r--r-- | src/tools/qtcreatorwidgets/customwidgets.cpp | 21 | ||||
-rw-r--r-- | src/tools/qtcreatorwidgets/customwidgets.h | 21 | ||||
-rw-r--r-- | src/tools/texteditor/main.cpp | 21 | ||||
-rw-r--r-- | src/tools/texteditor/mainwindow.cpp | 21 | ||||
-rw-r--r-- | src/tools/texteditor/mainwindow.h | 21 |
11 files changed, 121 insertions, 110 deletions
diff --git a/src/tools/makespy/main.cpp b/src/tools/makespy/main.cpp index bee1a8f0d5..ab479c1a75 100644 --- a/src/tools/makespy/main.cpp +++ b/src/tools/makespy/main.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #include <QApplication> diff --git a/src/tools/qdebugger/lean.h b/src/tools/qdebugger/lean.h index 69935c83ee..9ad6d3bd87 100644 --- a/src/tools/qdebugger/lean.h +++ b/src/tools/qdebugger/lean.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #ifndef QDBIMPORTS_H #define QDBIMPORTS_H diff --git a/src/tools/qdebugger/main.cpp b/src/tools/qdebugger/main.cpp index 101a046cf2..1b0f7ca770 100644 --- a/src/tools/qdebugger/main.cpp +++ b/src/tools/qdebugger/main.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #include "mainwindow.h" diff --git a/src/tools/qdebugger/mainwindow.cpp b/src/tools/qdebugger/mainwindow.cpp index e1203b6fac..a5ab73a3f2 100644 --- a/src/tools/qdebugger/mainwindow.cpp +++ b/src/tools/qdebugger/mainwindow.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #include "mainwindow.h" diff --git a/src/tools/qdebugger/mainwindow.h b/src/tools/qdebugger/mainwindow.h index 6a313b6ed1..845da16597 100644 --- a/src/tools/qdebugger/mainwindow.h +++ b/src/tools/qdebugger/mainwindow.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #ifndef QDB_MAINWINDOW_H #define QDB_MAINWINDOW_H diff --git a/src/tools/qtcreatorwidgets/customwidget.h b/src/tools/qtcreatorwidgets/customwidget.h index 23f22cf5a2..80eb8556b8 100644 --- a/src/tools/qtcreatorwidgets/customwidget.h +++ b/src/tools/qtcreatorwidgets/customwidget.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #ifndef CUSTOMWIDGET #define CUSTOMWIDGET diff --git a/src/tools/qtcreatorwidgets/customwidgets.cpp b/src/tools/qtcreatorwidgets/customwidgets.cpp index 80a6d31e5d..26dda9015a 100644 --- a/src/tools/qtcreatorwidgets/customwidgets.cpp +++ b/src/tools/qtcreatorwidgets/customwidgets.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #include "customwidgets.h" diff --git a/src/tools/qtcreatorwidgets/customwidgets.h b/src/tools/qtcreatorwidgets/customwidgets.h index fbf638bded..d1b8d54075 100644 --- a/src/tools/qtcreatorwidgets/customwidgets.h +++ b/src/tools/qtcreatorwidgets/customwidgets.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #ifndef _CUSTOMWIDGETS_ #define _CUSTOMWIDGETS_ diff --git a/src/tools/texteditor/main.cpp b/src/tools/texteditor/main.cpp index 101a046cf2..1b0f7ca770 100644 --- a/src/tools/texteditor/main.cpp +++ b/src/tools/texteditor/main.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #include "mainwindow.h" diff --git a/src/tools/texteditor/mainwindow.cpp b/src/tools/texteditor/mainwindow.cpp index 087bdc92ce..086cb260d5 100644 --- a/src/tools/texteditor/mainwindow.cpp +++ b/src/tools/texteditor/mainwindow.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #include "mainwindow.h" diff --git a/src/tools/texteditor/mainwindow.h b/src/tools/texteditor/mainwindow.h index cf9983d5b4..bcc447f94c 100644 --- a/src/tools/texteditor/mainwindow.h +++ b/src/tools/texteditor/mainwindow.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information (qt-info@nokia.com) ** -** -** Non-Open Source Usage -** +** +** Non-Open Source Usage +** ** Licensees may use this file in accordance with the Qt Beta Version ** License Agreement, Agreement version 2.2 provided with the Software or, ** alternatively, in accordance with the terms contained in a written -** agreement between you and Nokia. -** -** GNU General Public License Usage -** +** agreement between you and Nokia. +** +** GNU General Public License Usage +** ** Alternatively, this file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the packaging @@ -26,9 +26,10 @@ ** http://www.gnu.org/copyleft/gpl.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt GPL Exception version -** 1.2, included in the file GPL_EXCEPTION.txt in this package. -** +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ ***************************************************************************/ #ifndef TEXTEDITOR_MAINWINDOW_H #define TEXTEDITOR_MAINWINDOW_H |