Skip to content

Commit 349fc8f

Browse files
committed
Add REUSE ignore tags in Contributing guide
1 parent fa3f201 commit 349fc8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,16 @@ The copyright and license must be present in header, using [SPDX](https://spdx.d
5252

5353
Example of header in a Python script:
5454

55+
<!-- REUSE-IgnoreStart -->
56+
5557
```python
5658
# SPDX-FileCopyrightText: 2025 Your Name <[email protected]>
5759
#
5860
# SPDX-License-Identifier: GPL-3.0-or-later
5961
```
6062

63+
<!-- REUSE-IgnoreEnd -->
64+
6165
## Updating a script
6266

6367
### Contacting the author

0 commit comments

Comments
 (0)