Skip to content

Commit

Permalink
Fix easy reuse compliance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 6, 2024
1 parent 486182d commit 79e775c
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2019–2020 Target, Copyright 2021 The Nix Community
# SPDX-License-Identifier: Apache-2.0
if type -P lorri &>/dev/null; then
eval "$(lorri direnv)"
else
Expand Down
1 change: 1 addition & 0 deletions LICENSES/Apache-2.0.txt
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: SAP SE
SPDX-License-Identifier: Apache-2.0
-->

# go-makefile-maker

[![CI](https://github.com/sapcc/go-makefile-maker/actions/workflows/ci.yaml/badge.svg)](https://github.com/sapcc/go-makefile-maker/actions/workflows/ci.yaml)
Expand Down
22 changes: 22 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: SAP SE
# SPDX-License-Identifier: Apache-2.0

version = 1

[[annotations]]
path = [
# shared
".github/CODEOWNERS",
".github/renovate.json",
".gitignore",
".license-scan-overrides.jsonl",
".license-scan-rules.json",
"go.mod",
"go.sum",
"Makefile.maker.yaml",
# extra
"internal/makefile/license-scan-overrides.jsonl",
"internal/makefile/license-scan-rules.json",
]
SPDX-FileCopyrightText = "SAP SE"
SPDX-License-Identifier = "Apache-2.0"
5 changes: 5 additions & 0 deletions internal/goreleaser/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: SAP SE
SPDX-License-Identifier: Apache-2.0
-->

# Release Guide

We use [GoReleaser][goreleaser] and GitHub workflows for automating the release
Expand Down

0 comments on commit 79e775c

Please sign in to comment.