From fb59b33999ca96ae37729ab071bc3947c84e947e Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 27 Apr 2015 11:32:30 +0800 Subject: [PATCH] godoc: add missing copyright Change-Id: Ic0256b511b4d4346702aeac18298614b1e8d5438 Reviewed-on: https://go-review.googlesource.com/9384 Reviewed-by: Brad Fitzpatrick --- godoc/cmdline.go | 1 + godoc/cmdline_test.go | 4 ++++ godoc/server_test.go | 4 ++++ godoc/tab.go | 4 ++++ 4 files changed, 13 insertions(+) diff --git a/godoc/cmdline.go b/godoc/cmdline.go index 5452ca3a8d..9502ebbe40 100644 --- a/godoc/cmdline.go +++ b/godoc/cmdline.go @@ -1,6 +1,7 @@ // Copyright 2013 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 godoc import ( diff --git a/godoc/cmdline_test.go b/godoc/cmdline_test.go index d21c55bd75..602f2bbaba 100644 --- a/godoc/cmdline_test.go +++ b/godoc/cmdline_test.go @@ -1,3 +1,7 @@ +// Copyright 2013 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 godoc import ( diff --git a/godoc/server_test.go b/godoc/server_test.go index 9fa411fd06..95c27620ef 100644 --- a/godoc/server_test.go +++ b/godoc/server_test.go @@ -1,3 +1,7 @@ +// Copyright 2013 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 godoc import ( diff --git a/godoc/tab.go b/godoc/tab.go index 7973b740ef..d314ac7224 100644 --- a/godoc/tab.go +++ b/godoc/tab.go @@ -1,3 +1,7 @@ +// Copyright 2013 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. + // TODO(bradfitz,adg): move to util package godoc