rs / xmux

xmux is a httprouter fork on top of xhandler (net/context aware)
Other
98 stars 11 forks source link

License issue #2

Closed julienschmidt closed 8 years ago

julienschmidt commented 8 years ago

I just discovered your fork. Great work so far!

Unfortunately there is a license issue. Like the Go source, HttpRouter is licensed under the new BSD (aka BSD 3-Clause) license. While it is also a permissive license, it can NOT be re-licensed to MIT, as it requires to preserve the redistribution conditions.

compatibility chart

rs commented 8 years ago

Thanks for pointing that out.