Translated using Weblate (Slovenian)
[phpmyadmin.git] / doc / copyright.rst
blobed1872303c3ea23a0ed5956d43abe6720dcc295b
1 .. _copyright:
3 Copyright
4 =========
6 .. code-block:: none
8     Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
9     Copyright (C) 2001-2018 Marc Delisle <marc_at_infomarc.info>
10         Olivier Müller <om_at_omnis.ch>
11         Robin Johnson <robbat2_at_users.sourceforge.net>
12         Alexander M. Turek <me_at_derrabus.de>
13         Michal Čihař <michal_at_cihar.com>
14         Garvin Hicking <me_at_supergarv.de>
15         Michael Keck <mkkeck_at_users.sourceforge.net>
16         Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
17         [check credits for more details]
19 This program is free software; you can redistribute it and/or modify
20 it under the terms of the GNU General Public License version 2, as
21 published by the Free Software Foundation.
23 This program is distributed in the hope that it will be useful, but
24 WITHOUT ANY WARRANTY; without even the implied warranty of
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
26 General Public License for more details.
28 You should have received a copy of the GNU General Public License
29 along with this program. If not, see <https://www.gnu.org/licenses/>.
31 Third party licenses
32 ++++++++++++++++++++
34 phpMyAdmin includes several third-party libraries which come under their
35 respective licenses.
37 jQuery's license, which is where we got the files under js/vendor/jquery/ is
38 (MIT|GPL), a copy of each license is available in this repository (GPL
39 is available as LICENSE, MIT as js/vendor/jquery/MIT-LICENSE.txt).
41 The download kit additionally includes several composer libraries. See their
42 licensing information in the vendor/ directory.