summaryrefslogtreecommitdiffstats
path: root/qtjp2imageformat
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-01-10 17:59:48 +0100
committerAndy Shaw <andy.shaw@digia.com>2013-01-10 23:18:32 +0100
commit67a72e3bc2e49ffc9e99b9845b1c314bf86f6941 (patch)
tree0fbbd23e76e71e3c8225578e54aa1034ee2e5f29 /qtjp2imageformat
parent1b2773642cc630d4772c2c1213e767e243d53517 (diff)
Update copyright year in Digia's license headers
Change-Id: I4520cf54a4c8d6ff6119dc3762d9aeac42b66af5 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'qtjp2imageformat')
-rw-r--r--qtjp2imageformat/configure.bat2
-rw-r--r--qtjp2imageformat/doc/html/qtjp2imageformat-example-simple.html2
-rw-r--r--qtjp2imageformat/doc/index.qdoc2
-rw-r--r--qtjp2imageformat/examples/simple/simple.cpp2
-rw-r--r--qtjp2imageformat/examples/simple/simple.qdoc2
-rw-r--r--qtjp2imageformat/plugin/qtjp2imageformatplugin.cpp2
-rw-r--r--qtjp2imageformat/plugin/qtjp2imageformatplugin.h2
-rw-r--r--qtjp2imageformat/src/qtjp2imagehandler.cpp2
-rw-r--r--qtjp2imageformat/src/qtjp2imagehandler.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/qtjp2imageformat/configure.bat b/qtjp2imageformat/configure.bat
index 4852c8d..339d3cf 100644
--- a/qtjp2imageformat/configure.bat
+++ b/qtjp2imageformat/configure.bat
@@ -1,6 +1,6 @@
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
-:: Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+:: Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
:: Contact: http://www.qt-project.org/legal
::
:: This file is part of the Qt Solutions component.
diff --git a/qtjp2imageformat/doc/html/qtjp2imageformat-example-simple.html b/qtjp2imageformat/doc/html/qtjp2imageformat-example-simple.html
index f957c79..82c34cf 100644
--- a/qtjp2imageformat/doc/html/qtjp2imageformat-example-simple.html
+++ b/qtjp2imageformat/doc/html/qtjp2imageformat-example-simple.html
@@ -19,7 +19,7 @@
<p>This example demonstrates how to use the standard <a href="http://qt.nokia.com/doc/4.6/qpixmap.html">QPixmap</a> API to load a JPEG 2000 image. Be sure to install the plugin before running this example.</p>
<pre><span class="comment"> /****************************************************************************
**
- ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
diff --git a/qtjp2imageformat/doc/index.qdoc b/qtjp2imageformat/doc/index.qdoc
index 6ac04dc..b99ebe6 100644
--- a/qtjp2imageformat/doc/index.qdoc
+++ b/qtjp2imageformat/doc/index.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
diff --git a/qtjp2imageformat/examples/simple/simple.cpp b/qtjp2imageformat/examples/simple/simple.cpp
index 4e0c6b8..8cd647e 100644
--- a/qtjp2imageformat/examples/simple/simple.cpp
+++ b/qtjp2imageformat/examples/simple/simple.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
diff --git a/qtjp2imageformat/examples/simple/simple.qdoc b/qtjp2imageformat/examples/simple/simple.qdoc
index 7bd0c66..7619816 100644
--- a/qtjp2imageformat/examples/simple/simple.qdoc
+++ b/qtjp2imageformat/examples/simple/simple.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
diff --git a/qtjp2imageformat/plugin/qtjp2imageformatplugin.cpp b/qtjp2imageformat/plugin/qtjp2imageformatplugin.cpp
index 67e20ea..f210c2f 100644
--- a/qtjp2imageformat/plugin/qtjp2imageformatplugin.cpp
+++ b/qtjp2imageformat/plugin/qtjp2imageformatplugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
diff --git a/qtjp2imageformat/plugin/qtjp2imageformatplugin.h b/qtjp2imageformat/plugin/qtjp2imageformatplugin.h
index 971d149..a334e8b 100644
--- a/qtjp2imageformat/plugin/qtjp2imageformatplugin.h
+++ b/qtjp2imageformat/plugin/qtjp2imageformatplugin.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
diff --git a/qtjp2imageformat/src/qtjp2imagehandler.cpp b/qtjp2imageformat/src/qtjp2imagehandler.cpp
index 048cb73..ea9d85c 100644
--- a/qtjp2imageformat/src/qtjp2imagehandler.cpp
+++ b/qtjp2imageformat/src/qtjp2imagehandler.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
diff --git a/qtjp2imageformat/src/qtjp2imagehandler.h b/qtjp2imageformat/src/qtjp2imagehandler.h
index 7c12753..765a788 100644
--- a/qtjp2imageformat/src/qtjp2imagehandler.h
+++ b/qtjp2imageformat/src/qtjp2imagehandler.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.