I ask this because I think of the recent switch of Ubuntu to the Rust recode of the GNU core utils, which use an MIT license. There are many Rust recodes of GPL software that re-license it as a pushover MIT or Apache licenses. I worry these relicensing efforts this will significantly harm the FOSS ecosystem. Is this reason to start worrying or is it not that bad?
IMO, if the FOSS world makes something public, with extensive liberties, then the only thing that should be asked in return is that people preserve these liberties, like the GPL successfully enforces. These pushover licenses preserve nothing.


I’m not an expert on licences by any means, but my understanding was that LGPL explicitly allows you to link it to other binaries with needing to licence them with the same licence. Does rust really only support static linking and not dynamic?
Per the Gnu wiki:
So as long as you also provide your application with an LGPL library shaped hole you can release a static-linked binary with LGPL components.