https://bugzilla.redhat.com/show_bug.cgi?id=2362051 --- Comment #10 from Fabio Valentini <decathorpe@xxxxxxxxx> --- Looks incomplete .. a few clauses are definitely missing, and you simplified too much (0BSD doesn't occur on its own, it's only part of an OR expression that can't be dissolved into ANDs). According to guidance I got from RH legal, the only "simplifications" that are valid are - reordering within AND and OR collections (i.e. "A AND B" and "B AND A" are considered equivalent) - dropping of parentheses for equivalent operators / associativity ("A AND (B AND C)" and "(A AND B) AND C" are equivalent to "A AND B AND C") Notably, alternatives like "0BSD OR MIT OR Apache-2.0" need to be preserved. With this in mind, this is the expression I get (ordered alphabetically and non-parenthesized items first): License: %{shrink: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CDLA-Permissive-2.0 AND ISC AND MIT AND MPL-2.0 AND Unicode-3.0 AND Unicode-DFS-2016 AND Zlib AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (MIT OR Zlib OR Apache-2.0) AND (MIT-0 OR Apache-2.0) AND (Unlicense OR MIT) } -- 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=2362051 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202362051%23c10 -- _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue