diff options
author | Rob Pike <r@golang.org> | 2009-08-13 13:06:48 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-08-13 13:06:48 -0700 |
commit | 1accc412aa1db3feffe8b70ac27996c253116190 (patch) | |
tree | 53db0ac15005fff91a6b915f6bcf07cabf56a619 /src/pkg/go | |
parent | 6d3c76d555cc15f38db93109152694af3a2802a5 (diff) | |
download | golang-1accc412aa1db3feffe8b70ac27996c253116190.tar.gz |
tests, .proto, .cgo
R=rsc
DELTA=38 (21 added, 3 deleted, 14 changed)
OCL=33193
CL=33200
Diffstat (limited to 'src/pkg/go')
-rw-r--r-- | src/pkg/go/printer/testdata/golden1.go | 2 | ||||
-rw-r--r-- | src/pkg/go/printer/testdata/golden1.x | 4 | ||||
-rw-r--r-- | src/pkg/go/printer/testdata/source1.go | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/src/pkg/go/printer/testdata/golden1.go b/src/pkg/go/printer/testdata/golden1.go index 084c65d28..59c330876 100644 --- a/src/pkg/go/printer/testdata/golden1.go +++ b/src/pkg/go/printer/testdata/golden1.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 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. diff --git a/src/pkg/go/printer/testdata/golden1.x b/src/pkg/go/printer/testdata/golden1.x index 4ebb6ec67..aa8fed492 100644 --- a/src/pkg/go/printer/testdata/golden1.x +++ b/src/pkg/go/printer/testdata/golden1.x @@ -1,3 +1,7 @@ +// Copyright 2009 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. + // This is a package for testing purposes. // package main diff --git a/src/pkg/go/printer/testdata/source1.go b/src/pkg/go/printer/testdata/source1.go index 162f00005..d9aa8199a 100644 --- a/src/pkg/go/printer/testdata/source1.go +++ b/src/pkg/go/printer/testdata/source1.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 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. |