smgoller / rangehttpserver

Python module that implements a simple HTTP server that understands the HTTP Range header.
GNU General Public License v2.0
68 stars 18 forks source link

GPL3 compatibility #3

Open Storyyeller opened 9 years ago

Storyyeller commented 9 years ago

Could you make this available under GPL3?

smgoller commented 9 years ago

Is there some reason why GPLv2 is insufficient? My GPL-fu is weak.

Storyyeller commented 9 years ago

The problem is that GPLv2 and GPLv3 are incompatible, so this can't be used together with a GPLv3 project.

At least that's how I understand it, I'm not a lawyer or anything.

Edit: Link for more information - https://www.gnu.org/licenses/gpl-faq.html#v2v3Compatibility