diff options
author | Olivier Duperray <duperray.olivier@gmail.com> | 2012-01-23 09:28:32 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2012-01-23 09:28:32 +1100 |
commit | 2eb9733fced097cd162868c4cc45daf86b63e47d (patch) | |
tree | 7a52f2a51c6c0f4fb3b4b4d70ee6b1359098aa8f /doc/codelab/wiki/final.go | |
parent | 191873981af38f04e57a41815c36daad3724afd6 (diff) | |
download | go-git-2eb9733fced097cd162868c4cc45daf86b63e47d.tar.gz |
doc/codelab/wiki: Add the usual Copyright notice.
R=adg
CC=golang-dev
https://golang.org/cl/5554073
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 ( |