aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-02-27 15:09:44 +0100
committercon <qtc-committer@nokia.com>2009-02-27 15:09:44 +0100
commit0be29685a3712876234936ba11bab082f53b6f04 (patch)
tree4d4d2e0d44e6ece53eac9cb62a2249d4c9c5f654
parentb3c3ed1b37117e416cd925159d9ba7404fbf131d (diff)
Fixes: - New license, new website.v1.0.0
-rw-r--r--src/plugins/bineditor/BinEditor.pluginspec18
-rw-r--r--src/plugins/bookmarks/Bookmarks.pluginspec18
-rw-r--r--src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec18
-rw-r--r--src/plugins/coreplugin/Core.pluginspec18
-rw-r--r--src/plugins/cpaster/CodePaster.pluginspec18
-rw-r--r--src/plugins/cppeditor/CppEditor.pluginspec18
-rw-r--r--src/plugins/cpptools/CppTools.pluginspec18
-rw-r--r--src/plugins/debugger/Debugger.pluginspec18
-rw-r--r--src/plugins/designer/Designer.pluginspec18
-rw-r--r--src/plugins/fakevim/FakeVim.pluginspec18
-rw-r--r--src/plugins/find/Find.pluginspec18
-rw-r--r--src/plugins/git/ScmGit.pluginspec18
-rw-r--r--src/plugins/helloworld/HelloWorld.pluginspec18
-rw-r--r--src/plugins/help/Help.pluginspec18
-rw-r--r--src/plugins/perforce/Perforce.pluginspec18
-rw-r--r--src/plugins/projectexplorer/ProjectExplorer.pluginspec18
-rw-r--r--src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec18
-rw-r--r--src/plugins/qtscripteditor/QtScriptEditor.pluginspec18
-rw-r--r--src/plugins/quickopen/QuickOpen.pluginspec18
-rw-r--r--src/plugins/regexp/RegExp.pluginspec18
-rw-r--r--src/plugins/resourceeditor/ResourceEditor.pluginspec18
-rw-r--r--src/plugins/snippets/Snippets.pluginspec18
-rw-r--r--src/plugins/subversion/Subversion.pluginspec18
-rw-r--r--src/plugins/texteditor/TextEditor.pluginspec18
-rw-r--r--src/plugins/vcsbase/VCSBase.pluginspec18
25 files changed, 400 insertions, 50 deletions
diff --git a/src/plugins/bineditor/BinEditor.pluginspec b/src/plugins/bineditor/BinEditor.pluginspec
index 3a57c90114..53fe757465 100644
--- a/src/plugins/bineditor/BinEditor.pluginspec
+++ b/src/plugins/bineditor/BinEditor.pluginspec
@@ -1,9 +1,23 @@
<plugin name="BinEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Binary editor component.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/>
diff --git a/src/plugins/bookmarks/Bookmarks.pluginspec b/src/plugins/bookmarks/Bookmarks.pluginspec
index da372256fa..3c85f931d3 100644
--- a/src/plugins/bookmarks/Bookmarks.pluginspec
+++ b/src/plugins/bookmarks/Bookmarks.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Bookmarks" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Bookmarks in text editors.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec b/src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
index 5cf17b249e..da84e44e4d 100644
--- a/src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
+++ b/src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
@@ -1,9 +1,23 @@
<plugin name="CMakeProjectManager" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>### TODO</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>CMake support</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/coreplugin/Core.pluginspec b/src/plugins/coreplugin/Core.pluginspec
index becb1b2ffe..aacec63b9d 100644
--- a/src/plugins/coreplugin/Core.pluginspec
+++ b/src/plugins/coreplugin/Core.pluginspec
@@ -1,7 +1,21 @@
<plugin name="Core" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>The core plugin for the Qt IDE.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
</plugin>
diff --git a/src/plugins/cpaster/CodePaster.pluginspec b/src/plugins/cpaster/CodePaster.pluginspec
index b3c840f23a..eed8a32a0b 100644
--- a/src/plugins/cpaster/CodePaster.pluginspec
+++ b/src/plugins/cpaster/CodePaster.pluginspec
@@ -1,9 +1,23 @@
<plugin name="CodePaster" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Codepaster plugin for pushing/fetching diff from server</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/cppeditor/CppEditor.pluginspec b/src/plugins/cppeditor/CppEditor.pluginspec
index b2007ca399..0c7112e0b4 100644
--- a/src/plugins/cppeditor/CppEditor.pluginspec
+++ b/src/plugins/cppeditor/CppEditor.pluginspec
@@ -1,9 +1,23 @@
<plugin name="CppEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>C/C++ editor component.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/>
diff --git a/src/plugins/cpptools/CppTools.pluginspec b/src/plugins/cpptools/CppTools.pluginspec
index f5efe28620..e77e88c9af 100644
--- a/src/plugins/cpptools/CppTools.pluginspec
+++ b/src/plugins/cpptools/CppTools.pluginspec
@@ -1,9 +1,23 @@
<plugin name="CppTools" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Tools for analyzing C/C++ code.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/debugger/Debugger.pluginspec b/src/plugins/debugger/Debugger.pluginspec
index e384332af5..c9794c9e7b 100644
--- a/src/plugins/debugger/Debugger.pluginspec
+++ b/src/plugins/debugger/Debugger.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Debugger" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Debugger integration.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="CppEditor" version="1.0.0"/><!-- Debugger plugin adds items to the editor's context menu -->
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/designer/Designer.pluginspec b/src/plugins/designer/Designer.pluginspec
index 559f2dbfe6..dc099be932 100644
--- a/src/plugins/designer/Designer.pluginspec
+++ b/src/plugins/designer/Designer.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Designer" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Qt Designer integration.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<!-- For compiling with CPP support enabled -->
diff --git a/src/plugins/fakevim/FakeVim.pluginspec b/src/plugins/fakevim/FakeVim.pluginspec
index fa13eb6b9e..f9d43ee228 100644
--- a/src/plugins/fakevim/FakeVim.pluginspec
+++ b/src/plugins/fakevim/FakeVim.pluginspec
@@ -1,9 +1,23 @@
<plugin name="FakeVim" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>VI-style keyboard navigation.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="CppEditor" version="1.0.0"/><!-- Plugin adds items to the editor's context menu -->
<dependency name="TextEditor" version="1.0.0"/>
diff --git a/src/plugins/find/Find.pluginspec b/src/plugins/find/Find.pluginspec
index b8d35cedde..ce745ee786 100644
--- a/src/plugins/find/Find.pluginspec
+++ b/src/plugins/find/Find.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Find" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Provides the find widget and the hooks for find implementations.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
diff --git a/src/plugins/git/ScmGit.pluginspec b/src/plugins/git/ScmGit.pluginspec
index 925b36c31e..8107261315 100644
--- a/src/plugins/git/ScmGit.pluginspec
+++ b/src/plugins/git/ScmGit.pluginspec
@@ -1,9 +1,23 @@
<plugin name="ScmGit" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Git integration.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/helloworld/HelloWorld.pluginspec b/src/plugins/helloworld/HelloWorld.pluginspec
index ac723f1e77..220ee3e7e2 100644
--- a/src/plugins/helloworld/HelloWorld.pluginspec
+++ b/src/plugins/helloworld/HelloWorld.pluginspec
@@ -1,9 +1,23 @@
<plugin name="HelloWorld" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Hello World sample plugin.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
diff --git a/src/plugins/help/Help.pluginspec b/src/plugins/help/Help.pluginspec
index cf36b61b90..fd8ef75f19 100644
--- a/src/plugins/help/Help.pluginspec
+++ b/src/plugins/help/Help.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Help" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Help system.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="Find" version="1.0.0"/>
diff --git a/src/plugins/perforce/Perforce.pluginspec b/src/plugins/perforce/Perforce.pluginspec
index 1c87585158..cacaf3bc3a 100644
--- a/src/plugins/perforce/Perforce.pluginspec
+++ b/src/plugins/perforce/Perforce.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Perforce" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Perforce integration.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/projectexplorer/ProjectExplorer.pluginspec b/src/plugins/projectexplorer/ProjectExplorer.pluginspec
index dc94074e93..dcdd039dd8 100644
--- a/src/plugins/projectexplorer/ProjectExplorer.pluginspec
+++ b/src/plugins/projectexplorer/ProjectExplorer.pluginspec
@@ -1,9 +1,23 @@
<plugin name="ProjectExplorer" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>ProjectExplorer framework that can be extended with different kind of project types.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="Find" version="1.0.0"/>
diff --git a/src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec b/src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
index b5f83ea0bf..a2e7303d9c 100644
--- a/src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
+++ b/src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Qt4ProjectManager" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Provides project type for Qt 4 pro files and tools.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/qtscripteditor/QtScriptEditor.pluginspec b/src/plugins/qtscripteditor/QtScriptEditor.pluginspec
index 5b3d3eb1a6..b1a913245d 100644
--- a/src/plugins/qtscripteditor/QtScriptEditor.pluginspec
+++ b/src/plugins/qtscripteditor/QtScriptEditor.pluginspec
@@ -1,9 +1,23 @@
<plugin name="QtScriptEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Editor for QtScript.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/>
diff --git a/src/plugins/quickopen/QuickOpen.pluginspec b/src/plugins/quickopen/QuickOpen.pluginspec
index ba13bbbe75..c3084574e6 100644
--- a/src/plugins/quickopen/QuickOpen.pluginspec
+++ b/src/plugins/quickopen/QuickOpen.pluginspec
@@ -1,9 +1,23 @@
<plugin name="QuickOpen" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Provides the QuickOpen widget and the hooks for QuickOpen filter implementations.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
diff --git a/src/plugins/regexp/RegExp.pluginspec b/src/plugins/regexp/RegExp.pluginspec
index 372c5b7e83..b7ddcf4e6b 100644
--- a/src/plugins/regexp/RegExp.pluginspec
+++ b/src/plugins/regexp/RegExp.pluginspec
@@ -1,9 +1,23 @@
<plugin name="RegExp" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Regular Expression test widget.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
diff --git a/src/plugins/resourceeditor/ResourceEditor.pluginspec b/src/plugins/resourceeditor/ResourceEditor.pluginspec
index e1ba7483b1..0ad3eb0c04 100644
--- a/src/plugins/resourceeditor/ResourceEditor.pluginspec
+++ b/src/plugins/resourceeditor/ResourceEditor.pluginspec
@@ -1,9 +1,23 @@
<plugin name="ResourceEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Editor for qrc files.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
diff --git a/src/plugins/snippets/Snippets.pluginspec b/src/plugins/snippets/Snippets.pluginspec
index 7dc233d8ae..589f15f7d0 100644
--- a/src/plugins/snippets/Snippets.pluginspec
+++ b/src/plugins/snippets/Snippets.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Snippets" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Code snippet plugin.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/>
diff --git a/src/plugins/subversion/Subversion.pluginspec b/src/plugins/subversion/Subversion.pluginspec
index cbab37ab9e..ab7fd190fd 100644
--- a/src/plugins/subversion/Subversion.pluginspec
+++ b/src/plugins/subversion/Subversion.pluginspec
@@ -1,9 +1,23 @@
<plugin name="Subversion" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Subversion integration.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/>
diff --git a/src/plugins/texteditor/TextEditor.pluginspec b/src/plugins/texteditor/TextEditor.pluginspec
index 61176a407f..df65b6f93f 100644
--- a/src/plugins/texteditor/TextEditor.pluginspec
+++ b/src/plugins/texteditor/TextEditor.pluginspec
@@ -1,9 +1,23 @@
<plugin name="TextEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Text editor framework and the implementation of the basic text editor.</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="Find" version="1.0.0"/>
diff --git a/src/plugins/vcsbase/VCSBase.pluginspec b/src/plugins/vcsbase/VCSBase.pluginspec
index 9fc296fd73..7f32f5bf75 100644
--- a/src/plugins/vcsbase/VCSBase.pluginspec
+++ b/src/plugins/vcsbase/VCSBase.pluginspec
@@ -1,9 +1,23 @@
<plugin name="VCSBase" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
- <license>Nokia Beta Version License</license>
+ <license>
+Commercial Usage
+
+Licensees holding valid Qt Commercial licenses may use this plugin 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.
+
+GNU Lesser General Public License Usage
+
+Alternatively, this plugin may be used under the terms of the GNU Lesser
+General Public License version 2.1 as published by the Free Software
+Foundation. Please review the following information to
+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.</license>
<description>Version Control System Base Plugin</description>
- <url>http://www.trolltech.com/</url>
+ <url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/>