From 7c850e7ac1bd556c6a810c049637a26a750e2898 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Wed, 2 Jan 2019 13:22:47 -0500 Subject: [PATCH] godoc/static: update copyright year in static.go This change was created with `go generate golang.org/x/tools/godoc/static` and updates the year in the copyright notice in the file. Change-Id: I5916b7a6d1f1ceae84d58c392767ca97b314ebc3 Reviewed-on: https://go-review.googlesource.com/c/156077 Reviewed-by: Heschi Kreinick Run-TryBot: Heschi Kreinick TryBot-Result: Gobot Gobot --- godoc/static/static.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godoc/static/static.go b/godoc/static/static.go index 46a2fd763d..03039c49a8 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Authors. All rights reserved. +// Copyright 2019 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.