aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginspec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/extensionsystem/pluginspec')
-rw-r--r--tests/auto/extensionsystem/pluginspec/testplugin/testplugin.cpp2
-rw-r--r--tests/auto/extensionsystem/pluginspec/testplugin/testplugin.h2
-rw-r--r--tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h2
-rw-r--r--tests/auto/extensionsystem/pluginspec/testspecs/spec1.xml2
-rw-r--r--tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong1.xml2
-rw-r--r--tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml2
-rw-r--r--tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong3.xml2
-rw-r--r--tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong4.xml2
-rw-r--r--tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong5.xml2
-rw-r--r--tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp4
10 files changed, 11 insertions, 11 deletions
diff --git a/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.cpp b/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.cpp
index 9bc87a3749..e1f8983365 100644
--- a/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.cpp
+++ b/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.h b/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.h
index 547dd4ad18..122a530432 100644
--- a/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.h
+++ b/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h b/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h
index 96c784551b..9b2ae4157a 100644
--- a/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h
+++ b/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/tests/auto/extensionsystem/pluginspec/testspecs/spec1.xml b/tests/auto/extensionsystem/pluginspec/testspecs/spec1.xml
index 3affe7d2c3..f1d801495e 100644
--- a/tests/auto/extensionsystem/pluginspec/testspecs/spec1.xml
+++ b/tests/auto/extensionsystem/pluginspec/testspecs/spec1.xml
@@ -1,6 +1,6 @@
<plugin name="test" version="1.0.1" compatVersion="1.0.0">
<vendor>Digia Plc</vendor>
- <copyright>(C) 2013 Digia Plc</copyright>
+ <copyright>(C) 2014 Digia Plc</copyright>
<license>
This is a default license bla
blubbblubb
diff --git a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong1.xml b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong1.xml
index a1ff56ae5e..561c36c633 100644
--- a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong1.xml
+++ b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong1.xml
@@ -1,6 +1,6 @@
<something name="test" version="1.0.1" compatVersion="1.0.0">
<vendor>Digia Plc</vendor>
- <copyright>(C) 2013 Digia Plc</copyright>
+ <copyright>(C) 2014 Digia Plc</copyright>
<license>
This is a default license bla
blubbblubb
diff --git a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml
index ada6025363..03c12acc20 100644
--- a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml
+++ b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml
@@ -1,6 +1,6 @@
<plugin version="1.0.1" compatVersion="1.0.0">
<vendor>Digia Plc</vendor>
- <copyright>(C) 2013 Digia Plc</copyright>
+ <copyright>(C) 2014 Digia Plc</copyright>
<license>
This is a default license bla
blubbblubb
diff --git a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong3.xml b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong3.xml
index f28f68ea21..95567f8671 100644
--- a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong3.xml
+++ b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong3.xml
@@ -1,6 +1,6 @@
<plugin name="test" compatVersion="1.0.0">
<vendor>Digia Plc</vendor>
- <copyright>(C) 2013 Digia Plc</copyright>
+ <copyright>(C) 2014 Digia Plc</copyright>
<license>
This is a default license bla
blubbblubb
diff --git a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong4.xml b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong4.xml
index e01802b92f..2ea33e31e8 100644
--- a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong4.xml
+++ b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong4.xml
@@ -1,6 +1,6 @@
<plugin name="test" version="1.0.1" compatVersion="1.0.0">
<vendor>Digia Plc</vendor>
- <copyright>(C) 2013 Digia Plc</copyright>
+ <copyright>(C) 2014 Digia Plc</copyright>
<license>
This is a default license bla
blubbblubb
diff --git a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong5.xml b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong5.xml
index ee43848d67..b9aaf18190 100644
--- a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong5.xml
+++ b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong5.xml
@@ -1,6 +1,6 @@
<plugin name="test" version="1.0.1" compatVersion="1.0.0">
<vendor>Digia Plc</vendor>
- <copyright>(C) 2013 Digia Plc</copyright>
+ <copyright>(C) 2014 Digia Plc</copyright>
<license>
This is a default license bla
blubbblubb
diff --git a/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp b/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp
index 761e28dd82..dcb1e67b16 100644
--- a/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp
+++ b/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
@@ -77,7 +77,7 @@ void tst_PluginSpec::read()
QCOMPARE(spec.experimental, false);
QCOMPARE(spec.enabledInSettings, true);
QCOMPARE(spec.vendor, QString("Digia Plc"));
- QCOMPARE(spec.copyright, QString("(C) 2013 Digia Plc"));
+ QCOMPARE(spec.copyright, QString("(C) 2014 Digia Plc"));
QCOMPARE(spec.license, QString("This is a default license bla\nblubbblubb\nend of terms"));
QCOMPARE(spec.description, QString("This plugin is just a test.\n it demonstrates the great use of the plugin spec."));
QCOMPARE(spec.url, QString("http://qt.digi.com"));