Skip to content

Commit

Permalink
release/dist: add forgotten license headers
Browse files Browse the repository at this point in the history
Signed-off-by: David Anderson <danderson@tailscale.com>
  • Loading branch information
danderson committed Feb 24, 2023
1 parent cf74ee4 commit 587eb32
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/dist/dist.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

// The dist command builds Tailscale release packages for distribution.
package main

Expand Down
3 changes: 3 additions & 0 deletions release/dist/cli/cli.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

// Package cli provides the skeleton of a CLI for building release packages.
package cli

Expand Down
3 changes: 3 additions & 0 deletions release/dist/dist.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

// Package dist is a release artifact builder library.
package dist

Expand Down
3 changes: 3 additions & 0 deletions release/dist/memoize.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

package dist

import (
Expand Down
3 changes: 3 additions & 0 deletions release/dist/unixpkgs/pkgs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

// Package unixpkgs contains dist Targets for building unix Tailscale packages.
package unixpkgs

Expand Down
3 changes: 3 additions & 0 deletions release/dist/unixpkgs/targets.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

package unixpkgs

import (
Expand Down

0 comments on commit 587eb32

Please sign in to comment.