Skip to content

Commit

Permalink
ci: add SPDX headers
Browse files Browse the repository at this point in the history
I've checked over each of these and they're straightforward applications
of the relevant Github Actions.
  • Loading branch information
thesamesam authored and Larhzu committed May 2, 2024
1 parent 81efe61 commit 9a6761a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD

name: FreeBSD

on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD

name: NetBSD

on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: 0BSD

name: OpenBSD

on:
Expand Down

0 comments on commit 9a6761a

Please sign in to comment.