1phpMyAdmin - Readme
2===================
3
4Version 5.1.2
5
6A web interface for MySQL and MariaDB.
7
8https://www.phpmyadmin.net/
9
10Summary
11-------
12
13phpMyAdmin is intended to handle the administration of MySQL over the web.
14For a summary of features, list of requirements, and installation instructions,
15please see the documentation in the ./doc/ folder or at https://docs.phpmyadmin.net/
16
17Copyright
18---------
19
20Copyright © 1998 onwards -- the phpMyAdmin team
21
22Certain libraries are copyrighted by their respective authors;
23see the full copyright list for details.
24
25For full copyright information, please see ./doc/copyright.rst
26
27License
28-------
29
30This program is free software; you can redistribute it and/or modify it under
31the terms of the GNU General Public License version 2, as published by the
32Free Software Foundation.
33
34This program is distributed in the hope that it will be useful, but WITHOUT
35ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
36FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
37details.
38
39You should have received a copy of the GNU General Public License
40along with this program.  If not, see <https://www.gnu.org/licenses/>.
41
42Licensing of current contributions
43----------------------------------
44
45Beginning on 2013-12-01, new contributions to this codebase are all licensed
46under terms compatible with GPLv2-or-later.  phpMyAdmin is currently
47transitioning older code to GPLv2-or-later, but work is not yet complete.
48
49Enjoy!
50------
51
52The phpMyAdmin team
53