Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Amiguity of multi-license notation
@ 2024-01-20 18:01 HiPhish
  2024-01-20 18:10 ` Ambiguity " classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: HiPhish @ 2024-01-20 18:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

New issue by HiPhish on void-packages repository

https://github.com/void-linux/void-packages/issues/48303

Description:
If a package is released under the terms of two licenses the manual says

> Multiple licenses should be separated by commas, Example: `GPL-3.0-or-later, custom:Hugware`.

However, this does not make it clear whether *either* of the license terms apply, or whether *both* apply. An example of a package where both licenses apply is `picom` which is under the terms of both the MPL-2.0 *and* MIT licenses.

This ambiguity could be avoided by using [SPDX expressions](https://spdx.github.io/spdx-spec/v2.3/SPDX-license-expressions/) to combine multiple licenses. These expressions can be arbitrarily complex and cover combinations of licenses (`AND` and `OR`) as well as exceptions (`WITH`) and grouping with parentheses. In the case of picom the SPDX expression is `MPL-2.0 AND MIT`. In fact, there is an SPDX file in the repo that contains this license: https://github.com/yshui/picom/blob/197b4bd396590cb5df61eb54ec6a1dadf1115a5d/LICENSE.spdx

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-05-12 16:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-20 18:01 [ISSUE] Amiguity of multi-license notation HiPhish
2024-01-20 18:10 ` Ambiguity " classabbyamp
2024-01-20 18:17 ` HiPhish
2024-02-10  7:11 ` 0x5c
2024-02-10  7:19 ` classabbyamp
2024-02-11  9:16 ` 0x5c
2024-02-11  9:17 ` 0x5c
2024-05-12  1:48 ` github-actions
2024-05-12 16:58 ` classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).