Skip to content
Snippets Groups Projects
Commit 6c009def authored by Alberto Pianon's avatar Alberto Pianon
Browse files

add missing empty lines in bullet lists


Signed-off-by: default avatarAlberto Pianon <alberto@pianon.eu>
parent 58c3a503
No related branches found
No related tags found
No related merge requests found
Pipeline #12445 passed
...@@ -18,6 +18,7 @@ compliant. REUSE requires SPDX information for each file, rules for which are ...@@ -18,6 +18,7 @@ compliant. REUSE requires SPDX information for each file, rules for which are
as follows: as follows:
* for files copyrighted by projects contributors (**"First Party Files"**): * for files copyrighted by projects contributors (**"First Party Files"**):
* any new file MUST have a SPDX header (copyright and license); * any new file MUST have a SPDX header (copyright and license);
* for files that don't support headers (for example binaries, patches etc.) an associated ``.license`` file MUST be included with the relevant SPDX information; * for files that don't support headers (for example binaries, patches etc.) an associated ``.license`` file MUST be included with the relevant SPDX information;
* do not add Copyright Year as part of the SPDX header information; * do not add Copyright Year as part of the SPDX header information;
...@@ -26,8 +27,10 @@ as follows: ...@@ -26,8 +27,10 @@ as follows:
* you MUST NOT alter copyright statements made by others, but only add your own; * you MUST NOT alter copyright statements made by others, but only add your own;
* for files copyrighted by third parties and just added to the project by contributors, eg. files copied from other projects or back-ported patches (**"Third Party Files"**): * for files copyrighted by third parties and just added to the project by contributors, eg. files copied from other projects or back-ported patches (**"Third Party Files"**):
* if upstream files already have SPDX headers, they MUST be left unchanged; * if upstream files already have SPDX headers, they MUST be left unchanged;
* if upstream files do *not* have SPDX headers: * if upstream files do *not* have SPDX headers:
* the exact upstream provenance (repo, revision, path) MUST be identified; * the exact upstream provenance (repo, revision, path) MUST be identified;
* you MUST NOT add SPDX headers to Third Party Files; * you MUST NOT add SPDX headers to Third Party Files;
* copyright and license information, as well as upstream provenance information (in the "Comment" section), MUST be stored in `.reuse/dep5` following `Debian dep5 specification <https://dep-team.pages.debian.net/deps/dep5/>`_ (see examples below); * copyright and license information, as well as upstream provenance information (in the "Comment" section), MUST be stored in `.reuse/dep5` following `Debian dep5 specification <https://dep-team.pages.debian.net/deps/dep5/>`_ (see examples below);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment