1
0
Fork 0

Rename brackets to parenthesis for clarity, fixes #888

pull/893/head
Jordi Boggiano 2012-07-10 12:37:03 +03:00
parent cc063cce94
commit 5325aef8fe
1 changed files with 2 additions and 2 deletions

View File

@ -163,14 +163,14 @@ An Example for disjunctive licenses:
] ]
} }
Alternatively they can be separated with "or" and enclosed in brackets; Alternatively they can be separated with "or" and enclosed in parenthesis;
{ {
"license": "(LGPL-2.0 or GPL-3.0+)" "license": "(LGPL-2.0 or GPL-3.0+)"
} }
Similarly when multiple licenses need to be applied ("conjunctive license"), Similarly when multiple licenses need to be applied ("conjunctive license"),
they should be separated with "and" and enclosed in brackets. they should be separated with "and" and enclosed in parenthesis.
### authors ### authors