From 7f5d685120cbe7f90851b0a07403dc0c2878cd9f Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Sun, 18 Aug 2024 00:53:21 +0200 Subject: [PATCH] licensed --- LICENSE.md | 14 ++++++++++++++ README.md | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..68ad9d5 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2024 tcsenpai + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/README.md b/README.md index 5e191bf..bd8238f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ NeoRetro Synth is a retro-style synthesizer and drum machine with a cyberpunk aesthetic, built using the Pyxel library for Python. +## Disclaimer + +This project is created for fun and educational purposes. As with any experimental software, bugs and unexpected behavior may occur. Use at your own risk and enjoy the creative process! + ## Installation Clone the repository with @@ -92,3 +96,12 @@ All controls are displayed in the GUI for easy reference. Key features include: ## Usage Run the `main.py` file to start the NeoRetro Synth application. Use the on-screen controls or keyboard shortcuts to create and manipulate sounds and sequences. + + +## License + +NeoRetro Synth is released under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE (WTFPL), Version 2, December 2004. This means you are free to do whatever you want with this software. + +For the full license text, please see the [LICENSE.md](LICENSE.md) file or visit [http://www.wtfpl.net/](http://www.wtfpl.net/) for more information. + +Copyright (C) 2024 tcsenpai \ No newline at end of file