From 8af189e3003acbde3301bc59b95a29616ecaf77f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 12 May 2012 18:42:35 +0200 Subject: [PATCH] Remove bad chars from docs --- doc/04-schema.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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