File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -561,8 +561,17 @@ explanation:
561
561
562
562
~~~
563
563
564
- A project can have multiple licenses. They have to be all specified in
565
- ` license ` delimited by ", " (comma and space).
564
+ A project can have multiple licenses. [ SPDX license
565
+ expressions] ( https://spdx.github.io/spdx-spec/v3.0/annexes/SPDX-license-expressions/ )
566
+ should be used when that happens. (examples: ` MIT OR Apache-2.0 ` , `MIT AND
567
+ (LGPL-2.1-or-later OR BSD-3-Clause)`).
568
+
569
+ ``` admonish note
570
+ void-packages used to use a comma (", ") to separate licenses. This is now
571
+ discouraged. The legacy comma-separated format should be converted when
572
+ encountered (old example: `GPL-3.0-or-later, custom:Hugware`).
573
+ ```
574
+
566
575
- ` homepage ` = project's homepage; a link to the GitHub/GitLab etc. repository
567
576
is usually sufficient (if the project doesn't have a custom
568
577
website)
You can’t perform that action at this time.
0 commit comments