|
|
@@ -1,7 +1,6 @@
|
|
|
-// Copyright 2014 The Go Authors.
|
|
|
-// See https://code.google.com/p/go/source/browse/CONTRIBUTORS
|
|
|
-// Licensed under the same terms as Go itself:
|
|
|
-// https://code.google.com/p/go/source/browse/LICENSE
|
|
|
+// Copyright 2014 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 hpack implements HPACK, a compression format for
|
|
|
// efficiently representing HTTP header fields in the context of HTTP/2.
|