https://bugzilla.redhat.com/show_bug.cgi?id=2489821
--- Comment #31 from Neal Gompa <[email protected]> --- > [!]: License field in the package spec file matches the actual license. > Note: Checking patched sources after %prep for licenses. Licenses > found: "Unknown or generated", "ISC License", "*No copyright* GNU > General Public License, Version 3", "MIT License", "Historical > Permission Notice and Disclaimer - sell variant and/or NTP License > (legal disclaimer)". 39 files have unknown license. Detailed output of > licensecheck in /home/ngompa/2489821-cow/licensecheck.txt This is because the top level meson.build file has the wrong license identifier. It says GPL-3.0-or-later instead of ISC. See: https://codeberg.org/thomasadam/cow/src/branch/main/meson.build#L4 That needs to be fixed. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2489821 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202489821%23c31 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
