Appendix-License.html 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. <!DOCTYPE html>
  2. <html class="writer-html5" lang="en" >
  3. <head>
  4. <meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
  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" href="_static/pygments.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  10. <!--[if lt IE 9]>
  11. <script src="_static/js/html5shiv.min.js"></script>
  12. <![endif]-->
  13. <script src="_static/jquery.js"></script>
  14. <script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
  15. <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
  16. <script src="_static/doctools.js"></script>
  17. <script src="_static/sphinx_highlight.js"></script>
  18. <script src="_static/js/theme.js"></script>
  19. <link rel="index" title="Index" href="genindex.html" />
  20. <link rel="search" title="Search" href="search.html" />
  21. <link rel="prev" title="Terminology" href="Appendix-Glossary.html" />
  22. </head>
  23. <body class="wy-body-for-nav">
  24. <div class="wy-grid-for-nav">
  25. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  26. <div class="wy-side-scroll">
  27. <div class="wy-side-nav-search" >
  28. <a href="index.html" class="icon icon-home">
  29. PHP-QRCode
  30. </a>
  31. <div role="search">
  32. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  33. <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
  34. <input type="hidden" name="check_keywords" value="yes" />
  35. <input type="hidden" name="area" value="default" />
  36. </form>
  37. </div>
  38. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  39. <p class="caption" role="heading"><span class="caption-text">Usage</span></p>
  40. <ul>
  41. <li class="toctree-l1"><a class="reference internal" href="Usage-Overview.html">Overview</a><ul>
  42. <li class="toctree-l2"><a class="reference internal" href="Usage-Overview.html#features">Features</a></li>
  43. <li class="toctree-l2"><a class="reference internal" href="Usage-Overview.html#requirements">Requirements</a></li>
  44. <li class="toctree-l2"><a class="reference internal" href="Usage-Overview.html#framework-integration">Framework Integration</a></li>
  45. <li class="toctree-l2"><a class="reference internal" href="Usage-Overview.html#shameless-advertising">Shameless advertising</a></li>
  46. </ul>
  47. </li>
  48. <li class="toctree-l1"><a class="reference internal" href="Usage-Installation.html">Installation</a><ul>
  49. <li class="toctree-l2"><a class="reference internal" href="Usage-Installation.html#installation-with-composer">Installation with Composer</a><ul>
  50. <li class="toctree-l3"><a class="reference internal" href="Usage-Installation.html#composer-json">composer.json</a><ul>
  51. <li class="toctree-l4"><a class="reference internal" href="Usage-Installation.html#version-switch">Version switch</a></li>
  52. </ul>
  53. </li>
  54. <li class="toctree-l3"><a class="reference internal" href="Usage-Installation.html#terminal">Terminal</a></li>
  55. </ul>
  56. </li>
  57. <li class="toctree-l2"><a class="reference internal" href="Usage-Installation.html#manual-installation">Manual installation</a><ul>
  58. <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>
  59. </ul>
  60. </li>
  61. <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>
  62. <li class="toctree-l2"><a class="reference internal" href="Usage-Installation.html#imagemagick">ImageMagick</a></li>
  63. </ul>
  64. </li>
  65. <li class="toctree-l1"><a class="reference internal" href="Usage-Quickstart.html">Quickstart</a><ul>
  66. <li class="toctree-l2"><a class="reference internal" href="Usage-Quickstart.html#import-the-library">Import the library</a></li>
  67. <li class="toctree-l2"><a class="reference internal" href="Usage-Quickstart.html#create-your-first-qr-code">Create your first QR Code</a><ul>
  68. <li class="toctree-l3"><a class="reference internal" href="Usage-Quickstart.html#configuration">Configuration</a></li>
  69. </ul>
  70. </li>
  71. <li class="toctree-l2"><a class="reference internal" href="Usage-Quickstart.html#reading-qr-codes">Reading QR Codes</a></li>
  72. <li class="toctree-l2"><a class="reference internal" href="Usage-Quickstart.html#notes">Notes</a></li>
  73. </ul>
  74. </li>
  75. <li class="toctree-l1"><a class="reference internal" href="Usage-Advanced-usage.html">Advanced usage</a><ul>
  76. <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>
  77. <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>
  78. <li class="toctree-l3"><a class="reference internal" href="Usage-Advanced-usage.html#load-and-save-json">Load and save JSON</a></li>
  79. <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>
  80. </ul>
  81. </li>
  82. <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>
  83. <li class="toctree-l3"><a class="reference internal" href="Usage-Advanced-usage.html#save-to-file">Save to file</a></li>
  84. <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>
  85. <li class="toctree-l3"><a class="reference internal" href="Usage-Advanced-usage.html#mixed-mode">Mixed mode</a></li>
  86. <li class="toctree-l3"><a class="reference internal" href="Usage-Advanced-usage.html#qr-code-reader">QR Code reader</a></li>
  87. </ul>
  88. </li>
  89. </ul>
  90. </li>
  91. </ul>
  92. <p class="caption" role="heading"><span class="caption-text">Public API</span></p>
  93. <ul>
  94. <li class="toctree-l1"><a class="reference internal" href="API-QRCode.html"><code class="docutils literal notranslate"><span class="pre">QRCode</span></code></a><ul>
  95. <li class="toctree-l2"><a class="reference internal" href="API-QRCode.html#methods">Methods</a><ul>
  96. <li class="toctree-l3"><a class="reference internal" href="API-QRCode.html#deprecated-methods">Deprecated methods</a></li>
  97. </ul>
  98. </li>
  99. <li class="toctree-l2"><a class="reference internal" href="API-QRCode.html#constants">Constants</a><ul>
  100. <li class="toctree-l3"><a class="reference internal" href="API-QRCode.html#deprecated-constants">Deprecated constants</a></li>
  101. </ul>
  102. </li>
  103. </ul>
  104. </li>
  105. <li class="toctree-l1"><a class="reference internal" href="API-QROptions.html"><code class="docutils literal notranslate"><span class="pre">QROptions</span></code></a><ul>
  106. <li class="toctree-l2"><a class="reference internal" href="API-QROptions.html#methods">Methods</a></li>
  107. <li class="toctree-l2"><a class="reference internal" href="API-QROptions.html#properties">Properties</a></li>
  108. </ul>
  109. </li>
  110. <li class="toctree-l1"><a class="reference internal" href="API-QROutputInterface.html"><code class="docutils literal notranslate"><span class="pre">QROutputInterface</span></code></a><ul>
  111. <li class="toctree-l2"><a class="reference internal" href="API-QROutputInterface.html#methods">Methods</a></li>
  112. <li class="toctree-l2"><a class="reference internal" href="API-QROutputInterface.html#constants">Constants</a></li>
  113. </ul>
  114. </li>
  115. <li class="toctree-l1"><a class="reference internal" href="API-QRMatrix.html"><code class="docutils literal notranslate"><span class="pre">QRMatrix</span></code></a><ul>
  116. <li class="toctree-l2"><a class="reference internal" href="API-QRMatrix.html#methods">Methods</a><ul>
  117. <li class="toctree-l3"><a class="reference internal" href="API-QRMatrix.html#deprecated-methods">Deprecated methods</a></li>
  118. </ul>
  119. </li>
  120. <li class="toctree-l2"><a class="reference internal" href="API-QRMatrix.html#constants">Constants</a></li>
  121. </ul>
  122. </li>
  123. <li class="toctree-l1"><a class="reference internal" href="API-DecoderResult.html"><code class="docutils literal notranslate"><span class="pre">DecoderResult</span></code></a><ul>
  124. <li class="toctree-l2"><a class="reference internal" href="API-DecoderResult.html#methods">Methods</a></li>
  125. <li class="toctree-l2"><a class="reference internal" href="API-DecoderResult.html#magic-properties-read-only">Magic Properties (read-only)</a></li>
  126. </ul>
  127. </li>
  128. </ul>
  129. <p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
  130. <ul class="current">
  131. <li class="toctree-l1"><a class="reference internal" href="Appendix-Glossary.html">Terminology</a><ul>
  132. <li class="toctree-l2"><a class="reference internal" href="Appendix-Glossary.html#qr-code">QR Code</a></li>
  133. <li class="toctree-l2"><a class="reference internal" href="Appendix-Glossary.html#matrix">Matrix</a><ul>
  134. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#module">Module</a></li>
  135. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#version">Version</a></li>
  136. </ul>
  137. </li>
  138. <li class="toctree-l2"><a class="reference internal" href="Appendix-Glossary.html#function-patterns">Function Patterns</a><ul>
  139. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#finder-pattern">Finder Pattern</a></li>
  140. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#alignment-pattern">Alignment Pattern</a></li>
  141. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#timing-pattern">Timing Pattern</a></li>
  142. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#separators">Separators</a></li>
  143. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#quiet-zone">Quiet Zone</a></li>
  144. </ul>
  145. </li>
  146. <li class="toctree-l2"><a class="reference internal" href="Appendix-Glossary.html#encoding-region">Encoding Region</a><ul>
  147. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#data">Data</a></li>
  148. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#version-information">Version Information</a></li>
  149. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#format-information">Format Information</a></li>
  150. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#darkmodule">Darkmodule</a></li>
  151. </ul>
  152. </li>
  153. <li class="toctree-l2"><a class="reference internal" href="Appendix-Glossary.html#mode">Mode</a><ul>
  154. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#segment">Segment</a></li>
  155. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#extended-channel-interpretation-eci">Extended Channel Interpretation (ECI)</a></li>
  156. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#mixed-mode">Mixed Mode</a></li>
  157. </ul>
  158. </li>
  159. <li class="toctree-l2"><a class="reference internal" href="Appendix-Glossary.html#ecc-error-correction-coding">ECC (Error Correction Coding)</a><ul>
  160. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#ecc-level">ECC Level</a></li>
  161. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#maximum-data-capacity">Maximum data capacity</a></li>
  162. </ul>
  163. </li>
  164. <li class="toctree-l2"><a class="reference internal" href="Appendix-Glossary.html#data-masking">Data masking</a><ul>
  165. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#evaluation">Evaluation</a></li>
  166. <li class="toctree-l3"><a class="reference internal" href="Appendix-Glossary.html#mask-pattern">Mask pattern</a></li>
  167. </ul>
  168. </li>
  169. <li class="toctree-l2"><a class="reference internal" href="Appendix-Glossary.html#reflectance">Reflectance</a></li>
  170. </ul>
  171. </li>
  172. <li class="toctree-l1 current"><a class="current reference internal" href="#">License</a></li>
  173. </ul>
  174. </div>
  175. </div>
  176. </nav>
  177. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  178. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  179. <a href="index.html">PHP-QRCode</a>
  180. </nav>
  181. <div class="wy-nav-content">
  182. <div class="rst-content">
  183. <div role="navigation" aria-label="Page navigation">
  184. <ul class="wy-breadcrumbs">
  185. <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
  186. <li class="breadcrumb-item active">License</li>
  187. <li class="wy-breadcrumbs-aside">
  188. <a href="https://github.com/chillerlan/php-qrcode/blob/main/docs/Appendix-License.rst" class="fa fa-github"> Edit on GitHub</a>
  189. </li>
  190. </ul>
  191. <hr/>
  192. </div>
  193. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  194. <div itemprop="articleBody">
  195. <section id="license">
  196. <h1>License<a class="headerlink" href="#license" title="Permalink to this heading"></a></h1>
  197. <div class="highlight-text notranslate"><div class="highlight"><pre><span></span>Copyright (c) 2023 smiley.
  198. This work is licensed under the Creative Commons
  199. Attribution 4.0 International (CC BY 4.0)
  200. A summary of the license is given below, followed by the full legal
  201. text.
  202. -----------------------------------------------------------------------
  203. You are free to:
  204. Share
  205. - copy and redistribute the material in any medium or format
  206. Adapt
  207. - remix, transform, and build upon the material for any purpose,
  208. even commercially.
  209. The licensor cannot revoke these freedoms as long as you follow the
  210. license terms.
  211. Under the following terms:
  212. Attribution
  213. - You must give appropriate credit, provide a link to the license,
  214. and indicate if changes were made.
  215. - You may do so in any reasonable manner, but not in any way that
  216. suggests the licensor endorses you or your use.
  217. No additional restrictions
  218. - You may not apply legal terms or technological measures that
  219. legally restrict others from doing anything the license permits.
  220. -----------------------------------------------------------------------
  221. Attribution 4.0 International
  222. =======================================================================
  223. Creative Commons Corporation (&quot;Creative Commons&quot;) is not a law firm and
  224. does not provide legal services or legal advice. Distribution of
  225. Creative Commons public licenses does not create a lawyer-client or
  226. other relationship. Creative Commons makes its licenses and related
  227. information available on an &quot;as-is&quot; basis. Creative Commons gives no
  228. warranties regarding its licenses, any material licensed under their
  229. terms and conditions, or any related information. Creative Commons
  230. disclaims all liability for damages resulting from their use to the
  231. fullest extent possible.
  232. Using Creative Commons Public Licenses
  233. Creative Commons public licenses provide a standard set of terms and
  234. conditions that creators and other rights holders may use to share
  235. original works of authorship and other material subject to copyright
  236. and certain other rights specified in the public license below. The
  237. following considerations are for informational purposes only, are not
  238. exhaustive, and do not form part of our licenses.
  239. Considerations for licensors: Our public licenses are
  240. intended for use by those authorized to give the public
  241. permission to use material in ways otherwise restricted by
  242. copyright and certain other rights. Our licenses are
  243. irrevocable. Licensors should read and understand the terms
  244. and conditions of the license they choose before applying it.
  245. Licensors should also secure all rights necessary before
  246. applying our licenses so that the public can reuse the
  247. material as expected. Licensors should clearly mark any
  248. material not subject to the license. This includes other CC-
  249. licensed material, or material used under an exception or
  250. limitation to copyright. More considerations for licensors:
  251. wiki.creativecommons.org/Considerations_for_licensors
  252. Considerations for the public: By using one of our public
  253. licenses, a licensor grants the public permission to use the
  254. licensed material under specified terms and conditions. If
  255. the licensor&#39;s permission is not necessary for any reason--for
  256. example, because of any applicable exception or limitation to
  257. copyright--then that use is not regulated by the license. Our
  258. licenses grant only permissions under copyright and certain
  259. other rights that a licensor has authority to grant. Use of
  260. the licensed material may still be restricted for other
  261. reasons, including because others have copyright or other
  262. rights in the material. A licensor may make special requests,
  263. such as asking that all changes be marked or described.
  264. Although not required by our licenses, you are encouraged to
  265. respect those requests where reasonable. More considerations
  266. for the public:
  267. wiki.creativecommons.org/Considerations_for_licensees
  268. =======================================================================
  269. Creative Commons Attribution 4.0 International Public License
  270. By exercising the Licensed Rights (defined below), You accept and agree
  271. to be bound by the terms and conditions of this Creative Commons
  272. Attribution 4.0 International Public License (&quot;Public License&quot;). To the
  273. extent this Public License may be interpreted as a contract, You are
  274. granted the Licensed Rights in consideration of Your acceptance of
  275. these terms and conditions, and the Licensor grants You such rights in
  276. consideration of benefits the Licensor receives from making the
  277. Licensed Material available under these terms and conditions.
  278. Section 1 -- Definitions.
  279. a. Adapted Material means material subject to Copyright and Similar
  280. Rights that is derived from or based upon the Licensed Material
  281. and in which the Licensed Material is translated, altered,
  282. arranged, transformed, or otherwise modified in a manner requiring
  283. permission under the Copyright and Similar Rights held by the
  284. Licensor. For purposes of this Public License, where the Licensed
  285. Material is a musical work, performance, or sound recording,
  286. Adapted Material is always produced where the Licensed Material is
  287. synched in timed relation with a moving image.
  288. b. Adapter&#39;s License means the license You apply to Your Copyright
  289. and Similar Rights in Your contributions to Adapted Material in
  290. accordance with the terms and conditions of this Public License.
  291. c. Copyright and Similar Rights means copyright and/or similar rights
  292. closely related to copyright including, without limitation,
  293. performance, broadcast, sound recording, and Sui Generis Database
  294. Rights, without regard to how the rights are labeled or
  295. categorized. For purposes of this Public License, the rights
  296. specified in Section 2(b)(1)-(2) are not Copyright and Similar
  297. Rights.
  298. d. Effective Technological Measures means those measures that, in the
  299. absence of proper authority, may not be circumvented under laws
  300. fulfilling obligations under Article 11 of the WIPO Copyright
  301. Treaty adopted on December 20, 1996, and/or similar international
  302. agreements.
  303. e. Exceptions and Limitations means fair use, fair dealing, and/or
  304. any other exception or limitation to Copyright and Similar Rights
  305. that applies to Your use of the Licensed Material.
  306. f. Licensed Material means the artistic or literary work, database,
  307. or other material to which the Licensor applied this Public
  308. License.
  309. g. Licensed Rights means the rights granted to You subject to the
  310. terms and conditions of this Public License, which are limited to
  311. all Copyright and Similar Rights that apply to Your use of the
  312. Licensed Material and that the Licensor has authority to license.
  313. h. Licensor means the individual(s) or entity(ies) granting rights
  314. under this Public License.
  315. i. Share means to provide material to the public by any means or
  316. process that requires permission under the Licensed Rights, such
  317. as reproduction, public display, public performance, distribution,
  318. dissemination, communication, or importation, and to make material
  319. available to the public including in ways that members of the
  320. public may access the material from a place and at a time
  321. individually chosen by them.
  322. j. Sui Generis Database Rights means rights other than copyright
  323. resulting from Directive 96/9/EC of the European Parliament and of
  324. the Council of 11 March 1996 on the legal protection of databases,
  325. as amended and/or succeeded, as well as other essentially
  326. equivalent rights anywhere in the world.
  327. k. You means the individual or entity exercising the Licensed Rights
  328. under this Public License. Your has a corresponding meaning.
  329. Section 2 -- Scope.
  330. a. License grant.
  331. 1. Subject to the terms and conditions of this Public License,
  332. the Licensor hereby grants You a worldwide, royalty-free,
  333. non-sublicensable, non-exclusive, irrevocable license to
  334. exercise the Licensed Rights in the Licensed Material to:
  335. a. reproduce and Share the Licensed Material, in whole or
  336. in part; and
  337. b. produce, reproduce, and Share Adapted Material.
  338. 2. Exceptions and Limitations. For the avoidance of doubt, where
  339. Exceptions and Limitations apply to Your use, this Public
  340. License does not apply, and You do not need to comply with
  341. its terms and conditions.
  342. 3. Term. The term of this Public License is specified in Section
  343. 6(a).
  344. 4. Media and formats; technical modifications allowed. The
  345. Licensor authorizes You to exercise the Licensed Rights in
  346. all media and formats whether now known or hereafter created,
  347. and to make technical modifications necessary to do so. The
  348. Licensor waives and/or agrees not to assert any right or
  349. authority to forbid You from making technical modifications
  350. necessary to exercise the Licensed Rights, including
  351. technical modifications necessary to circumvent Effective
  352. Technological Measures. For purposes of this Public License,
  353. simply making modifications authorized by this Section 2(a)
  354. (4) never produces Adapted Material.
  355. 5. Downstream recipients.
  356. a. Offer from the Licensor -- Licensed Material. Every
  357. recipient of the Licensed Material automatically
  358. receives an offer from the Licensor to exercise the
  359. Licensed Rights under the terms and conditions of this
  360. Public License.
  361. b. No downstream restrictions. You may not offer or impose
  362. any additional or different terms or conditions on, or
  363. apply any Effective Technological Measures to, the
  364. Licensed Material if doing so restricts exercise of the
  365. Licensed Rights by any recipient of the Licensed
  366. Material.
  367. 6. No endorsement. Nothing in this Public License constitutes or
  368. may be construed as permission to assert or imply that You
  369. are, or that Your use of the Licensed Material is, connected
  370. with, or sponsored, endorsed, or granted official status by,
  371. the Licensor or others designated to receive attribution as
  372. provided in Section 3(a)(1)(A)(i).
  373. b. Other rights.
  374. 1. Moral rights, such as the right of integrity, are not
  375. licensed under this Public License, nor are publicity,
  376. privacy, and/or other similar personality rights; however, to
  377. the extent possible, the Licensor waives and/or agrees not to
  378. assert any such rights held by the Licensor to the limited
  379. extent necessary to allow You to exercise the Licensed
  380. Rights, but not otherwise.
  381. 2. Patent and trademark rights are not licensed under this
  382. Public License.
  383. 3. To the extent possible, the Licensor waives any right to
  384. collect royalties from You for the exercise of the Licensed
  385. Rights, whether directly or through a collecting society
  386. under any voluntary or waivable statutory or compulsory
  387. licensing scheme. In all other cases the Licensor expressly
  388. reserves any right to collect such royalties.
  389. Section 3 -- License Conditions.
  390. Your exercise of the Licensed Rights is expressly made subject to the
  391. following conditions.
  392. a. Attribution.
  393. 1. If You Share the Licensed Material (including in modified
  394. form), You must:
  395. a. retain the following if it is supplied by the Licensor
  396. with the Licensed Material:
  397. i. identification of the creator(s) of the Licensed
  398. Material and any others designated to receive
  399. attribution, in any reasonable manner requested by
  400. the Licensor (including by pseudonym if
  401. designated);
  402. ii. a copyright notice;
  403. iii. a notice that refers to this Public License;
  404. iv. a notice that refers to the disclaimer of
  405. warranties;
  406. v. a URI or hyperlink to the Licensed Material to the
  407. extent reasonably practicable;
  408. b. indicate if You modified the Licensed Material and
  409. retain an indication of any previous modifications; and
  410. c. indicate the Licensed Material is licensed under this
  411. Public License, and include the text of, or the URI or
  412. hyperlink to, this Public License.
  413. 2. You may satisfy the conditions in Section 3(a)(1) in any
  414. reasonable manner based on the medium, means, and context in
  415. which You Share the Licensed Material. For example, it may be
  416. reasonable to satisfy the conditions by providing a URI or
  417. hyperlink to a resource that includes the required
  418. information.
  419. 3. If requested by the Licensor, You must remove any of the
  420. information required by Section 3(a)(1)(A) to the extent
  421. reasonably practicable.
  422. 4. If You Share Adapted Material You produce, the Adapter&#39;s
  423. License You apply must not prevent recipients of the Adapted
  424. Material from complying with this Public License.
  425. Section 4 -- Sui Generis Database Rights.
  426. Where the Licensed Rights include Sui Generis Database Rights that
  427. apply to Your use of the Licensed Material:
  428. a. for the avoidance of doubt, Section 2(a)(1) grants You the right
  429. to extract, reuse, reproduce, and Share all or a substantial
  430. portion of the contents of the database;
  431. b. if You include all or a substantial portion of the database
  432. contents in a database in which You have Sui Generis Database
  433. Rights, then the database in which You have Sui Generis Database
  434. Rights (but not its individual contents) is Adapted Material; and
  435. c. You must comply with the conditions in Section 3(a) if You Share
  436. all or a substantial portion of the contents of the database.
  437. For the avoidance of doubt, this Section 4 supplements and does not
  438. replace Your obligations under this Public License where the Licensed
  439. Rights include other Copyright and Similar Rights.
  440. Section 5 -- Disclaimer of Warranties and Limitation of Liability.
  441. a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  442. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  443. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  444. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  445. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  446. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  447. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  448. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  449. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  450. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  451. b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  452. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  453. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  454. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  455. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  456. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  457. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  458. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  459. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  460. c. The disclaimer of warranties and limitation of liability provided
  461. above shall be interpreted in a manner that, to the extent
  462. possible, most closely approximates an absolute disclaimer and
  463. waiver of all liability.
  464. Section 6 -- Term and Termination.
  465. a. This Public License applies for the term of the Copyright and
  466. Similar Rights licensed here. However, if You fail to comply with
  467. this Public License, then Your rights under this Public License
  468. terminate automatically.
  469. b. Where Your right to use the Licensed Material has terminated under
  470. Section 6(a), it reinstates:
  471. 1. automatically as of the date the violation is cured, provided
  472. it is cured within 30 days of Your discovery of the
  473. violation; or
  474. 2. upon express reinstatement by the Licensor.
  475. For the avoidance of doubt, this Section 6(b) does not affect any
  476. right the Licensor may have to seek remedies for Your violations
  477. of this Public License.
  478. c. For the avoidance of doubt, the Licensor may also offer the
  479. Licensed Material under separate terms or conditions or stop
  480. distributing the Licensed Material at any time; however, doing so
  481. will not terminate this Public License.
  482. d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
  483. License.
  484. Section 7 -- Other Terms and Conditions.
  485. a. The Licensor shall not be bound by any additional or different
  486. terms or conditions communicated by You unless expressly agreed.
  487. b. Any arrangements, understandings, or agreements regarding the
  488. Licensed Material not stated herein are separate from and
  489. independent of the terms and conditions of this Public License.
  490. Section 8 -- Interpretation.
  491. a. For the avoidance of doubt, this Public License does not, and
  492. shall not be interpreted to, reduce, limit, restrict, or impose
  493. conditions on any use of the Licensed Material that could lawfully
  494. be made without permission under this Public License.
  495. b. To the extent possible, if any provision of this Public License is
  496. deemed unenforceable, it shall be automatically reformed to the
  497. minimum extent necessary to make it enforceable. If the provision
  498. cannot be reformed, it shall be severed from this Public License
  499. without affecting the enforceability of the remaining terms and
  500. conditions.
  501. c. No term or condition of this Public License will be waived and no
  502. failure to comply consented to unless expressly agreed to by the
  503. Licensor.
  504. d. Nothing in this Public License constitutes or may be interpreted
  505. as a limitation upon, or waiver of, any privileges and immunities
  506. that apply to the Licensor or You, including from the legal
  507. processes of any jurisdiction or authority.
  508. =======================================================================
  509. Creative Commons is not a party to its public
  510. licenses. Notwithstanding, Creative Commons may elect to apply one of
  511. its public licenses to material it publishes and in those instances
  512. will be considered the “Licensor.” The text of the Creative Commons
  513. public licenses is dedicated to the public domain under the CC0 Public
  514. Domain Dedication. Except for the limited purpose of indicating that
  515. material is shared under a Creative Commons public license or as
  516. otherwise permitted by the Creative Commons policies published at
  517. creativecommons.org/policies, Creative Commons does not authorize the
  518. use of the trademark &quot;Creative Commons&quot; or any other trademark or logo
  519. of Creative Commons without its prior written consent including,
  520. without limitation, in connection with any unauthorized modifications
  521. to any of its public licenses or any other arrangements,
  522. understandings, or agreements concerning use of licensed material. For
  523. the avoidance of doubt, this paragraph does not form part of the
  524. public licenses.
  525. Creative Commons may be contacted at creativecommons.org.
  526. </pre></div>
  527. </div>
  528. </section>
  529. </div>
  530. </div>
  531. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  532. <a href="Appendix-Glossary.html" class="btn btn-neutral float-left" title="Terminology" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
  533. </div>
  534. <hr/>
  535. <div role="contentinfo">
  536. <p>&#169; Copyright 2023, smiley.</p>
  537. </div>
  538. </footer>
  539. </div>
  540. </div>
  541. </section>
  542. </div>
  543. <script>
  544. jQuery(function () {
  545. SphinxRtdTheme.Navigation.enable(true);
  546. });
  547. </script>
  548. </body>
  549. </html>