From 5325aef8fe848ded60f7d909724d2e454c3db76e Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 10 Jul 2012 12:37:03 +0300 Subject: [PATCH] Rename brackets to parenthesis for clarity, fixes #888 --- doc/04-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 31a609a4c..9c833c061 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -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+)" } 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