http2: update copyright headers Change-Id: I043b392053bdf61ef863dfcb083ff6034d9322e7 Reviewed-on: https://go-review.googlesource.com/15840 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/http2/buffer.go b/http2/buffer.go index c43954c..907e298 100644 --- a/http2/buffer.go +++ b/http2/buffer.go
@@ -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 http2
diff --git a/http2/buffer_test.go b/http2/buffer_test.go index ea76905..9d7d98b 100644 --- a/http2/buffer_test.go +++ b/http2/buffer_test.go
@@ -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 http2
diff --git a/http2/errors.go b/http2/errors.go index c885328..1f8de65 100644 --- a/http2/errors.go +++ b/http2/errors.go
@@ -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 http2
diff --git a/http2/errors_test.go b/http2/errors_test.go index 86d52ee..da5c58c 100644 --- a/http2/errors_test.go +++ b/http2/errors_test.go
@@ -1,9 +1,6 @@ // 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. -// 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 package http2
diff --git a/http2/flow.go b/http2/flow.go index 540fc42..957de25 100644 --- a/http2/flow.go +++ b/http2/flow.go
@@ -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. // Flow control
diff --git a/http2/flow_test.go b/http2/flow_test.go index dbb656f..859adf5 100644 --- a/http2/flow_test.go +++ b/http2/flow_test.go
@@ -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 http2
diff --git a/http2/frame.go b/http2/frame.go index e8b872a..87900db 100644 --- a/http2/frame.go +++ b/http2/frame.go
@@ -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 http2
diff --git a/http2/gotrack.go b/http2/gotrack.go index 7dc2ef9..9933c9f 100644 --- a/http2/gotrack.go +++ b/http2/gotrack.go
@@ -1,9 +1,6 @@ // 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. -// 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 // Defensive debug-only utility to track that functions run on the // goroutine that they're supposed to.
diff --git a/http2/gotrack_test.go b/http2/gotrack_test.go index 3ff4957..3147cf8 100644 --- a/http2/gotrack_test.go +++ b/http2/gotrack_test.go
@@ -1,9 +1,6 @@ // 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. -// 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 package http2
diff --git a/http2/h2demo/h2demo.go b/http2/h2demo/h2demo.go index 5048044..3e1959f 100644 --- a/http2/h2demo/h2demo.go +++ b/http2/h2demo/h2demo.go
@@ -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. // +build h2demo
diff --git a/http2/h2i/h2i.go b/http2/h2i/h2i.go index 73efe86..ac26208 100644 --- a/http2/h2i/h2i.go +++ b/http2/h2i/h2i.go
@@ -1,9 +1,6 @@ // Copyright 2015 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. -// 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 /* The h2i command is an interactive HTTP/2 console.
diff --git a/http2/headermap.go b/http2/headermap.go index 67c7c48..014f789 100644 --- a/http2/headermap.go +++ b/http2/headermap.go
@@ -1,9 +1,6 @@ // 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. -// 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 package http2
diff --git a/http2/hpack/encode.go b/http2/hpack/encode.go index 19bd9f4..80d621c 100644 --- a/http2/hpack/encode.go +++ b/http2/hpack/encode.go
@@ -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
diff --git a/http2/hpack/encode_test.go b/http2/hpack/encode_test.go index dce66c9..92286f3 100644 --- a/http2/hpack/encode_test.go +++ b/http2/hpack/encode_test.go
@@ -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
diff --git a/http2/hpack/hpack.go b/http2/hpack/hpack.go index 916915b..b945cc7 100644 --- a/http2/hpack/hpack.go +++ b/http2/hpack/hpack.go
@@ -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.
diff --git a/http2/hpack/hpack_test.go b/http2/hpack/hpack_test.go index bdf1eb6..461a9d2 100644 --- a/http2/hpack/hpack_test.go +++ b/http2/hpack/hpack_test.go
@@ -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
diff --git a/http2/hpack/huffman.go b/http2/hpack/huffman.go index 18e2aa0..9113b58 100644 --- a/http2/hpack/huffman.go +++ b/http2/hpack/huffman.go
@@ -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
diff --git a/http2/hpack/tables.go b/http2/hpack/tables.go index 3bb2b87..b9283a0 100644 --- a/http2/hpack/tables.go +++ b/http2/hpack/tables.go
@@ -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
diff --git a/http2/http2.go b/http2/http2.go index 35f9b26..b561a32 100644 --- a/http2/http2.go +++ b/http2/http2.go
@@ -1,9 +1,6 @@ // 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. -// 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 // Package http2 implements the HTTP/2 protocol. //
diff --git a/http2/http2_test.go b/http2/http2_test.go index 55407d6..29c5269 100644 --- a/http2/http2_test.go +++ b/http2/http2_test.go
@@ -1,9 +1,6 @@ // 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. -// 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 package http2
diff --git a/http2/pipe.go b/http2/pipe.go index ce9aad5..51699dc 100644 --- a/http2/pipe.go +++ b/http2/pipe.go
@@ -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 http2
diff --git a/http2/pipe_test.go b/http2/pipe_test.go index 10c4c32..5283b66 100644 --- a/http2/pipe_test.go +++ b/http2/pipe_test.go
@@ -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 http2
diff --git a/http2/priority_test.go b/http2/priority_test.go index d9648fd..a3fe2bb 100644 --- a/http2/priority_test.go +++ b/http2/priority_test.go
@@ -1,9 +1,6 @@ // 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. -// 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 package http2
diff --git a/http2/server.go b/http2/server.go index e31eba6..fde3075 100644 --- a/http2/server.go +++ b/http2/server.go
@@ -1,9 +1,6 @@ // 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. -// 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 // TODO: replace all <-sc.doneServing with reads from the stream's cw // instead, and make sure that on close we close all open
diff --git a/http2/server_test.go b/http2/server_test.go index d742eb2..4501a09 100644 --- a/http2/server_test.go +++ b/http2/server_test.go
@@ -1,9 +1,6 @@ // 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. -// 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 package http2
diff --git a/http2/transport.go b/http2/transport.go index 73f358e..26ecd34 100644 --- a/http2/transport.go +++ b/http2/transport.go
@@ -1,7 +1,6 @@ -// Copyright 2015 The Go Authors. -// See https://go.googlesource.com/go/+/master/CONTRIBUTORS -// Licensed under the same terms as Go itself: -// https://go.googlesource.com/go/+/master/LICENSE +// Copyright 2015 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 http2
diff --git a/http2/transport_test.go b/http2/transport_test.go index d752da1..b7bd629 100644 --- a/http2/transport_test.go +++ b/http2/transport_test.go
@@ -1,7 +1,6 @@ -// Copyright 2015 The Go Authors. -// See https://go.googlesource.com/go/+/master/CONTRIBUTORS -// Licensed under the same terms as Go itself: -// https://go.googlesource.com/go/+/master/LICENSE +// Copyright 2015 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 http2
diff --git a/http2/write.go b/http2/write.go index 02f0743..3ed9217 100644 --- a/http2/write.go +++ b/http2/write.go
@@ -1,9 +1,6 @@ // 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. -// 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 package http2
diff --git a/http2/writesched.go b/http2/writesched.go index 0e1b748..c24316c 100644 --- a/http2/writesched.go +++ b/http2/writesched.go
@@ -1,9 +1,6 @@ // 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. -// 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 package http2
diff --git a/http2/z_spec_test.go b/http2/z_spec_test.go index 07b53e3..e0f420a 100644 --- a/http2/z_spec_test.go +++ b/http2/z_spec_test.go
@@ -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 http2