Skip to content

Commit eabd143

Browse files
committed
Streamline REUSE licenses
- Remove in-file SPDX from GitHub templates, as they appear in the UI and are annoying. Move them to REUSE.toml instead. - Remove .license files for .vscode JSONs.
1 parent 888cdf7 commit eabd143

5 files changed

Lines changed: 8 additions & 19 deletions

File tree

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<!--
2-
SPDX-FileCopyrightText: 2025 Alexandre Gomes Gaigalas <alganet@gmail.com>
3-
4-
SPDX-License-Identifier: ISC
5-
-->
61
---
72
name: Bug Report
83
about: Report a bug
@@ -20,5 +15,5 @@ Steps to reproduce.
2015
What should happen.
2116

2217
**Environment**
23-
- OS:
24-
- Python version:
18+
- OS:
19+
- Python version:

.github/ISSUE_TEMPLATES/feature_request.md renamed to .github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<!--
2-
SPDX-FileCopyrightText: 2025 Alexandre Gomes Gaigalas <alganet@gmail.com>
3-
4-
SPDX-License-Identifier: ISC
5-
-->
61
---
72
name: Feature Request
83
about: Suggest a new feature
@@ -17,4 +12,4 @@ Describe the problem.
1712
What do you want to happen.
1813

1914
**Alternatives**
20-
Any alternatives considered.
15+
Any alternatives considered.

.vscode/extensions.json.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/settings.json.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

REUSE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ precedence = "aggregate"
1616
SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas <alganet@gmail.com>"
1717
SPDX-License-Identifier = "ISC"
1818

19+
[[annotations]]
20+
path = [ ".vscode/**", ".github/PULL_REQUEST_TEMPLATE.md", ".github/ISSUE_TEMPLATE/**" ]
21+
SPDX-FileCopyrightText = "2025 Alexandre Gomes Gaigalas <alganet@gmail.com>"
22+
SPDX-License-Identifier = "ISC"
23+

0 commit comments

Comments
 (0)