Skip to content

Commit 44878a9

Browse files
committed
j4-dmenu-desktop.md: Advertize SPDX expressions
void-linux/void-packages#50819
1 parent a36af4f commit 44878a9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/packaging/j4-dmenu-desktop.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,17 @@ explanation:
561561
562562
~~~
563563

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+
566575
- `homepage` = project's homepage; a link to the GitHub/GitLab etc. repository
567576
is usually sufficient (if the project doesn't have a custom
568577
website)

0 commit comments

Comments
 (0)