From 3afbfbb489d99e734d566274004abaf521cc7b3f Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sat, 26 Oct 2024 17:13:39 +0200 Subject: [PATCH] Add README and LICENSE --- LICENSE | 26 ++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a2319d9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,26 @@ + GLWTS(Good Luck With That Shit) Public License + Copyright (c) Every-fucking-one, except the Author + +Everyone is permitted to copy, distribute, modify, merge, sell, publish, +sublicense or whatever the fuck they want with this software but at their +OWN RISK. + + Preamble + +The author has absolutely no fucking clue what the code in this project +does. It might just fucking work or not, there is no third option. + + + GOOD LUCK WITH THAT SHIT PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION + + 0. You just DO WHATEVER THE FUCK YOU WANT TO as long as you NEVER LEAVE +A FUCKING TRACE TO TRACK THE AUTHOR of the original product to blame for +or hold responsible. + +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +Good luck and Godspeed. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..05ca274 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This repository is personal and currently doesn't come with any documentation or community-centric promises. + +You're allowed to use it in whatever way you see fit, see [LICENSE](./LICENSE). \ No newline at end of file