On 22/06/2026 11:26, Julian Andres Klode wrote:
Package: licenserecon
Version: 17.0
Severity: normal

Wildcards like * and ? match / in the specification, yet
the attached test case produces a mismatch:

Expat            | Apache-2.0        a/b/test.c


Hi Julian,

licenserecon handles wildcards using /usr/bin/ls
From your example:

ls */*.c
ls: cannot access '*/*.c': No such file or directory

However;
ls */*/*.c
a/b/test.c

ISTM that it's your test copyright that mishandles wildcards ;-)

Cheers,
Peter

Reply via email to