summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-01-17 15:00:25 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-01-17 15:03:55 +0100
commit3f08e3eadc96d4a89ee3585acef878f0664a69ab (patch)
treeac925260e8fc9e20dd74f7dc9ba5017d84608974
parent19523cad6cc60f3b4012668e7727ff17c3ebf789 (diff)
update license headers
Change-Id: I4b7044d3b15c96bb12a469084a966a61963f67d6 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--src/app/application.cpp2
-rw-r--r--src/app/application.h2
-rw-r--r--src/app/main.cpp2
-rw-r--r--src/jomlib/commandexecutor.cpp2
-rw-r--r--src/jomlib/commandexecutor.h2
-rw-r--r--src/jomlib/dependencygraph.cpp2
-rw-r--r--src/jomlib/dependencygraph.h2
-rw-r--r--src/jomlib/exception.cpp2
-rw-r--r--src/jomlib/exception.h2
-rw-r--r--src/jomlib/fastfileinfo.cpp2
-rw-r--r--src/jomlib/fastfileinfo.h2
-rw-r--r--src/jomlib/filetime.cpp2
-rw-r--r--src/jomlib/filetime.h2
-rw-r--r--src/jomlib/helperfunctions.cpp2
-rw-r--r--src/jomlib/helperfunctions.h2
-rw-r--r--src/jomlib/iocompletionport.cpp2
-rw-r--r--src/jomlib/iocompletionport.h2
-rw-r--r--src/jomlib/macrotable.cpp2
-rw-r--r--src/jomlib/macrotable.h2
-rw-r--r--src/jomlib/makefile.cpp2
-rw-r--r--src/jomlib/makefile.h2
-rw-r--r--src/jomlib/makefilefactory.cpp2
-rw-r--r--src/jomlib/makefilefactory.h2
-rw-r--r--src/jomlib/makefilelinereader.cpp2
-rw-r--r--src/jomlib/makefilelinereader.h2
-rw-r--r--src/jomlib/options.cpp2
-rw-r--r--src/jomlib/options.h2
-rw-r--r--src/jomlib/parser.cpp2
-rw-r--r--src/jomlib/parser.h2
-rw-r--r--src/jomlib/ppexpr-lex.inc2
-rw-r--r--src/jomlib/ppexpr.g2
-rw-r--r--src/jomlib/ppexpr.l2
-rw-r--r--src/jomlib/preprocessor.cpp2
-rw-r--r--src/jomlib/preprocessor.h2
-rw-r--r--src/jomlib/process.cpp2
-rw-r--r--src/jomlib/process.h2
-rw-r--r--src/jomlib/process_qt.cpp2
-rw-r--r--src/jomlib/stable.h2
-rw-r--r--src/jomlib/targetexecutor.cpp2
-rw-r--r--src/jomlib/targetexecutor.h2
-rw-r--r--tests/tests.cpp2
-rw-r--r--tests/tests.h2
42 files changed, 42 insertions, 42 deletions
diff --git a/src/app/application.cpp b/src/app/application.cpp
index 6f41fe7..a171928 100644
--- a/src/app/application.cpp
+++ b/src/app/application.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/app/application.h b/src/app/application.h
index f8092a3..7730075 100644
--- a/src/app/application.h
+++ b/src/app/application.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/app/main.cpp b/src/app/main.cpp
index aa996de..916faa3 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/commandexecutor.cpp b/src/jomlib/commandexecutor.cpp
index 42aa203..e5974fd 100644
--- a/src/jomlib/commandexecutor.cpp
+++ b/src/jomlib/commandexecutor.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/commandexecutor.h b/src/jomlib/commandexecutor.h
index f19732c..093a0ae 100644
--- a/src/jomlib/commandexecutor.h
+++ b/src/jomlib/commandexecutor.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/dependencygraph.cpp b/src/jomlib/dependencygraph.cpp
index e698045..d003d7c 100644
--- a/src/jomlib/dependencygraph.cpp
+++ b/src/jomlib/dependencygraph.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/dependencygraph.h b/src/jomlib/dependencygraph.h
index 1362cd1..9f52d40 100644
--- a/src/jomlib/dependencygraph.h
+++ b/src/jomlib/dependencygraph.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/exception.cpp b/src/jomlib/exception.cpp
index b08a34d..7417cb5 100644
--- a/src/jomlib/exception.cpp
+++ b/src/jomlib/exception.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/exception.h b/src/jomlib/exception.h
index 4be7891..eaf7f9d 100644
--- a/src/jomlib/exception.h
+++ b/src/jomlib/exception.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/fastfileinfo.cpp b/src/jomlib/fastfileinfo.cpp
index 8c65c2a..efa3f21 100644
--- a/src/jomlib/fastfileinfo.cpp
+++ b/src/jomlib/fastfileinfo.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/fastfileinfo.h b/src/jomlib/fastfileinfo.h
index 3cc1a2f..002c7a1 100644
--- a/src/jomlib/fastfileinfo.h
+++ b/src/jomlib/fastfileinfo.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/filetime.cpp b/src/jomlib/filetime.cpp
index af4dbf3..a36a3a9 100644
--- a/src/jomlib/filetime.cpp
+++ b/src/jomlib/filetime.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/filetime.h b/src/jomlib/filetime.h
index cbb5667..3239a1a 100644
--- a/src/jomlib/filetime.h
+++ b/src/jomlib/filetime.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/helperfunctions.cpp b/src/jomlib/helperfunctions.cpp
index 3873c93..a34885e 100644
--- a/src/jomlib/helperfunctions.cpp
+++ b/src/jomlib/helperfunctions.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/helperfunctions.h b/src/jomlib/helperfunctions.h
index d329dfc..60933a9 100644
--- a/src/jomlib/helperfunctions.h
+++ b/src/jomlib/helperfunctions.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/iocompletionport.cpp b/src/jomlib/iocompletionport.cpp
index 015ee5e..2ea3e88 100644
--- a/src/jomlib/iocompletionport.cpp
+++ b/src/jomlib/iocompletionport.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/iocompletionport.h b/src/jomlib/iocompletionport.h
index da1dec7..17b44bf 100644
--- a/src/jomlib/iocompletionport.h
+++ b/src/jomlib/iocompletionport.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/macrotable.cpp b/src/jomlib/macrotable.cpp
index 6c1c8ed..05127fd 100644
--- a/src/jomlib/macrotable.cpp
+++ b/src/jomlib/macrotable.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/macrotable.h b/src/jomlib/macrotable.h
index 443884f..1efbbe7 100644
--- a/src/jomlib/macrotable.h
+++ b/src/jomlib/macrotable.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/makefile.cpp b/src/jomlib/makefile.cpp
index 6136444..5f49fd0 100644
--- a/src/jomlib/makefile.cpp
+++ b/src/jomlib/makefile.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/makefile.h b/src/jomlib/makefile.h
index d7b7fc4..4d9ddc3 100644
--- a/src/jomlib/makefile.h
+++ b/src/jomlib/makefile.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/makefilefactory.cpp b/src/jomlib/makefilefactory.cpp
index 0a7c49f..27a0413 100644
--- a/src/jomlib/makefilefactory.cpp
+++ b/src/jomlib/makefilefactory.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/makefilefactory.h b/src/jomlib/makefilefactory.h
index bfab760..b6e13b6 100644
--- a/src/jomlib/makefilefactory.h
+++ b/src/jomlib/makefilefactory.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/makefilelinereader.cpp b/src/jomlib/makefilelinereader.cpp
index 7ec3d2f..1c9d165 100644
--- a/src/jomlib/makefilelinereader.cpp
+++ b/src/jomlib/makefilelinereader.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/makefilelinereader.h b/src/jomlib/makefilelinereader.h
index d3d3047..e5bf5a4 100644
--- a/src/jomlib/makefilelinereader.h
+++ b/src/jomlib/makefilelinereader.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/options.cpp b/src/jomlib/options.cpp
index 953191c..021d8eb 100644
--- a/src/jomlib/options.cpp
+++ b/src/jomlib/options.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/options.h b/src/jomlib/options.h
index 1da9d49..df95324 100644
--- a/src/jomlib/options.h
+++ b/src/jomlib/options.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/parser.cpp b/src/jomlib/parser.cpp
index 662255f..7765ed3 100644
--- a/src/jomlib/parser.cpp
+++ b/src/jomlib/parser.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/parser.h b/src/jomlib/parser.h
index 849eede..5065066 100644
--- a/src/jomlib/parser.h
+++ b/src/jomlib/parser.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/ppexpr-lex.inc b/src/jomlib/ppexpr-lex.inc
index 2bf54e6..ff34b1e 100644
--- a/src/jomlib/ppexpr-lex.inc
+++ b/src/jomlib/ppexpr-lex.inc
@@ -530,7 +530,7 @@ int yy_flex_debug = 0;
char *yytext;
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/ppexpr.g b/src/jomlib/ppexpr.g
index 14c00b6..127ce9f 100644
--- a/src/jomlib/ppexpr.g
+++ b/src/jomlib/ppexpr.g
@@ -1,6 +1,6 @@
----------------------------------------------------------------------------
--
--- Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+-- Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
-- Contact: http://www.qt-project.org/legal
--
-- This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/ppexpr.l b/src/jomlib/ppexpr.l
index 9d04561..39afa0c 100644
--- a/src/jomlib/ppexpr.l
+++ b/src/jomlib/ppexpr.l
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/preprocessor.cpp b/src/jomlib/preprocessor.cpp
index b69a05a..22f64b0 100644
--- a/src/jomlib/preprocessor.cpp
+++ b/src/jomlib/preprocessor.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/preprocessor.h b/src/jomlib/preprocessor.h
index 61ba0f3..7ebd276 100644
--- a/src/jomlib/preprocessor.h
+++ b/src/jomlib/preprocessor.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/process.cpp b/src/jomlib/process.cpp
index 9c4c287..8e15c1f 100644
--- a/src/jomlib/process.cpp
+++ b/src/jomlib/process.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/process.h b/src/jomlib/process.h
index 66b2490..5e96e4e 100644
--- a/src/jomlib/process.h
+++ b/src/jomlib/process.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/process_qt.cpp b/src/jomlib/process_qt.cpp
index f9aacf1..dff228c 100644
--- a/src/jomlib/process_qt.cpp
+++ b/src/jomlib/process_qt.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/stable.h b/src/jomlib/stable.h
index 8296212..5b285b4 100644
--- a/src/jomlib/stable.h
+++ b/src/jomlib/stable.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/targetexecutor.cpp b/src/jomlib/targetexecutor.cpp
index 4cc8dcf..e458efe 100644
--- a/src/jomlib/targetexecutor.cpp
+++ b/src/jomlib/targetexecutor.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/src/jomlib/targetexecutor.h b/src/jomlib/targetexecutor.h
index f3df370..e9fe16c 100644
--- a/src/jomlib/targetexecutor.h
+++ b/src/jomlib/targetexecutor.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 94f3382..d5a4463 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.
diff --git a/tests/tests.h b/tests/tests.h
index ec265a5..636b376 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2013 Digia Plc and/or its subsidiary(-ies).
+ ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the jom project on Trolltech Labs.