summaryrefslogtreecommitdiff
path: root/src/pkg/go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-08-13 13:06:48 -0700
committerRob Pike <r@golang.org>2009-08-13 13:06:48 -0700
commit1accc412aa1db3feffe8b70ac27996c253116190 (patch)
tree53db0ac15005fff91a6b915f6bcf07cabf56a619 /src/pkg/go
parent6d3c76d555cc15f38db93109152694af3a2802a5 (diff)
downloadgolang-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.go2
-rw-r--r--src/pkg/go/printer/testdata/golden1.x4
-rw-r--r--src/pkg/go/printer/testdata/source1.go2
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.