osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
682 stars 41 forks source link

[REQ] fix license on GH #226

Closed MarcoRavich closed 1 year ago

MarcoRavich commented 1 year ago

Hi there, 1st of all thanks for your awesome (voluntary) work !

Since we've "doxed" your git in our HyMPS project (under the Adapters section), can you please fix licensing terms for it ?

Our "problem" is that does not generates a correct badge:

(generative url: https://flat.badgen.net/github/license/osxmidi/LinVst/?label=LICENSE)

This could easily be fixed by choosing a "correct" license file through the GH's wizard.

Although it may sounds like a minor aspect, a standardized license file could help other devs (and not only) to better/faster understand how reuse your code in other open projects and vice-versa.

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

Thanks in advance.

osxmidi commented 1 year ago

Hi there, 1st of all thanks for your awesome (voluntary) work !

Since we've "doxed" your git in our HyMPS project (under the Adapters section), can you please fix licensing terms for it ?

Our "problem" is that does not generates a correct badge:

(generative url: https://flat.badgen.net/github/license/osxmidi/LinVst/?label=LICENSE)

This could easily be fixed by choosing a "correct" license file through the GH's wizard.

Although it may sounds like a minor aspect, a standardized license file could help other devs (and not only) to better/faster understand how reuse your code in other open projects and vice-versa.

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

Thanks in advance.

Hi.

I've added a new GPL 3 license file called LICENSE.

The GPL 3 license was in the COPYING file, maybe that was causing the problems.

If there are any problems let me know.

MarcoRavich commented 1 year ago

1st of all thanks for the fast reply !

As you can see above, it works correctly now.

Thanks again for your cool work.