From 9d47526585d7f15f7a3f22ef85ddc4a31c737e4f Mon Sep 17 00:00:00 2001 From: Olivier Duperray Date: Mon, 23 Jan 2012 11:19:48 +1100 Subject: [PATCH] doc/progs: Add the usual Copyright notice. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5568043 --- doc/progs/slices.go | 4 ++++ 1 file changed, 4 insertions(+) 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 ( -- 2.50.0