Skip to content

Commit

Permalink
Update SPDX license headers and copyright text
Browse files Browse the repository at this point in the history
In this commit, SPDX license headers and the FileCopyrightText in several files are updated. The copyright year range was expanded and email address was shortened for better consistency. The license abbreviation was corrected from 'MI' to 'MIT' in one of the files.
  • Loading branch information
wneessen committed Dec 14, 2023
1 parent 0cfe672 commit 865b36b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021-2023 Winni Neessen <wn@neessen.dev>
#
# SPDX-License-Identifier: MIT

name: Codecov workflow
on:
push:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021-2023 Winni Neessen <wn@neessen.dev>
#
# SPDX-License-Identifier: MIT

name: Go fuzzing
on:
push:
Expand Down
4 changes: 2 additions & 2 deletions common_fuzz_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
// SPDX-FileCopyrightText: 2021-2023 Winni Neessen <wn@neessen.dev>
//
// SPDX-License-Identifier: MI
// SPDX-License-Identifier: MIT

//go:build go1.18
// +build go1.18
Expand Down

0 comments on commit 865b36b

Please sign in to comment.