diff options
author | Michael Widenius <monty@askmonty.org> | 2013-09-23 20:27:37 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2013-09-23 20:27:37 +0300 |
commit | 9081c4dc6bbc22f627f96077d36e5d55d6696acb (patch) | |
tree | 3270efd1b6d999bac800aba0bc574e686faad558 /CREDITS | |
parent | 26474cd20409589b10e3c5be9aa3fd1050727f31 (diff) | |
download | mariadb-git-9081c4dc6bbc22f627f96077d36e5d55d6696acb.tar.gz |
Added information about the MariaDB foundation
Updated information in SHOW AUTHORS and SHOW CONTRIBUTORS
SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore.
CMakeLists.txt:
Install TODO and CREDITS files
CREDITS:
Information about the MariaDB foundation
README:
Updated to include the MariaDB foundation
mysql-test/r/contributors.result:
Updated contributors
mysql-test/r/show_check.result:
SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore.
scripts/make_binary_distribution.sh:
Added TODO and CREDITS
sql/authors.h:
Updated list of active authors
sql/contributors.h:
Updated list of active contributors and members of the MariaDB foundation
sql/sql_show.cc:
Extend comment lengths
sql/sql_yacc.yy:
SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore
Diffstat (limited to 'CREDITS')
-rw-r--r-- | CREDITS | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS new file mode 100644 index 00000000000..041105f977a --- /dev/null +++ b/CREDITS @@ -0,0 +1,43 @@ +MariaDB is brought to you by the MariaDB foundation, a USA non profit +organization. + +The current main members and sponsors of the MariaDB foundation are: + +Booking.com http://www.booking.com +SkySQL Ab http://www.skysql.com +Parallels http://www.parallels.com/products/plesk + +For a full list of supporters and sponsors see +https://mariadb.org/en/supporters/ + +You can also do this by doing SHOW CONTRIBUTORS. + +For all corporate memberships and sponsorships please contact the +MariaDB foundation Board via foundation@mariadb.org. + +The MariaDB foundation is responsible for the MariaDB source +repository, the official MariaDB binaries and http://mariadb.org. + +The MariaDB foundation provides also, among other things, the +following services to the MariaDB community: + +- Code reviews and applying patches for MariaDB +- QA and testing of the MariaDB server +- Merging MySQL patches into MariaDB +- Bug fixing in MariaDB (for bugs that affects a large part of the community) +- Building the official MariaDB binaries +- Maintaining http://mariadb.org + +To be able to do the above we need help from cooperations and individuals! + +You can help support MariaDB by be becoming a MariaDB developer or a +member or sponsor of the MariaDB foundation! + +You can get a list of all main authors of MariaDB / MySQL by doing +SHOW AUTHORS; + +You can get a list sponsors and contributors by doing +SHOW CONTRIBUTORS; + +You can read more about the MariaDB foundation at: +https://mariadb.org/en/foundation/ |