mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 10:57:53 +00:00
840 lines
53 KiB
HTML
840 lines
53 KiB
HTML
|
|
|
|
<!DOCTYPE html>
|
|
<html class="writer-html5" lang="en" data-content_root="../">
|
|
<head>
|
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>License — PHP-QRCode main
|
|
Manual</title>
|
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
|
|
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=9edc463e" />
|
|
|
|
|
|
<script src="../_static/jquery.js?v=5d32c60e"></script>
|
|
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
|
<script src="../_static/documentation_options.js?v=a8da1a53"></script>
|
|
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
|
|
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
|
|
<script src="../_static/js/theme.js"></script>
|
|
<link rel="index" title="Index" href="../genindex.html" />
|
|
<link rel="search" title="Search" href="../search.html" />
|
|
<link rel="prev" title="How to contribute" href="Contribute.html" />
|
|
</head>
|
|
|
|
<body class="wy-body-for-nav">
|
|
<div class="wy-grid-for-nav">
|
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
|
<div class="wy-side-scroll">
|
|
<div class="wy-side-nav-search" >
|
|
|
|
|
|
|
|
<a href="../index.html" class="icon icon-home">
|
|
PHP-QRCode
|
|
</a>
|
|
<div role="search">
|
|
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
|
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
</div>
|
|
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
|
<p class="caption" role="heading"><span class="caption-text">Usage</span></p>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Usage/Overview.html">Overview</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Overview.html#features">Features</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Overview.html#requirements">Requirements</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Overview.html#framework-integration">Framework Integration</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Overview.html#shameless-advertising">Shameless advertising</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Usage/Installation.html">Installation</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Installation.html#installation-with-composer">Installation with Composer</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Usage/Installation.html#composer-json">composer.json</a><ul>
|
|
<li class="toctree-l4"><a class="reference internal" href="../Usage/Installation.html#version-switch">Version switch</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Usage/Installation.html#terminal">Terminal</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Installation.html#manual-installation">Manual installation</a><ul>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Installation.html#supported-php-versions-extension-requirements">Supported PHP versions & extension requirements</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Installation.html#imagemagick">ImageMagick</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Usage/Quickstart.html">Quickstart</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Quickstart.html#import-the-library">Import the library</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Quickstart.html#create-your-first-qr-code">Create your first QR Code</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Usage/Quickstart.html#configuration">Configuration</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Quickstart.html#notes">Notes</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Usage/Advanced-usage.html">Advanced usage</a><ul>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<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>
|
|
<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>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#mixed-mode">Mixed mode</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Advanced-usage.html#common-output-options">Common output options</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#save-to-file">Save to file</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#base64-uri-output">Base64 URI output</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Usage/Advanced-usage.html#return-the-image-resource">Return the image resource</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Usage/Configuration-settings.html">Configuration settings</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#version">version</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#versionmin">versionMin</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#versionmax">versionMax</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#ecclevel">eccLevel</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#maskpattern">maskPattern</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#addquietzone">addQuietzone</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#quietzonesize">quietzoneSize</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#outputinterface">outputInterface</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#returnresource">returnResource</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#cachefile">cachefile</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#outputbase64">outputBase64</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#eol">eol</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#bgcolor">bgColor</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#invertmatrix">invertMatrix</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#drawlightmodules">drawLightModules</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#drawcircularmodules">drawCircularModules</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#circleradius">circleRadius</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#keepassquare">keepAsSquare</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#connectpaths">connectPaths</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#excludefromconnect">excludeFromConnect</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#modulevalues">moduleValues</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#addlogospace">addLogoSpace</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#logospacewidth">logoSpaceWidth</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#logospaceheight">logoSpaceHeight</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#logospacestartx">logoSpaceStartX</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#logospacestarty">logoSpaceStartY</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#scale">scale</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#imagetransparent">imageTransparent</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#transparencycolor">transparencyColor</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#quality">quality</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#gdimageuseupscale">gdImageUseUpscale</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#imagickformat">imagickFormat</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#cssclass">cssClass</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#svgaddxmlheader">svgAddXmlHeader</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#svgdefs">svgDefs</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#svgpreserveaspectratio">svgPreserveAspectRatio</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#svgusefillattributes">svgUseFillAttributes</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#textlinestart">textLineStart</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#jsonflags">jsonFlags</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#fpdfmeasureunit">fpdfMeasureUnit</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#xmlstylesheet">xmlStylesheet</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#readeruseimagickifavailable">readerUseImagickIfAvailable</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#readergrayscale">readerGrayscale</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#readerinvertcolors">readerInvertColors</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Configuration-settings.html#readerincreasecontrast">readerIncreaseContrast</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Usage/Reading-QRCodes.html">Reading QR Codes</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Reading-QRCodes.html#basic-usage">Basic usage</a></li>
|
|
<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>
|
|
<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>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Reading-QRCodes.html#general-considerations">General considerations</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Usage/Logos.html">Logos and logo space</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Logos.html#info">Info</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Usage/Logos.html#adding-a-logo-space">Adding a logo space</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p class="caption" role="heading"><span class="caption-text">Customizing output</span></p>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Customizing/Module-Values.html">Module values</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/Module-Values.html#basics">Basics</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/Module-Values.html#assigning-values">Assigning values</a></li>
|
|
<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>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Customizing/Module-Values.html#setting-module-values">Setting module values</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="../Customizing/Module-Values.html#using-the-module-values">Using the module values</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<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>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/QROutputAbstract.html#properties">Properties</a><ul>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/QROutputAbstract.html#methods">Methods</a><ul>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<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>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#class-skeleton">Class skeleton</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#module-values">Module values</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#transform-the-output">Transform the output</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#run-the-custom-output">Run the custom output</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Customizing/Custom-output-interface.html#summary">Summary</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p class="caption" role="heading"><span class="caption-text">Built-In Output Classes</span></p>
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QREps.html">QREps</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QREps.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QREps.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRFpdf.html">QRFpdf</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRFpdf.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRFpdf.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRGdImage.html">QRGdImage</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRGdImage.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRGdImage.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRImagick.html">QRImagick</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRImagick.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRImagick.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRInterventionImage.html">QRInterventionImage</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRInterventionImage.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRInterventionImage.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRMarkupHTML.html">QRMarkupHTML</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupHTML.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupHTML.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRMarkupSVG.html">QRMarkupSVG</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupSVG.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupSVG.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRMarkupXML.html">QRMarkupXML</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupXML.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRMarkupXML.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html">QRStringJSON</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html#previous-functionality">Previous functionality</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringJSON.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="../Built-In-Output/QRStringText.html">QRStringText</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringText.html#example">Example</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="../Built-In-Output/QRStringText.html#additional-methods">Additional methods</a></li>
|
|
<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>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
|
|
<ul class="current">
|
|
<li class="toctree-l1"><a class="reference internal" href="Terminology.html">Terminology</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="Terminology.html#qr-code">QR Code</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Terminology.html#matrix">Matrix</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#module">Module</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#version">Version</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Terminology.html#function-patterns">Function Patterns</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#finder-pattern">Finder Pattern</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#alignment-pattern">Alignment Pattern</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#timing-pattern">Timing Pattern</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#separators">Separators</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#quiet-zone">Quiet Zone</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Terminology.html#encoding-region">Encoding Region</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#data">Data</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#version-information">Version Information</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#format-information">Format Information</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#darkmodule">Darkmodule</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Terminology.html#mode">Mode</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#segment">Segment</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#extended-channel-interpretation-eci">Extended Channel Interpretation (ECI)</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#mixed-mode">Mixed Mode</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Terminology.html#ecc-error-correction-coding">ECC (Error Correction Coding)</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#ecc-level">ECC Level</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#maximum-data-capacity">Maximum data capacity</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Terminology.html#data-masking">Data masking</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#evaluation">Evaluation</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="Terminology.html#mask-pattern">Mask pattern</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Terminology.html#reflectance">Reflectance</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="URI-Content.html">Popular content and URI schemes</a><ul>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<li class="toctree-l2"><a class="reference internal" href="URI-Content.html#wireless-network-configuration">Wireless Network configuration</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="URI-Content.html#contact-information-vcard">Contact information: vCard</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="URI-Content.html#calendar-events-vcalendar-and-icalendar">Calendar Events: vCalendar and iCalendar</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="URI-Content.html#credit-transfer">Credit Transfer</a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="URI-Content.html#sepa-european-payments-council">SEPA (European Payments Council)</a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="URI-Content.html#pix-banco-central-do-brasil">Pix (Banco Central do Brasil)</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="URI-Content.html#see-also">See also</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="Performance-considerations.html">Performance considerations</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#version">Version</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#ecc-level">Ecc level</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#data-mode">Data mode</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#mask-pattern">Mask pattern</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Performance-considerations.html#output">Output</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="Contribute.html">How to contribute</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="Contribute.html#questions-and-issues">Questions and issues</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Contribute.html#bug-reports">Bug reports</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Contribute.html#pull-requests-and-bug-fixes">Pull requests and bug fixes</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="Contribute.html#documentation">Documentation</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1 current"><a class="current reference internal" href="#">License</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
|
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
|
<a href="../index.html">PHP-QRCode</a>
|
|
</nav>
|
|
|
|
<div class="wy-nav-content">
|
|
<div class="rst-content">
|
|
<div role="navigation" aria-label="Page navigation">
|
|
<ul class="wy-breadcrumbs">
|
|
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
|
|
<li class="breadcrumb-item active">License</li>
|
|
<li class="wy-breadcrumbs-aside">
|
|
<a href="https://github.com/chillerlan/php-qrcode/blob/main/docs/Appendix/License.rst" class="fa fa-github"> Edit on GitHub</a>
|
|
</li>
|
|
</ul>
|
|
<hr/>
|
|
</div>
|
|
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
|
<div itemprop="articleBody">
|
|
|
|
<section id="license">
|
|
<h1>License<a class="headerlink" href="#license" title="Link to this heading"></a></h1>
|
|
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>Copyright (c) 2023 smiley.
|
|
|
|
This work is licensed under the Creative Commons
|
|
Attribution 4.0 International (CC BY 4.0)
|
|
|
|
A summary of the license is given below, followed by the full legal
|
|
text.
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
You are free to:
|
|
|
|
Share
|
|
|
|
- copy and redistribute the material in any medium or format
|
|
|
|
Adapt
|
|
|
|
- remix, transform, and build upon the material for any purpose,
|
|
even commercially.
|
|
|
|
The licensor cannot revoke these freedoms as long as you follow the
|
|
license terms.
|
|
|
|
|
|
Under the following terms:
|
|
|
|
Attribution
|
|
|
|
- You must give appropriate credit, provide a link to the license,
|
|
and indicate if changes were made.
|
|
|
|
- You may do so in any reasonable manner, but not in any way that
|
|
suggests the licensor endorses you or your use.
|
|
|
|
No additional restrictions
|
|
|
|
- You may not apply legal terms or technological measures that
|
|
legally restrict others from doing anything the license permits.
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
Attribution 4.0 International
|
|
|
|
=======================================================================
|
|
|
|
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
|
does not provide legal services or legal advice. Distribution of
|
|
Creative Commons public licenses does not create a lawyer-client or
|
|
other relationship. Creative Commons makes its licenses and related
|
|
information available on an "as-is" basis. Creative Commons gives no
|
|
warranties regarding its licenses, any material licensed under their
|
|
terms and conditions, or any related information. Creative Commons
|
|
disclaims all liability for damages resulting from their use to the
|
|
fullest extent possible.
|
|
|
|
Using Creative Commons Public Licenses
|
|
|
|
Creative Commons public licenses provide a standard set of terms and
|
|
conditions that creators and other rights holders may use to share
|
|
original works of authorship and other material subject to copyright
|
|
and certain other rights specified in the public license below. The
|
|
following considerations are for informational purposes only, are not
|
|
exhaustive, and do not form part of our licenses.
|
|
|
|
Considerations for licensors: Our public licenses are
|
|
intended for use by those authorized to give the public
|
|
permission to use material in ways otherwise restricted by
|
|
copyright and certain other rights. Our licenses are
|
|
irrevocable. Licensors should read and understand the terms
|
|
and conditions of the license they choose before applying it.
|
|
Licensors should also secure all rights necessary before
|
|
applying our licenses so that the public can reuse the
|
|
material as expected. Licensors should clearly mark any
|
|
material not subject to the license. This includes other CC-
|
|
licensed material, or material used under an exception or
|
|
limitation to copyright. More considerations for licensors:
|
|
wiki.creativecommons.org/Considerations_for_licensors
|
|
|
|
Considerations for the public: By using one of our public
|
|
licenses, a licensor grants the public permission to use the
|
|
licensed material under specified terms and conditions. If
|
|
the licensor's permission is not necessary for any reason--for
|
|
example, because of any applicable exception or limitation to
|
|
copyright--then that use is not regulated by the license. Our
|
|
licenses grant only permissions under copyright and certain
|
|
other rights that a licensor has authority to grant. Use of
|
|
the licensed material may still be restricted for other
|
|
reasons, including because others have copyright or other
|
|
rights in the material. A licensor may make special requests,
|
|
such as asking that all changes be marked or described.
|
|
Although not required by our licenses, you are encouraged to
|
|
respect those requests where reasonable. More considerations
|
|
for the public:
|
|
wiki.creativecommons.org/Considerations_for_licensees
|
|
|
|
=======================================================================
|
|
|
|
Creative Commons Attribution 4.0 International Public License
|
|
|
|
By exercising the Licensed Rights (defined below), You accept and agree
|
|
to be bound by the terms and conditions of this Creative Commons
|
|
Attribution 4.0 International Public License ("Public License"). To the
|
|
extent this Public License may be interpreted as a contract, You are
|
|
granted the Licensed Rights in consideration of Your acceptance of
|
|
these terms and conditions, and the Licensor grants You such rights in
|
|
consideration of benefits the Licensor receives from making the
|
|
Licensed Material available under these terms and conditions.
|
|
|
|
|
|
Section 1 -- Definitions.
|
|
|
|
a. Adapted Material means material subject to Copyright and Similar
|
|
Rights that is derived from or based upon the Licensed Material
|
|
and in which the Licensed Material is translated, altered,
|
|
arranged, transformed, or otherwise modified in a manner requiring
|
|
permission under the Copyright and Similar Rights held by the
|
|
Licensor. For purposes of this Public License, where the Licensed
|
|
Material is a musical work, performance, or sound recording,
|
|
Adapted Material is always produced where the Licensed Material is
|
|
synched in timed relation with a moving image.
|
|
|
|
b. Adapter's License means the license You apply to Your Copyright
|
|
and Similar Rights in Your contributions to Adapted Material in
|
|
accordance with the terms and conditions of this Public License.
|
|
|
|
c. Copyright and Similar Rights means copyright and/or similar rights
|
|
closely related to copyright including, without limitation,
|
|
performance, broadcast, sound recording, and Sui Generis Database
|
|
Rights, without regard to how the rights are labeled or
|
|
categorized. For purposes of this Public License, the rights
|
|
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
|
Rights.
|
|
|
|
d. Effective Technological Measures means those measures that, in the
|
|
absence of proper authority, may not be circumvented under laws
|
|
fulfilling obligations under Article 11 of the WIPO Copyright
|
|
Treaty adopted on December 20, 1996, and/or similar international
|
|
agreements.
|
|
|
|
e. Exceptions and Limitations means fair use, fair dealing, and/or
|
|
any other exception or limitation to Copyright and Similar Rights
|
|
that applies to Your use of the Licensed Material.
|
|
|
|
f. Licensed Material means the artistic or literary work, database,
|
|
or other material to which the Licensor applied this Public
|
|
License.
|
|
|
|
g. Licensed Rights means the rights granted to You subject to the
|
|
terms and conditions of this Public License, which are limited to
|
|
all Copyright and Similar Rights that apply to Your use of the
|
|
Licensed Material and that the Licensor has authority to license.
|
|
|
|
h. Licensor means the individual(s) or entity(ies) granting rights
|
|
under this Public License.
|
|
|
|
i. Share means to provide material to the public by any means or
|
|
process that requires permission under the Licensed Rights, such
|
|
as reproduction, public display, public performance, distribution,
|
|
dissemination, communication, or importation, and to make material
|
|
available to the public including in ways that members of the
|
|
public may access the material from a place and at a time
|
|
individually chosen by them.
|
|
|
|
j. Sui Generis Database Rights means rights other than copyright
|
|
resulting from Directive 96/9/EC of the European Parliament and of
|
|
the Council of 11 March 1996 on the legal protection of databases,
|
|
as amended and/or succeeded, as well as other essentially
|
|
equivalent rights anywhere in the world.
|
|
|
|
k. You means the individual or entity exercising the Licensed Rights
|
|
under this Public License. Your has a corresponding meaning.
|
|
|
|
|
|
Section 2 -- Scope.
|
|
|
|
a. License grant.
|
|
|
|
1. Subject to the terms and conditions of this Public License,
|
|
the Licensor hereby grants You a worldwide, royalty-free,
|
|
non-sublicensable, non-exclusive, irrevocable license to
|
|
exercise the Licensed Rights in the Licensed Material to:
|
|
|
|
a. reproduce and Share the Licensed Material, in whole or
|
|
in part; and
|
|
|
|
b. produce, reproduce, and Share Adapted Material.
|
|
|
|
2. Exceptions and Limitations. For the avoidance of doubt, where
|
|
Exceptions and Limitations apply to Your use, this Public
|
|
License does not apply, and You do not need to comply with
|
|
its terms and conditions.
|
|
|
|
3. Term. The term of this Public License is specified in Section
|
|
6(a).
|
|
|
|
4. Media and formats; technical modifications allowed. The
|
|
Licensor authorizes You to exercise the Licensed Rights in
|
|
all media and formats whether now known or hereafter created,
|
|
and to make technical modifications necessary to do so. The
|
|
Licensor waives and/or agrees not to assert any right or
|
|
authority to forbid You from making technical modifications
|
|
necessary to exercise the Licensed Rights, including
|
|
technical modifications necessary to circumvent Effective
|
|
Technological Measures. For purposes of this Public License,
|
|
simply making modifications authorized by this Section 2(a)
|
|
(4) never produces Adapted Material.
|
|
|
|
5. Downstream recipients.
|
|
|
|
a. Offer from the Licensor -- Licensed Material. Every
|
|
recipient of the Licensed Material automatically
|
|
receives an offer from the Licensor to exercise the
|
|
Licensed Rights under the terms and conditions of this
|
|
Public License.
|
|
|
|
b. No downstream restrictions. You may not offer or impose
|
|
any additional or different terms or conditions on, or
|
|
apply any Effective Technological Measures to, the
|
|
Licensed Material if doing so restricts exercise of the
|
|
Licensed Rights by any recipient of the Licensed
|
|
Material.
|
|
|
|
6. No endorsement. Nothing in this Public License constitutes or
|
|
may be construed as permission to assert or imply that You
|
|
are, or that Your use of the Licensed Material is, connected
|
|
with, or sponsored, endorsed, or granted official status by,
|
|
the Licensor or others designated to receive attribution as
|
|
provided in Section 3(a)(1)(A)(i).
|
|
|
|
b. Other rights.
|
|
|
|
1. Moral rights, such as the right of integrity, are not
|
|
licensed under this Public License, nor are publicity,
|
|
privacy, and/or other similar personality rights; however, to
|
|
the extent possible, the Licensor waives and/or agrees not to
|
|
assert any such rights held by the Licensor to the limited
|
|
extent necessary to allow You to exercise the Licensed
|
|
Rights, but not otherwise.
|
|
|
|
2. Patent and trademark rights are not licensed under this
|
|
Public License.
|
|
|
|
3. To the extent possible, the Licensor waives any right to
|
|
collect royalties from You for the exercise of the Licensed
|
|
Rights, whether directly or through a collecting society
|
|
under any voluntary or waivable statutory or compulsory
|
|
licensing scheme. In all other cases the Licensor expressly
|
|
reserves any right to collect such royalties.
|
|
|
|
|
|
Section 3 -- License Conditions.
|
|
|
|
Your exercise of the Licensed Rights is expressly made subject to the
|
|
following conditions.
|
|
|
|
a. Attribution.
|
|
|
|
1. If You Share the Licensed Material (including in modified
|
|
form), You must:
|
|
|
|
a. retain the following if it is supplied by the Licensor
|
|
with the Licensed Material:
|
|
|
|
i. identification of the creator(s) of the Licensed
|
|
Material and any others designated to receive
|
|
attribution, in any reasonable manner requested by
|
|
the Licensor (including by pseudonym if
|
|
designated);
|
|
|
|
ii. a copyright notice;
|
|
|
|
iii. a notice that refers to this Public License;
|
|
|
|
iv. a notice that refers to the disclaimer of
|
|
warranties;
|
|
|
|
v. a URI or hyperlink to the Licensed Material to the
|
|
extent reasonably practicable;
|
|
|
|
b. indicate if You modified the Licensed Material and
|
|
retain an indication of any previous modifications; and
|
|
|
|
c. indicate the Licensed Material is licensed under this
|
|
Public License, and include the text of, or the URI or
|
|
hyperlink to, this Public License.
|
|
|
|
2. You may satisfy the conditions in Section 3(a)(1) in any
|
|
reasonable manner based on the medium, means, and context in
|
|
which You Share the Licensed Material. For example, it may be
|
|
reasonable to satisfy the conditions by providing a URI or
|
|
hyperlink to a resource that includes the required
|
|
information.
|
|
|
|
3. If requested by the Licensor, You must remove any of the
|
|
information required by Section 3(a)(1)(A) to the extent
|
|
reasonably practicable.
|
|
|
|
4. If You Share Adapted Material You produce, the Adapter's
|
|
License You apply must not prevent recipients of the Adapted
|
|
Material from complying with this Public License.
|
|
|
|
|
|
Section 4 -- Sui Generis Database Rights.
|
|
|
|
Where the Licensed Rights include Sui Generis Database Rights that
|
|
apply to Your use of the Licensed Material:
|
|
|
|
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
|
to extract, reuse, reproduce, and Share all or a substantial
|
|
portion of the contents of the database;
|
|
|
|
b. if You include all or a substantial portion of the database
|
|
contents in a database in which You have Sui Generis Database
|
|
Rights, then the database in which You have Sui Generis Database
|
|
Rights (but not its individual contents) is Adapted Material; and
|
|
|
|
c. You must comply with the conditions in Section 3(a) if You Share
|
|
all or a substantial portion of the contents of the database.
|
|
|
|
For the avoidance of doubt, this Section 4 supplements and does not
|
|
replace Your obligations under this Public License where the Licensed
|
|
Rights include other Copyright and Similar Rights.
|
|
|
|
|
|
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
|
|
|
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
|
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
|
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
|
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
|
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
|
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
|
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
|
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
|
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
|
|
|
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
|
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
|
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
|
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
|
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
|
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
|
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
|
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
|
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
|
|
|
c. The disclaimer of warranties and limitation of liability provided
|
|
above shall be interpreted in a manner that, to the extent
|
|
possible, most closely approximates an absolute disclaimer and
|
|
waiver of all liability.
|
|
|
|
|
|
Section 6 -- Term and Termination.
|
|
|
|
a. This Public License applies for the term of the Copyright and
|
|
Similar Rights licensed here. However, if You fail to comply with
|
|
this Public License, then Your rights under this Public License
|
|
terminate automatically.
|
|
|
|
b. Where Your right to use the Licensed Material has terminated under
|
|
Section 6(a), it reinstates:
|
|
|
|
1. automatically as of the date the violation is cured, provided
|
|
it is cured within 30 days of Your discovery of the
|
|
violation; or
|
|
|
|
2. upon express reinstatement by the Licensor.
|
|
|
|
For the avoidance of doubt, this Section 6(b) does not affect any
|
|
right the Licensor may have to seek remedies for Your violations
|
|
of this Public License.
|
|
|
|
c. For the avoidance of doubt, the Licensor may also offer the
|
|
Licensed Material under separate terms or conditions or stop
|
|
distributing the Licensed Material at any time; however, doing so
|
|
will not terminate this Public License.
|
|
|
|
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
|
License.
|
|
|
|
|
|
Section 7 -- Other Terms and Conditions.
|
|
|
|
a. The Licensor shall not be bound by any additional or different
|
|
terms or conditions communicated by You unless expressly agreed.
|
|
|
|
b. Any arrangements, understandings, or agreements regarding the
|
|
Licensed Material not stated herein are separate from and
|
|
independent of the terms and conditions of this Public License.
|
|
|
|
|
|
Section 8 -- Interpretation.
|
|
|
|
a. For the avoidance of doubt, this Public License does not, and
|
|
shall not be interpreted to, reduce, limit, restrict, or impose
|
|
conditions on any use of the Licensed Material that could lawfully
|
|
be made without permission under this Public License.
|
|
|
|
b. To the extent possible, if any provision of this Public License is
|
|
deemed unenforceable, it shall be automatically reformed to the
|
|
minimum extent necessary to make it enforceable. If the provision
|
|
cannot be reformed, it shall be severed from this Public License
|
|
without affecting the enforceability of the remaining terms and
|
|
conditions.
|
|
|
|
c. No term or condition of this Public License will be waived and no
|
|
failure to comply consented to unless expressly agreed to by the
|
|
Licensor.
|
|
|
|
d. Nothing in this Public License constitutes or may be interpreted
|
|
as a limitation upon, or waiver of, any privileges and immunities
|
|
that apply to the Licensor or You, including from the legal
|
|
processes of any jurisdiction or authority.
|
|
|
|
|
|
=======================================================================
|
|
|
|
Creative Commons is not a party to its public
|
|
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
|
its public licenses to material it publishes and in those instances
|
|
will be considered the “Licensor.” The text of the Creative Commons
|
|
public licenses is dedicated to the public domain under the CC0 Public
|
|
Domain Dedication. Except for the limited purpose of indicating that
|
|
material is shared under a Creative Commons public license or as
|
|
otherwise permitted by the Creative Commons policies published at
|
|
creativecommons.org/policies, Creative Commons does not authorize the
|
|
use of the trademark "Creative Commons" or any other trademark or logo
|
|
of Creative Commons without its prior written consent including,
|
|
without limitation, in connection with any unauthorized modifications
|
|
to any of its public licenses or any other arrangements,
|
|
understandings, or agreements concerning use of licensed material. For
|
|
the avoidance of doubt, this paragraph does not form part of the
|
|
public licenses.
|
|
|
|
Creative Commons may be contacted at creativecommons.org.
|
|
</pre></div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
|
<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>
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<div role="contentinfo">
|
|
<p>© Copyright 2026, smiley.</p>
|
|
</div>
|
|
|
|
|
|
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
<script>
|
|
jQuery(function () {
|
|
SphinxRtdTheme.Navigation.enable(true);
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html> |