diff options
Diffstat (limited to 'libgo/go/errors')
-rw-r--r-- | libgo/go/errors/errors.go | 2 | ||||
-rw-r--r-- | libgo/go/errors/errors_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/errors/errors.go b/libgo/go/errors/errors.go index 3085a7962c2..b8a46921be0 100644 --- a/libgo/go/errors/errors.go +++ b/libgo/go/errors/errors.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 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/libgo/go/errors/errors_test.go b/libgo/go/errors/errors_test.go index 63c05d7185b..cf4df90b695 100644 --- a/libgo/go/errors/errors_test.go +++ b/libgo/go/errors/errors_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 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. |