1
0
Fork 0

Remove bad chars from docs

pull/682/head
Jordi Boggiano 2012-05-12 18:42:35 +02:00
parent 9c9391fc43
commit 8af189e300
1 changed files with 4 additions and 4 deletions

View File

@ -147,7 +147,7 @@ An Example:
} }
For a package, when there is a choice between licenses (“disjunctive license”), For a package, when there is a choice between licenses ("disjunctive license"),
multiple can be specified as array. multiple can be specified as array.
An Example for disjunctive licenses: An Example for disjunctive licenses:
@ -159,14 +159,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 brackets;
{ {
"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 brackets.
### authors ### authors