diff options
Diffstat (limited to 'doc/codelab/wiki/final.go')
-rw-r--r-- | doc/codelab/wiki/final.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/codelab/wiki/final.go b/doc/codelab/wiki/final.go index 94e685b151..97f0a16a66 100644 --- a/doc/codelab/wiki/final.go +++ b/doc/codelab/wiki/final.go @@ -1,3 +1,7 @@ +// Copyright 2010 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 main import ( |