diff options
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.html b/README.html new file mode 100644 index 0000000..d7d25d8 --- /dev/null +++ b/README.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <body> + <h1>luma</h1> + <p><a href="https://mandelbrot.dk/luma">luma</a> is a free, open-source, and portable emulator for the luma platform.</p> + <p>This project serves as the reference implementation for the luma platform.</p> + <h2 id="copyright-license">Copyright & License</h2> + <p>Copyright 2021, 2022 Gabriel Jensen.</p> + <p>All rights reserved.</p> + <p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p> + <p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p> + <p>See the GNU Affero General Public License for more details.</p> + <p>You should have received a copy of the GNU Affero General Public License along with this program.</p> + <p>If not, see <a href="https://www.gnu.org/licenses"><https://www.gnu.org/licenses></a>.</p> + </body> +</html> |