diff options
Diffstat (limited to 'src/plugins/git')
-rw-r--r-- | src/plugins/git/annotationhighlighter.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/annotationhighlighter.h | 21 | ||||
-rw-r--r-- | src/plugins/git/changeselectiondialog.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/changeselectiondialog.h | 21 | ||||
-rw-r--r-- | src/plugins/git/commitdata.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/commitdata.h | 21 | ||||
-rw-r--r-- | src/plugins/git/gitclient.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/gitclient.h | 21 | ||||
-rw-r--r-- | src/plugins/git/gitconstants.h | 21 | ||||
-rw-r--r-- | src/plugins/git/giteditor.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/giteditor.h | 21 | ||||
-rw-r--r-- | src/plugins/git/gitoutputwindow.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/gitoutputwindow.h | 21 | ||||
-rw-r--r-- | src/plugins/git/gitplugin.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/gitplugin.h | 21 | ||||
-rw-r--r-- | src/plugins/git/gitsubmiteditor.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/gitsubmiteditor.h | 21 | ||||
-rw-r--r-- | src/plugins/git/gitsubmiteditorwidget.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/gitsubmiteditorwidget.h | 21 | ||||
-rw-r--r-- | src/plugins/git/settingspage.cpp | 21 | ||||
-rw-r--r-- | src/plugins/git/settingspage.h | 21 |
21 files changed, 231 insertions, 210 deletions
diff --git a/src/plugins/git/annotationhighlighter.cpp b/src/plugins/git/annotationhighlighter.cpp index 534c45395b0..46f3b060355 100644 --- a/src/plugins/git/annotationhighlighter.cpp +++ b/src/plugins/git/annotationhighlighter.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "annotationhighlighter.h" #include <QtCore/QDebug> diff --git a/src/plugins/git/annotationhighlighter.h b/src/plugins/git/annotationhighlighter.h index 3368e4dc9ff..cd6cb91dd4e 100644 --- a/src/plugins/git/annotationhighlighter.h +++ b/src/plugins/git/annotationhighlighter.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 ANNOTATIONHIGHLIGHTER_H #define ANNOTATIONHIGHLIGHTER_H diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp index 6491614b5f7..c9cc3ba73b0 100644 --- a/src/plugins/git/changeselectiondialog.cpp +++ b/src/plugins/git/changeselectiondialog.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "changeselectiondialog.h" diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h index 02d0aa76d36..7cfb14704b2 100644 --- a/src/plugins/git/changeselectiondialog.h +++ b/src/plugins/git/changeselectiondialog.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 CHANGESELECTIONDIALOG_H #define CHANGESELECTIONDIALOG_H diff --git a/src/plugins/git/commitdata.cpp b/src/plugins/git/commitdata.cpp index aafafe1566f..4337196e8b5 100644 --- a/src/plugins/git/commitdata.cpp +++ b/src/plugins/git/commitdata.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "commitdata.h" diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index 94a82005aea..489f7aa6e5f 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 COMMITDATA_H #define COMMITDATA_H diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp index b3f71078613..fcd748a457b 100644 --- a/src/plugins/git/gitclient.cpp +++ b/src/plugins/git/gitclient.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "gitclient.h" #include "gitplugin.h" diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index f91eefda662..da2c1ba9c93 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 GITCLIENT_H #define GITCLIENT_H diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h index a74c9030317..83b5eed070a 100644 --- a/src/plugins/git/gitconstants.h +++ b/src/plugins/git/gitconstants.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 GIT_CONSTANTS_H #define GIT_CONSTANTS_H diff --git a/src/plugins/git/giteditor.cpp b/src/plugins/git/giteditor.cpp index 3bf31da6984..afb1cf2d65c 100644 --- a/src/plugins/git/giteditor.cpp +++ b/src/plugins/git/giteditor.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "giteditor.h" #include "annotationhighlighter.h" diff --git a/src/plugins/git/giteditor.h b/src/plugins/git/giteditor.h index 87e71597dd4..31e4517316c 100644 --- a/src/plugins/git/giteditor.h +++ b/src/plugins/git/giteditor.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 GITEDITOR_H #define GITEDITOR_H diff --git a/src/plugins/git/gitoutputwindow.cpp b/src/plugins/git/gitoutputwindow.cpp index e8210ed0358..9efd4b67fbc 100644 --- a/src/plugins/git/gitoutputwindow.cpp +++ b/src/plugins/git/gitoutputwindow.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "gitoutputwindow.h" diff --git a/src/plugins/git/gitoutputwindow.h b/src/plugins/git/gitoutputwindow.h index ed776c5df4a..af352fbcdc3 100644 --- a/src/plugins/git/gitoutputwindow.h +++ b/src/plugins/git/gitoutputwindow.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 GITOUTPUTWINDOW_H #define GITOUTPUTWINDOW_H diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index cbb08cc05ad..3d2f3fb8723 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "gitplugin.h" #include "gitclient.h" diff --git a/src/plugins/git/gitplugin.h b/src/plugins/git/gitplugin.h index c57c380fcf6..f09ed3d7c84 100644 --- a/src/plugins/git/gitplugin.h +++ b/src/plugins/git/gitplugin.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 GITPLUGIN_H #define GITPLUGIN_H diff --git a/src/plugins/git/gitsubmiteditor.cpp b/src/plugins/git/gitsubmiteditor.cpp index bf0d78af57b..6580396e69d 100644 --- a/src/plugins/git/gitsubmiteditor.cpp +++ b/src/plugins/git/gitsubmiteditor.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "gitsubmiteditor.h" #include "gitsubmiteditorwidget.h" diff --git a/src/plugins/git/gitsubmiteditor.h b/src/plugins/git/gitsubmiteditor.h index b424361a6a3..02e200f5ec2 100644 --- a/src/plugins/git/gitsubmiteditor.h +++ b/src/plugins/git/gitsubmiteditor.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 GITSUBMITEDITOR_H #define GITSUBMITEDITOR_H diff --git a/src/plugins/git/gitsubmiteditorwidget.cpp b/src/plugins/git/gitsubmiteditorwidget.cpp index aede10acd86..d12cc3cee59 100644 --- a/src/plugins/git/gitsubmiteditorwidget.cpp +++ b/src/plugins/git/gitsubmiteditorwidget.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "gitsubmiteditorwidget.h" #include "commitdata.h" diff --git a/src/plugins/git/gitsubmiteditorwidget.h b/src/plugins/git/gitsubmiteditorwidget.h index 7a842f50eff..332a17b70c9 100644 --- a/src/plugins/git/gitsubmiteditorwidget.h +++ b/src/plugins/git/gitsubmiteditorwidget.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 GITSUBMITEDITORWIDGET_H #define GITSUBMITEDITORWIDGET_H diff --git a/src/plugins/git/settingspage.cpp b/src/plugins/git/settingspage.cpp index 90f6371c0af..9c4e051ed39 100644 --- a/src/plugins/git/settingspage.cpp +++ b/src/plugins/git/settingspage.cpp @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 "settingspage.h" diff --git a/src/plugins/git/settingspage.h b/src/plugins/git/settingspage.h index de627bd9cea..4a263692998 100644 --- a/src/plugins/git/settingspage.h +++ b/src/plugins/git/settingspage.h @@ -6,16 +6,16 @@ ** ** Contact: Qt Software Information ([email protected]) ** -** -** 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 SETTINGSPAGE_H #define SETTINGSPAGE_H |