Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
53985dbf
Commit
53985dbf
authored
Feb 21, 2011
by
con
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
License update.
parent
3b707461
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
50 additions
and
34 deletions
+50
-34
src/plugins/coreplugin/dialogs/externaltoolconfig.cpp
src/plugins/coreplugin/dialogs/externaltoolconfig.cpp
+1
-1
src/plugins/coreplugin/dialogs/externaltoolconfig.h
src/plugins/coreplugin/dialogs/externaltoolconfig.h
+1
-1
src/plugins/coreplugin/externaltool.cpp
src/plugins/coreplugin/externaltool.cpp
+12
-8
src/plugins/coreplugin/externaltool.h
src/plugins/coreplugin/externaltool.h
+12
-8
src/plugins/coreplugin/toolsettings.cpp
src/plugins/coreplugin/toolsettings.cpp
+12
-8
src/plugins/coreplugin/toolsettings.h
src/plugins/coreplugin/toolsettings.h
+12
-8
No files found.
src/plugins/coreplugin/dialogs/externaltoolconfig.cpp
View file @
53985dbf
...
...
@@ -2,7 +2,7 @@
**
** This file is part of Qt Creator
**
** Copyright (c) 201
0
Nokia Corporation and/or its subsidiary(-ies).
** Copyright (c) 201
1
Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
...
...
src/plugins/coreplugin/dialogs/externaltoolconfig.h
View file @
53985dbf
...
...
@@ -2,7 +2,7 @@
**
** This file is part of Qt Creator
**
** Copyright (c) 201
0
Nokia Corporation and/or its subsidiary(-ies).
** Copyright (c) 201
1
Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
...
...
src/plugins/coreplugin/externaltool.cpp
View file @
53985dbf
...
...
@@ -2,16 +2,16 @@
**
** This file is part of Qt Creator
**
** Copyright (c) 201
0
Nokia Corporation and/or its subsidiary(-ies).
** Copyright (c) 201
1
Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
No
Commercial Usage
**
**
Licensees holding valid Qt Commercial licenses may use this file in
**
accordance with the Qt Commercial License Agreement provided with the
**
Software or, alternatively, in accordance with the terms contained
in
**
a written agreement between you and Nokia
.
**
This file contains pre-release code and may not be distributed.
**
You may use this file in accordance with the terms and conditions
**
contained in the Technology Preview License Agreement accompany
in
g
**
this package
.
**
** GNU Lesser General Public License Usage
**
...
...
@@ -22,8 +22,12 @@
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** If you have questions regarding the use of this file, please contact
** Nokia at qt-info@nokia.com.
**
**************************************************************************/
...
...
src/plugins/coreplugin/externaltool.h
View file @
53985dbf
...
...
@@ -2,16 +2,16 @@
**
** This file is part of Qt Creator
**
** Copyright (c) 201
0
Nokia Corporation and/or its subsidiary(-ies).
** Copyright (c) 201
1
Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
No
Commercial Usage
**
**
Licensees holding valid Qt Commercial licenses may use this file in
**
accordance with the Qt Commercial License Agreement provided with the
**
Software or, alternatively, in accordance with the terms contained
in
**
a written agreement between you and Nokia
.
**
This file contains pre-release code and may not be distributed.
**
You may use this file in accordance with the terms and conditions
**
contained in the Technology Preview License Agreement accompany
in
g
**
this package
.
**
** GNU Lesser General Public License Usage
**
...
...
@@ -22,8 +22,12 @@
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** If you have questions regarding the use of this file, please contact
** Nokia at qt-info@nokia.com.
**
**************************************************************************/
...
...
src/plugins/coreplugin/toolsettings.cpp
View file @
53985dbf
...
...
@@ -2,16 +2,16 @@
**
** This file is part of Qt Creator
**
** Copyright (c) 201
0
Nokia Corporation and/or its subsidiary(-ies).
** Copyright (c) 201
1
Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
No
Commercial Usage
**
**
Licensees holding valid Qt Commercial licenses may use this file in
**
accordance with the Qt Commercial License Agreement provided with the
**
Software or, alternatively, in accordance with the terms contained
in
**
a written agreement between you and Nokia
.
**
This file contains pre-release code and may not be distributed.
**
You may use this file in accordance with the terms and conditions
**
contained in the Technology Preview License Agreement accompany
in
g
**
this package
.
**
** GNU Lesser General Public License Usage
**
...
...
@@ -22,8 +22,12 @@
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** If you have questions regarding the use of this file, please contact
** Nokia at qt-info@nokia.com.
**
**************************************************************************/
...
...
src/plugins/coreplugin/toolsettings.h
View file @
53985dbf
...
...
@@ -2,16 +2,16 @@
**
** This file is part of Qt Creator
**
** Copyright (c) 201
0
Nokia Corporation and/or its subsidiary(-ies).
** Copyright (c) 201
1
Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
No
Commercial Usage
**
**
Licensees holding valid Qt Commercial licenses may use this file in
**
accordance with the Qt Commercial License Agreement provided with the
**
Software or, alternatively, in accordance with the terms contained
in
**
a written agreement between you and Nokia
.
**
This file contains pre-release code and may not be distributed.
**
You may use this file in accordance with the terms and conditions
**
contained in the Technology Preview License Agreement accompany
in
g
**
this package
.
**
** GNU Lesser General Public License Usage
**
...
...
@@ -22,8 +22,12 @@
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
** contact the sales department at http://qt.nokia.com/contact.
** In addition, as a special exception, Nokia gives you certain additional
** rights. These rights are described in the Nokia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** If you have questions regarding the use of this file, please contact
** Nokia at qt-info@nokia.com.
**
**************************************************************************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment