diff options
Diffstat (limited to 'doc/codelab/wiki/htmlify.go')
-rw-r--r-- | doc/codelab/wiki/htmlify.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/codelab/wiki/htmlify.go b/doc/codelab/wiki/htmlify.go index 1f9023f437..2a845a1740 100644 --- a/doc/codelab/wiki/htmlify.go +++ b/doc/codelab/wiki/htmlify.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 ( |