diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2014-12-12 17:13:13 -0500 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2014-12-12 17:13:13 -0500 |
commit | fc1a7055a3c30dbec6c598bd0fc20ff0f0324174 (patch) | |
tree | 94e723d5270c523ff39fc72a9b45c6d4e6d94d55 /include | |
parent | def5bd67ba2071d6834342736aff7da513bdf028 (diff) | |
download | mariadb-git-fc1a7055a3c30dbec6c598bd0fc20ff0f0324174.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 ff2d1fea3b1..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, SkySQL Ab and others.\n" + ", Oracle, MariaDB Corporation Ab and others.\n" #endif /* _welcome_copyright_notice_h_ */ |