This commit is contained in:
2024-03-08 10:33:39 -07:00
parent 5f9236e806
commit 3e91063457
2 changed files with 1 additions and 30 deletions

View File

@@ -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.

View File

@@ -5,23 +5,3 @@ This repository serves as a personal workspace for various projects and document
## Project Organization ## 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`. 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.