Skip to content

Commit

Permalink
chore: remove headers from makefile and ci files
Browse files Browse the repository at this point in the history
The headers were outdated, plus it feels too much to have License header in your github workflow yaml file...
  • Loading branch information
Choraden authored and mmatczuk committed Nov 23, 2023
1 parent 3f7849c commit 94f92e4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Copyright 2021 The forwarder Authors. All rights reserved.
# Use of this source code is governed by a MIT
# license that can be found in the LICENSE file.

---
name: Go

Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Copyright 2021 The forwarder Authors. All rights reserved.
# Use of this source code is governed by a MIT
# license that can be found in the LICENSE file.

# Binaries for programs and plugins
*.exe
*.dll
Expand Down
4 changes: 0 additions & 4 deletions .golangci-fmt.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Copyright 2021 The forwarder Authors. All rights reserved.
# Use of this source code is governed by a MIT
# license that can be found in the LICENSE file.

---
run:
deadline: 5m
Expand Down
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Copyright 2021 The forwarder Authors. All rights reserved.
# Use of this source code is governed by a MIT
# license that can be found in the LICENSE file.

---
run:
timeout: 5m
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Copyright 2021 The forwarder Authors. All rights reserved.
# Use of this source code is governed by a MIT
# license that can be found in the LICENSE file.

export GOBIN ?= $(CURDIR)/bin
export PATH := $(GOBIN):$(PATH)

Expand Down

0 comments on commit 94f92e4

Please sign in to comment.