Re: SPDX Statistics - Gold Rush Edition

2024-08-18 Thread Miroslav Suchý
Dne 18. 08. 24 v 6:50 dop. Richard Fontana napsal(a): As noted by Ben, in this case you can optionally simplify it to: Slightly side note for anyone wanting to play with expressions: There is a library `license-expression` that allows you to operate with boolean logic of SPDX expressions. And

Re: SPDX Statistics - Gold Rush Edition

2024-08-17 Thread Richard Fontana
On Sat, Aug 17, 2024 at 3:13 PM Miroslav Suchý wrote: > > Dne 17. 08. 24 v 8:02 odp. Dridi Boukelmoune napsal(a): > > I ended up with the following license tag that I moved to SPDX as part > of the incoming update: > > License: GPL-2.0-only AND MIT AND (GPL-2.0-only OR MIT) > > I feel like I c

Re: SPDX Statistics - Gold Rush Edition

2024-08-17 Thread Dridi Boukelmoune
On Sat, Aug 17, 2024 at 8:44 PM Ben Beasley wrote: > > At some point we added a rule, > > “A license should normally appear only once in the License: tag license > expression. But if the license expression includes an OR sub-expression, that > OR sub-expression is treated as though it were a sin

Re: SPDX Statistics - Gold Rush Edition

2024-08-17 Thread Ben Beasley
At some point we added a rule, “A license should normally appear only once in the License: tag license expression. But if the license expression includes an OR sub-expression, that OR sub-expression is treated as though it were a single license for purposes of this rule. *As an exception to

Re: SPDX Statistics - Gold Rush Edition

2024-08-17 Thread Miroslav Suchý
Dne 17. 08. 24 v 8:02 odp. Dridi Boukelmoune napsal(a): I ended up with the following license tag that I moved to SPDX as part of the incoming update: License: GPL-2.0-only AND MIT AND (GPL-2.0-only OR MIT) I feel like I could technically factor it to just "GPL-2.0-only AND MIT" because pi

Re: SPDX Statistics - Gold Rush Edition

2024-08-17 Thread Dridi Boukelmoune
> Today we have: > > * 24312 spec files in Fedora > > * 30925 license tags in all spec files > > * 5740 tags have not been converted to SPDX yet Soon we will have 5739 license tags left to update as I'm ready to push a package update. kcov bundles 3 javascript libraries in HTML reports so I ended

SPDX Statistics - Gold Rush Edition

2024-08-16 Thread Miroslav Suchý
Hot news: * Almost all trivial conversion has been done. Only 208 "trivial" cases remains. I will not continue converting them to SPDX counterpart as there are various caveats hidden there. I will go over the remaining cases one by one. But it is likely that most of them will be converted to so