diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2014-12-12 17:14:06 -0500 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2014-12-12 17:14:06 -0500 |
commit | 920bc0aff10b87a8524939c31029653afb94470c (patch) | |
tree | df0c4f17a572c55bbea72333c8e1d0a12aa62c56 /include | |
parent | 64714ae2c1f8036ca18cefa0c2dc8270d12e522c (diff) | |
download | mariadb-git-920bc0aff10b87a8524939c31029653afb94470c.tar.gz |
MDEV-6891: Addendum, update company name in copyright notice
Diffstat (limited to 'include')
-rw-r--r-- | include/welcome_copyright_notice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/welcome_copyright_notice.h b/include/welcome_copyright_notice.h index 875770edb89..956a9f1c17a 100644 --- a/include/welcome_copyright_notice.h +++ b/include/welcome_copyright_notice.h @@ -25,6 +25,6 @@ */ #define ORACLE_WELCOME_COPYRIGHT_NOTICE(first_year) \ "Copyright (c) " first_year ", " COPYRIGHT_NOTICE_CURRENT_YEAR \ - ", Oracle, Monty Program Ab and others.\n" + ", Oracle, MariaDB Corporation Ab and others.\n" #endif /* _welcome_copyright_notice_h_ */ |