diff --git a/doc/04-schema.md b/doc/04-schema.md index 0c71382e3..d67a8bbfd 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -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. 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+)" } -Similarly when multiple licenses need to be applied (“conjunctive license”), -they should be separated with “and” and enclosed in brackets. +Similarly when multiple licenses need to be applied ("conjunctive license"), +they should be separated with "and" and enclosed in brackets. ### authors