From f3601c06b3737031eb8f2f0e9cda66b49eeea2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Fri, 12 Aug 2022 16:29:25 +0200 Subject: [PATCH] declare more licenses --- .editorconfig | 3 ++ .github/dependabot.yml | 3 ++ .github/workflows/codeql-analysis.yml | 5 ++-- .github/workflows/release.yml | 3 ++ .github/workflows/reuse.yml | 3 ++ .github/workflows/verify.yml | 3 ++ .reuse/dep5 | 40 +++++++++++++++++++++++++++ go.mod | 3 ++ 8 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 .reuse/dep5 diff --git a/.editorconfig b/.editorconfig index a1e3950..04c9adc 100755 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Sebastian Hoß +# SPDX-License-Identifier: 0BSD + # top-most EditorConfig file root = true diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40c717a..5c36fff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Sebastian Hoß +# SPDX-License-Identifier: 0BSD + version: 2 updates: - package-ecosystem: github-actions diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1884532..cc3f616 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,5 +1,7 @@ -name: CodeQL +# SPDX-FileCopyrightText: Sebastian Hoß +# SPDX-License-Identifier: 0BSD +name: CodeQL on: push: branches: [ main ] @@ -7,7 +9,6 @@ on: branches: [ main ] schedule: - cron: 42 3 * * 5 - jobs: analyze: name: Analyze diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc8d5e6..2c8f5cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Sebastian Hoß +# SPDX-License-Identifier: 0BSD + name: Automated Release on: schedule: diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 4c78b16..ac8263d 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Sebastian Hoß +# SPDX-License-Identifier: 0BSD + name: REUSE compliance on: push: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index c7c94f7..fe91d8b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Sebastian Hoß +# SPDX-License-Identifier: 0BSD + name: Verify Commits on: push: diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..bc27029 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,40 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: terraform-provider-git +Upstream-Contact: Sebastian Hoß +Source: https://github.com/metio/terraform-provider-git + +Files: docs/* +Copyright: Sebastian Hoß +License: 0BSD + +Files: examples/* +Copyright: Sebastian Hoß +License: 0BSD + +Files: .mailmap +Copyright: Sebastian Hoß +License: 0BSD + +Files: go.sum +Copyright: Sebastian Hoß +License: 0BSD + +Files: CODE_OF_CONDUCT.md +Copyright: Sebastian Hoß +License: 0BSD + +Files: CONTRIBUTING.md +Copyright: Sebastian Hoß +License: 0BSD + +Files: README.md +Copyright: Sebastian Hoß +License: 0BSD + +Files: SECURITY.md +Copyright: Sebastian Hoß +License: 0BSD + +Files: terraform-registry-manifest.json +Copyright: Sebastian Hoß +License: 0BSD diff --git a/go.mod b/go.mod index 70982af..59ba6bb 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Sebastian Hoß +// SPDX-License-Identifier: 0BSD + module github.com/metio/terraform-provider-git go 1.19