<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:dc="http://purl.org/dc/terms/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:spdx="http://spdx.org/rdf/terms#">

  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="shortcut icon" href="sites/all/themes/cpstandard/favicon.ico" type="image/vnd.microsoft.icon" />

    <title>Creative Commons Attribution 4.0 International | Software Package Data Exchange (SPDX)</title>

    <link rel="shortcut icon" href="sites/all/themes/cpstandard/favicon.ico" type="image/vnd.microsoft.icon" />
    <link type="text/css" rel="stylesheet" media="all" href="sites/all/themes/cpstandard/css/style.css" />
    <link type="text/css" rel="stylesheet" media="all" href="sites/all/themes/cpstandard/css/colors.css" />
    <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" />
    <!-- GOOGLE FONTS -->
    <link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,100italic,100,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css' />

    <style type="text/css">

      .page {
        color: #58595b;
      }

      #header {
        border-bottom: 3px solid #4597cb;
        padding-bottom: 50px;
      }

      .breadcrumb {
        margin-top: 25px;
      }

      #content-header h1 {
        color: #58595b;
      }

      .page h2, h3, h4, h5 {
        color: #00416b;
      }

      .page h1 {
      font-size: 2em;
      }

      .page h2 {
      font-size: 1.5em;
      }

      a, a:visited, a:hover {
        color: #00416b;
      }

      #footer-copyright {
        margin-top: 25px;
      }

      .replaceable-license-text {
      color: #CC0000;
      }

      .replaceable-license-text p var {
      color: #CC0000;
      }

      .optional-license-text {
      color: #0000cc;
      }

      .optional-license-text p var {
      color: #0000cc;
      }
      ul, ol, li {
      margin: 10px 0 10px 0;
	  }
    </style>

  <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-3676394-2']);
    _gaq.push(['_trackPageview']);

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

  </script>

  </head>

  <body typeof="spdx:License">

  <div id="lf-header" class="collaborative-projects">
    <div class="gray-diagonal">
      <div class="container">
        <a id="collaborative-projects-logo" href="http://collabprojects.linuxfoundation.org">Linux Foundation Collaborative Projects</a>
      </div>
    </div>
  </div>

  <div id="header">
    <div id="header-inner">
      <a href="/" title="Home" rel="home" id="logo">
        <img src="https://spdx.org/sites/cpstandard/files/logo_spdx_250.png" alt="Home" />
      </a>

      <div id="name-and-slogan">
        <div id="site-name">
          <h1><a href="/" title="Home" rel="home">Software Package Data Exchange (SPDX)</a></h1>
        </div>
      </div>

    </div>
  </div> <!-- /header -->

  <div id="highlighted">
      <div class="region region-highlighted">
      </div>
  </div>

    <div id="page" class="page">

      <div class="breadcrumb"><a href="/">Home</a> » <a href="/licenses">Licenses</a></div>

      <h1 property="dc:title">Creative Commons Attribution 4.0 International</h1>
      <div style="display:none;"><code property="spdx:deprecated">false</code></div>
      <h2>Full name</h2>
          <p style="margin-left: 20px;"><code property="spdx:name">Creative Commons Attribution 4.0 International</code></p>

      <h2>Short identifier</h2>
          <p style="margin-left: 20px;"><code property="spdx:licenseId">CC-BY-4.0</code></p>

      <h2>Other web pages for this license</h2>
          <div style="margin-left: 20px;">
            <ul>
             <li>
               <a href="https://creativecommons.org/licenses/by/4.0/legalcode" rel="rdfs:seeAlso" isValid=true isLive=true isWayBackLink=false match=false timestamp=2025-03-13T19:17:59Z>https://creativecommons.org/licenses/by/4.0/legalcode</a>
               <!--Tentative way of displaying information <p>isValid: true, isLive: true, isWayBackLink: false, match: false, timestamp: 2025-03-13T19:17:59Z</p> -->
             </li>
           </ul>
          </div>

      <div property="spdx:isOsiApproved" style="display: none;">false</div>

      <h2 id="notes">Notes</h2>
          <p style="margin-left: 20px;">None</p>

      <h2 id="licenseText">Text</h2>
      
      <blockquote cite="https://spdx.github.io/spdx-spec/v2.3/license-matching-guidelines-and-templates/">
          <div style="border: 2px solid grey; padding: 8px">
		      Text in italicized blue is omittable (see <a href="https://spdx.github.io/spdx-spec/v2.3/license-matching-guidelines-and-templates/#b35-guideline-omittable-text">Matching Guidelines B.3.5</a>).
		      License or exception text will match to the text for the specified identifier if it either includes or excludes this omittable text.
			  <br/>
			  <br/>
			  Text in red is replaceable (see <a href="https://spdx.github.io/spdx-spec/v2.3/license-matching-guidelines-and-templates/#b34-guideline-replaceable-text">Matching Guidelines B.3.4</a>).
			  License or exception text will match to the text for the specified identifier if it includes a permitted variant of this replaceable text.
			  The permitted variants can be found in the corresponding regular expression as shown in title text visible by hovering over the red text.
	      </div>
	  </blockquote>

      <div property="spdx:licenseText" class="license-text">
      
      <div class="optional-license-text"> 
         <p><var class="optional-license-text"> Creative Commons </var>Attribution 4.0 International</p>

      </div>
      <div class="optional-license-text"> 
         <p>Creative Commons Corporation (&quot;Creative Commons&quot;) 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
         &quot;as-is&quot; 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.</p>

         <p>Using Creative Commons Public Licenses</p>

         <p>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.</p>

         <p>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 <var class="replaceable-license-text"><span title="can be replaced with the pattern CC-[ \t\r\n\f]{0,10}licensed"> </span></var> material, or material
         used under an exception or limitation to copyright. More considerations for licensors<var class="replaceable-license-text"><span title="can be replaced with the pattern :[ \t\r\n\f]{1,10}wiki\.creativecommons\.org/Considerations_for_licensors|\."> : wiki.creativecommons.org/Considerations_for_licensors</span></var></p>

         <p>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&apos;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. <var class="replaceable-license-text"><span title="can be replaced with the pattern More considerations|More_considerations"> More considerations</span></var> for the public<var class="replaceable-license-text"><span title="can be replaced with the pattern :[ \t\r\n\f]{1,10}wiki\.creativecommons\.org/Considerations_for_licensees|\."> : wiki.creativecommons.org/Considerations_for_licensees</span></var></p>

      </div>

      <div class="optional-license-text"> 
         <p>Creative Commons Attribution 4.0 International Public License</p>

      </div>
      <p>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 (&quot;Public License&quot;).
         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.</p>

      <p>Section 1 <var class="replaceable-license-text"><span title="can be replaced with the pattern -{1,2}"> </span></var> Definitions.</p>

<ul style="list-style:none">
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> a.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> b.</span></var>
            Adapter&apos;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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> c.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> d.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> e.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> f.</span></var>
            Licensed Material means the artistic or literary work, database, or other material to which
               the Licensor applied this Public License.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> g.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> h.</span></var>
            Licensor means the individual(s) or entity(ies) granting rights under this Public License.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> i.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> j.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> k.</span></var>
            You means the individual or entity exercising the Licensed Rights under this Public License.
               Your has a corresponding meaning.
          </li>
        
</ul>
      <p>Section 2 <var class="replaceable-license-text"><span title="can be replaced with the pattern -{1,2}"> </span></var> Scope.</p>

<ul style="list-style:none">
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> a.</span></var>
            License grant.
            
<ul style="list-style:none">
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 1.</span></var>
                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:
                
<ul style="list-style:none">
                     
<li>
                        <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> A.</span></var>
                    reproduce and Share the Licensed Material, in whole or in part; and
                  </li>
                     
<li>
                        <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> B.</span></var>
                    produce, reproduce, and Share Adapted Material.
                  </li>
                  
</ul>
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 2.</span></var>
                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.
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 3.</span></var>
                Term. The term of this Public License is specified in Section 6(a).
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 4.</span></var>
                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.
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 5.</span></var>
                Downstream recipients.
                
<ul style="list-style:none">
                     
<li>
                        <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> A.</span></var>
                    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.
                  </li>
                     
<li>
                        <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> B.</span></var>
                    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.
                  </li>
                  
</ul>
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 6.</span></var>
                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).
              </li>
            
</ul>
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> b.</span></var>
            Other rights.
            
<ul style="list-style:none">
                
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 1.</span></var>
                  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.
                </li>
                
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 2.</span></var>
                  Patent and trademark rights are not licensed under this Public License.
                </li>
                
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 3.</span></var>
                  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.
                </li>
              
</ul>
          </li>
        
</ul>
      <p>Section 3 <var class="replaceable-license-text"><span title="can be replaced with the pattern -{1,2}"> </span></var> License Conditions.</p>

      <p>Your exercise of the Licensed Rights is expressly made subject to the following conditions.</p>

<ul style="list-style:none">
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> a.</span></var>
            Attribution.
            
<ul style="list-style:none">
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 1.</span></var>
                If You Share the Licensed Material (including in modified form), You must:
                
<ul style="list-style:none">
                     
<li>
                        <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> A.</span></var>
                    retain the following if it is supplied by the Licensor with the Licensed Material:
                    
<ul style="list-style:none">
                           
<li>
                              <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> i.</span></var>
                        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);
                      </li>
                           
<li>
                              <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> ii.</span></var>
                        a copyright notice;
                      </li>
                           
<li>
                              <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> iii.</span></var>
                        a notice that refers to this Public License;
                      </li>
                           
<li>
                              <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> iv.</span></var>
                        a notice that refers to the disclaimer of warranties;
                      </li>
                           
<li>
                              <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> v.</span></var>
                        a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
                      </li>
                        
</ul>
                     </li>
                     
<li>
                        <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> B.</span></var>
                    indicate if You modified the Licensed Material and retain an indication of any
                       previous modifications; and
                  </li>
                     
<li>
                        <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> C.</span></var>
                    indicate the Licensed Material is licensed under this Public License, and include the
                       text of, or the URI or hyperlink to, this Public License.
                  </li>
                  
</ul>
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 2.</span></var>
                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.
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 3.</span></var>
                If requested by the Licensor, You must remove any of the information required by Section
                   3(a)(1)(A) to the extent reasonably practicable.
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 4.</span></var>
                If You Share Adapted Material You produce, the Adapter&apos;s License You apply must not
                   prevent recipients of the Adapted Material from complying with this Public
                   License.
              </li>
            
</ul>
          </li>
        
</ul>
      <p>Section 4 <var class="replaceable-license-text"><span title="can be replaced with the pattern -{1,2}"> </span></var> Sui Generis Database Rights.</p>

      <p>Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of
         the Licensed Material:</p>

<ul style="list-style:none">
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> a.</span></var>
            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;
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> b.</span></var>
            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
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> c.</span></var>
            You must comply with the conditions in Section 3(a) if You Share all or a substantial portion
               of the contents of the database.
          </li>
        
</ul>
      <p>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.
      </p>

      <p>Section 5 <var class="replaceable-license-text"><span title="can be replaced with the pattern -{1,2}"> </span></var> Disclaimer of Warranties and Limitation of Liability.</p>

<ul style="list-style:none">
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> a.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> b.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> c.</span></var>
            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.
          </li>
        
</ul>
      <p>Section 6 <var class="replaceable-license-text"><span title="can be replaced with the pattern -{1,2}"> </span></var> Term and Termination.</p>

<ul style="list-style:none">
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> a.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> b.</span></var>
            Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
            
<ul style="list-style:none">
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 1.</span></var>
                automatically as of the date the violation is cured, provided it is cured within 30 days
                   of Your discovery of the violation; or
              </li>
              
<li>
                  <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> 2.</span></var>
                upon express reinstatement by the Licensor.
              </li>
            
</ul>
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> c.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> d.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> e.</span></var>
            Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
          </li>
        
</ul>
      <p>Section 7 <var class="replaceable-license-text"><span title="can be replaced with the pattern -{1,2}"> </span></var> Other Terms and Conditions.</p>

<ul style="list-style:none">
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> a.</span></var>
            The Licensor shall not be bound by any additional or different terms or conditions
               communicated by You unless expressly agreed.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> b.</span></var>
            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.
          </li>
        
</ul>
      <p>Section 8 <var class="replaceable-license-text"><span title="can be replaced with the pattern -{1,2}"> </span></var> Interpretation.</p>

<ul style="list-style:none">
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> a.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> b.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> c.</span></var>
            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.
          </li>
          
<li>
            <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}"> d.</span></var>
            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.
          </li>
        
</ul>
      <div class="optional-license-text"> 
        <p>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 &quot;Licensor.&quot; <var class="optional-license-text"> The text of the Creative Commons public licenses is dedicated to the public
           domain under the CC0 Public Domain Dedication.</var> 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 &quot;Creative
           Commons&quot; 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.</p>

        <p>Creative Commons may be contacted at creativecommons.org.</p>

      </div>
    
      </div>

      <h2  id="licenseHeader">Standard License Header</h2>
      <div property="spdx:standardLicenseHeader" class="license-text">
        <p style="font-style: italic">There is no standard license header for the license</p>
        
      </div>
      <div property="spdx:standardLicenseTemplate" style="display: none;">
      &lt;&lt;beginOptional&gt;&gt;&lt;&lt;beginOptional&gt;&gt;Creative Commons&lt;&lt;endOptional&gt;&gt; Attribution 4.0 International&#10;&#10;&lt;&lt;endOptional&gt;&gt;&lt;&lt;beginOptional&gt;&gt; Creative Commons Corporation (&quot;Creative Commons&quot;) 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 &quot;as-is&quot; 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.&#10;&#10;Using Creative Commons Public Licenses&#10;&#10;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.&#10;&#10;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 &lt;&lt;var;name=&quot;ccLicensed&quot;;original=&quot;&quot;;match=&quot;CC-[ \t\r\n\f]{0,10}licensed&quot;&gt;&gt; material, or material used under an exception or limitation to copyright. More considerations for licensors &lt;&lt;var;name=&quot;considerationsLicensors&quot;;original=&quot;: wiki.creativecommons.org/Considerations_for_licensors&quot;;match=&quot;:[ \t\r\n\f]{1,10}wiki\.creativecommons\.org/Considerations_for_licensors|\.&quot;&gt;&gt;&#10;&#10;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&#39;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. &lt;&lt;var;name=&quot;spaceUnderscore&quot;;original=&quot;More considerations&quot;;match=&quot;More considerations|More_considerations&quot;&gt;&gt; for the public &lt;&lt;var;name=&quot;considerationsLicensees&quot;;original=&quot;: wiki.creativecommons.org/Considerations_for_licensees&quot;;match=&quot;:[ \t\r\n\f]{1,10}wiki\.creativecommons\.org/Considerations_for_licensees|\.&quot;&gt;&gt;&#10;&#10;&lt;&lt;endOptional&gt;&gt;&lt;&lt;beginOptional&gt;&gt; Creative Commons Attribution 4.0 International Public License&#10;&#10;&lt;&lt;endOptional&gt;&gt;&#10;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 (&quot;Public License&quot;). 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.&#10;&#10;Section 1 &lt;&lt;var;name=&quot;section1TitleHyphens&quot;;original=&quot;&quot;;match=&quot;-{1,2}&quot;&gt;&gt; Definitions.&#10;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;a.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;b.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Adapter&#39;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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;c.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;d.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;e.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;f.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;g.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;h.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Licensor means the individual(s) or entity(ies) granting rights under this Public License.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;i.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;j.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;k.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.&#10;Section 2 &lt;&lt;var;name=&quot;section2TitleHyphens&quot;;original=&quot;&quot;;match=&quot;-{1,2}&quot;&gt;&gt; Scope.&#10;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;a.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; License grant.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;1.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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:&#10;         &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;A.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; reproduce and Share the Licensed Material, in whole or in part; and&#10;         &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;B.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; produce, reproduce, and Share Adapted Material.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;2.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;3.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Term. The term of this Public License is specified in Section 6(a).&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;4.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;5.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Downstream recipients.&#10;         &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;A.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;         &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;B.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;6.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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).&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;b.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Other rights.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;1.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;2.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Patent and trademark rights are not licensed under this Public License.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;3.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;Section 3 &lt;&lt;var;name=&quot;section3TitleHyphens&quot;;original=&quot;&quot;;match=&quot;-{1,2}&quot;&gt;&gt; License Conditions.&#10;&#10;Your exercise of the Licensed Rights is expressly made subject to the following conditions.&#10;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;a.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Attribution.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;1.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; If You Share the Licensed Material (including in modified form), You must:&#10;         &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;A.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; retain the following if it is supplied by the Licensor with the Licensed Material:&#10;            &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;i.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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);&#10;            &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;ii.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; a copyright notice;&#10;            &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;iii.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; a notice that refers to this Public License;&#10;            &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;iv.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; a notice that refers to the disclaimer of warranties;&#10;            &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;v.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; a URI or hyperlink to the Licensed Material to the extent reasonably practicable;&#10;         &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;B.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; indicate if You modified the Licensed Material and retain an indication of any previous modifications; and&#10;         &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;C.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;2.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;3.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;4.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; If You Share Adapted Material You produce, the Adapter&#39;s License You apply must not prevent recipients of the Adapted Material from complying with this Public License.&#10;Section 4 &lt;&lt;var;name=&quot;section4TitleHyphens&quot;;original=&quot;&quot;;match=&quot;-{1,2}&quot;&gt;&gt; Sui Generis Database Rights.&#10;&#10;Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:&#10;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;a.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;b.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;c.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.&#10;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.&#10;&#10;Section 5 &lt;&lt;var;name=&quot;section5TitleHyphens&quot;;original=&quot;&quot;;match=&quot;-{1,2}&quot;&gt;&gt; Disclaimer of Warranties and Limitation of Liability.&#10;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;a.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;b.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;c.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;Section 6 &lt;&lt;var;name=&quot;section6TitleHyphens&quot;;original=&quot;&quot;;match=&quot;-{1,2}&quot;&gt;&gt; Term and Termination.&#10;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;a.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;b.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;1.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or&#10;      &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;2.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; upon express reinstatement by the Licensor.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;c.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;d.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;e.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; Sections 1, 5, 6, 7, and 8 survive termination of this Public License.&#10;Section 7 &lt;&lt;var;name=&quot;section7TitleHyphens&quot;;original=&quot;&quot;;match=&quot;-{1,2}&quot;&gt;&gt; Other Terms and Conditions.&#10;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;a.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;b.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;Section 8 &lt;&lt;var;name=&quot;section8TitleHyphens&quot;;original=&quot;&quot;;match=&quot;-{1,2}&quot;&gt;&gt; Interpretation.&#10;&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;a.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;b.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;c.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&#10;   &lt;&lt;var;name=&quot;bullet&quot;;original=&quot;d.&quot;;match=&quot;.{0,20}&quot;&gt;&gt; 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.&lt;&lt;beginOptional&gt;&gt; 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 &quot;Licensor.&quot;&lt;&lt;beginOptional&gt;&gt; The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication.&lt;&lt;endOptional&gt;&gt; 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 &quot;Creative Commons&quot; 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.&#10;&#10;Creative Commons may be contacted at creativecommons.org.&#10;&#10;&lt;&lt;endOptional&gt;&gt;
      </div>

    </div> <!-- /page -->

    <div class="collaborative-projects">
      <div class="gray-diagonal">
        <div class="container">
          <div id="footer-copyright">
            <p>&#169; 2018          SPDX Workgroup a Linux Foundation Project. All Rights Reserved.        </p>
            <p>Linux Foundation is a registered trademark of The Linux Foundation. Linux is a registered <a href="http://www.linuxfoundation.org/programs/legal/trademark" title="Linux Mark Institute">trademark</a> of Linus Torvalds.</p>
            <p>Please see our <a href="http://www.linuxfoundation.org/privacy">privacy policy</a> and <a href="http://www.linuxfoundation.org/terms">terms of use</a>.</p>
          </div>
        </div>
      </div>
    </div>

    <div id="top-page-link">
      <a href="#"><i class="fa fa-arrow-circle-up"></i><span>top of page</span></a>
    </div>

  </body>
</html>
