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