Hi, On 3/1/25 04:39, Diederik de Haas wrote:
Hi,The file ``test/lib/strlcat.c`` has "SPDX-License-Identifier: GPL-2.1+" and that SPDX identifier doesn't exist. As there is no indication this was a typo it needs to be relicensed by the copyright holders AFAIK. Cheers, Diederik
As noted in the comment, this is adapted from glibc. The referenced file is licensed LGPL 2.1+. So license in this file should really be whatever the compatible version of the GPL is (I guess 2.0+). --Sean