Fedora Account System
Red Hat Associate
Red Hat Customer
Rubygem-xmlparser uses license # src/lib/xml/xpath.rb is GPLv2+ # src/ext/encoding.h and the functions of encoding map are GPLv2+ or Artistic # All other files are Ruby or GPLv2+ or MIT # For a breakdown of the licensing, see also README License: GPLv2+ and ( Ruby or GPLv2+ or MIT ) and ( GPLv2+ or Artistic ) The Artistic license is not allowed. See https://docs.fedoraproject.org/en-US/legal/all-allowed/ Reproducible: Always
Changed the format of the license field to GPL-2.0-or-later and ( Ruby or GPL-2.0-or-later or MIT ) and ( GPL-1.0-or-later OR Artistic-1.0-Perl ) However, that does not resolve the bug as Artistic-1.0-Perl is not in the allowed list either if I'm not mistaken.
Update on this: I managed to get in touch with one of the owners of the upstream code who gave me an e-mail of the original author. Unfortunately, attempts to contact him bounce. So I'd propose to finally retire this package...
> So I'd propose to finally retire this package... +1 Can you do it? Or do you want me to do that for you?
Please go ahead if it is blocking anything.
Hmm, I somehow missed the comment #1 That would solve it, because 'GPL-1.0-or-later OR Artistic-1.0-Perl' is allowed combination. $ license-validate -v Artistic-1.0-Perl Warning: Artistic-1.0-Perl is not-allowed license Uses not-allowed license. [ble: exit 1] $ license-validate -v 'GPL-1.0-or-later OR Artistic-1.0-Perl' Approved license $ license-validate -v 'GPL-2.0-or-later and ( Ruby or GPL-2.0-or-later or MIT ) and ( GPL-1.0-or-later OR Artistic-1.0-Perl )' Approved license
Closing as the current string is without an issue.