From 865b36bf289121a9a2707107dd25734a3234c516 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 14 Dec 2023 19:57:37 +0100 Subject: [PATCH] Update SPDX license headers and copyright text 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. --- .github/workflows/codecov.yml | 4 ++++ .github/workflows/fuzzing.yml | 4 ++++ common_fuzz_test.go | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index ad42500..2d93355 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021-2023 Winni Neessen +# +# SPDX-License-Identifier: MIT + name: Codecov workflow on: push: diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index afdc755..87dd287 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021-2023 Winni Neessen +# +# SPDX-License-Identifier: MIT + name: Go fuzzing on: push: diff --git a/common_fuzz_test.go b/common_fuzz_test.go index cb4a456..4afa7a4 100644 --- a/common_fuzz_test.go +++ b/common_fuzz_test.go @@ -1,6 +1,6 @@ -// SPDX-FileCopyrightText: 2022 Winni Neessen +// SPDX-FileCopyrightText: 2021-2023 Winni Neessen // -// SPDX-License-Identifier: MI +// SPDX-License-Identifier: MIT //go:build go1.18 // +build go1.18