copyright.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Copyright &#8212; phpMyAdmin 4.9.10 documentation</title>
  7. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/classic.css" type="text/css" />
  9. <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  10. <script src="_static/jquery.js"></script>
  11. <script src="_static/underscore.js"></script>
  12. <script src="_static/doctools.js"></script>
  13. <link rel="index" title="Index" href="genindex.html" />
  14. <link rel="search" title="Search" href="search.html" />
  15. <link rel="copyright" title="Copyright" href="#" />
  16. <link rel="next" title="Credits" href="credits.html" />
  17. <link rel="prev" title="Distributing and packaging phpMyAdmin" href="vendors.html" />
  18. </head><body>
  19. <div class="related" role="navigation" aria-label="related navigation">
  20. <h3>Navigation</h3>
  21. <ul>
  22. <li class="right" style="margin-right: 10px">
  23. <a href="genindex.html" title="General Index"
  24. accesskey="I">index</a></li>
  25. <li class="right" >
  26. <a href="credits.html" title="Credits"
  27. accesskey="N">next</a> |</li>
  28. <li class="right" >
  29. <a href="vendors.html" title="Distributing and packaging phpMyAdmin"
  30. accesskey="P">previous</a> |</li>
  31. <li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.9.10 documentation</a> &#187;</li>
  32. <li class="nav-item nav-item-this"><a href="">Copyright</a></li>
  33. </ul>
  34. </div>
  35. <div class="document">
  36. <div class="documentwrapper">
  37. <div class="bodywrapper">
  38. <div class="body" role="main">
  39. <div class="section" id="copyright">
  40. <span id="id1"></span><h1>Copyright<a class="headerlink" href="#copyright" title="Permalink to this headline">¶</a></h1>
  41. <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>Copyright (C) 1998-2000 Tobias Ratschiller &lt;tobias_at_ratschiller.com&gt;
  42. Copyright (C) 2001-2018 Marc Delisle &lt;marc_at_infomarc.info&gt;
  43. Olivier Müller &lt;om_at_omnis.ch&gt;
  44. Robin Johnson &lt;robbat2_at_users.sourceforge.net&gt;
  45. Alexander M. Turek &lt;me_at_derrabus.de&gt;
  46. Michal Čihař &lt;michal_at_cihar.com&gt;
  47. Garvin Hicking &lt;me_at_supergarv.de&gt;
  48. Michael Keck &lt;mkkeck_at_users.sourceforge.net&gt;
  49. Sebastian Mendel &lt;cybot_tm_at_users.sourceforge.net&gt;
  50. [check credits for more details]
  51. </pre></div>
  52. </div>
  53. <p>This program is free software; you can redistribute it and/or modify
  54. it under the terms of the GNU General Public License version 2, as
  55. published by the Free Software Foundation.</p>
  56. <p>This program is distributed in the hope that it will be useful, but
  57. WITHOUT ANY WARRANTY; without even the implied warranty of
  58. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  59. General Public License for more details.</p>
  60. <p>You should have received a copy of the GNU General Public License
  61. along with this program. If not, see &lt;<a class="reference external" href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>&gt;.</p>
  62. <div class="section" id="third-party-licenses">
  63. <h2>Third party licenses<a class="headerlink" href="#third-party-licenses" title="Permalink to this headline">¶</a></h2>
  64. <p>phpMyAdmin includes several third-party libraries which come under their
  65. respective licenses.</p>
  66. <p>jQuery’s license, which is where we got the files under js/vendor/jquery/ is
  67. (MIT|GPL), a copy of each license is available in this repository (GPL
  68. is available as LICENSE, MIT as js/vendor/jquery/MIT-LICENSE.txt).</p>
  69. <p>The download kit additionally includes several composer libraries. See their
  70. licensing information in the vendor/ directory.</p>
  71. </div>
  72. </div>
  73. <div class="clearer"></div>
  74. </div>
  75. </div>
  76. </div>
  77. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  78. <div class="sphinxsidebarwrapper">
  79. <h3><a href="index.html">Table of Contents</a></h3>
  80. <ul>
  81. <li><a class="reference internal" href="#">Copyright</a><ul>
  82. <li><a class="reference internal" href="#third-party-licenses">Third party licenses</a></li>
  83. </ul>
  84. </li>
  85. </ul>
  86. <h4>Previous topic</h4>
  87. <p class="topless"><a href="vendors.html"
  88. title="previous chapter">Distributing and packaging phpMyAdmin</a></p>
  89. <h4>Next topic</h4>
  90. <p class="topless"><a href="credits.html"
  91. title="next chapter">Credits</a></p>
  92. <div role="note" aria-label="source link">
  93. <h3>This Page</h3>
  94. <ul class="this-page-menu">
  95. <li><a href="_sources/copyright.rst.txt"
  96. rel="nofollow">Show Source</a></li>
  97. </ul>
  98. </div>
  99. <div id="searchbox" style="display: none" role="search">
  100. <h3 id="searchlabel">Quick search</h3>
  101. <div class="searchformwrapper">
  102. <form class="search" action="search.html" method="get">
  103. <input type="text" name="q" aria-labelledby="searchlabel" />
  104. <input type="submit" value="Go" />
  105. </form>
  106. </div>
  107. </div>
  108. <script>$('#searchbox').show(0);</script>
  109. </div>
  110. </div>
  111. <div class="clearer"></div>
  112. </div>
  113. <div class="related" role="navigation" aria-label="related navigation">
  114. <h3>Navigation</h3>
  115. <ul>
  116. <li class="right" style="margin-right: 10px">
  117. <a href="genindex.html" title="General Index"
  118. >index</a></li>
  119. <li class="right" >
  120. <a href="credits.html" title="Credits"
  121. >next</a> |</li>
  122. <li class="right" >
  123. <a href="vendors.html" title="Distributing and packaging phpMyAdmin"
  124. >previous</a> |</li>
  125. <li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.9.10 documentation</a> &#187;</li>
  126. <li class="nav-item nav-item-this"><a href="">Copyright</a></li>
  127. </ul>
  128. </div>
  129. <div class="footer" role="contentinfo">
  130. &#169; <a href="#">Copyright</a> 2012 - 2018, The phpMyAdmin devel team.
  131. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.4.3.
  132. </div>
  133. </body>
  134. </html>