Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 0aab0e7

Browse files
committed
Updated copyright year in user visible text
1 parent d9f89ff commit 0aab0e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README

+1-1
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, 2015, Oracle and/or its affiliates. All rights reserved.
8+
Copyright (c) 2000, 2016, 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
1+
/* Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
1616
#ifndef _welcome_copyright_notice_h_
1717
#define _welcome_copyright_notice_h_
1818

19-
#define COPYRIGHT_NOTICE_CURRENT_YEAR "2015"
19+
#define COPYRIGHT_NOTICE_CURRENT_YEAR "2016"
2020

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

packaging/WiX/custom_ui.wxs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33

44
<!--
5-
Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
66
77
This program is free software; you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
@@ -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, 2015, 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, 2016, 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)