Skip to content

Commit

Permalink
Merge pull request #811 from raboof/link-to-license-list
Browse files Browse the repository at this point in the history
Link to license list
  • Loading branch information
carmenbianca authored Jul 28, 2023
2 parents a86a96a + 9c5259f commit 7d297e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/reuse/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://spdx.org/licenses/> for the list."
)
multi = _(
"What other license is your project under? "
Expand Down

0 comments on commit 7d297e9

Please sign in to comment.