Juanmalopezg / smooth-distortion

Guitar distortion audio plugin made in C++ with the Juce framework. The DSP algorithm is based on a sigmoid function.
GNU General Public License v3.0
10 stars 1 forks source link

[REQ] add a (GH-compliant) license file #3

Closed MarcoRavich closed 5 months ago

MarcoRavich commented 5 months ago

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

Since we've 'doxed' it in our HyMPS project (under AUDIO category \ Effects page \ Guitar section \ Pedals subsection \ Distorsion), can you please add a GH-compliant license file for it ?

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://flat.badgen.net/github/license/Juanmalopezg/smooth-distortion/?label=LICENSE)

Anyway 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 !

Juanmalopezg commented 5 months ago

Hi, I've already pushed a GNU GPL v3 license. I'll leave the issue open while the badge generator still shows the no-license label. Let me know if there's anything else I should do 🙂

MarcoRavich commented 5 months ago

Works now, thanks !