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