release/dist: add forgotten license headers
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
cf74ee49ee
commit
587eb32a83
Vendored
+3
@@ -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
|
||||||
|
|
||||||
|
|||||||
Vendored
+3
@@ -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
|
||||||
|
|
||||||
|
|||||||
Vendored
+3
@@ -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
|
||||||
|
|
||||||
|
|||||||
Vendored
+3
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Tailscale Inc & AUTHORS
|
||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
package dist
|
package dist
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Vendored
+3
@@ -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
|
||||||
|
|
||||||
|
|||||||
Vendored
+3
@@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Tailscale Inc & AUTHORS
|
||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
package unixpkgs
|
package unixpkgs
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user