From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- srcs/phpmyadmin/doc/html/_sources/copyright.txt | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 srcs/phpmyadmin/doc/html/_sources/copyright.txt (limited to 'srcs/phpmyadmin/doc/html/_sources/copyright.txt') diff --git a/srcs/phpmyadmin/doc/html/_sources/copyright.txt b/srcs/phpmyadmin/doc/html/_sources/copyright.txt new file mode 100644 index 0000000..ed18723 --- /dev/null +++ b/srcs/phpmyadmin/doc/html/_sources/copyright.txt @@ -0,0 +1,42 @@ +.. _copyright: + +Copyright +========= + +.. code-block:: none + + Copyright (C) 1998-2000 Tobias Ratschiller + Copyright (C) 2001-2018 Marc Delisle + Olivier Müller + Robin Johnson + Alexander M. Turek + Michal Čihař + Garvin Hicking + Michael Keck + Sebastian Mendel + [check credits for more details] + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2, as +published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +Third party licenses +++++++++++++++++++++ + +phpMyAdmin includes several third-party libraries which come under their +respective licenses. + +jQuery's license, which is where we got the files under js/vendor/jquery/ is +(MIT|GPL), a copy of each license is available in this repository (GPL +is available as LICENSE, MIT as js/vendor/jquery/MIT-LICENSE.txt). + +The download kit additionally includes several composer libraries. See their +licensing information in the vendor/ directory. -- cgit