Skip to content

Commit 7a27798

Browse files
committed
Fix licenses for folder .github
1 parent 0406c36 commit 7a27798

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

.github/dependabot.yml.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2025 GitHub, Inc.
2+
SPDX-License-Identifier: MIT

.github/workflows/CI.yml.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 Uwe Fechner
2+
3+
SPDX-License-Identifier: MIT
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2019 Dilum Aluthge, Brown Center for Biomedical Informatics, and contributors
2+
SPDX-License-Identifier: MIT
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2019-2021 Chris de Graaf
2+
SPDX-License-Identifier: MIT

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version = 1
22

33
[[annotations]]
4-
path = ["*.*", ".github/*.*", ".github/workflows/*.*"]
4+
path = ["*.*"]
55
SPDX-FileCopyrightText = "2025 Uwe Fechner"
66
SPDX-License-Identifier = "MIT"
77

0 commit comments

Comments
 (0)