From 3e91063457e662f3eee7ecfbef2727e508c26302 Mon Sep 17 00:00:00 2001 From: Whisker Jones Date: Fri, 8 Mar 2024 10:33:39 -0700 Subject: [PATCH] updates --- LICENSE | 9 --------- README.md | 22 +--------------------- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index b081a14..0000000 --- a/LICENSE +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) 2023 medusa - -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. diff --git a/README.md b/README.md index a629059..7e4269d 100644 --- a/README.md +++ b/README.md @@ -4,24 +4,4 @@ This repository serves as a personal workspace for various projects and document ## Project Organization -The repository is organized into subdirectories for each project or document. Each subdirectory may contain additional subdirectories for further organization. For example, the `writing` directory might have subdirectories for different writing projects, such as `essays`, `short-stories`, or `scripts`. - -## Document Types - -The repository contains various types of documents, including: - -* **Markdown files:** These files are used for writing documentation, notes, and other text-based content. - -* **Code files:** These files contain code written in various programming languages, such as Python, JavaScript, or HTML. - -* **Images:** These files contain images, such as screenshots, diagrams, or photographs. - -* **Miscellaneous files:** These files include any other type of document that doesn't fit into the other categories. - -## Contributing - -If you would like to contribute to any of the projects or documents within this repository, please feel free to create a branch for your work and submit pull requests for review. Please follow the guidelines outlined in the `CONTRIBUTING.md` file for submission procedures and formatting standards. - -## License - -This repository is licensed under the [MIT License](LICENSE). This means that you are free to use, modify, and distribute the contents of this repository for any purpose, including commercial use. +The repository is organized into subdirectories for each project or document. Each subdirectory may contain additional subdirectories for further organization. For example, the `writing` directory might have subdirectories for different writing projects, such as `essays`, `short-stories`, or `scripts`. \ No newline at end of file