diff options
author | mae <qtc-committer@nokia.com> | 2008-12-02 15:46:26 +0100 |
---|---|---|
committer | mae <qtc-committer@nokia.com> | 2008-12-02 15:46:26 +0100 |
commit | 6ab2d27e3bdde143bc0569d542e5989926a15e47 (patch) | |
tree | c9ddc0d23840ac51baad596639e4c7fd51131225 /src/plugins/snippets/snippetsplugin.cpp | |
parent | d9686f5b7830b5da68f7cc39895b3522b107bbcc (diff) | |
parent | ceb73b720b32e3ab11000174b6fe744ba19b5b8e (diff) | |
download | qt-creator-6ab2d27e3bdde143bc0569d542e5989926a15e47.tar.gz |
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Diffstat (limited to 'src/plugins/snippets/snippetsplugin.cpp')
-rw-r--r-- | src/plugins/snippets/snippetsplugin.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/plugins/snippets/snippetsplugin.cpp b/src/plugins/snippets/snippetsplugin.cpp index ddb8319819..7e90a028c5 100644 --- a/src/plugins/snippets/snippetsplugin.cpp +++ b/src/plugins/snippets/snippetsplugin.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,9 @@ ** 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 "snippetswindow.h" #include "snippetscompletion.h" |