From 790ef2bc5f2681e2ed4e4fb9757d5b0feb505dbf Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 29 Jun 2020 22:22:15 -0700 Subject: [PATCH] internal/deepprint: update copyright header to appease license checker script Plus mention that it's not an exact copy. --- internal/deepprint/fmtsort.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/internal/deepprint/fmtsort.go b/internal/deepprint/fmtsort.go index b2a820039..861679153 100644 --- a/internal/deepprint/fmtsort.go +++ b/internal/deepprint/fmtsort.go @@ -1,8 +1,14 @@ +// 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. + +// and + // Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This is a copy of Go's src/internal/fmtsort/sort.go +// This is a slightly modified fork of Go's src/internal/fmtsort/sort.go package deepprint