Skip to content

Commit 68d9e50

Browse files
committed
all: add copyright header comments
1 parent 8753b39 commit 68d9e50

File tree

10 files changed

+30
-0
lines changed

10 files changed

+30
-0
lines changed

cmd/go-cache-plugin/commands.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
package main
25

36
import (

cmd/go-cache-plugin/go-cache-plugin.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
// Program gocache implements the experimental GOCACHEPROG protocol over an S3
25
// bucket, for use in builder and CI workers.
36
package main

cmd/go-cache-plugin/help.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
package main
25

36
import "github.com/creachadair/command"

godeps/godeps.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
//go:build go_mod_tidy_deps
25

36
// Package godeps is a pseudo-package for tracking Go tool dependencies that

internal/s3util/s3util.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
// Package s3util defines some helpful utilities for working with S3.
25
package s3util
36

internal/s3util/s3util_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
package s3util_test
25

36
import (

revproxy/cache.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
package revproxy
25

36
import (

revproxy/revproxy.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
// Package revproxy implements a minimal HTTP reverse proxy that caches files
25
// locally on disk, backed by objects in an S3 bucket.
36
//

s3cache/s3cache.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
// Package s3cache implements callbacks for a gocache.Server that store data
25
// into an S3 bucket through a local directory.
36
package s3cache

s3proxy/s3proxy.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Tailscale Inc & AUTHORS
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
// Package s3proxy implements components of a Go module proxy that caches files
25
// locally on disk, backed by objects in an S3 bucket.
36
package s3proxy

0 commit comments

Comments
 (0)