summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem/test/auto/pluginspec
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-10-26 12:08:05 +0100
committerhjk <qtc-committer@nokia.com>2009-10-26 12:09:35 +0100
commitfc512f716dad7dcb0c1a560ad516eae284fce1bb (patch)
treeab26862ab948cccffe7ff782236b50af22b703d7 /src/libs/extensionsystem/test/auto/pluginspec
parent59584a1803c200fc97bf0d1b873da79874d39d17 (diff)
downloadqt-creator-fc512f716dad7dcb0c1a560ad516eae284fce1bb.tar.gz
some forgotten license header changes. also, use Nokia instead of Trolltech.
Diffstat (limited to 'src/libs/extensionsystem/test/auto/pluginspec')
-rw-r--r--src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec1.xml6
-rw-r--r--src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong1.xml6
-rw-r--r--src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong2.xml6
-rw-r--r--src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong3.xml6
-rw-r--r--src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong4.xml6
-rw-r--r--src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong5.xml6
6 files changed, 18 insertions, 18 deletions
diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec1.xml b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec1.xml
index 31cebf4414..994f330bbe 100644
--- a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec1.xml
+++ b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec1.xml
@@ -1,6 +1,6 @@
<plugin name="test" version="1.0.1" compatVersion="1.0.0">
- <vendor>Trolltech</vendor>
- <copyright>(C) 2007 Trolltech ASA</copyright>
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2007 Nokia Corporation</copyright>
<license>
This is a default license bla
blubbblubb
@@ -10,7 +10,7 @@ end of terms
This plugin is just a test.
it demonstrates the great use of the plugin spec.
</description>
- <url>http://www.trolltech.com</url>
+ <url>http://qt.noki.com</url>
<dependencyList>
<dependency name="SomeOtherPlugin" version="2.3.0_2"/>
<dependency name="EvenOther" version="1.0.0"/>
diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong1.xml b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong1.xml
index e6fe956c98..ffcb61241e 100644
--- a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong1.xml
+++ b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong1.xml
@@ -1,6 +1,6 @@
<something name="test" version="1.0.1" compatVersion="1.0.0">
- <vendor>Trolltech</vendor>
- <copyright>(C) 2007 Trolltech ASA</copyright>
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2007 Nokia Corporation</copyright>
<license>
This is a default license bla
blubbblubb
@@ -10,7 +10,7 @@ end of terms
This plugin is just a test.
it demonstrates the great use of the plugin spec.
</description>
- <url>http://www.trolltech.com</url>
+ <url>http://qt.nokia.com</url>
<dependencyList>
<dependency name="SomeOtherPlugin" version="2.3.0_2"/>
<dependency name="EvenOther" version="1.0.0"/>
diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong2.xml b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong2.xml
index 200a1fd1ac..917acf78ad 100644
--- a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong2.xml
+++ b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong2.xml
@@ -1,6 +1,6 @@
<plugin version="1.0.1" compatVersion="1.0.0">
- <vendor>Trolltech</vendor>
- <copyright>(C) 2007 Trolltech ASA</copyright>
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2007 Nokia Corporation</copyright>
<license>
This is a default license bla
blubbblubb
@@ -10,7 +10,7 @@ end of terms
This plugin is just a test.
it demonstrates the great use of the plugin spec.
</description>
- <url>http://www.trolltech.com</url>
+ <url>http://qt.nokia.com</url>
<dependencyList>
<dependency name="SomeOtherPlugin" version="2.3.0_2"/>
<dependency name="EvenOther" version="1.0.0"/>
diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong3.xml b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong3.xml
index 13bbdb09a8..d79ab4492b 100644
--- a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong3.xml
+++ b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong3.xml
@@ -1,6 +1,6 @@
<plugin name="test" compatVersion="1.0.0">
- <vendor>Trolltech</vendor>
- <copyright>(C) 2007 Trolltech ASA</copyright>
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2007 Nokia Corporation</copyright>
<license>
This is a default license bla
blubbblubb
@@ -10,7 +10,7 @@ end of terms
This plugin is just a test.
it demonstrates the great use of the plugin spec.
</description>
- <url>http://www.trolltech.com</url>
+ <url>http://qt.nokia.com</url>
<dependencyList>
<dependency name="SomeOtherPlugin" version="2.3.0_2"/>
<dependency name="EvenOther" version="1.0.0"/>
diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong4.xml b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong4.xml
index b904f90138..849f165f9c 100644
--- a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong4.xml
+++ b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong4.xml
@@ -1,6 +1,6 @@
<plugin name="test" version="1.0.1" compatVersion="1.0.0">
- <vendor>Trolltech</vendor>
- <copyright>(C) 2007 Trolltech ASA</copyright>
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2007 Nokia Corporation</copyright>
<license>
This is a default license bla
blubbblubb
@@ -10,7 +10,7 @@ end of terms
This plugin is just a test.
it demonstrates the great use of the plugin spec.
</description>
- <url>http://www.trolltech.com</url>
+ <url>http://qt.nokia.com</url>
<dependencyList>
<dependency version="2.3.0_2"/>
<dependency name="EvenOther" version="1.0.0"/>
diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong5.xml b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong5.xml
index 1c110d1eea..03936fd88c 100644
--- a/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong5.xml
+++ b/src/libs/extensionsystem/test/auto/pluginspec/testspecs/spec_wrong5.xml
@@ -1,6 +1,6 @@
<plugin name="test" version="1.0.1" compatVersion="1.0.0">
- <vendor>Trolltech</vendor>
- <copyright>(C) 2007 Trolltech ASA</copyright>
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2007 Nokia Corporation</copyright>
<license>
This is a default license bla
blubbblubb
@@ -10,7 +10,7 @@ end of terms
This plugin is just a test.
it demonstrates the great use of the plugin spec.
</description>
- <url>http://www.trolltech.com</url>
+ <url>http://qt.nokia.com</url>
<dependencyList>
<dependency name="SomeOtherPlugin" version="2.3aa.0_2"/>
<dependency name="EvenOther" version="1.0.0"/>