Translated using Weblate (Slovenian)
[phpmyadmin.git] / doc / copyright.rst
blob28f42e6d3f5545804a2b6abcf91b984c60600175
1 .. _copyright:
3 Copyright
4 =========
6 .. code-block:: none
8     Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
9     Copyright (C) 2001-2014 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/jquery/ is
38 (MIT|GPL), a copy of each license is available in this repository (GPL
39 is available as LICENSE, MIT as js/jquery/MIT-LICENSE.txt).
41 TCPDF which is located under libraries/tcpdf is released under GPL
42 version 3 and the license is available as libraries/tcpdf/LICENSE.TXT.
44 DejaVu fonts which are located under libraries/tcpdf/fonts/ and their
45 license is documented in
46 libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE.
48 PHP-gettext which is located under libraries/php-gettext/ is released
49 under GPL version 2 license which is available in the LICENSE file.