diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5f84648..6a832f3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Steffen Vogel +# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel # SPDX-License-Identifier: Apache-2.0 # yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json diff --git a/.golangci.yaml b/.golangci.yaml index 1a37ee0..ef2aa62 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Steffen Vogel +# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel # SPDX-License-Identifier: Apache-2.0 linters-settings: diff --git a/CODEOWNERS b/CODEOWNERS index 4720a19..4869042 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Steffen Vogel +# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel # SPDX-License-Identifier: Apache-2.0 * @stv0g diff --git a/README.md b/README.md index 0908f05..0272e9b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,9 +18,9 @@ This `skeleton` repo a template for new Go packages belonging to the cunicu orga ## Usage -## Authors +## Contact -- Steffen Vogel ([@stv0g](https://github.com/stv0g)) +Please have a look at the contact page: [cunicu.li/docs/contact](https://cunicu.li/docs/contact). ## License diff --git a/flake.nix b/flake.nix index 062f211..7ba32d8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Steffen Vogel +# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel # SPDX-License-Identifier: Apache-2.0 { inputs = { diff --git a/go.mod b/go.mod index 38df69f..90b6be7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Steffen Vogel +// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel // SPDX-License-Identifier: Apache-2.0 module cunicu.li/skeleton diff --git a/main.go b/main.go index 66fa1ba..cf38983 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Steffen Vogel +// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel // SPDX-License-Identifier: Apache-2.0 package skeleton diff --git a/main_test.go b/main_test.go index ca13502..dcad392 100644 --- a/main_test.go +++ b/main_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Steffen Vogel +// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel // SPDX-License-Identifier: Apache-2.0 package skeleton_test