internal/deepprint: add missing copyright headers
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// Package deepprint walks a Go value recursively, in a predictable
|
// Package deepprint walks a Go value recursively, in a predictable
|
||||||
// order, without looping, and prints each value out to a given
|
// order, without looping, and prints each value out to a given
|
||||||
// Writer, which is assumed to be a hash.Hash, as this package doesn't
|
// Writer, which is assumed to be a hash.Hash, as this package doesn't
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package deepprint
|
package deepprint
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user