From ec57a36433aae65209f7c681e51573940eea4937 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Mon, 27 Mar 2017 08:35:39 -0700 Subject: [PATCH] spel --- README.md | 4 ++-- _data/rules.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 206bb62..d065437 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ The license properties (rules) are stored as a bulleted list within the licenses * `commercial-use` - This software and derivatives may be used for commercial purposes. * `modifications` - This software may be modified. * `distribution` - This software may be distributed. -* `private-use` - This software may be used and modifed in private. +* `private-use` - This software may be used and modified in private. * `patent-use` - This license provides an express grant of patent rights from contributors. #### Conditions * `include-copyright` - A copy of the license and copyright notice must be included with the software. * `document-changes` - Changes made to the code must be documented. -* `disclose-source` - Source code must be made available the software is distributed. +* `disclose-source` - Source code must be made available when the software is distributed. * `network-use-disclose` - Users who interact with the software via network are given the right to receive a copy of the source code. * `same-license` - Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used. * `same-license--file` - Modifications of existing files must be released under the same license when distributing the software. In some cases a similar or related license may be used. diff --git a/_data/rules.yml b/_data/rules.yml index 96e5109..75d08cb 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -8,7 +8,7 @@ permissions: - description: This software may be distributed. label: Distribution tag: distribution -- description: This software may be used and modifed in private. +- description: This software may be used and modified in private. label: Private use tag: private-use - description: This license provides an express grant of patent rights from contributors. @@ -22,7 +22,7 @@ conditions: - description: Changes made to the code must be documented. label: State changes tag: document-changes -- description: Source code must be made available the software is distributed. +- description: Source code must be made available when the software is distributed. label: Disclose source tag: disclose-source - description: Users who interact with the software via network are given the right to receive a copy of the source code.