mdl icon indicating copy to clipboard operation
mdl copied to clipboard

Add a GitHub parseable license file

Open kmturley opened this issue 3 years ago • 0 comments

Hello Thank-you for open-sourcing your instrument!

Currently you have a custom license.txt file: https://github.com/musescore/mdl/blob/master/license.txt

GitHub cannot parse custom licenses in the UI Screen Shot 2022-10-06 at 8 27 57 PM

Or provide them via the search API:

"license": {
    "key": "other",
    "name": "Other",
},

https://api.github.com/repos/musescore/mdl

Using a license template will fix this and make your repo searchable by license: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

Thanks!

kmturley avatar Oct 07 '22 03:10 kmturley