aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding/xml')
-rw-r--r--src/encoding/xml/example_test.go2
-rw-r--r--src/encoding/xml/read.go2
-rw-r--r--src/encoding/xml/typeinfo.go2
-rw-r--r--src/encoding/xml/xml_test.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/encoding/xml/example_test.go b/src/encoding/xml/example_test.go
index becedd5839..21b48dea53 100644
--- a/src/encoding/xml/example_test.go
+++ b/src/encoding/xml/example_test.go
@@ -1,4 +1,4 @@
-// Copyright 2012 The Go Authors. All rights reserved.
+// 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.
diff --git a/src/encoding/xml/read.go b/src/encoding/xml/read.go
index 77b4c7b495..38d7cdfb15 100644
--- a/src/encoding/xml/read.go
+++ b/src/encoding/xml/read.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/encoding/xml/typeinfo.go b/src/encoding/xml/typeinfo.go
index 6483c8dbe6..70da962ffa 100644
--- a/src/encoding/xml/typeinfo.go
+++ b/src/encoding/xml/typeinfo.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/src/encoding/xml/xml_test.go b/src/encoding/xml/xml_test.go
index 5d5e4bf970..6b8d8e9b61 100644
--- a/src/encoding/xml/xml_test.go
+++ b/src/encoding/xml/xml_test.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.