Skip to content

Commit 79b94a1

Browse files
committed
Updated copyright year in user visible text
2 parents c23557a + e700667 commit 79b94a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For the avoidance of doubt, this particular copy of the software
55
is released under the version 2 of the GNU General Public License.
66
MySQL is brought to you by Oracle.
77

8-
Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
8+
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
99

1010
License information can be found in the COPYING file.
1111

include/welcome_copyright_notice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef _welcome_copyright_notice_h_
1717
#define _welcome_copyright_notice_h_
1818

19-
#define COPYRIGHT_NOTICE_CURRENT_YEAR "2017"
19+
#define COPYRIGHT_NOTICE_CURRENT_YEAR "2018"
2020

2121
/*
2222
This define specifies copyright notice which is displayed by every MySQL

mysql-test/r/mysql_config_editor.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ user = test_user4
100100
##############################################
101101
# Tests for mysql_config_editor's help command
102102
##############################################
103-
Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
103+
Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
104104

105105
Oracle is a registered trademark of Oracle Corporation and/or its
106106
affiliates. Other names may be trademarks of their respective

packaging/WiX/custom_ui.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />
3131
<Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />
3232
<Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
33-
<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." />
33+
<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." />
3434
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
3535
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
3636
</Dialog>

0 commit comments

Comments
 (0)