Libvisual / libvisual

Libvisual Audio Visualization
http://libvisual.org/
82 stars 31 forks source link

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

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 resources \ Visualization/Analysis \ Visualization), 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/Libvisual/libvisual)

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 !

kaixiong commented 2 weeks ago

This repository really contains two projects, libvisual (core) and libvisual-plugins (plugins). Core is licensed under LGPL, while the plugins are under GPL. The license files are named COPYING and distributed in their respective directories. I don't quite see how to work with GitHub's presumption of one license per repository.