summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-01-07 13:27:11 +0100
committerKai Koehne <kai.koehne@digia.com>2014-01-08 08:29:47 +0100
commit746c5d886395f66d3f7af1461555a75300201db6 (patch)
treee528ae330b51be6c97fdca0a3812deb5e3bc8d45 /src/app
parent839a383aa3495c54f970db030aa254f4d915a276 (diff)
downloadqt-creator-746c5d886395f66d3f7af1461555a75300201db6.tar.gz
Incremented year in copyright info
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/Info.plist.in2
-rw-r--r--src/app/app_version.h.in4
-rw-r--r--src/app/main.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/app/Info.plist.in b/src/app/Info.plist.in
index b75d347095..290a4e7bc7 100644
--- a/src/app/Info.plist.in
+++ b/src/app/Info.plist.in
@@ -231,7 +231,7 @@
</dict>
</array>
<key>NSHumanReadableCopyright</key>
- <string>(C) 2013 Digia Plc</string>
+ <string>(C) 2014 Digia Plc</string>
<key>CFBundleIconFile</key>
<string>$$ICON</string>
<key>CFBundlePackageType</key>
diff --git a/src/app/app_version.h.in b/src/app/app_version.h.in
index 1107bc08bf..b54d31dbd0 100644
--- a/src/app/app_version.h.in
+++ b/src/app/app_version.h.in
@@ -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.
@@ -45,7 +45,7 @@ namespace Constants {
const char * const IDE_VERSION_LONG = IDE_VERSION_STR;
const char * const IDE_AUTHOR = \"Digia Plc\";
-const char * const IDE_YEAR = \"2013\";
+const char * const IDE_YEAR = \"2014\";
#ifdef IDE_VERSION_DESCRIPTION
const char * const IDE_VERSION_DESCRIPTION_STR = STRINGIFY(IDE_VERSION_DESCRIPTION);
diff --git a/src/app/main.cpp b/src/app/main.cpp
index da6f0716c7..4eb564ffa0 100644
--- a/src/app/main.cpp
+++ b/src/app/main.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.