]> Cypherpunks.ru repositories - gostls13.git/commitdiff
compress/gzip: add missing license
authorjiahua wang <wjh180909@gmail.com>
Mon, 27 Sep 2021 14:54:16 +0000 (22:54 +0800)
committerHeschi Kreinick <heschi@google.com>
Tue, 28 Sep 2021 19:51:56 +0000 (19:51 +0000)
Change-Id: I80c2c6054f6a5be3555c72056159a47f927f9a44
Reviewed-on: https://go-review.googlesource.com/c/go/+/352409
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Heschi Kreinick <heschi@google.com>

src/compress/gzip/issue14937_test.go

index 20da0b6824a6a922d2a3e95b2b407aa3a59a294c..faee9bd43a68ed83b4e63f12afed38016a3e4c8e 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2016 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 gzip
 
 import (