From 735238a02e4048d2de95b321a545b47f7ac0876a Mon Sep 17 00:00:00 2001 From: Carmen Bianca Bakker Date: Tue, 6 Aug 2019 14:33:52 +0200 Subject: [PATCH] Include new tool output --- tutorial.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tutorial.md b/tutorial.md index 6e6e397..a7b0169 100644 --- a/tutorial.md +++ b/tutorial.md @@ -187,17 +187,17 @@ The executable is now in `$HOME/.local/bin/`. Make sure that this is in your ``` $ cd path/to/project/ $ reuse lint -SUMMARY +# SUMMARY -Bad licenses: 0 -Missing licenses: 0 -Unused licenses: 0 -Used licenses: CC-BY-4.0, CC0-1.0, GPL-3.0-or-later -Read errors: 0 -Files with copyright information: 6 / 6 -Files with license information: 6 / 6 +* Bad licenses: +* Missing licenses: +* Unused licenses: +* Used licenses: CC-BY-4.0, CC0-1.0, GPL-3.0-or-later +* Read errors: 0 +* Files with copyright information: 6 / 6 +* Files with license information: 6 / 6 -Congratulations! Your project is REUSE compliant :-) +Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-) ```