123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="static/css/rsq.css">
- <title>RSQueue</title>
- </head>
- <body>
- <div class="wrapper">
- <div class="content">
- <section class="top-nav">
- <div class="logo">
- <a class="logo" href="index.html"><h1>RSQ</h1></a>
- </div>
- <input id="menu-toggle" type="checkbox">
- <label class="menu-button-container" for="menu-toggle">
- <div class="menu-button"></div>
- </label>
- <ul class="menu">
- <li><a class="menu-link" href="index.html">Home</a></li>
- <li><a class="menu-link" href="description.html">Description</a></li>
- <li><a class="menu-link" href="documentation.html">Documentation</a></li>
- <li><a class="menu-link" href="rover.html">Who is Rover?</a></li>
- <li class="menu-here">Source Code</li>
- </ul>
- </section>
- <div class="body-content">
- <h1>Source code</h1>
-
- <p>
- As rsqueue is Free Software under license General Public License version 3 (<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a>) all the source code is freely available with the four freedoms:
- </p>
- <p>
- <table>
- <tr><td>0:</td><td>use</td></tr>
- <tr><td>1:</td><td>study</td></tr>
- <tr><td>2:</td><td>share</td></tr>
- <tr><td>3:</td><td>modify</td></tr>
- </table>
- </p>
- <p>
- Source code is available in a public repository hosted at <a href="https://notabug.org">notabug.org</a>:<br/>
- <a href="https://notabug.org/marcux/rsqueue">Rsqueue repository</a>
- </p>
- </div>
- </div>
- <footer>
- <div>
- Copyright © 2023 Marcus Pedersén
- <br>
- <br>
- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
- <img alt="Creative Commons License" style="border-width:0" src="static/img/cc-by-sa.png">
- </a>
- <br>
- This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
- </div>
- </footer>
- </div>
-
- </body>
- </html>
|