More license docs fixes
parent
2e0a25e73f
commit
9b30d83c23
|
@ -172,8 +172,8 @@ An Example for disjunctive licenses:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"license": [
|
"license": [
|
||||||
"LGPL-2.1",
|
"LGPL-2.1-only",
|
||||||
"GPL-3.0+"
|
"GPL-3.0-or-later"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -182,7 +182,7 @@ Alternatively they can be separated with "or" and enclosed in parenthesis;
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"license": "(LGPL-2.1 or GPL-3.0+)"
|
"license": "(LGPL-2.1-only or GPL-3.0-or-later)"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue