summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-01-13 14:44:50 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-15 13:09:05 +0100
commitdde0c2f4f6d72bcc9db732eb51399395ffc37778 (patch)
tree471939d94c7744c5685aee2e2d9962b08d3b046c /util
parent7fcb100bbf6e8482039f915a9df93d951f7d52e6 (diff)
downloadqt4-tools-dde0c2f4f6d72bcc9db732eb51399395ffc37778.tar.gz
Bump year to 2015
Bump year to 2015 in all but source code comments. Change-Id: I1dd7972dee65a86a9bd560ead32bbd0cbe82f439 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'util')
-rw-r--r--util/qlalr/cppgenerator.cpp4
-rw-r--r--util/unicode/main.cpp4
-rw-r--r--util/xkbdatagen/main.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/util/qlalr/cppgenerator.cpp b/util/qlalr/cppgenerator.cpp
index 012bff7e45..a31dd50243 100644
--- a/util/qlalr/cppgenerator.cpp
+++ b/util/qlalr/cppgenerator.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the utils of the Qt Toolkit.
@@ -51,7 +51,7 @@ QString CppGenerator::copyrightHeader() const
return QLatin1String(
"/****************************************************************************\n"
"**\n"
- "** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).\n"
+ "** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).\n"
"** Contact: http://www.qt-project.org/legal\n"
"**\n"
"** This file is part of the QtCore module of the Qt Toolkit.\n"
diff --git a/util/unicode/main.cpp b/util/unicode/main.cpp
index 4d27de710e..547536c11f 100644
--- a/util/unicode/main.cpp
+++ b/util/unicode/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the utils of the Qt Toolkit.
@@ -2646,7 +2646,7 @@ int main(int, char **)
QByteArray header =
"/****************************************************************************\n"
"**\n"
- "** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).\n"
+ "** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).\n"
"** Contact: http://www.qt-project.org/legal\n"
"**\n"
"** This file is part of the QtCore module of the Qt Toolkit.\n"
diff --git a/util/xkbdatagen/main.cpp b/util/xkbdatagen/main.cpp
index 50ea7cb1d7..6d9689450d 100644
--- a/util/xkbdatagen/main.cpp
+++ b/util/xkbdatagen/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the utils of the Qt Toolkit.
@@ -416,7 +416,7 @@ int main(int argc, char **argv)
// copyright and stuff
printf("/****************************************************************************\n"
"**\n"
- "** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).\n"
+ "** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).\n"
"** Contact: http://www.qt-project.org/legal\n"
"**\n"
"** This file is part of the QtGui module of the Qt Toolkit.\n"