summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-04-28 15:36:46 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-04-28 14:43:01 +0000
commit214225030ef45d3a3e04f92ab41fed62b73f6c8f (patch)
treec91fd9e81dde800b2291b286c21a21371e0750e0
parentfe513f6fded9dc6c257128e247c01e266bb55934 (diff)
update license headers
Change-Id: I5a0d1927d54c4084776f0a4886858406e18795a5 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--src/app/application.cpp4
-rw-r--r--src/app/application.h4
-rw-r--r--src/app/main.cpp4
-rw-r--r--src/jomlib/commandexecutor.cpp4
-rw-r--r--src/jomlib/commandexecutor.h4
-rw-r--r--src/jomlib/dependencygraph.cpp4
-rw-r--r--src/jomlib/dependencygraph.h4
-rw-r--r--src/jomlib/exception.cpp4
-rw-r--r--src/jomlib/exception.h4
-rw-r--r--src/jomlib/fastfileinfo.cpp4
-rw-r--r--src/jomlib/fastfileinfo.h4
-rw-r--r--src/jomlib/filetime.cpp4
-rw-r--r--src/jomlib/filetime.h4
-rw-r--r--src/jomlib/helperfunctions.cpp4
-rw-r--r--src/jomlib/helperfunctions.h4
-rw-r--r--src/jomlib/iocompletionport.cpp4
-rw-r--r--src/jomlib/iocompletionport.h4
-rw-r--r--src/jomlib/macrotable.cpp4
-rw-r--r--src/jomlib/macrotable.h4
-rw-r--r--src/jomlib/makefile.cpp4
-rw-r--r--src/jomlib/makefile.h4
-rw-r--r--src/jomlib/makefilefactory.cpp4
-rw-r--r--src/jomlib/makefilefactory.h4
-rw-r--r--src/jomlib/makefilelinereader.cpp4
-rw-r--r--src/jomlib/makefilelinereader.h4
-rw-r--r--src/jomlib/options.cpp4
-rw-r--r--src/jomlib/options.h4
-rw-r--r--src/jomlib/parser.cpp4
-rw-r--r--src/jomlib/parser.h4
-rw-r--r--src/jomlib/ppexpr-lex.inc4
-rw-r--r--src/jomlib/ppexpr.g4
-rw-r--r--src/jomlib/ppexpr.l4
-rw-r--r--src/jomlib/preprocessor.cpp4
-rw-r--r--src/jomlib/preprocessor.h4
-rw-r--r--src/jomlib/process.cpp4
-rw-r--r--src/jomlib/process.h4
-rw-r--r--src/jomlib/process_qt.cpp4
-rw-r--r--src/jomlib/processenvironment.h4
-rw-r--r--src/jomlib/stable.h4
-rw-r--r--src/jomlib/targetexecutor.cpp4
-rw-r--r--src/jomlib/targetexecutor.h4
-rw-r--r--tests/tests.cpp4
-rw-r--r--tests/tests.h4
43 files changed, 86 insertions, 86 deletions
diff --git a/src/app/application.cpp b/src/app/application.cpp
index a171928..f4c6e2e 100644
--- a/src/app/application.cpp
+++ b/src/app/application.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/app/application.h b/src/app/application.h
index 8bb6b26..302946e 100644
--- a/src/app/application.h
+++ b/src/app/application.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 9fa96d6..4192720 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/commandexecutor.cpp b/src/jomlib/commandexecutor.cpp
index 99c8832..7ec6d0a 100644
--- a/src/jomlib/commandexecutor.cpp
+++ b/src/jomlib/commandexecutor.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/commandexecutor.h b/src/jomlib/commandexecutor.h
index 61be592..99f5791 100644
--- a/src/jomlib/commandexecutor.h
+++ b/src/jomlib/commandexecutor.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/dependencygraph.cpp b/src/jomlib/dependencygraph.cpp
index b6c51d7..9396910 100644
--- a/src/jomlib/dependencygraph.cpp
+++ b/src/jomlib/dependencygraph.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/dependencygraph.h b/src/jomlib/dependencygraph.h
index 0c7f862..4d9f991 100644
--- a/src/jomlib/dependencygraph.h
+++ b/src/jomlib/dependencygraph.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/exception.cpp b/src/jomlib/exception.cpp
index 60da2a1..744ef5b 100644
--- a/src/jomlib/exception.cpp
+++ b/src/jomlib/exception.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/exception.h b/src/jomlib/exception.h
index 9419baf..233d7be 100644
--- a/src/jomlib/exception.h
+++ b/src/jomlib/exception.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/fastfileinfo.cpp b/src/jomlib/fastfileinfo.cpp
index efa3f21..fef1497 100644
--- a/src/jomlib/fastfileinfo.cpp
+++ b/src/jomlib/fastfileinfo.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/fastfileinfo.h b/src/jomlib/fastfileinfo.h
index f84ab34..bf816e5 100644
--- a/src/jomlib/fastfileinfo.h
+++ b/src/jomlib/fastfileinfo.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/filetime.cpp b/src/jomlib/filetime.cpp
index a36a3a9..d749c6b 100644
--- a/src/jomlib/filetime.cpp
+++ b/src/jomlib/filetime.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/filetime.h b/src/jomlib/filetime.h
index b2149ba..148120e 100644
--- a/src/jomlib/filetime.h
+++ b/src/jomlib/filetime.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/helperfunctions.cpp b/src/jomlib/helperfunctions.cpp
index a34885e..b17af33 100644
--- a/src/jomlib/helperfunctions.cpp
+++ b/src/jomlib/helperfunctions.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/helperfunctions.h b/src/jomlib/helperfunctions.h
index dbf630e..b72e85c 100644
--- a/src/jomlib/helperfunctions.h
+++ b/src/jomlib/helperfunctions.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/iocompletionport.cpp b/src/jomlib/iocompletionport.cpp
index 2ea3e88..20616d2 100644
--- a/src/jomlib/iocompletionport.cpp
+++ b/src/jomlib/iocompletionport.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/iocompletionport.h b/src/jomlib/iocompletionport.h
index 17b44bf..42395ae 100644
--- a/src/jomlib/iocompletionport.h
+++ b/src/jomlib/iocompletionport.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/macrotable.cpp b/src/jomlib/macrotable.cpp
index e4ea541..1639bfa 100644
--- a/src/jomlib/macrotable.cpp
+++ b/src/jomlib/macrotable.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/macrotable.h b/src/jomlib/macrotable.h
index efd2ef3..c3ded68 100644
--- a/src/jomlib/macrotable.h
+++ b/src/jomlib/macrotable.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/makefile.cpp b/src/jomlib/makefile.cpp
index 255b47f..e001109 100644
--- a/src/jomlib/makefile.cpp
+++ b/src/jomlib/makefile.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/makefile.h b/src/jomlib/makefile.h
index 3fbf405..3ccd5ca 100644
--- a/src/jomlib/makefile.h
+++ b/src/jomlib/makefile.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/makefilefactory.cpp b/src/jomlib/makefilefactory.cpp
index 07e4fb4..fa13b83 100644
--- a/src/jomlib/makefilefactory.cpp
+++ b/src/jomlib/makefilefactory.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/makefilefactory.h b/src/jomlib/makefilefactory.h
index 5d29107..7aadfc1 100644
--- a/src/jomlib/makefilefactory.h
+++ b/src/jomlib/makefilefactory.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/makefilelinereader.cpp b/src/jomlib/makefilelinereader.cpp
index 1c9d165..dac8070 100644
--- a/src/jomlib/makefilelinereader.cpp
+++ b/src/jomlib/makefilelinereader.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/makefilelinereader.h b/src/jomlib/makefilelinereader.h
index 8b3aecd..fa3fe0a 100644
--- a/src/jomlib/makefilelinereader.h
+++ b/src/jomlib/makefilelinereader.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/options.cpp b/src/jomlib/options.cpp
index 6d930b9..b656f33 100644
--- a/src/jomlib/options.cpp
+++ b/src/jomlib/options.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/options.h b/src/jomlib/options.h
index 8ec4d06..6f97696 100644
--- a/src/jomlib/options.h
+++ b/src/jomlib/options.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/parser.cpp b/src/jomlib/parser.cpp
index b362d65..c141bef 100644
--- a/src/jomlib/parser.cpp
+++ b/src/jomlib/parser.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/parser.h b/src/jomlib/parser.h
index 042b439..bba91db 100644
--- a/src/jomlib/parser.h
+++ b/src/jomlib/parser.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** 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 ff34b1e..44f6f4f 100644
--- a/src/jomlib/ppexpr-lex.inc
+++ b/src/jomlib/ppexpr-lex.inc
@@ -530,8 +530,8 @@ int yy_flex_debug = 0;
char *yytext;
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/ppexpr.g b/src/jomlib/ppexpr.g
index 127ce9f..851a0c8 100644
--- a/src/jomlib/ppexpr.g
+++ b/src/jomlib/ppexpr.g
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
--
--- Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
--- Contact: http://www.qt-project.org/legal
+-- Copyright (C) 2015 The Qt Company Ltd.
+-- Contact: http://www.qt.io/licensing/
--
-- This file is part of the jom project on Trolltech Labs.
--
diff --git a/src/jomlib/ppexpr.l b/src/jomlib/ppexpr.l
index 39afa0c..5164989 100644
--- a/src/jomlib/ppexpr.l
+++ b/src/jomlib/ppexpr.l
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/preprocessor.cpp b/src/jomlib/preprocessor.cpp
index 94f1125..1bf0682 100644
--- a/src/jomlib/preprocessor.cpp
+++ b/src/jomlib/preprocessor.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/preprocessor.h b/src/jomlib/preprocessor.h
index 0b4cd42..bf6773a 100644
--- a/src/jomlib/preprocessor.h
+++ b/src/jomlib/preprocessor.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/process.cpp b/src/jomlib/process.cpp
index 5332c22..5572bc3 100644
--- a/src/jomlib/process.cpp
+++ b/src/jomlib/process.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/process.h b/src/jomlib/process.h
index 5e96e4e..013142b 100644
--- a/src/jomlib/process.h
+++ b/src/jomlib/process.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** 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 dff228c..4a0fd6b 100644
--- a/src/jomlib/process_qt.cpp
+++ b/src/jomlib/process_qt.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/processenvironment.h b/src/jomlib/processenvironment.h
index f15e165..03fe65f 100644
--- a/src/jomlib/processenvironment.h
+++ b/src/jomlib/processenvironment.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/stable.h b/src/jomlib/stable.h
index 5b285b4..6294199 100644
--- a/src/jomlib/stable.h
+++ b/src/jomlib/stable.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/targetexecutor.cpp b/src/jomlib/targetexecutor.cpp
index 937c06a..3dffe95 100644
--- a/src/jomlib/targetexecutor.cpp
+++ b/src/jomlib/targetexecutor.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/src/jomlib/targetexecutor.h b/src/jomlib/targetexecutor.h
index e601a1e..e1b75fc 100644
--- a/src/jomlib/targetexecutor.h
+++ b/src/jomlib/targetexecutor.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/tests/tests.cpp b/tests/tests.cpp
index eb78042..47d61ef 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**
diff --git a/tests/tests.h b/tests/tests.h
index 6b1f10d..282486a 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
- ** Copyright (C) 2008-2014 Digia Plc and/or its subsidiary(-ies).
- ** Contact: http://www.qt-project.org/legal
+ ** Copyright (C) 2015 The Qt Company Ltd.
+ ** Contact: http://www.qt.io/licensing/
**
** This file is part of the jom project on Trolltech Labs.
**