From f2f539368b0cd23cefdb11dd0ba134ff51863603 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Fri, 25 Apr 2025 19:34:56 +0200 Subject: [PATCH] Move license below h1-header in Markdown Linters like PyMarkdown complain about the license comment starting Markdown documents. While the `reuse` tool still puts the license comment in line 1, we can showcase in this repository how to handle this situation through manual editing to both please the linter and stay REUSE-compliant. Related to the discussion in issue #868. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cdd8c55..2affb590 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ +# reuse + -# reuse - [![The latest version of reuse can be found on PyPI.](https://img.shields.io/pypi/v/reuse.svg)](https://pypi.python.org/pypi/reuse) [![Information on what versions of Python reuse supports can be found on PyPI.](https://img.shields.io/pypi/pyversions/reuse.svg)](https://pypi.python.org/pypi/reuse) [![REUSE status](https://api.reuse.software/badge/github.com/fsfe/reuse-tool)](https://api.reuse.software/info/github.com/fsfe/reuse-tool)