Hi, the following files list GPL2 or later or LGPL 2 or later (mspack/ is not used, it's using the mspack package in guix):
($ grep -rEi '(any later version|license)' . |grep -v COPYING |grep -v mspack) ./getopt1.c: modify it under the terms of the GNU Library General Public License as ./getopt1.c: License, or (at your option) any later version. ./getopt1.c: Library General Public License for more details. ^ this one is lgpl2+. ./md5.h: under the terms of the GNU General Public License as published by the ... Free Software Foundation; either version 2, or (at your option) any ./md5.h: GNU General Public License for more details. ./md5.h: You should have received a copy of the GNU General Public License ^ gpl2+ ./fnmatch.c: modify it under the terms of the GNU General Public License ./fnmatch.c: of the License, or (at your option) any later version. ./fnmatch.c: See the GNU General Public License for more details. ./fnmatch.c: You should have received a copy of the GNU General Public License ^ gpl2+ ./fnmatch_.h:under the terms of the GNU General Public License as published by the ./fnmatch_.h:GNU General Public License for more details. ./fnmatch_.h:You should have received a copy of the GNU General Public License ^ gpl2+ ./md5.c: under the terms of the GNU General Public License as published by the ./md5.c: GNU General Public License for more details. ./md5.c: You should have received a copy of the GNU General Public License ^ gpl2+ ./src/cabinfo.c: * it under the terms of the GNU General Public License as published by ./src/cabinfo.c: * the Free Software Foundation; either version 2 of the License, or ./src/cabinfo.c: * (at your option) any later version. ./src/cabinfo.c: * GNU General Public License for more details. ./src/cabinfo.c: * You should have received a copy of the GNU General Public License ^ gpl2+ ./src/cabextract.c: * it under the terms of the GNU General Public License as published by ./src/cabextract.c: * the Free Software Foundation; either version 2 of the License, or ./src/cabextract.c: * (at your option) any later version. ./src/cabextract.c: * GNU General Public License for more details. ./src/cabextract.c: * You should have received a copy of the GNU General Public License ^ gpl2+ ./getopt.c: modify it under the terms of the GNU Library General Public License as ./getopt.c: License, or (at your option) any later version. ./getopt.c: Library General Public License for more details. ^ lgpl2+ ./getopt.h: modify it under the terms of the GNU Library General Public License as ./getopt.h: License, or (at your option) any later version. ./getopt.h: Library General Public License for more details. ^ lgpl2+ ./mktime.c: under the terms of the GNU General Public License as published by the ./mktime.c: GNU General Public License for more details. ./mktime.c: You should have received a copy of the GNU General Public License ^ gpl2+ And as I said, COPYING is the gpl3. Hmm...