From fe9e184b06544b99dd9612edb189a372e425e0fe Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 16 Jan 2018 15:20:22 +0100 Subject: [PATCH] Microdecision: wording/syntax --- package_linter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package_linter.py b/package_linter.py index 8247d97..0bd6277 100755 --- a/package_linter.py +++ b/package_linter.py @@ -186,9 +186,9 @@ def check_manifest(path): "especially for apps with non-free dependencies") elif code_license not in urlopen(link)['content']: print_warning("[YEP-1.3] The license '%s' is not registered in " - "https://spdx.org/licenses/ . It can be a typo error." - "If no, you should write free or non-free in place and" - " gice more explanation in README.md" % (license)) + "https://spdx.org/licenses/ . It can be a typo error. " + "If not, you should replace it by 'free' or 'non-free'" + "and give some explanations in the README.md." % (license)) # YEP 1.4 Inform if we continue to maintain the app # YEP 1.5 Update regularly the app status