License.html 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
  1. <!DOCTYPE html>
  2. <html class="writer-html5" lang="en" data-content_root="../">
  3. <head>
  4. <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>License &mdash; PHP-QRCode main
  7. Manual</title>
  8. <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
  9. <link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
  10. <script src="../_static/jquery.js?v=5d32c60e"></script>
  11. <script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
  12. <script src="../_static/documentation_options.js?v=a8da1a53"></script>
  13. <script src="../_static/doctools.js?v=9bcbadda"></script>
  14. <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
  15. <script src="../_static/js/theme.js"></script>
  16. <link rel="index" title="Index" href="../genindex.html" />
  17. <link rel="search" title="Search" href="../search.html" />
  18. <link rel="prev" title="How to contribute" href="Contribute.html" />
  19. </head>
  20. <body class="wy-body-for-nav">
  21. <div class="wy-grid-for-nav">
  22. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  23. <div class="wy-side-scroll">
  24. <div class="wy-side-nav-search" >
  25. <a href="../index.html" class="icon icon-home">
  26. PHP-QRCode
  27. </a>
  28. <div role="search">
  29. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  30. <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
  31. <input type="hidden" name="check_keywords" value="yes" />
  32. <input type="hidden" name="area" value="default" />
  33. </form>
  34. </div>
  35. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  36. <p class="caption" role="heading"><span class="caption-text">Usage</span></p>
  37. <ul>
  38. <li class="toctree-l1"><a class="reference internal" href="../Usage/Overview.html">Overview</a><ul>
  39. <li class="toctree-l2"><a class="reference internal" href="../Usage/Overview.html#features">Features</a></li>
  40. <li class="toctree-l2"><a class="reference internal" href="../Usage/Overview.html#requirements">Requirements</a></li>
  41. <li class="toctree-l2"><a class="reference internal" href="../Usage/Overview.html#framework-integration">Framework Integration</a></li>
  42. <li class="toctree-l2"><a class="reference internal" href="../Usage/Overview.html#shameless-advertising">Shameless advertising</a></li>
  43. </ul>
  44. </li>
  45. <li class="toctree-l1"><a class="reference internal" href="../Usage/Installation.html">Installation</a><ul>
  46. <li class="toctree-l2"><a class="reference internal" href="../Usage/Installation.html#installation-with-composer">Installation with Composer</a><ul>
  47. <li class="toctree-l3"><a class="reference internal" href="../Usage/Installation.html#composer-json">composer.json</a><ul>
  48. <li class="toctree-l4"><a class="reference internal" href="../Usage/Installation.html#version-switch">Version switch</a></li>
  49. </ul>
  50. </li>
  51. <li class="toctree-l3"><a class="reference internal" href="../Usage/Installation.html#terminal">Terminal</a></li>
  52. </ul>
  53. </li>
  54. <li class="toctree-l2"><a class="reference internal" href="../Usage/Installation.html#manual-installation">Manual installation</a><ul>
  55. <li class="toctree-l3"><a class="reference internal" href="../Usage/Installation.html#can-i-use-this-library-without-using-composer">Can I use this library without using composer?</a></li>
  56. </ul>
  57. </li>
  58. <li class="toctree-l2"><a class="reference internal" href="../Usage/Installation.html#supported-php-versions-extension-requirements">Supported PHP versions &amp; extension requirements</a></li>
  59. <li class="toctree-l2"><a class="reference internal" href="../Usage/Installation.html#imagemagick">ImageMagick</a></li>
  60. </ul>
  61. </li>
  62. <li class="toctree-l1"><a class="reference internal" href="../Usage/Quickstart.html">Quickstart</a><ul>
  63. <li class="toctree-l2"><a class="reference internal" href="../Usage/Quickstart.html#import-the-library">Import the library</a></li>
  64. <li class="toctree-l2"><a class="reference internal" href="../Usage/Quickstart.html#create-your-first-qr-code">Create your first QR Code</a><ul>
  65. <li class="toctree-l3"><a class="reference internal" href="../Usage/Quickstart.html#configuration">Configuration</a></li>
  66. </ul>
  67. </li>
  68. <li class="toctree-l2"><a class="reference internal" href="../Usage/Quickstart.html#notes">Notes</a></li>
  69. </ul>
  70. </li>
  71. <li class="toctree-l1"><a class="reference internal" href="../Usage/Advanced-usage.html">Advanced usage</a><ul>
  72. <li class="toctree-l2"><a class="reference internal" href="../Usage/Advanced-usage.html#configuration-via-qroptions">Configuration via <code class="docutils literal notranslate"><span class="pre">QROptions</span></code></a><ul>
  73. <li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#supply-an-iterable-of-options">Supply an <code class="docutils literal notranslate"><span class="pre">iterable</span></code> of options</a></li>
  74. <li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#load-and-save-options-from-to-json">Load and save options from/to JSON</a></li>
  75. <li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#extending-the-qroptions-class">Extending the <code class="docutils literal notranslate"><span class="pre">QROptions</span></code> class</a></li>
  76. </ul>
  77. </li>
  78. <li class="toctree-l2"><a class="reference internal" href="../Usage/Advanced-usage.html#qrcode-methods"><code class="docutils literal notranslate"><span class="pre">QRCode</span></code> methods</a><ul>
  79. <li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#render-a-qrmatrix-instance">Render a <code class="docutils literal notranslate"><span class="pre">QRMatrix</span></code> instance</a></li>
  80. <li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#mixed-mode">Mixed mode</a></li>
  81. </ul>
  82. </li>
  83. <li class="toctree-l2"><a class="reference internal" href="../Usage/Advanced-usage.html#common-output-options">Common output options</a><ul>
  84. <li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#save-to-file">Save to file</a></li>
  85. <li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#base64-uri-output">Base64 URI output</a></li>
  86. <li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#return-the-image-resource">Return the image resource</a></li>
  87. </ul>
  88. </li>
  89. </ul>
  90. </li>
  91. <li class="toctree-l1"><a class="reference internal" href="../Usage/Configuration-settings.html">Configuration settings</a><ul>
  92. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#version">version</a></li>
  93. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#versionmin">versionMin</a></li>
  94. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#versionmax">versionMax</a></li>
  95. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#ecclevel">eccLevel</a></li>
  96. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#maskpattern">maskPattern</a></li>
  97. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#addquietzone">addQuietzone</a></li>
  98. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#quietzonesize">quietzoneSize</a></li>
  99. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#outputinterface">outputInterface</a></li>
  100. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#returnresource">returnResource</a></li>
  101. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#cachefile">cachefile</a></li>
  102. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#outputbase64">outputBase64</a></li>
  103. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#eol">eol</a></li>
  104. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#bgcolor">bgColor</a></li>
  105. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#invertmatrix">invertMatrix</a></li>
  106. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#drawlightmodules">drawLightModules</a></li>
  107. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#drawcircularmodules">drawCircularModules</a></li>
  108. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#circleradius">circleRadius</a></li>
  109. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#keepassquare">keepAsSquare</a></li>
  110. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#connectpaths">connectPaths</a></li>
  111. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#excludefromconnect">excludeFromConnect</a></li>
  112. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#modulevalues">moduleValues</a></li>
  113. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#addlogospace">addLogoSpace</a></li>
  114. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#logospacewidth">logoSpaceWidth</a></li>
  115. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#logospaceheight">logoSpaceHeight</a></li>
  116. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#logospacestartx">logoSpaceStartX</a></li>
  117. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#logospacestarty">logoSpaceStartY</a></li>
  118. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#scale">scale</a></li>
  119. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#imagetransparent">imageTransparent</a></li>
  120. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#transparencycolor">transparencyColor</a></li>
  121. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#quality">quality</a></li>
  122. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#gdimageuseupscale">gdImageUseUpscale</a></li>
  123. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#imagickformat">imagickFormat</a></li>
  124. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#cssclass">cssClass</a></li>
  125. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#svgaddxmlheader">svgAddXmlHeader</a></li>
  126. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#svgdefs">svgDefs</a></li>
  127. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#svgpreserveaspectratio">svgPreserveAspectRatio</a></li>
  128. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#svgusefillattributes">svgUseFillAttributes</a></li>
  129. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#textlinestart">textLineStart</a></li>
  130. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#jsonflags">jsonFlags</a></li>
  131. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#fpdfmeasureunit">fpdfMeasureUnit</a></li>
  132. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#xmlstylesheet">xmlStylesheet</a></li>
  133. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#readeruseimagickifavailable">readerUseImagickIfAvailable</a></li>
  134. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#readergrayscale">readerGrayscale</a></li>
  135. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#readerinvertcolors">readerInvertColors</a></li>
  136. <li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#readerincreasecontrast">readerIncreaseContrast</a></li>
  137. </ul>
  138. </li>
  139. <li class="toctree-l1"><a class="reference internal" href="../Usage/Reading-QRCodes.html">Reading QR Codes</a><ul>
  140. <li class="toctree-l2"><a class="reference internal" href="../Usage/Reading-QRCodes.html#basic-usage">Basic usage</a></li>
  141. <li class="toctree-l2"><a class="reference internal" href="../Usage/Reading-QRCodes.html#the-luminancesourceinterface">The <code class="docutils literal notranslate"><span class="pre">LuminanceSourceInterface</span></code></a></li>
  142. <li class="toctree-l2"><a class="reference internal" href="../Usage/Reading-QRCodes.html#the-decoder">The <code class="docutils literal notranslate"><span class="pre">Decoder</span></code></a></li>
  143. <li class="toctree-l2"><a class="reference internal" href="../Usage/Reading-QRCodes.html#general-considerations">General considerations</a></li>
  144. </ul>
  145. </li>
  146. <li class="toctree-l1"><a class="reference internal" href="../Usage/Logos.html">Logos and logo space</a><ul>
  147. <li class="toctree-l2"><a class="reference internal" href="../Usage/Logos.html#info">Info</a></li>
  148. <li class="toctree-l2"><a class="reference internal" href="../Usage/Logos.html#adding-a-logo-space">Adding a logo space</a></li>
  149. </ul>
  150. </li>
  151. </ul>
  152. <p class="caption" role="heading"><span class="caption-text">Customizing output</span></p>
  153. <ul>
  154. <li class="toctree-l1"><a class="reference internal" href="../Customizing/Module-Values.html">Module values</a><ul>
  155. <li class="toctree-l2"><a class="reference internal" href="../Customizing/Module-Values.html#basics">Basics</a></li>
  156. <li class="toctree-l2"><a class="reference internal" href="../Customizing/Module-Values.html#assigning-values">Assigning values</a></li>
  157. <li class="toctree-l2"><a class="reference internal" href="../Customizing/Module-Values.html#handling-in-your-own-qroutputinterface">Handling in your own <code class="docutils literal notranslate"><span class="pre">QROutputInterface</span></code></a><ul>
  158. <li class="toctree-l3"><a class="reference internal" href="../Customizing/Module-Values.html#setting-module-values">Setting module values</a></li>
  159. <li class="toctree-l3"><a class="reference internal" href="../Customizing/Module-Values.html#using-the-module-values">Using the module values</a></li>
  160. </ul>
  161. </li>
  162. </ul>
  163. </li>
  164. <li class="toctree-l1"><a class="reference internal" href="../Customizing/QROutputAbstract.html"><code class="docutils literal notranslate"><span class="pre">QROutputAbstract</span></code></a><ul>
  165. <li class="toctree-l2"><a class="reference internal" href="../Customizing/QROutputAbstract.html#properties">Properties</a><ul>
  166. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#options-and-matrix"><code class="docutils literal notranslate"><span class="pre">$options</span></code> and <code class="docutils literal notranslate"><span class="pre">$matrix</span></code></a></li>
  167. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#modulecount-scale-and-length"><code class="docutils literal notranslate"><span class="pre">$moduleCount</span></code>, <code class="docutils literal notranslate"><span class="pre">$scale</span></code> and <code class="docutils literal notranslate"><span class="pre">$length</span></code></a></li>
  168. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#modulevalues"><code class="docutils literal notranslate"><span class="pre">$moduleValues</span></code></a></li>
  169. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#copies-of-qroptions-values">Copies of <code class="docutils literal notranslate"><span class="pre">QROptions</span></code> values</a></li>
  170. </ul>
  171. </li>
  172. <li class="toctree-l2"><a class="reference internal" href="../Customizing/QROutputAbstract.html#methods">Methods</a><ul>
  173. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#setmodulevalues"><code class="docutils literal notranslate"><span class="pre">setModuleValues()</span></code></a></li>
  174. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#modulevalueisvalid"><code class="docutils literal notranslate"><span class="pre">moduleValueIsValid()</span></code></a></li>
  175. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#preparemodulevalue"><code class="docutils literal notranslate"><span class="pre">prepareModuleValue()</span></code></a></li>
  176. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#getdefaultmodulevalue"><code class="docutils literal notranslate"><span class="pre">getDefaultModuleValue()</span></code></a></li>
  177. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#getmodulevalue-and-getmodulevalueat"><code class="docutils literal notranslate"><span class="pre">getModuleValue()</span></code> and <code class="docutils literal notranslate"><span class="pre">getModuleValueAt()</span></code></a></li>
  178. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#setmatrixdimensions"><code class="docutils literal notranslate"><span class="pre">setMatrixDimensions()</span></code></a></li>
  179. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#getoutputdimensions"><code class="docutils literal notranslate"><span class="pre">getOutputDimensions()</span></code></a></li>
  180. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#collectmodules"><code class="docutils literal notranslate"><span class="pre">collectModules()</span></code></a></li>
  181. <li class="toctree-l3"><a class="reference internal" href="../Customizing/QROutputAbstract.html#savetofile-and-tobase64datauri"><code class="docutils literal notranslate"><span class="pre">saveToFile()</span></code> and <code class="docutils literal notranslate"><span class="pre">toBase64DataURI()</span></code></a></li>
  182. </ul>
  183. </li>
  184. </ul>
  185. </li>
  186. <li class="toctree-l1"><a class="reference internal" href="../Customizing/Custom-output-interface.html">Custom <code class="docutils literal notranslate"><span class="pre">QROutputInterface</span></code></a><ul>
  187. <li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#class-skeleton">Class skeleton</a></li>
  188. <li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#module-values">Module values</a></li>
  189. <li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#transform-the-output">Transform the output</a></li>
  190. <li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#run-the-custom-output">Run the custom output</a></li>
  191. <li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#summary">Summary</a></li>
  192. </ul>
  193. </li>
  194. </ul>
  195. <p class="caption" role="heading"><span class="caption-text">Built-In Output Classes</span></p>
  196. <ul>
  197. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QREps.html">QREps</a><ul>
  198. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QREps.html#example">Example</a></li>
  199. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QREps.html#additional-methods">Additional methods</a></li>
  200. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QREps.html#options-that-affect-this-class">Options that affect this class</a></li>
  201. </ul>
  202. </li>
  203. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRFpdf.html">QRFpdf</a><ul>
  204. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRFpdf.html#example">Example</a></li>
  205. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRFpdf.html#additional-methods">Additional methods</a></li>
  206. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRFpdf.html#options-that-affect-this-class">Options that affect this class</a></li>
  207. </ul>
  208. </li>
  209. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRGdImage.html">QRGdImage</a><ul>
  210. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRGdImage.html#example">Example</a></li>
  211. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRGdImage.html#additional-methods">Additional methods</a></li>
  212. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRGdImage.html#options-that-affect-this-class">Options that affect this class</a></li>
  213. </ul>
  214. </li>
  215. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRImagick.html">QRImagick</a><ul>
  216. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRImagick.html#example">Example</a></li>
  217. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRImagick.html#additional-methods">Additional methods</a></li>
  218. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRImagick.html#options-that-affect-this-class">Options that affect this class</a></li>
  219. </ul>
  220. </li>
  221. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRInterventionImage.html">QRInterventionImage</a><ul>
  222. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRInterventionImage.html#example">Example</a></li>
  223. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRInterventionImage.html#additional-methods">Additional methods</a></li>
  224. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRInterventionImage.html#options-that-affect-this-class">Options that affect this class</a></li>
  225. </ul>
  226. </li>
  227. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRMarkupHTML.html">QRMarkupHTML</a><ul>
  228. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupHTML.html#example">Example</a></li>
  229. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupHTML.html#additional-methods">Additional methods</a></li>
  230. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupHTML.html#options-that-affect-this-class">Options that affect this class</a></li>
  231. </ul>
  232. </li>
  233. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRMarkupSVG.html">QRMarkupSVG</a><ul>
  234. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupSVG.html#example">Example</a></li>
  235. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupSVG.html#additional-methods">Additional methods</a></li>
  236. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupSVG.html#options-that-affect-this-class">Options that affect this class</a></li>
  237. </ul>
  238. </li>
  239. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRMarkupXML.html">QRMarkupXML</a><ul>
  240. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupXML.html#example">Example</a></li>
  241. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupXML.html#additional-methods">Additional methods</a></li>
  242. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupXML.html#options-that-affect-this-class">Options that affect this class</a></li>
  243. </ul>
  244. </li>
  245. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html">QRStringJSON</a><ul>
  246. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html#example">Example</a></li>
  247. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html#previous-functionality">Previous functionality</a></li>
  248. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html#additional-methods">Additional methods</a></li>
  249. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html#options-that-affect-this-class">Options that affect this class</a></li>
  250. </ul>
  251. </li>
  252. <li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRStringText.html">QRStringText</a><ul>
  253. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringText.html#example">Example</a></li>
  254. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringText.html#additional-methods">Additional methods</a></li>
  255. <li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringText.html#options-that-affect-this-class">Options that affect this class</a></li>
  256. </ul>
  257. </li>
  258. </ul>
  259. <p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
  260. <ul class="current">
  261. <li class="toctree-l1"><a class="reference internal" href="Terminology.html">Terminology</a><ul>
  262. <li class="toctree-l2"><a class="reference internal" href="Terminology.html#qr-code">QR Code</a></li>
  263. <li class="toctree-l2"><a class="reference internal" href="Terminology.html#matrix">Matrix</a><ul>
  264. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#module">Module</a></li>
  265. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#version">Version</a></li>
  266. </ul>
  267. </li>
  268. <li class="toctree-l2"><a class="reference internal" href="Terminology.html#function-patterns">Function Patterns</a><ul>
  269. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#finder-pattern">Finder Pattern</a></li>
  270. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#alignment-pattern">Alignment Pattern</a></li>
  271. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#timing-pattern">Timing Pattern</a></li>
  272. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#separators">Separators</a></li>
  273. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#quiet-zone">Quiet Zone</a></li>
  274. </ul>
  275. </li>
  276. <li class="toctree-l2"><a class="reference internal" href="Terminology.html#encoding-region">Encoding Region</a><ul>
  277. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#data">Data</a></li>
  278. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#version-information">Version Information</a></li>
  279. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#format-information">Format Information</a></li>
  280. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#darkmodule">Darkmodule</a></li>
  281. </ul>
  282. </li>
  283. <li class="toctree-l2"><a class="reference internal" href="Terminology.html#mode">Mode</a><ul>
  284. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#segment">Segment</a></li>
  285. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#extended-channel-interpretation-eci">Extended Channel Interpretation (ECI)</a></li>
  286. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#mixed-mode">Mixed Mode</a></li>
  287. </ul>
  288. </li>
  289. <li class="toctree-l2"><a class="reference internal" href="Terminology.html#ecc-error-correction-coding">ECC (Error Correction Coding)</a><ul>
  290. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#ecc-level">ECC Level</a></li>
  291. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#maximum-data-capacity">Maximum data capacity</a></li>
  292. </ul>
  293. </li>
  294. <li class="toctree-l2"><a class="reference internal" href="Terminology.html#data-masking">Data masking</a><ul>
  295. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#evaluation">Evaluation</a></li>
  296. <li class="toctree-l3"><a class="reference internal" href="Terminology.html#mask-pattern">Mask pattern</a></li>
  297. </ul>
  298. </li>
  299. <li class="toctree-l2"><a class="reference internal" href="Terminology.html#reflectance">Reflectance</a></li>
  300. </ul>
  301. </li>
  302. <li class="toctree-l1"><a class="reference internal" href="URI-Content.html">Popular content and URI schemes</a><ul>
  303. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#url-https">URL <code class="docutils literal notranslate"><span class="pre">https</span></code></a></li>
  304. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#e-mail-mailto">E-Mail <code class="docutils literal notranslate"><span class="pre">mailto</span></code></a></li>
  305. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#phone-numbers-tel">Phone numbers <code class="docutils literal notranslate"><span class="pre">tel</span></code></a></li>
  306. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#geo-coordinates-geo">Geo Coordinates <code class="docutils literal notranslate"><span class="pre">geo</span></code></a></li>
  307. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#mobile-authenticators-otpauth">Mobile Authenticators <code class="docutils literal notranslate"><span class="pre">otpauth</span></code></a></li>
  308. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#wireless-network-configuration">Wireless Network configuration</a></li>
  309. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#contact-information-vcard">Contact information: vCard</a></li>
  310. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#calendar-events-vcalendar-and-icalendar">Calendar Events: vCalendar and iCalendar</a></li>
  311. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#credit-transfer">Credit Transfer</a><ul>
  312. <li class="toctree-l3"><a class="reference internal" href="URI-Content.html#sepa-european-payments-council">SEPA (European Payments Council)</a></li>
  313. <li class="toctree-l3"><a class="reference internal" href="URI-Content.html#pix-banco-central-do-brasil">Pix (Banco Central do Brasil)</a></li>
  314. </ul>
  315. </li>
  316. <li class="toctree-l2"><a class="reference internal" href="URI-Content.html#see-also">See also</a></li>
  317. </ul>
  318. </li>
  319. <li class="toctree-l1"><a class="reference internal" href="Performance-considerations.html">Performance considerations</a><ul>
  320. <li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#version">Version</a></li>
  321. <li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#ecc-level">Ecc level</a></li>
  322. <li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#data-mode">Data mode</a></li>
  323. <li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#mask-pattern">Mask pattern</a></li>
  324. <li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#output">Output</a></li>
  325. </ul>
  326. </li>
  327. <li class="toctree-l1"><a class="reference internal" href="Contribute.html">How to contribute</a><ul>
  328. <li class="toctree-l2"><a class="reference internal" href="Contribute.html#questions-and-issues">Questions and issues</a></li>
  329. <li class="toctree-l2"><a class="reference internal" href="Contribute.html#bug-reports">Bug reports</a></li>
  330. <li class="toctree-l2"><a class="reference internal" href="Contribute.html#pull-requests-and-bug-fixes">Pull requests and bug fixes</a></li>
  331. <li class="toctree-l2"><a class="reference internal" href="Contribute.html#documentation">Documentation</a></li>
  332. </ul>
  333. </li>
  334. <li class="toctree-l1 current"><a class="current reference internal" href="#">License</a></li>
  335. </ul>
  336. </div>
  337. </div>
  338. </nav>
  339. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  340. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  341. <a href="../index.html">PHP-QRCode</a>
  342. </nav>
  343. <div class="wy-nav-content">
  344. <div class="rst-content">
  345. <div role="navigation" aria-label="Page navigation">
  346. <ul class="wy-breadcrumbs">
  347. <li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
  348. <li class="breadcrumb-item active">License</li>
  349. <li class="wy-breadcrumbs-aside">
  350. <a href="https://github.com/chillerlan/php-qrcode/blob/main/docs/Appendix/License.rst" class="fa fa-github"> Edit on GitHub</a>
  351. </li>
  352. </ul>
  353. <hr/>
  354. </div>
  355. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  356. <div itemprop="articleBody">
  357. <section id="license">
  358. <h1>License<a class="headerlink" href="#license" title="Link to this heading"></a></h1>
  359. <div class="highlight-text notranslate"><div class="highlight"><pre><span></span>Copyright (c) 2023 smiley.
  360. This work is licensed under the Creative Commons
  361. Attribution 4.0 International (CC BY 4.0)
  362. A summary of the license is given below, followed by the full legal
  363. text.
  364. -----------------------------------------------------------------------
  365. You are free to:
  366. Share
  367. - copy and redistribute the material in any medium or format
  368. Adapt
  369. - remix, transform, and build upon the material for any purpose,
  370. even commercially.
  371. The licensor cannot revoke these freedoms as long as you follow the
  372. license terms.
  373. Under the following terms:
  374. Attribution
  375. - You must give appropriate credit, provide a link to the license,
  376. and indicate if changes were made.
  377. - You may do so in any reasonable manner, but not in any way that
  378. suggests the licensor endorses you or your use.
  379. No additional restrictions
  380. - You may not apply legal terms or technological measures that
  381. legally restrict others from doing anything the license permits.
  382. -----------------------------------------------------------------------
  383. Attribution 4.0 International
  384. =======================================================================
  385. Creative Commons Corporation (&quot;Creative Commons&quot;) is not a law firm and
  386. does not provide legal services or legal advice. Distribution of
  387. Creative Commons public licenses does not create a lawyer-client or
  388. other relationship. Creative Commons makes its licenses and related
  389. information available on an &quot;as-is&quot; basis. Creative Commons gives no
  390. warranties regarding its licenses, any material licensed under their
  391. terms and conditions, or any related information. Creative Commons
  392. disclaims all liability for damages resulting from their use to the
  393. fullest extent possible.
  394. Using Creative Commons Public Licenses
  395. Creative Commons public licenses provide a standard set of terms and
  396. conditions that creators and other rights holders may use to share
  397. original works of authorship and other material subject to copyright
  398. and certain other rights specified in the public license below. The
  399. following considerations are for informational purposes only, are not
  400. exhaustive, and do not form part of our licenses.
  401. Considerations for licensors: Our public licenses are
  402. intended for use by those authorized to give the public
  403. permission to use material in ways otherwise restricted by
  404. copyright and certain other rights. Our licenses are
  405. irrevocable. Licensors should read and understand the terms
  406. and conditions of the license they choose before applying it.
  407. Licensors should also secure all rights necessary before
  408. applying our licenses so that the public can reuse the
  409. material as expected. Licensors should clearly mark any
  410. material not subject to the license. This includes other CC-
  411. licensed material, or material used under an exception or
  412. limitation to copyright. More considerations for licensors:
  413. wiki.creativecommons.org/Considerations_for_licensors
  414. Considerations for the public: By using one of our public
  415. licenses, a licensor grants the public permission to use the
  416. licensed material under specified terms and conditions. If
  417. the licensor&#39;s permission is not necessary for any reason--for
  418. example, because of any applicable exception or limitation to
  419. copyright--then that use is not regulated by the license. Our
  420. licenses grant only permissions under copyright and certain
  421. other rights that a licensor has authority to grant. Use of
  422. the licensed material may still be restricted for other
  423. reasons, including because others have copyright or other
  424. rights in the material. A licensor may make special requests,
  425. such as asking that all changes be marked or described.
  426. Although not required by our licenses, you are encouraged to
  427. respect those requests where reasonable. More considerations
  428. for the public:
  429. wiki.creativecommons.org/Considerations_for_licensees
  430. =======================================================================
  431. Creative Commons Attribution 4.0 International Public License
  432. By exercising the Licensed Rights (defined below), You accept and agree
  433. to be bound by the terms and conditions of this Creative Commons
  434. Attribution 4.0 International Public License (&quot;Public License&quot;). To the
  435. extent this Public License may be interpreted as a contract, You are
  436. granted the Licensed Rights in consideration of Your acceptance of
  437. these terms and conditions, and the Licensor grants You such rights in
  438. consideration of benefits the Licensor receives from making the
  439. Licensed Material available under these terms and conditions.
  440. Section 1 -- Definitions.
  441. a. Adapted Material means material subject to Copyright and Similar
  442. Rights that is derived from or based upon the Licensed Material
  443. and in which the Licensed Material is translated, altered,
  444. arranged, transformed, or otherwise modified in a manner requiring
  445. permission under the Copyright and Similar Rights held by the
  446. Licensor. For purposes of this Public License, where the Licensed
  447. Material is a musical work, performance, or sound recording,
  448. Adapted Material is always produced where the Licensed Material is
  449. synched in timed relation with a moving image.
  450. b. Adapter&#39;s License means the license You apply to Your Copyright
  451. and Similar Rights in Your contributions to Adapted Material in
  452. accordance with the terms and conditions of this Public License.
  453. c. Copyright and Similar Rights means copyright and/or similar rights
  454. closely related to copyright including, without limitation,
  455. performance, broadcast, sound recording, and Sui Generis Database
  456. Rights, without regard to how the rights are labeled or
  457. categorized. For purposes of this Public License, the rights
  458. specified in Section 2(b)(1)-(2) are not Copyright and Similar
  459. Rights.
  460. d. Effective Technological Measures means those measures that, in the
  461. absence of proper authority, may not be circumvented under laws
  462. fulfilling obligations under Article 11 of the WIPO Copyright
  463. Treaty adopted on December 20, 1996, and/or similar international
  464. agreements.
  465. e. Exceptions and Limitations means fair use, fair dealing, and/or
  466. any other exception or limitation to Copyright and Similar Rights
  467. that applies to Your use of the Licensed Material.
  468. f. Licensed Material means the artistic or literary work, database,
  469. or other material to which the Licensor applied this Public
  470. License.
  471. g. Licensed Rights means the rights granted to You subject to the
  472. terms and conditions of this Public License, which are limited to
  473. all Copyright and Similar Rights that apply to Your use of the
  474. Licensed Material and that the Licensor has authority to license.
  475. h. Licensor means the individual(s) or entity(ies) granting rights
  476. under this Public License.
  477. i. Share means to provide material to the public by any means or
  478. process that requires permission under the Licensed Rights, such
  479. as reproduction, public display, public performance, distribution,
  480. dissemination, communication, or importation, and to make material
  481. available to the public including in ways that members of the
  482. public may access the material from a place and at a time
  483. individually chosen by them.
  484. j. Sui Generis Database Rights means rights other than copyright
  485. resulting from Directive 96/9/EC of the European Parliament and of
  486. the Council of 11 March 1996 on the legal protection of databases,
  487. as amended and/or succeeded, as well as other essentially
  488. equivalent rights anywhere in the world.
  489. k. You means the individual or entity exercising the Licensed Rights
  490. under this Public License. Your has a corresponding meaning.
  491. Section 2 -- Scope.
  492. a. License grant.
  493. 1. Subject to the terms and conditions of this Public License,
  494. the Licensor hereby grants You a worldwide, royalty-free,
  495. non-sublicensable, non-exclusive, irrevocable license to
  496. exercise the Licensed Rights in the Licensed Material to:
  497. a. reproduce and Share the Licensed Material, in whole or
  498. in part; and
  499. b. produce, reproduce, and Share Adapted Material.
  500. 2. Exceptions and Limitations. For the avoidance of doubt, where
  501. Exceptions and Limitations apply to Your use, this Public
  502. License does not apply, and You do not need to comply with
  503. its terms and conditions.
  504. 3. Term. The term of this Public License is specified in Section
  505. 6(a).
  506. 4. Media and formats; technical modifications allowed. The
  507. Licensor authorizes You to exercise the Licensed Rights in
  508. all media and formats whether now known or hereafter created,
  509. and to make technical modifications necessary to do so. The
  510. Licensor waives and/or agrees not to assert any right or
  511. authority to forbid You from making technical modifications
  512. necessary to exercise the Licensed Rights, including
  513. technical modifications necessary to circumvent Effective
  514. Technological Measures. For purposes of this Public License,
  515. simply making modifications authorized by this Section 2(a)
  516. (4) never produces Adapted Material.
  517. 5. Downstream recipients.
  518. a. Offer from the Licensor -- Licensed Material. Every
  519. recipient of the Licensed Material automatically
  520. receives an offer from the Licensor to exercise the
  521. Licensed Rights under the terms and conditions of this
  522. Public License.
  523. b. No downstream restrictions. You may not offer or impose
  524. any additional or different terms or conditions on, or
  525. apply any Effective Technological Measures to, the
  526. Licensed Material if doing so restricts exercise of the
  527. Licensed Rights by any recipient of the Licensed
  528. Material.
  529. 6. No endorsement. Nothing in this Public License constitutes or
  530. may be construed as permission to assert or imply that You
  531. are, or that Your use of the Licensed Material is, connected
  532. with, or sponsored, endorsed, or granted official status by,
  533. the Licensor or others designated to receive attribution as
  534. provided in Section 3(a)(1)(A)(i).
  535. b. Other rights.
  536. 1. Moral rights, such as the right of integrity, are not
  537. licensed under this Public License, nor are publicity,
  538. privacy, and/or other similar personality rights; however, to
  539. the extent possible, the Licensor waives and/or agrees not to
  540. assert any such rights held by the Licensor to the limited
  541. extent necessary to allow You to exercise the Licensed
  542. Rights, but not otherwise.
  543. 2. Patent and trademark rights are not licensed under this
  544. Public License.
  545. 3. To the extent possible, the Licensor waives any right to
  546. collect royalties from You for the exercise of the Licensed
  547. Rights, whether directly or through a collecting society
  548. under any voluntary or waivable statutory or compulsory
  549. licensing scheme. In all other cases the Licensor expressly
  550. reserves any right to collect such royalties.
  551. Section 3 -- License Conditions.
  552. Your exercise of the Licensed Rights is expressly made subject to the
  553. following conditions.
  554. a. Attribution.
  555. 1. If You Share the Licensed Material (including in modified
  556. form), You must:
  557. a. retain the following if it is supplied by the Licensor
  558. with the Licensed Material:
  559. i. identification of the creator(s) of the Licensed
  560. Material and any others designated to receive
  561. attribution, in any reasonable manner requested by
  562. the Licensor (including by pseudonym if
  563. designated);
  564. ii. a copyright notice;
  565. iii. a notice that refers to this Public License;
  566. iv. a notice that refers to the disclaimer of
  567. warranties;
  568. v. a URI or hyperlink to the Licensed Material to the
  569. extent reasonably practicable;
  570. b. indicate if You modified the Licensed Material and
  571. retain an indication of any previous modifications; and
  572. c. indicate the Licensed Material is licensed under this
  573. Public License, and include the text of, or the URI or
  574. hyperlink to, this Public License.
  575. 2. You may satisfy the conditions in Section 3(a)(1) in any
  576. reasonable manner based on the medium, means, and context in
  577. which You Share the Licensed Material. For example, it may be
  578. reasonable to satisfy the conditions by providing a URI or
  579. hyperlink to a resource that includes the required
  580. information.
  581. 3. If requested by the Licensor, You must remove any of the
  582. information required by Section 3(a)(1)(A) to the extent
  583. reasonably practicable.
  584. 4. If You Share Adapted Material You produce, the Adapter&#39;s
  585. License You apply must not prevent recipients of the Adapted
  586. Material from complying with this Public License.
  587. Section 4 -- Sui Generis Database Rights.
  588. Where the Licensed Rights include Sui Generis Database Rights that
  589. apply to Your use of the Licensed Material:
  590. a. for the avoidance of doubt, Section 2(a)(1) grants You the right
  591. to extract, reuse, reproduce, and Share all or a substantial
  592. portion of the contents of the database;
  593. b. if You include all or a substantial portion of the database
  594. contents in a database in which You have Sui Generis Database
  595. Rights, then the database in which You have Sui Generis Database
  596. Rights (but not its individual contents) is Adapted Material; and
  597. c. You must comply with the conditions in Section 3(a) if You Share
  598. all or a substantial portion of the contents of the database.
  599. For the avoidance of doubt, this Section 4 supplements and does not
  600. replace Your obligations under this Public License where the Licensed
  601. Rights include other Copyright and Similar Rights.
  602. Section 5 -- Disclaimer of Warranties and Limitation of Liability.
  603. a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  604. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  605. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  606. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  607. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  608. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  609. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  610. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  611. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  612. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  613. b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  614. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  615. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  616. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  617. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  618. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  619. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  620. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  621. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  622. c. The disclaimer of warranties and limitation of liability provided
  623. above shall be interpreted in a manner that, to the extent
  624. possible, most closely approximates an absolute disclaimer and
  625. waiver of all liability.
  626. Section 6 -- Term and Termination.
  627. a. This Public License applies for the term of the Copyright and
  628. Similar Rights licensed here. However, if You fail to comply with
  629. this Public License, then Your rights under this Public License
  630. terminate automatically.
  631. b. Where Your right to use the Licensed Material has terminated under
  632. Section 6(a), it reinstates:
  633. 1. automatically as of the date the violation is cured, provided
  634. it is cured within 30 days of Your discovery of the
  635. violation; or
  636. 2. upon express reinstatement by the Licensor.
  637. For the avoidance of doubt, this Section 6(b) does not affect any
  638. right the Licensor may have to seek remedies for Your violations
  639. of this Public License.
  640. c. For the avoidance of doubt, the Licensor may also offer the
  641. Licensed Material under separate terms or conditions or stop
  642. distributing the Licensed Material at any time; however, doing so
  643. will not terminate this Public License.
  644. d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
  645. License.
  646. Section 7 -- Other Terms and Conditions.
  647. a. The Licensor shall not be bound by any additional or different
  648. terms or conditions communicated by You unless expressly agreed.
  649. b. Any arrangements, understandings, or agreements regarding the
  650. Licensed Material not stated herein are separate from and
  651. independent of the terms and conditions of this Public License.
  652. Section 8 -- Interpretation.
  653. a. For the avoidance of doubt, this Public License does not, and
  654. shall not be interpreted to, reduce, limit, restrict, or impose
  655. conditions on any use of the Licensed Material that could lawfully
  656. be made without permission under this Public License.
  657. b. To the extent possible, if any provision of this Public License is
  658. deemed unenforceable, it shall be automatically reformed to the
  659. minimum extent necessary to make it enforceable. If the provision
  660. cannot be reformed, it shall be severed from this Public License
  661. without affecting the enforceability of the remaining terms and
  662. conditions.
  663. c. No term or condition of this Public License will be waived and no
  664. failure to comply consented to unless expressly agreed to by the
  665. Licensor.
  666. d. Nothing in this Public License constitutes or may be interpreted
  667. as a limitation upon, or waiver of, any privileges and immunities
  668. that apply to the Licensor or You, including from the legal
  669. processes of any jurisdiction or authority.
  670. =======================================================================
  671. Creative Commons is not a party to its public
  672. licenses. Notwithstanding, Creative Commons may elect to apply one of
  673. its public licenses to material it publishes and in those instances
  674. will be considered the “Licensor.” The text of the Creative Commons
  675. public licenses is dedicated to the public domain under the CC0 Public
  676. Domain Dedication. Except for the limited purpose of indicating that
  677. material is shared under a Creative Commons public license or as
  678. otherwise permitted by the Creative Commons policies published at
  679. creativecommons.org/policies, Creative Commons does not authorize the
  680. use of the trademark &quot;Creative Commons&quot; or any other trademark or logo
  681. of Creative Commons without its prior written consent including,
  682. without limitation, in connection with any unauthorized modifications
  683. to any of its public licenses or any other arrangements,
  684. understandings, or agreements concerning use of licensed material. For
  685. the avoidance of doubt, this paragraph does not form part of the
  686. public licenses.
  687. Creative Commons may be contacted at creativecommons.org.
  688. </pre></div>
  689. </div>
  690. </section>
  691. </div>
  692. </div>
  693. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  694. <a href="Contribute.html" class="btn btn-neutral float-left" title="How to contribute" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
  695. </div>
  696. <hr/>
  697. <div role="contentinfo">
  698. <p>&#169; Copyright 2025, smiley.</p>
  699. </div>
  700. </footer>
  701. </div>
  702. </div>
  703. </section>
  704. </div>
  705. <script>
  706. jQuery(function () {
  707. SphinxRtdTheme.Navigation.enable(true);
  708. });
  709. </script>
  710. </body>
  711. </html>