release/dist: add forgotten license headers

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2023-02-24 14:19:13 -08:00 committed by Dave Anderson
parent cf74ee49ee
commit 587eb32a83
6 changed files with 18 additions and 0 deletions

3
cmd/dist/dist.go vendored
View File

@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
// The dist command builds Tailscale release packages for distribution. // The dist command builds Tailscale release packages for distribution.
package main package main

View File

@ -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 provides the skeleton of a CLI for building release packages.
package cli package cli

View File

@ -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 is a release artifact builder library.
package dist package dist

View File

@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
package dist package dist
import ( import (

View File

@ -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 contains dist Targets for building unix Tailscale packages.
package unixpkgs package unixpkgs

View File

@ -1,3 +1,6 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
package unixpkgs package unixpkgs
import ( import (