Skip to content

Commit b4075c2

Browse files
committed
Add mising license headers
1 parent edcf81f commit b4075c2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Blair Bonnett
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
14
name: Build and publish Python distributions
25

36
# Build distributions on every push. Only tagged versions will be published.

doc/REUSE.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-FileCopyrightText: Blair Bonnett
2+
# SPDX-License-Identifier: 0BSD
3+
4+
version = 1
5+
6+
[[annotations]]
7+
path = "**/*.toml"
8+
SPDX-FileCopyrightText = "Blair Bonnett"
9+
SPDX-License-Identifier = "0BSD"

0 commit comments

Comments
 (0)