FunASR
FunASR copied to clipboard
Please add a LICENSE file to the repo to clarify code license
First, thank you for sharing this project with us!
The project's code appears to be under the MIT license per the README.md:
https://github.com/modelscope/FunASR/blob/d43d0853dcf3a1db04302c7b527e92ace3ccfb55/README.md?plain=1#L358-L359
The repo already has a MODEL_LICENSE file with its own license, but it would be good to also add a LICENSE file to clarify that the code is under the MIT license for clarity, and it will add the "MIT license" badge to the repo for clarity for future readers: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository
You can find the MIT license at https://choosealicense.com/licenses/mit/ (this website is operated by GitHub).
Thanks!