From 7c1ccd2cc92497534e6ebd0aea82084a2dcdc57a Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 4 May 2025 02:30:56 +0200 Subject: [PATCH] Add contributing.md and license.md --- CONTRIBUTING.md | 39 +++++++++++++++++++++++++++++++++++++++ LICENSE.MD | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE.MD diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a8f20d4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,39 @@ +# Contributing to Ultrawidify + +Thank you for considering contributing to this project! We welcome contributions from the community and are grateful for your efforts. + +## How to Contribute + +0. Open an issue, where you introduce the feature you want to add or thing you want to fix +1. Fork the repository. +2. Create a new branch for your contribution. +3. Write readable code +4. Check that your additions do not break existing features +5. Open a pull request + +## Code of Conduct + +Please follow the code of conduct: + +* don't be too much of an asshole +* language policing my code comments is not a worthwhile contribution, and is considered spam. If you're here to do that, fuck off. I'm looking at you, ScamOSS and co. + +## Code Style + +- Use formatting consistent with the rest of the project +- Write meaningful commit messages. +- Include comments where necessary to explain complex logic. + +## Licensing & Contribution Agreement + +By submitting a contribution (e.g., via pull request), you agree to the following: + +- You grant the project maintainer(s) a non-exclusive, irrevocable, worldwide, royalty-free license to use, copy, modify, and distribute your contributions as part of the project. +- You certify that your contributions are your original work and that you have the right to submit them. +- You agree that your contributions are licensed under the same license as the rest of the project, unless explicitly stated otherwise. + +**TL;DR:** once your code is in the project, there's no take-backsies. + +## Questions? + +The discussion board is right over there, three tabs to the right. diff --git a/LICENSE.MD b/LICENSE.MD new file mode 100644 index 0000000..5e3300c --- /dev/null +++ b/LICENSE.MD @@ -0,0 +1,35 @@ +# License + +Copyright (c) 2025 @tamius-han + +The source code is provided on the "you can look, but you can't take" basis. + +## Permissions + +You are permitted to: + +* You can view the code +* You can create forks and modify the code for personal use +* You can build and run modified versions of this project for personal use on your local machine +* Push modifications to your personal github fork + +## Restrictions + +You may NOT: + +* Distribute this project or any modified versions outside of your personal Github fork +* Publish or distribute compiled binaries, builds, or packages of this project or any derivative work +* Use the code in commercial products, services, or other public-facing deployments. +* Sub-license, sell, or otherwise make the software or derivatives available to third parties. + +## Contributions + +By submitting a pull request or other contribution, you agree that: + +- You grant the project maintainer(s) a non-exclusive, irrevocable, worldwide, royalty-free license to use, copy, modify, and distribute your contributions as part of the project. +- You certify that your contributions are your original work and that you have the right to submit them. +- You agree that your contributions are licensed under the same license as the rest of the project, unless explicitly stated otherwise. + +## Disclaimer + +This software is provided "as is", without warranty of any kind, express or implied. Use at your own risk.