Skip to content

Commit c5ced93

Browse files
committed
Updated README and client executables copyright year to 2013
2 parents 3b11c06 + f5f40ba commit c5ced93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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, 2012, Oracle and/or its affiliates. All rights reserved.
8+
Copyright (c) 2000, 2013, 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
1+
/* Copyright (c) 2011, 2013, 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 "2012"
19+
#define COPYRIGHT_NOTICE_CURRENT_YEAR "2013"
2020

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

0 commit comments

Comments
 (0)