From 02cb81ad31440bd5920006a9dc31619086c0def5 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 13 Aug 2009 13:06:48 -0700 Subject: [PATCH] tests, .proto, .cgo R=rsc DELTA=38 (21 added, 3 deleted, 14 changed) OCL=33193 CL=33200 --- src/pkg/go/printer/testdata/golden1.go | 2 +- src/pkg/go/printer/testdata/golden1.x | 4 ++++ 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 084c65d2876..59c3308762e 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 4ebb6ec6700..aa8fed49228 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 162f00005b1..d9aa8199a78 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.