cosmos72 / fstransform

tool for in-place filesystem conversion (for example from jfs/xfs/reiser to ext2/ext3/ext4) without backup
GNU General Public License v2.0
278 stars 28 forks source link

GPL2-only → GPL2 or later #46

Closed nckx closed 2 years ago

nckx commented 2 years ago

Hi!

I'd love to package this project for GNU Guix, but hit a snag.

All of fstransform is free software but two files, e4attr.cc and e4attr.hh, are released under a GPL2-only licence that would be incompatible with the majority of other code.

I don't think this currently causes legal problems, because code never happens to be combined in an incompatible way (…yet).

However, I'm not vouching for that either, and anyway this looks more like an oversight than a deliberate decision.

@cosmos72, would you be open to replacing the licence of GPL2-only files with one used elsewhere (such as this GPL2-or-later one)?

cosmos72 commented 2 years ago

Sure, I'll change the license to GPLv2+

cosmos72 commented 2 years ago

done in commit b84684ced847fd0b7a8dbed222f84d2b27face17