On Mon, 18 Sep 2023 18:26:45 +0200 Andreas Metzler <ametz...@bebt.de> wrote:
> something in libconfig-model-dpkg-perl seems to have changed, when
> upgrading guile-gnutls with "cme update dpkg-copyright" the generated
> file moved from
> 
> Files: doc/gnutls-guile.texi
> Copyright: @copyright{} 2001-2023, Free Software Foundation, Inc.
> License: GFDL-1.3+
> 
> to
> 
> Files: doc/gnutls-guile.texi
> Copyright: no-info-found
> License: GFDL-1.3+

Sigh... I've tried to filter out cases where licensecheck latches on lines 
containing "(c)" like the following one:

 (c)**b <= a and (c+1)**b > a

The line you've shown was seen as garbage and removed because it begins with a 
non-alphanumeric char.

I'll update the cleanup_copyright function in Software::Copyright::Statement 
to cope with this case.

All the best

Reply via email to