From: Olivier Duperray Date: Mon, 23 Jan 2012 00:19:48 +0000 (+1100) Subject: doc/progs: Add the usual Copyright notice. X-Git-Tag: weekly.2012-01-27~111 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9d47526585d7f15f7a3f22ef85ddc4a31c737e4f;p=gostls13.git doc/progs: Add the usual Copyright notice. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5568043 --- diff --git a/doc/progs/slices.go b/doc/progs/slices.go index be4322a328..72fb4b7c17 100644 --- a/doc/progs/slices.go +++ b/doc/progs/slices.go @@ -1,3 +1,7 @@ +// Copyright 2012 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 (