From: Povilas Versockas Date: Sun, 10 May 2020 09:19:05 +0000 (+0300) Subject: internal/trace: add license header to writer.go X-Git-Tag: go1.15beta1~164 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=000636fdb58c9444b17e54977382dc1d6357e8c3;p=gostls13.git internal/trace: add license header to writer.go Change-Id: I9f23490a565b81b155642fe301f897c1d0af03fd Reviewed-on: https://go-review.googlesource.com/c/go/+/232810 Reviewed-by: Emmanuel Odeke --- diff --git a/src/internal/trace/writer.go b/src/internal/trace/writer.go index af5fec84fd..dd0b9f104e 100644 --- a/src/internal/trace/writer.go +++ b/src/internal/trace/writer.go @@ -1,3 +1,7 @@ +// Copyright 2017 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. + package trace import "bytes"