github / brubeck

A Statsd-compatible metrics aggregator
MIT License
1.19k stars 94 forks source link

Licensing clarification #3

Closed mhart closed 9 years ago

mhart commented 9 years ago

Some of the included files appear to be GPL, cf: https://github.com/github/brubeck/blob/master/src/http/mongoose.c

This is problematic considering that brubeck doesn't appear to be GPL licensed?

Could the GPL licensed code be removed (or, less preferably, the entire project licensed GPL) so it can be used without issue?

vmg commented 9 years ago

Thanks for keeping us honest, @mhart. Fortunately, the part that uses Moongoose is optional and isolated, so we've made disabled it by default and removed all of Moongoose's GPL code in the repository.

I'll spend some time this week bringing over another HTTP library to the daemon (this one MIT licensed ;)) so people can still use the HTTP status endpoint.

mhart commented 9 years ago

Schweeet – clean abstractions ftw! :+1: