Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit bcdebe8

Browse files
committed
Reword the three steps
Suggested-by: Max Mehl <[email protected]>
1 parent 7e10864 commit bcdebe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

faq/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ SPDX-License-Identifier: CC-BY-SA-4.0
1111
We want to improve the way that people license their software projects. We
1212
propose three steps to achieve this:
1313

14-
### 1. Choose and provide a license {#step-1}
14+
### 1. Choose and provide licenses {#step-1}
1515

1616
Find the SPDX identifier of your license in the [SPDX License
1717
List](https://spdx.org/licenses/). Download the license text for your license
1818
from the
1919
[license-list-data](https://github.com/spdx/license-list-data/tree/master/text)
2020
repository and put it in the `LICENSES/` directory.
2121

22-
### 2. Add a license header to each file {#step-2}
22+
### 2. Add license and copyright information to each file {#step-2}
2323

2424
Then, for all files, edit the header to contain the following:
2525

@@ -29,7 +29,7 @@ Then, for all files, edit the header to contain the following:
2929
# SPDX-License-Identifier: [identifier]
3030
```
3131

32-
### 3. Confirm compliance with the linter {#step-3}
32+
### 3. Confirm REUSE compliance {#step-3}
3333

3434
Use the [REUSE tool](https://github.com/fsfe/reuse-tool) to automate some of
3535
these steps, and to check whether you did everything correctly.

0 commit comments

Comments
 (0)