Skip to content

Commit 053ede6

Browse files
committed
add License to CONTRIBUTION guide
1 parent dab9e36 commit 053ede6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,19 @@ git-cliff --output CHANGELOG.md
3535
```
3636

3737
The changelog follows the [Keep a Changelog](https://keepachangelog.com/) format and includes GitHub integration for PR links and contributor recognition.
38+
39+
## License
40+
41+
This project uses SPDX headers for license compliance. You should add appropriate SPDX headers to all your source files.
42+
43+
We have a script to automatically add SPDX headers based on git blame data:
44+
45+
```bash
46+
python3 scripts/add-spdx-attribution.py --file path/to/file.rs
47+
```
48+
49+
Before submitting your changes, verify SPDX compliance using the [REUSE tool](https://github.com/fsfe/reuse-tool):
50+
51+
```bash
52+
reuse lint
53+
```

0 commit comments

Comments
 (0)