Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions LICENSE-NC
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Non-Commercial Use License v1.0

Copyright (c) 2025 StillwellStudios

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to use,
copy, modify, merge, publish, distribute, and sublicense the Software **for
*non-commercial* purposes only**, subject to the following conditions:

1. “Non-commercial” means no direct or indirect sale, license, or other
commercial exploitation of the Software or any derivatives.
2. You must retain this notice in all copies or substantial portions of
the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,21 @@ The project uses GitHub Actions to automate builds and tests. Every pull request
- Runs unit tests.
- Creates a ZIP archive for release.

## Other Tools
Located in the /other folder

### kill-unwanted-apps
kills background tasks when you wanna run cs at max fps, needs to be run as Admin *handle with care*

## Support
For issues and feature requests, create an issue on **[GitHub Issues](https://github.com/gxrwes/CS2QuickSetup/issues)**.

## License
This project is licensed under the **Good Luck With That License**.

This project is available under two different licenses:

- **Non-Commercial Use** — free under the [Non-Commercial Use License v1.0](LICENSE-NC).
- **Commercial Use** — requires a paid commercial license. Please see [LICENSE-COMMERCIAL] or contact you@example.com for terms.

---
_This README was last updated on [DATE]._
Expand Down
Loading