From cfa4a49976a153a31e33c843843cc5643fafc0c1 Mon Sep 17 00:00:00 2001 From: endernon Date: Tue, 3 Dec 2024 20:20:46 +0000 Subject: [PATCH] readme fix and mit license since ive had people asking me if they can borrow my idea for their code --- LICENSE.txt | 21 +++++++++++++++++++++ readme.md | 4 +++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..3509eb0 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 endernon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS 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. \ No newline at end of file diff --git a/readme.md b/readme.md index c2904ae..0f3b7a3 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ # My solutions for Advent of Code -exactly what the title says, starting 2024, since I feel this would be a great way to learn rust. \ No newline at end of file +exactly what the title says, starting 2024, since I feel this would be a great way to learn rust. + +my solutions are probably kinda garbage and you shouldn't copy what I've done for your own stuff. \ No newline at end of file