On Sat, 2026-03-14 at 00:14 +0100, Xose Vazquez Perez wrote: > This file combines "LGPL-2.1-or-later" and "GPLv2 or later" code, > so the resulting code is GPL-2.0-or-later via the LGPL conversion > clause. > > Cc: Martin Wilck <[email protected]> > Cc: Benjamin Marzinski <[email protected]> > Cc: Christophe Varoqui <[email protected]> > Cc: DM_DEVEL-ML <[email protected]> > Signed-off-by: Xose Vazquez Perez <[email protected]>
This would relicense the entire file, except the basename() implementation, which is already under GPL-2.0-or-later. That is quite probably not in line with the intention of every copyright holder. We can move libmp_basename() to a separate file to clarify the license of this code snippet. Regards Martin
