Skip to content

Commit cf3add4

Browse files
committed
Add reuse_lint, add license
1 parent d2b5c24 commit cf3add4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ SPDX-License-Identifier = "MPL-2.0"
1515
[[annotations]]
1616
path = ["docs/.gitignore", "docs/src/assets/*.png", "docs/src/assets/*.svg",
1717
"docs/Project.toml", "Manifest*", "docs/LocalPreferences.toml", "*/Project*", "Project*",
18-
"CITATION.cff", "Artifacts*"]
18+
"CITATION.cff", "Artifacts*", ".zenodo.json"]
1919
SPDX-FileCopyrightText = "2025 Bart van de Lint, Jelle Poland, Uwe Fechner"
2020
SPDX-License-Identifier = "MPL-2.0"

bin/reuse_lint

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2025 Uwe Fechner
2+
# SPDX-License-Identifier: MIT
3+
4+
cd ..
5+
pipx run reuse lint

0 commit comments

Comments
 (0)