PHP7 Project. Commit 20. Fixes in calendar module.
[openemr.git] / phpmyadmin / doc / copyright.rst
blobfc5fdac346fa80bacb081704024652ede275055c
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 `http://www.gnu.org/licenses/
30 <http://www.gnu.org/licenses/>`_.
32 Third party licenses
33 ++++++++++++++++++++
35 phpMyAdmin includes several third party libraries which come under their
36 respective licenses.
38 jQuery's license, which is where we got the files under js/jquery/ is
39 (MIT|GPL), a copy of each license is available in this repository (GPL
40 is available as LICENSE, MIT as js/jquery/MIT-LICENSE.txt).
42 TCPDF which is located under libraries/tcpdf is released under GPL
43 version 3 and the license is available as libraries/tcpdf/LICENSE.TXT.
45 DejaVu fonts which are located under libraries/tcpdf/fonts/ and their
46 license is documented in
47 libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE.
49 PHP-gettext which is located under libraries/php-gettext/ is released
50 under GPL version 2 license which is available in the LICENSE file.