Permalink
spotDL/spotify-downloader is licensed under the
MIT License
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
Permissions
- Commercial use
- Modification
- Distribution
- Private use
Limitations
- Liability
- Warranty
Conditions
- License and copyright notice
This is not legal advice. Learn more about repository licenses.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated pr template and moved it to .github * removed dev utils * moved images * Update LICENSE * moved CORE_VALUES CONTRIBUTING and INSTALLATION to docs folder * moved Code Docs to /docs/code * moved Design Docs to /docs/design * removed excluded folders from .bettercodehub.yml * README.md improvements * updated License section * removed install from master section * updated contributors image * Update LICENSE Co-authored-by: Silverarmor <23619946+Silverarmor@users.noreply.github.com> * Update docs/code/CODE_GUIDELINES.md Co-authored-by: Silverarmor <23619946+Silverarmor@users.noreply.github.com> * remove the dot/period . at the end of each line for consistency * commonMark formatted markdown with autogenerated Toc's * Revert "removed dev utils" This reverts commit 7966f09. * mdformat * revert "updated pr template and moved it to .github" * fixed front matter blocks * mdformat * specify python and ffmpeg version Co-authored-by: Silverarmor <23619946+Silverarmor@users.noreply.github.com>
18 lines (15 sloc)
1.08 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The MIT License (MIT) | |
| Copyright (c) 2021 Ritiek Malhotra & spotDL Developers | |
| 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. |