Skip to content

Commit

Permalink
Merge pull request #26 from fwilhelm92/adjReuseLicense
Browse files Browse the repository at this point in the history
Adjust Copyright header in go.sum
  • Loading branch information
frewilhelm authored Aug 17, 2021
2 parents 562df59 + 92f4ba4 commit d442d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ else
$(GO) generate ./$(TARGET)
reuse addheader $(REUSE_ARGS) $(shell find ./$(TARGET) -type f -not -path '*/.git/*')
endif
# go generate will also rebuild the go.sum and remove the
# header. Since generate only targets generated files and
# licenses the go.sum modification can be reverted.
[ -d .git ] && git checkout -- go.sum

integration:
$(GO) test -race -cover ./... --tags=integration
Expand Down
3 changes: 0 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# SPDX-FileCopyrightText: 2021 SAP SE
#
# SPDX-License-Identifier: Apache-2.0
github.com/SAP/go-dblib v0.0.0-20210215075453-57f65d7cdfe6 h1:4Fw0Cqyrl5xD98L+0lSdqZfPWnR09kQGx2wE6V0S3SY=
github.com/SAP/go-dblib v0.0.0-20210215075453-57f65d7cdfe6/go.mod h1:+J5fa7eSdQ3ig2CqOarENCW3L2vPdDF+hl0N5h5pXOU=
github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=
Expand Down
3 changes: 3 additions & 0 deletions go.sum.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021 SAP SE

SPDX-License-Identifier: Apache-2.0

0 comments on commit d442d99

Please sign in to comment.