diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2016-01-11 14:10:58 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2016-01-11 14:10:58 +0100 |
commit | 0aab0e7a3d9afa5475d5a515142a19c6a09ae44c (patch) | |
tree | 1f3118aa4bcd9a46b4fcdb3439fe8e052529c3f1 /include | |
parent | d9f89fff16671ba2623e7673e4a306ce90223aba (diff) | |
download | mariadb-git-0aab0e7a3d9afa5475d5a515142a19c6a09ae44c.tar.gz |
Updated copyright year in user visible text
Diffstat (limited to 'include')
-rw-r--r-- | include/welcome_copyright_notice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/welcome_copyright_notice.h b/include/welcome_copyright_notice.h index eb2bf260af3..7b6c28c2f56 100644 --- a/include/welcome_copyright_notice.h +++ b/include/welcome_copyright_notice.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ #ifndef _welcome_copyright_notice_h_ #define _welcome_copyright_notice_h_ -#define COPYRIGHT_NOTICE_CURRENT_YEAR "2015" +#define COPYRIGHT_NOTICE_CURRENT_YEAR "2016" /* This define specifies copyright notice which is displayed by every MySQL |