-
Notifications
You must be signed in to change notification settings - Fork 380
Open
Milestone
Description
Hi,
The documentation for the license attribute states that
This attribute can contain several, comma separated licenses. It is a text string, so it can contain any text, including hyperlinks to license files elsewhere.
However, it's not clear whether multiple licenses should be a single string containing comma-separated licenses like so:
license = "MIT, GPL-3.0-or-later"
or a tuple of comma-separated strings:
license = "MIT", "GPL-3.0-or-later"
I've been able to find one example and one comment from @ericriff where it's a tuple:
conan-io/conan-center-index#4333 (comment)
Is this correct?
Regardless, could the documentation be updated to clarify which is the case? Or should it be both?
Thanks,
Bob Ham
Metadata
Metadata
Assignees
Labels
No labels