Skip to content

cancheantonio23-eng/cypherpunk-handbook

 
 

Repository files navigation

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>T.C.H. - License</title>
  <link rel="icon" href="./favicon.ico" type="image/x-icon">
  <link rel="stylesheet" href="./styles.css">
</head>
<body>
  <header id="site-header">
    <h1>The Cypherpunk Handbook</h1>

    <h2>Site terms</h2>

    <nav id="site-nav">
      <ul>
        <li>
          <a href="./index.html">Home</a>
        </li>

        <li>
          <a href="./manifesto.html">Manifesto</a>
        </li>

        <li>
          <a href="./contact.html">Contact</a>
        </li>

        <li>
          <a href="./contribute.html">Contribute</a>
        </li>
      </ul>
    </nav>
  </header>

  <main id="site-main">
    <section>
      <p>&copy; 2025 The Cypherpunk Handbook Authors. All Rights Reserved.</p>

      <p>Perpetual and free authorization is hereby granted to any individual
      who acquires a copy of the content of this website, within the respective
      domains listed on the home page, for unrestricted use. This authorization
      includes, among other rights, the use, copying, modification,
      combination, publication, distribution, sublicensing and sale of copies
      of the content, as well as the right to allow access to the content
      provided to third parties. It should be noted that the content is
      provided without warranty of any kind, either express or implied.
      However, the authors are confident that the information provided in the
      content of this website is accurate and beneficial to the intended
      audience.</p>

      <h3>Files with Different Terms</h3>

      <ul>
        <li>
          <a href="./styles.css">./styles.css</a>
        </li>

        <li>
          <a href="./scripts/rebuild-feeds.pl">./scripts/rebuild-feeds.pl</a>
        </li>

        <li>
          <a href="./scripts/update-feeds.pl">./scripts/update-feeds.pl</a>
        </li>

        <li>
          <a href="./scripts/update-articles.pl">./scripts/update-guides.pl</a>
        </li>

        <li>
          <a href=
          "./scripts/validate-website.pl">./scripts/validate-website.pl</a>
        </li>

        <li>
          <a href="./scripts/html2ogg.sh">./scripts/html2ogg.sh</a>
        </li>

        <li>
          <a href="./scripts/svg2png.sh">./scripts/svg2png.sh</a>
        </li>
      </ul>

      <p>These files are licensed under an ISC-like license, which can be found
      in the respective files.</p>
    </section>
  </main>

  <footer id="site-footer">
    <p>&copy; 2025 The Cypherpunk Handbook Authors. All Rights Reserved.</p>

    <p><strong><a href="./license.html">LICENSE</a></strong>
    </p>
    <img src="./images/anarchy.png" alt="freedom" class="icon">
    <h4 class="motto">LIVE FREE OR DIE</h4>
    <img src="./images/anarchy.png" alt="freedom" class="icon">
  </footer>
</body>
</html>

About

Articles on security, privacy, and anonymity.

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 41.4%
  • Perl 41.1%
  • CSS 12.4%
  • Shell 4.9%
  • Standard ML 0.2%