summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>2017-11-27 14:51:04 +0530
committerBalasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>2017-11-27 14:51:04 +0530
commit946d9e4db4896992400cabbd0d1db9a0a10cbfd1 (patch)
tree23a1e8ecff2b7d29dfebc4c152750b2b48545d17
parent63a540c8c3e93b7f15aec6260c0a85f1cd07f6dc (diff)
downloadmariadb-git-946d9e4db4896992400cabbd0d1db9a0a10cbfd1.tar.gz
Updated copyright year in user visible textmysql-5.5.59
-rw-r--r--README2
-rw-r--r--include/welcome_copyright_notice.h2
-rw-r--r--packaging/WiX/custom_ui.wxs2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2a3230ac685..37358f0886c 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ For the avoidance of doubt, this particular copy of the software
is released under the version 2 of the GNU General Public License.
MySQL is brought to you by Oracle.
-Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
License information can be found in the COPYING file.
diff --git a/include/welcome_copyright_notice.h b/include/welcome_copyright_notice.h
index 0c17b5e650c..2b304d57f91 100644
--- a/include/welcome_copyright_notice.h
+++ b/include/welcome_copyright_notice.h
@@ -16,7 +16,7 @@
#ifndef _welcome_copyright_notice_h_
#define _welcome_copyright_notice_h_
-#define COPYRIGHT_NOTICE_CURRENT_YEAR "2017"
+#define COPYRIGHT_NOTICE_CURRENT_YEAR "2018"
/*
This define specifies copyright notice which is displayed by every MySQL
diff --git a/packaging/WiX/custom_ui.wxs b/packaging/WiX/custom_ui.wxs
index 9475de92722..a0dba4b6d3b 100644
--- a/packaging/WiX/custom_ui.wxs
+++ b/packaging/WiX/custom_ui.wxs
@@ -30,7 +30,7 @@
<Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />
<Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />
<Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
- <Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved." />
+ <Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved." />
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
</Dialog>