atkawa7 / looper

Looper - Minimalistic console music player
6 stars 0 forks source link

[REQ] Add a (GH-compliant) license file #1

Open MarcoRavich opened 2 weeks ago

MarcoRavich commented 2 weeks ago

Hi there, 1st of all thanks for this awesome work !

Since we've 'doxed' it in our HyMPS project (under AUDIO section \ Editors page \ Loopers), can you please add a GH-compliant license file for it ?

As you know, expliciting licensing terms is extremely important to let anyone better/faster understand how to reuse/adapt/modify sources (and not only) in other open projects and vice-versa.

Although it may sounds like a minor aspect, license file omission obviously causes an inconsistent generation of the relative badge too:

(badge-generator URL: https://badgen.net/github/license/atkawa7/looper)

You can easily set a standardized one through the GH's license wizard tool.

Last but not least, let us know how we could improve - in your opinion - our categorizations and links to resources in order to favor collaboration between developers (and therefore evolution) of listed projects.

Hope that helps/inspires !

atkawa7 commented 1 week ago

@forart you can use it for whatever you want. Apache2 licensed

MarcoRavich commented 1 week ago

@forart you can use it for whatever you want. Apache2 licensed

Hi there, thanks, but you have to add a license file to let GH correctly recognize it.

Check out Oto lib to get an example of recognized Apache-2 license file: https://github.com/ebitengine/oto/blob/main/LICENSE

...and, of course, the relative badge: (badge-generator URL: https://badgen.net/github/license/ebitengine/oto)

Thanks in advance !