Skip to content

Commit

Permalink
declare more licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hoß authored and sebhoss committed Aug 12, 2022
1 parent 30f1e5f commit f3601c0
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Sebastian Hoß <seb@hoß.de>
# SPDX-License-Identifier: 0BSD

# top-most EditorConfig file
root = true

Expand Down
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Sebastian Hoß <seb@hoß.de>
# SPDX-License-Identifier: 0BSD

version: 2
updates:
- package-ecosystem: github-actions
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: CodeQL
# SPDX-FileCopyrightText: Sebastian Hoß <seb@hoß.de>
# SPDX-License-Identifier: 0BSD

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: 42 3 * * 5

jobs:
analyze:
name: Analyze
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Sebastian Hoß <seb@hoß.de>
# SPDX-License-Identifier: 0BSD

name: Automated Release
on:
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Sebastian Hoß <seb@hoß.de>
# SPDX-License-Identifier: 0BSD

name: REUSE compliance
on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Sebastian Hoß <seb@hoß.de>
# SPDX-License-Identifier: 0BSD

name: Verify Commits
on:
push:
Expand Down
40 changes: 40 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -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ß <seb@hoß.de>
Source: https://github.com/metio/terraform-provider-git

Files: docs/*
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD

Files: examples/*
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD

Files: .mailmap
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD

Files: go.sum
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD

Files: CODE_OF_CONDUCT.md
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD

Files: CONTRIBUTING.md
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD

Files: README.md
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD

Files: SECURITY.md
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD

Files: terraform-registry-manifest.json
Copyright: Sebastian Hoß <seb@hoß.de>
License: 0BSD
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Sebastian Hoß <seb@hoß.de>
// SPDX-License-Identifier: 0BSD

module github.com/metio/terraform-provider-git

go 1.19
Expand Down

0 comments on commit f3601c0

Please sign in to comment.