From 9c5259f67ac254769579b202461adea659b214c5 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 27 Jul 2023 15:42:54 +0200 Subject: [PATCH] Link to license list Save users a trip to the search engine Co-Authored-By: Carmen Bianca Bakker --- src/reuse/init.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/reuse/init.py b/src/reuse/init.py index 6928acff0..789135760 100644 --- a/src/reuse/init.py +++ b/src/reuse/init.py @@ -23,7 +23,8 @@ def prompt_licenses(out: IO[str] = sys.stdout) -> List[str]: """Prompt the user for a list of licenses.""" first = _( "What license is your project under? " - "Provide the SPDX License Identifier." + "Provide the SPDX License Identifier. " + "See for the list." ) multi = _( "What other license is your project under? "