aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-03-01 22:57:46 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2016-03-01 23:34:33 +0000
commit519474451a44b861e54466998a893a173bd54c4b (patch)
tree94031ff090b82fb7969123a4e30f1827a52cbfbf
parent8fd7c11d594c28d359839e4e6d2727aab5609c80 (diff)
downloadgo-519474451a44b861e54466998a893a173bd54c4b.tar.gz
go-519474451a44b861e54466998a893a173bd54c4b.zip
all: make copyright headers consistent with one space after period
This is a subset of https://golang.org/cl/20022 with only the copyright header lines, so the next CL will be smaller and more reviewable. Go policy has been single space after periods in comments for some time. The copyright header template at: https://golang.org/doc/contribute.html#copyright also uses a single space. Make them all consistent. Change-Id: Icc26c6b8495c3820da6b171ca96a74701b4a01b0 Reviewed-on: https://go-review.googlesource.com/20111 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
-rw-r--r--src/bytes/bytes_decl.go2
-rw-r--r--src/cmd/api/goapi.go2
-rw-r--r--src/cmd/api/goapi_test.go2
-rw-r--r--src/cmd/api/run.go2
-rw-r--r--src/cmd/asm/internal/asm/testdata/amd64.s2
-rw-r--r--src/cmd/asm/internal/asm/testdata/amd64error.s2
-rw-r--r--src/cmd/asm/internal/asm/testdata/arm.s2
-rw-r--r--src/cmd/asm/internal/asm/testdata/arm64.s2
-rw-r--r--src/cmd/asm/internal/asm/testdata/mips64.s2
-rw-r--r--src/cmd/asm/internal/asm/testdata/ppc64.s2
-rw-r--r--src/cmd/cgo/ast.go2
-rw-r--r--src/cmd/cgo/doc.go2
-rw-r--r--src/cmd/cgo/gcc.go2
-rw-r--r--src/cmd/cgo/godefs.go2
-rw-r--r--src/cmd/cgo/main.go2
-rw-r--r--src/cmd/cgo/out.go2
-rw-r--r--src/cmd/cgo/util.go2
-rw-r--r--src/cmd/compile/internal/amd64/prog.go2
-rw-r--r--src/cmd/compile/internal/arm/prog.go2
-rw-r--r--src/cmd/compile/internal/arm64/prog.go2
-rw-r--r--src/cmd/compile/internal/big/arith_decl.go2
-rw-r--r--src/cmd/compile/internal/gc/order.go2
-rw-r--r--src/cmd/compile/internal/mips64/prog.go2
-rw-r--r--src/cmd/compile/internal/ppc64/opt.go2
-rw-r--r--src/cmd/compile/internal/ppc64/prog.go2
-rw-r--r--src/cmd/compile/internal/x86/prog.go2
-rw-r--r--src/cmd/compile/main.go2
-rw-r--r--src/cmd/cover/cover_test.go2
-rw-r--r--src/cmd/dist/build.go2
-rw-r--r--src/cmd/dist/buildgo.go2
-rw-r--r--src/cmd/dist/buildruntime.go2
-rw-r--r--src/cmd/dist/buildtool.go2
-rw-r--r--src/cmd/dist/cpuid_386.s2
-rw-r--r--src/cmd/dist/cpuid_amd64.s2
-rw-r--r--src/cmd/dist/cpuid_default.s2
-rw-r--r--src/cmd/dist/main.go2
-rw-r--r--src/cmd/dist/sys_default.go2
-rw-r--r--src/cmd/dist/sys_windows.go2
-rw-r--r--src/cmd/dist/test.go2
-rw-r--r--src/cmd/dist/util.go2
-rw-r--r--src/cmd/dist/util_gc.go2
-rw-r--r--src/cmd/dist/util_gccgo.go2
-rw-r--r--src/cmd/dist/vfp_arm.s2
-rw-r--r--src/cmd/dist/vfp_default.s2
-rw-r--r--src/cmd/doc/doc_test.go2
-rw-r--r--src/cmd/doc/testdata/pkg.go2
-rw-r--r--src/cmd/fix/fix.go2
-rw-r--r--src/cmd/fix/gotypes.go2
-rw-r--r--src/cmd/fix/gotypes_test.go2
-rw-r--r--src/cmd/fix/import_test.go2
-rw-r--r--src/cmd/fix/main_test.go2
-rw-r--r--src/cmd/fix/netipv6zone.go2
-rw-r--r--src/cmd/fix/netipv6zone_test.go2
-rw-r--r--src/cmd/fix/printerconfig.go2
-rw-r--r--src/cmd/fix/printerconfig_test.go2
-rw-r--r--src/cmd/fix/typecheck.go2
-rw-r--r--src/cmd/go/alldocs.go2
-rw-r--r--src/cmd/go/bootstrap.go2
-rw-r--r--src/cmd/go/build.go2
-rw-r--r--src/cmd/go/clean.go2
-rw-r--r--src/cmd/go/context.go2
-rw-r--r--src/cmd/go/discovery.go2
-rw-r--r--src/cmd/go/doc.go2
-rw-r--r--src/cmd/go/env.go2
-rw-r--r--src/cmd/go/fix.go2
-rw-r--r--src/cmd/go/fmt.go2
-rw-r--r--src/cmd/go/generate.go2
-rw-r--r--src/cmd/go/generate_test.go2
-rw-r--r--src/cmd/go/get.go2
-rw-r--r--src/cmd/go/go11.go2
-rw-r--r--src/cmd/go/go_test.go2
-rw-r--r--src/cmd/go/go_unix_test.go2
-rw-r--r--src/cmd/go/help.go2
-rw-r--r--src/cmd/go/http.go2
-rw-r--r--src/cmd/go/list.go2
-rw-r--r--src/cmd/go/main.go2
-rw-r--r--src/cmd/go/match_test.go2
-rw-r--r--src/cmd/go/note.go2
-rw-r--r--src/cmd/go/note_test.go2
-rw-r--r--src/cmd/go/pkg.go2
-rw-r--r--src/cmd/go/pkg_test.go2
-rw-r--r--src/cmd/go/run.go2
-rw-r--r--src/cmd/go/tag_test.go2
-rw-r--r--src/cmd/go/test.go2
-rw-r--r--src/cmd/go/testdata/dep_test.go2
-rw-r--r--src/cmd/go/testdata/example1_test.go2
-rw-r--r--src/cmd/go/testdata/example2_test.go2
-rw-r--r--src/cmd/go/testdata/generate/test1.go2
-rw-r--r--src/cmd/go/testdata/generate/test2.go2
-rw-r--r--src/cmd/go/testdata/generate/test3.go2
-rw-r--r--src/cmd/go/testdata/generate/test4.go2
-rw-r--r--src/cmd/go/testgo.go2
-rw-r--r--src/cmd/go/tool.go2
-rw-r--r--src/cmd/go/vcs.go2
-rw-r--r--src/cmd/go/vcs_test.go2
-rw-r--r--src/cmd/go/vendor_test.go2
-rw-r--r--src/cmd/go/version.go2
-rw-r--r--src/cmd/go/vet.go2
-rw-r--r--src/cmd/gofmt/rewrite.go2
-rw-r--r--src/cmd/internal/gcprog/gcprog.go2
-rw-r--r--src/cmd/internal/goobj/read.go2
-rw-r--r--src/cmd/internal/goobj/read_test.go2
-rw-r--r--src/cmd/internal/obj/flag.go2
-rw-r--r--src/cmd/internal/obj/funcdata.go2
-rw-r--r--src/cmd/internal/obj/line_test.go2
-rw-r--r--src/cmd/internal/obj/objfile.go2
-rw-r--r--src/cmd/internal/obj/pcln.go2
-rw-r--r--src/cmd/internal/obj/stack.go2
-rw-r--r--src/cmd/internal/obj/textflag.go2
-rw-r--r--src/cmd/internal/obj/util.go2
-rw-r--r--src/cmd/internal/objfile/disasm.go2
-rw-r--r--src/cmd/internal/objfile/elf.go2
-rw-r--r--src/cmd/internal/objfile/goobj.go2
-rw-r--r--src/cmd/internal/objfile/macho.go2
-rw-r--r--src/cmd/internal/objfile/objfile.go2
-rw-r--r--src/cmd/internal/objfile/pe.go2
-rw-r--r--src/cmd/internal/objfile/plan9obj.go2
-rw-r--r--src/cmd/link/internal/ld/arch.go2
-rw-r--r--src/cmd/link/internal/ld/objfile.go2
-rw-r--r--src/cmd/link/internal/ld/pcln.go4
-rw-r--r--src/cmd/link/internal/ld/util.go2
-rw-r--r--src/cmd/link/main.go2
-rw-r--r--src/cmd/newlink/auto.go2
-rw-r--r--src/cmd/newlink/auto_test.go2
-rw-r--r--src/cmd/newlink/dead.go2
-rw-r--r--src/cmd/newlink/dead_test.go2
-rw-r--r--src/cmd/newlink/debug.go2
-rw-r--r--src/cmd/newlink/hex_test.go2
-rw-r--r--src/cmd/newlink/layout.go2
-rw-r--r--src/cmd/newlink/layout_test.go2
-rw-r--r--src/cmd/newlink/link_test.go2
-rw-r--r--src/cmd/newlink/load.go2
-rw-r--r--src/cmd/newlink/macho.go2
-rw-r--r--src/cmd/newlink/macho_test.go2
-rw-r--r--src/cmd/newlink/main.go2
-rw-r--r--src/cmd/newlink/pclntab.go2
-rw-r--r--src/cmd/newlink/pclntab_test.go2
-rw-r--r--src/cmd/newlink/prog.go2
-rw-r--r--src/cmd/newlink/prog_test.go2
-rw-r--r--src/cmd/newlink/runtime.go2
-rw-r--r--src/cmd/newlink/scan.go2
-rw-r--r--src/cmd/newlink/testdata/autosection.s2
-rw-r--r--src/cmd/newlink/testdata/autoweak.s2
-rw-r--r--src/cmd/newlink/testdata/dead.s2
-rw-r--r--src/cmd/newlink/testdata/genpcln.go2
-rw-r--r--src/cmd/newlink/testdata/layout.s2
-rw-r--r--src/cmd/newlink/util.go2
-rw-r--r--src/cmd/newlink/write.go2
-rw-r--r--src/cmd/nm/nm.go2
-rw-r--r--src/cmd/pprof/doc.go2
-rw-r--r--src/cmd/trace/pprof.go2
-rw-r--r--src/cmd/trace/trace.go2
-rw-r--r--src/cmd/vet/asmdecl.go2
-rw-r--r--src/cmd/vet/buildtag.go2
-rw-r--r--src/cmd/vet/cgo.go2
-rw-r--r--src/cmd/vet/deadcode.go2
-rw-r--r--src/cmd/vet/testdata/buildtag.go2
-rw-r--r--src/cmd/vet/testdata/unsafeptr.go2
-rw-r--r--src/cmd/vet/unsafeptr.go2
-rw-r--r--src/cmd/vet/vet_test.go2
-rw-r--r--src/crypto/cipher/cipher_test.go2
-rw-r--r--src/crypto/elliptic/p224.go2
-rw-r--r--src/crypto/elliptic/p224_test.go2
-rw-r--r--src/crypto/elliptic/p256.go2
-rw-r--r--src/crypto/md5/gen.go2
-rw-r--r--src/crypto/md5/md5block_decl.go2
-rw-r--r--src/crypto/rand/eagain.go2
-rw-r--r--src/crypto/rand/example_test.go2
-rw-r--r--src/crypto/rand/rand.go2
-rw-r--r--src/crypto/rand/rand_linux.go2
-rw-r--r--src/crypto/rand/rand_openbsd.go2
-rw-r--r--src/crypto/rand/rand_test.go2
-rw-r--r--src/crypto/rand/rand_unix.go2
-rw-r--r--src/crypto/rand/rand_windows.go2
-rw-r--r--src/crypto/rand/util.go2
-rw-r--r--src/crypto/rand/util_test.go2
-rw-r--r--src/crypto/sha1/sha1block_386.s2
-rw-r--r--src/crypto/sha1/sha1block_amd64.s2
-rw-r--r--src/crypto/sha1/sha1block_amd64p32.s2
-rw-r--r--src/crypto/sha1/sha1block_arm.s2
-rw-r--r--src/crypto/sha1/sha1block_decl.go2
-rw-r--r--src/crypto/sha256/sha256block_386.s2
-rw-r--r--src/crypto/sha256/sha256block_amd64.s2
-rw-r--r--src/crypto/sha256/sha256block_decl.go2
-rw-r--r--src/crypto/sha512/sha512block_amd64.s2
-rw-r--r--src/crypto/sha512/sha512block_decl.go2
-rw-r--r--src/debug/dwarf/buf.go2
-rw-r--r--src/debug/dwarf/const.go2
-rw-r--r--src/debug/dwarf/entry.go2
-rw-r--r--src/debug/dwarf/line.go2
-rw-r--r--src/debug/dwarf/line_test.go2
-rw-r--r--src/debug/dwarf/open.go2
-rw-r--r--src/debug/dwarf/testdata/typedef.c2
-rw-r--r--src/debug/dwarf/type.go2
-rw-r--r--src/debug/dwarf/type_test.go2
-rw-r--r--src/debug/dwarf/typeunit.go2
-rw-r--r--src/debug/dwarf/unit.go2
-rw-r--r--src/debug/elf/elf_test.go2
-rw-r--r--src/debug/elf/file.go2
-rw-r--r--src/debug/elf/file_test.go2
-rw-r--r--src/debug/elf/reader.go2
-rw-r--r--src/debug/gosym/pclntab.go2
-rw-r--r--src/debug/gosym/pclntab_test.go2
-rw-r--r--src/debug/gosym/symtab.go2
-rw-r--r--src/debug/macho/fat.go2
-rw-r--r--src/debug/macho/file.go2
-rw-r--r--src/debug/macho/file_test.go2
-rw-r--r--src/debug/macho/macho.go2
-rw-r--r--src/debug/pe/file.go2
-rw-r--r--src/debug/pe/file_test.go2
-rw-r--r--src/debug/pe/pe.go2
-rw-r--r--src/debug/plan9obj/file.go2
-rw-r--r--src/debug/plan9obj/file_test.go2
-rw-r--r--src/debug/plan9obj/plan9obj.go2
-rw-r--r--src/encoding/base32/example_test.go2
-rw-r--r--src/encoding/base64/example_test.go2
-rw-r--r--src/encoding/binary/binary.go2
-rw-r--r--src/encoding/binary/binary_test.go2
-rw-r--r--src/encoding/binary/example_test.go2
-rw-r--r--src/encoding/binary/varint.go2
-rw-r--r--src/encoding/encoding.go2
-rw-r--r--src/encoding/json/bench_test.go2
-rw-r--r--src/encoding/json/encode.go2
-rw-r--r--src/encoding/json/example_test.go2
-rw-r--r--src/encoding/json/indent.go2
-rw-r--r--src/encoding/json/number_test.go2
-rw-r--r--src/encoding/json/scanner.go2
-rw-r--r--src/encoding/json/scanner_test.go2
-rw-r--r--src/encoding/json/stream.go2
-rw-r--r--src/encoding/json/stream_test.go2
-rw-r--r--src/encoding/json/tagkey_test.go2
-rw-r--r--src/encoding/json/tags_test.go2
-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
-rw-r--r--src/errors/errors.go2
-rw-r--r--src/errors/errors_test.go2
-rw-r--r--src/errors/example_test.go2
-rw-r--r--src/flag/export_test.go2
-rw-r--r--src/fmt/export_test.go2
-rw-r--r--src/go/build/build.go2
-rw-r--r--src/go/build/build_test.go2
-rw-r--r--src/go/build/deps_test.go2
-rw-r--r--src/go/build/doc.go2
-rw-r--r--src/go/build/read.go2
-rw-r--r--src/go/build/read_test.go2
-rw-r--r--src/go/build/syslist.go2
-rw-r--r--src/go/build/syslist_test.go2
-rw-r--r--src/go/types/labels.go2
-rw-r--r--src/go/types/testdata/gotos.src2
-rw-r--r--src/go/types/testdata/labels.src2
-rw-r--r--src/image/draw/draw.go2
-rw-r--r--src/internal/race/doc.go2
-rw-r--r--src/internal/race/norace.go2
-rw-r--r--src/internal/race/race.go2
-rw-r--r--src/internal/singleflight/singleflight.go2
-rw-r--r--src/internal/singleflight/singleflight_test.go2
-rw-r--r--src/internal/syscall/unix/getentropy_openbsd.go2
-rw-r--r--src/internal/syscall/unix/getrandom_linux.go2
-rw-r--r--src/internal/syscall/unix/getrandom_linux_386.go2
-rw-r--r--src/internal/syscall/unix/getrandom_linux_amd64.go2
-rw-r--r--src/internal/syscall/unix/getrandom_linux_arm.go2
-rw-r--r--src/internal/syscall/unix/getrandom_linux_generic.go2
-rw-r--r--src/internal/syscall/unix/getrandom_linux_mips64x.go2
-rw-r--r--src/internal/syscall/unix/getrandom_linux_ppc64x.go2
-rw-r--r--src/internal/syscall/windows/syscall_windows.go2
-rw-r--r--src/internal/testenv/testenv.go2
-rw-r--r--src/internal/trace/parser.go2
-rw-r--r--src/io/ioutil/tempfile.go2
-rw-r--r--src/io/multi_test.go2
-rw-r--r--src/math/asin_386.s2
-rw-r--r--src/math/asin_amd64.s2
-rw-r--r--src/math/asin_amd64p32.s2
-rw-r--r--src/math/asin_arm.s2
-rw-r--r--src/math/atan2_386.s2
-rw-r--r--src/math/atan2_amd64.s2
-rw-r--r--src/math/atan2_amd64p32.s2
-rw-r--r--src/math/atan2_arm.s2
-rw-r--r--src/math/atan_386.s2
-rw-r--r--src/math/atan_amd64.s2
-rw-r--r--src/math/atan_amd64p32.s2
-rw-r--r--src/math/atan_arm.s2
-rw-r--r--src/math/big/arith_amd64p32.s2
-rw-r--r--src/math/big/arith_decl.go2
-rw-r--r--src/math/big/arith_decl_pure.go2
-rw-r--r--src/math/dim_386.s2
-rw-r--r--src/math/dim_amd64.s2
-rw-r--r--src/math/dim_amd64p32.s2
-rw-r--r--src/math/dim_arm.s2
-rw-r--r--src/math/exp2_386.s2
-rw-r--r--src/math/exp2_amd64.s2
-rw-r--r--src/math/exp2_amd64p32.s2
-rw-r--r--src/math/exp2_arm.s2
-rw-r--r--src/math/exp_386.s2
-rw-r--r--src/math/exp_amd64.s2
-rw-r--r--src/math/exp_amd64p32.s2
-rw-r--r--src/math/exp_arm.s2
-rw-r--r--src/math/expm1_386.s2
-rw-r--r--src/math/expm1_amd64.s2
-rw-r--r--src/math/expm1_amd64p32.s2
-rw-r--r--src/math/expm1_arm.s2
-rw-r--r--src/math/export_test.go2
-rw-r--r--src/math/floor_386.s2
-rw-r--r--src/math/floor_amd64.s2
-rw-r--r--src/math/floor_amd64p32.s2
-rw-r--r--src/math/floor_arm.s2
-rw-r--r--src/math/frexp_386.s2
-rw-r--r--src/math/frexp_amd64.s2
-rw-r--r--src/math/frexp_amd64p32.s2
-rw-r--r--src/math/frexp_arm.s2
-rw-r--r--src/math/hypot_386.s2
-rw-r--r--src/math/hypot_amd64.s2
-rw-r--r--src/math/hypot_amd64p32.s2
-rw-r--r--src/math/hypot_arm.s2
-rw-r--r--src/math/ldexp_386.s2
-rw-r--r--src/math/ldexp_amd64.s2
-rw-r--r--src/math/ldexp_amd64p32.s2
-rw-r--r--src/math/ldexp_arm.s2
-rw-r--r--src/math/log10_386.s2
-rw-r--r--src/math/log10_amd64.s2
-rw-r--r--src/math/log10_amd64p32.s2
-rw-r--r--src/math/log10_arm.s2
-rw-r--r--src/math/log1p_386.s2
-rw-r--r--src/math/log1p_amd64.s2
-rw-r--r--src/math/log1p_amd64p32.s2
-rw-r--r--src/math/log1p_arm.s2
-rw-r--r--src/math/log_386.s2
-rw-r--r--src/math/log_amd64.s2
-rw-r--r--src/math/log_amd64p32.s2
-rw-r--r--src/math/log_arm.s2
-rw-r--r--src/math/mod_amd64.s2
-rw-r--r--src/math/mod_amd64p32.s2
-rw-r--r--src/math/mod_arm.s2
-rw-r--r--src/math/modf_386.s2
-rw-r--r--src/math/modf_amd64.s2
-rw-r--r--src/math/modf_amd64p32.s2
-rw-r--r--src/math/modf_arm.s2
-rw-r--r--src/math/rand/regress_test.go2
-rw-r--r--src/math/remainder_amd64.s2
-rw-r--r--src/math/remainder_amd64p32.s2
-rw-r--r--src/math/remainder_arm.s2
-rw-r--r--src/math/sin_386.s2
-rw-r--r--src/math/sin_amd64.s2
-rw-r--r--src/math/sin_amd64p32.s2
-rw-r--r--src/math/sin_arm.s2
-rw-r--r--src/math/sincos_386.s2
-rw-r--r--src/math/sincos_amd64.s2
-rw-r--r--src/math/sincos_amd64p32.s2
-rw-r--r--src/math/sincos_arm.s2
-rw-r--r--src/math/sqrt_386.s2
-rw-r--r--src/math/sqrt_amd64.s2
-rw-r--r--src/math/sqrt_amd64p32.s2
-rw-r--r--src/math/sqrt_arm.s2
-rw-r--r--src/math/sqrt_arm64.s2
-rw-r--r--src/math/stubs_arm64.s2
-rw-r--r--src/math/stubs_mips64x.s2
-rw-r--r--src/math/stubs_ppc64x.s2
-rw-r--r--src/math/tan_386.s2
-rw-r--r--src/math/tan_amd64.s2
-rw-r--r--src/math/tan_amd64p32.s2
-rw-r--r--src/math/tan_arm.s2
-rw-r--r--src/net/cgo_android.go2
-rw-r--r--src/net/cgo_bsd.go2
-rw-r--r--src/net/cgo_linux.go2
-rw-r--r--src/net/cgo_netbsd.go2
-rw-r--r--src/net/cgo_openbsd.go2
-rw-r--r--src/net/cgo_solaris.go2
-rw-r--r--src/net/cgo_stub.go2
-rw-r--r--src/net/cgo_unix.go2
-rw-r--r--src/net/conf_netcgo.go2
-rw-r--r--src/net/conn_test.go2
-rw-r--r--src/net/dial.go2
-rw-r--r--src/net/dial_gen.go2
-rw-r--r--src/net/fd_plan9.go2
-rw-r--r--src/net/fd_poll_nacl.go2
-rw-r--r--src/net/http/cookie_test.go2
-rw-r--r--src/net/http/export_test.go2
-rw-r--r--src/net/http/header.go2
-rw-r--r--src/net/http/header_test.go2
-rw-r--r--src/net/http/pprof/pprof.go2
-rw-r--r--src/net/http/readrequest_test.go2
-rw-r--r--src/net/http/requestwrite_test.go2
-rw-r--r--src/net/http/response_test.go2
-rw-r--r--src/net/http/responsewrite_test.go2
-rw-r--r--src/net/http/sniff.go2
-rw-r--r--src/net/interface.go2
-rw-r--r--src/net/interface_bsd.go2
-rw-r--r--src/net/interface_bsd_test.go2
-rw-r--r--src/net/interface_darwin.go2
-rw-r--r--src/net/interface_dragonfly.go2
-rw-r--r--src/net/interface_freebsd.go2
-rw-r--r--src/net/interface_linux.go2
-rw-r--r--src/net/interface_linux_test.go2
-rw-r--r--src/net/interface_netbsd.go2
-rw-r--r--src/net/interface_openbsd.go2
-rw-r--r--src/net/interface_stub.go2
-rw-r--r--src/net/interface_test.go2
-rw-r--r--src/net/interface_unix_test.go2
-rw-r--r--src/net/interface_windows.go2
-rw-r--r--src/net/iprawsock.go2
-rw-r--r--src/net/iprawsock_plan9.go2
-rw-r--r--src/net/iprawsock_posix.go2
-rw-r--r--src/net/iprawsock_test.go2
-rw-r--r--src/net/ipsock.go2
-rw-r--r--src/net/ipsock_plan9.go2
-rw-r--r--src/net/ipsock_posix.go2
-rw-r--r--src/net/listen_test.go2
-rw-r--r--src/net/lookup.go2
-rw-r--r--src/net/lookup_plan9.go2
-rw-r--r--src/net/lookup_stub.go2
-rw-r--r--src/net/lookup_unix.go2
-rw-r--r--src/net/mac.go2
-rw-r--r--src/net/mac_test.go2
-rw-r--r--src/net/main_conf_test.go2
-rw-r--r--src/net/main_noconf_test.go2
-rw-r--r--src/net/packetconn_test.go2
-rw-r--r--src/net/pipe.go2
-rw-r--r--src/net/pipe_test.go2
-rw-r--r--src/net/protoconn_test.go2
-rw-r--r--src/net/rpc/jsonrpc/all_test.go2
-rw-r--r--src/net/rpc/jsonrpc/client.go2
-rw-r--r--src/net/rpc/jsonrpc/server.go2
-rw-r--r--src/net/sendfile_dragonfly.go2
-rw-r--r--src/net/sendfile_freebsd.go2
-rw-r--r--src/net/sendfile_linux.go2
-rw-r--r--src/net/sendfile_solaris.go2
-rw-r--r--src/net/sendfile_stub.go2
-rw-r--r--src/net/sendfile_windows.go2
-rw-r--r--src/net/sock_bsd.go2
-rw-r--r--src/net/sock_linux.go2
-rw-r--r--src/net/sock_plan9.go2
-rw-r--r--src/net/sock_posix.go2
-rw-r--r--src/net/sock_stub.go2
-rw-r--r--src/net/sock_windows.go2
-rw-r--r--src/net/sockopt_bsd.go2
-rw-r--r--src/net/sockopt_linux.go2
-rw-r--r--src/net/sockopt_plan9.go2
-rw-r--r--src/net/sockopt_posix.go2
-rw-r--r--src/net/sockopt_solaris.go2
-rw-r--r--src/net/sockopt_stub.go2
-rw-r--r--src/net/sockopt_windows.go2
-rw-r--r--src/net/sockoptip_bsd.go2
-rw-r--r--src/net/sockoptip_linux.go2
-rw-r--r--src/net/sockoptip_posix.go2
-rw-r--r--src/net/sockoptip_stub.go2
-rw-r--r--src/net/sockoptip_windows.go2
-rw-r--r--src/net/tcpsock.go2
-rw-r--r--src/net/tcpsock_plan9.go2
-rw-r--r--src/net/tcpsock_posix.go2
-rw-r--r--src/net/tcpsockopt_darwin.go2
-rw-r--r--src/net/tcpsockopt_dragonfly.go2
-rw-r--r--src/net/tcpsockopt_openbsd.go2
-rw-r--r--src/net/tcpsockopt_plan9.go2
-rw-r--r--src/net/tcpsockopt_posix.go2
-rw-r--r--src/net/tcpsockopt_solaris.go2
-rw-r--r--src/net/tcpsockopt_stub.go2
-rw-r--r--src/net/tcpsockopt_unix.go2
-rw-r--r--src/net/tcpsockopt_windows.go2
-rw-r--r--src/net/textproto/header.go2
-rw-r--r--src/net/textproto/pipeline.go2
-rw-r--r--src/net/textproto/reader.go2
-rw-r--r--src/net/textproto/reader_test.go2
-rw-r--r--src/net/textproto/textproto.go2
-rw-r--r--src/net/textproto/writer.go2
-rw-r--r--src/net/textproto/writer_test.go2
-rw-r--r--src/net/udpsock.go2
-rw-r--r--src/net/udpsock_plan9.go2
-rw-r--r--src/net/udpsock_posix.go2
-rw-r--r--src/net/udpsock_test.go2
-rw-r--r--src/net/unixsock.go2
-rw-r--r--src/net/unixsock_plan9.go2
-rw-r--r--src/net/unixsock_posix.go2
-rw-r--r--src/net/unixsock_test.go2
-rw-r--r--src/os/env.go2
-rw-r--r--src/os/exec/lp_plan9.go2
-rw-r--r--src/os/exec/lp_unix.go2
-rw-r--r--src/os/exec/lp_unix_test.go2
-rw-r--r--src/os/exec/lp_windows.go2
-rw-r--r--src/os/export_test.go2
-rw-r--r--src/os/signal/sig.s2
-rw-r--r--src/os/sys_windows.go2
-rw-r--r--src/reflect/asm_386.s2
-rw-r--r--src/reflect/asm_amd64.s2
-rw-r--r--src/reflect/asm_amd64p32.s2
-rw-r--r--src/reflect/asm_arm.s2
-rw-r--r--src/reflect/asm_arm64.s2
-rw-r--r--src/reflect/asm_mips64x.s2
-rw-r--r--src/reflect/asm_ppc64x.s2
-rw-r--r--src/reflect/example_test.go2
-rw-r--r--src/reflect/export_test.go2
-rw-r--r--src/reflect/makefunc.go2
-rw-r--r--src/reflect/set_test.go2
-rw-r--r--src/regexp/onepass.go2
-rw-r--r--src/regexp/onepass_test.go2
-rw-r--r--src/regexp/syntax/doc.go2
-rw-r--r--src/regexp/syntax/parse.go2
-rw-r--r--src/regexp/syntax/parse_test.go2
-rw-r--r--src/regexp/syntax/regexp.go2
-rw-r--r--src/regexp/syntax/simplify.go2
-rw-r--r--src/regexp/syntax/simplify_test.go2
-rw-r--r--src/runtime/asm.s2
-rw-r--r--src/runtime/asm_ppc64x.h2
-rw-r--r--src/runtime/callers_test.go2
-rw-r--r--src/runtime/cgo.go2
-rw-r--r--src/runtime/cgo/asm_386.s2
-rw-r--r--src/runtime/cgo/asm_amd64.s2
-rw-r--r--src/runtime/cgo/asm_arm.s2
-rw-r--r--src/runtime/cgo/asm_arm64.s2
-rw-r--r--src/runtime/cgo/asm_nacl_amd64p32.s2
-rw-r--r--src/runtime/cgo/asm_ppc64x.s2
-rw-r--r--src/runtime/cgo/callbacks.go2
-rw-r--r--src/runtime/cgo/cgo.go2
-rw-r--r--src/runtime/cgo/dragonfly.go2
-rw-r--r--src/runtime/cgo/freebsd.go2
-rw-r--r--src/runtime/cgo/gcc_386.S2
-rw-r--r--src/runtime/cgo/gcc_amd64.S2
-rw-r--r--src/runtime/cgo/gcc_android.c2
-rw-r--r--src/runtime/cgo/gcc_android_386.c2
-rw-r--r--src/runtime/cgo/gcc_android_amd64.c2
-rw-r--r--src/runtime/cgo/gcc_android_arm.c2
-rw-r--r--src/runtime/cgo/gcc_android_arm64.c2
-rw-r--r--src/runtime/cgo/gcc_arm.S2
-rw-r--r--src/runtime/cgo/gcc_arm64.S2
-rw-r--r--src/runtime/cgo/gcc_darwin_386.c2
-rw-r--r--src/runtime/cgo/gcc_darwin_amd64.c2
-rw-r--r--src/runtime/cgo/gcc_darwin_arm.c2
-rw-r--r--src/runtime/cgo/gcc_darwin_arm64.c2
-rw-r--r--src/runtime/cgo/gcc_dragonfly_amd64.c2
-rw-r--r--src/runtime/cgo/gcc_fatalf.c2
-rw-r--r--src/runtime/cgo/gcc_freebsd_386.c2
-rw-r--r--src/runtime/cgo/gcc_freebsd_amd64.c2
-rw-r--r--src/runtime/cgo/gcc_freebsd_arm.c2
-rw-r--r--src/runtime/cgo/gcc_libinit.c2
-rw-r--r--src/runtime/cgo/gcc_libinit_linux_ppc64x.c2
-rw-r--r--src/runtime/cgo/gcc_libinit_openbsd.c2
-rw-r--r--src/runtime/cgo/gcc_libinit_windows.c2
-rw-r--r--src/runtime/cgo/gcc_linux_386.c2
-rw-r--r--src/runtime/cgo/gcc_linux_amd64.c2
-rw-r--r--src/runtime/cgo/gcc_linux_arm.c2
-rw-r--r--src/runtime/cgo/gcc_linux_arm64.c2
-rw-r--r--src/runtime/cgo/gcc_linux_ppc64x.c2
-rw-r--r--src/runtime/cgo/gcc_mmap.c2
-rw-r--r--src/runtime/cgo/gcc_netbsd_386.c2
-rw-r--r--src/runtime/cgo/gcc_netbsd_amd64.c2
-rw-r--r--src/runtime/cgo/gcc_netbsd_arm.c2
-rw-r--r--src/runtime/cgo/gcc_openbsd_386.c2
-rw-r--r--src/runtime/cgo/gcc_openbsd_amd64.c2
-rw-r--r--src/runtime/cgo/gcc_ppc64x.S2
-rw-r--r--src/runtime/cgo/gcc_setenv.c2
-rw-r--r--src/runtime/cgo/gcc_signal_darwin_armx.c2
-rw-r--r--src/runtime/cgo/gcc_signal_darwin_lldb.c2
-rw-r--r--src/runtime/cgo/gcc_util.c2
-rw-r--r--src/runtime/cgo/gcc_windows_386.c2
-rw-r--r--src/runtime/cgo/gcc_windows_amd64.c2
-rw-r--r--src/runtime/cgo/iscgo.go2
-rw-r--r--src/runtime/cgo/libcgo.h2
-rw-r--r--src/runtime/cgo/mmap.go2
-rw-r--r--src/runtime/cgo/netbsd.go2
-rw-r--r--src/runtime/cgo/openbsd.go2
-rw-r--r--src/runtime/cgo/setenv.go2
-rw-r--r--src/runtime/cgo_mmap.go2
-rw-r--r--src/runtime/cgo_ppc64x.go2
-rw-r--r--src/runtime/cgocall.go2
-rw-r--r--src/runtime/cgocallback.go2
-rw-r--r--src/runtime/cgocheck.go2
-rw-r--r--src/runtime/chanbarrier_test.go2
-rw-r--r--src/runtime/compiler.go2
-rw-r--r--src/runtime/cpuprof.go2
-rw-r--r--src/runtime/cputicks.go2
-rw-r--r--src/runtime/debug/debug.s2
-rw-r--r--src/runtime/debug/garbage.go2
-rw-r--r--src/runtime/debug/garbage_test.go2
-rw-r--r--src/runtime/debug/stubs.go2
-rw-r--r--src/runtime/env_plan9.go2
-rw-r--r--src/runtime/export_arm_test.go2
-rw-r--r--src/runtime/export_futex_test.go2
-rw-r--r--src/runtime/export_linux_test.go2
-rw-r--r--src/runtime/export_mmap_test.go2
-rw-r--r--src/runtime/export_test.go2
-rw-r--r--src/runtime/export_windows_test.go2
-rw-r--r--src/runtime/fastlog2_test.go2
-rw-r--r--src/runtime/funcdata.h2
-rw-r--r--src/runtime/futex_test.go2
-rw-r--r--src/runtime/go_tls.h2
-rw-r--r--src/runtime/hash_test.go2
-rw-r--r--src/runtime/internal/atomic/asm.s2
-rw-r--r--src/runtime/internal/sys/gengoos.go2
-rw-r--r--src/runtime/internal/sys/sys.go2
-rw-r--r--src/runtime/lfstack_32bit.go2
-rw-r--r--src/runtime/lfstack_amd64.go2
-rw-r--r--src/runtime/lfstack_darwin_arm64.go2
-rw-r--r--src/runtime/lfstack_linux_arm64.go2
-rw-r--r--src/runtime/lfstack_linux_mips64x.go2
-rw-r--r--src/runtime/lfstack_linux_ppc64x.go2
-rw-r--r--src/runtime/lock_sema.go2
-rw-r--r--src/runtime/mbarrier.go2
-rw-r--r--src/runtime/mbitmap.go2
-rw-r--r--src/runtime/mem_bsd.go2
-rw-r--r--src/runtime/mem_darwin.go2
-rw-r--r--src/runtime/mem_linux.go2
-rw-r--r--src/runtime/mem_plan9.go2
-rw-r--r--src/runtime/mem_windows.go2
-rw-r--r--src/runtime/memmove_linux_amd64_test.go2
-rw-r--r--src/runtime/memmove_nacl_amd64p32.s2
-rw-r--r--src/runtime/memmove_test.go2
-rw-r--r--src/runtime/mfinal.go2
-rw-r--r--src/runtime/mmap.go2
-rw-r--r--src/runtime/msan.go2
-rw-r--r--src/runtime/msan0.go2
-rw-r--r--src/runtime/msan_amd64.s2
-rw-r--r--src/runtime/mstats.go2
-rw-r--r--src/runtime/norace_linux_test.go2
-rw-r--r--src/runtime/os1_nacl.go2
-rw-r--r--src/runtime/os1_plan9.go2
-rw-r--r--src/runtime/os2_nacl.go2
-rw-r--r--src/runtime/os2_netbsd.go2
-rw-r--r--src/runtime/os2_openbsd.go2
-rw-r--r--src/runtime/os3_plan9.go2
-rw-r--r--src/runtime/os_darwin.go2
-rw-r--r--src/runtime/os_dragonfly.go2
-rw-r--r--src/runtime/os_freebsd.go2
-rw-r--r--src/runtime/os_linux.go2
-rw-r--r--src/runtime/os_nacl.go2
-rw-r--r--src/runtime/os_netbsd.go2
-rw-r--r--src/runtime/os_openbsd.go2
-rw-r--r--src/runtime/os_plan9.go2
-rw-r--r--src/runtime/os_solaris.go2
-rw-r--r--src/runtime/os_windows.go2
-rw-r--r--src/runtime/pprof/mprof_test.go2
-rw-r--r--src/runtime/pprof/pprof.go2
-rw-r--r--src/runtime/pprof/pprof_test.go2
-rw-r--r--src/runtime/race.go2
-rw-r--r--src/runtime/race/sched_test.go2
-rw-r--r--src/runtime/race0.go2
-rw-r--r--src/runtime/race_amd64.s2
-rw-r--r--src/runtime/rdebug.go2
-rw-r--r--src/runtime/runtime.go2
-rw-r--r--src/runtime/runtime_linux_test.go2
-rw-r--r--src/runtime/runtime_mmap_test.go2
-rw-r--r--src/runtime/runtime_test.go2
-rw-r--r--src/runtime/runtime_unix_test.go2
-rw-r--r--src/runtime/signal1_unix.go2
-rw-r--r--src/runtime/signal2_unix.go2
-rw-r--r--src/runtime/signal_386.go2
-rw-r--r--src/runtime/signal_amd64x.go2
-rw-r--r--src/runtime/signal_darwin_386.go2
-rw-r--r--src/runtime/signal_darwin_amd64.go2
-rw-r--r--src/runtime/signal_darwin_arm.go2
-rw-r--r--src/runtime/signal_darwin_arm64.go2
-rw-r--r--src/runtime/signal_dragonfly_amd64.go2
-rw-r--r--src/runtime/signal_freebsd_386.go2
-rw-r--r--src/runtime/signal_freebsd_amd64.go2
-rw-r--r--src/runtime/signal_freebsd_arm.go2
-rw-r--r--src/runtime/signal_linux_386.go2
-rw-r--r--src/runtime/signal_linux_amd64.go2
-rw-r--r--src/runtime/signal_linux_arm.go2
-rw-r--r--src/runtime/signal_linux_arm64.go2
-rw-r--r--src/runtime/signal_linux_mips64x.go2
-rw-r--r--src/runtime/signal_linux_ppc64x.go2
-rw-r--r--src/runtime/signal_nacl_386.go2
-rw-r--r--src/runtime/signal_nacl_amd64p32.go2
-rw-r--r--src/runtime/signal_nacl_arm.go2
-rw-r--r--src/runtime/signal_netbsd_386.go2
-rw-r--r--src/runtime/signal_netbsd_amd64.go2
-rw-r--r--src/runtime/signal_netbsd_arm.go2
-rw-r--r--src/runtime/signal_openbsd_386.go2
-rw-r--r--src/runtime/signal_openbsd_amd64.go2
-rw-r--r--src/runtime/signal_openbsd_arm.go2
-rw-r--r--src/runtime/signal_unix.go2
-rw-r--r--src/runtime/sigpanic_unix.go2
-rw-r--r--src/runtime/softfloat64.go2
-rw-r--r--src/runtime/softfloat64_test.go2
-rw-r--r--src/runtime/stack_test.go2
-rw-r--r--src/runtime/sys_x86.go2
-rw-r--r--src/runtime/syscall_solaris.go2
-rw-r--r--src/runtime/syscall_windows.go2
-rw-r--r--src/runtime/syscall_windows_test.go2
-rw-r--r--src/runtime/testdata/testprog/crash.go2
-rw-r--r--src/runtime/testdata/testprog/deadlock.go2
-rw-r--r--src/runtime/testdata/testprog/gc.go2
-rw-r--r--src/runtime/testdata/testprog/main.go2
-rw-r--r--src/runtime/testdata/testprog/misc.go2
-rw-r--r--src/runtime/testdata/testprog/signal.go2
-rw-r--r--src/runtime/testdata/testprog/stringconcat.go2
-rw-r--r--src/runtime/testdata/testprog/syscall_windows.go2
-rw-r--r--src/runtime/testdata/testprogcgo/callback.go2
-rw-r--r--src/runtime/testdata/testprogcgo/cgo.go2
-rw-r--r--src/runtime/testdata/testprogcgo/crash.go2
-rw-r--r--src/runtime/testdata/testprogcgo/deadlock.go2
-rw-r--r--src/runtime/testdata/testprogcgo/dll_windows.go2
-rw-r--r--src/runtime/testdata/testprogcgo/dropm.go2
-rw-r--r--src/runtime/testdata/testprogcgo/dropm_stub.go2
-rw-r--r--src/runtime/testdata/testprogcgo/exec.go2
-rw-r--r--src/runtime/testdata/testprogcgo/main.go2
-rw-r--r--src/runtime/testdata/testprogcgo/threadpanic.go2
-rw-r--r--src/runtime/testdata/testprogcgo/threadpanic_unix.c2
-rw-r--r--src/runtime/testdata/testprogcgo/threadpanic_windows.c2
-rw-r--r--src/runtime/testdata/testprogcgo/threadprof.go2
-rw-r--r--src/runtime/testdata/testprognet/main.go2
-rw-r--r--src/runtime/testdata/testprognet/net.go2
-rw-r--r--src/runtime/testdata/testprognet/signal.go2
-rw-r--r--src/runtime/textflag.h2
-rw-r--r--src/runtime/tls_arm.s2
-rw-r--r--src/runtime/tls_mips64x.s2
-rw-r--r--src/runtime/tls_ppc64x.s2
-rw-r--r--src/runtime/trace/trace_stack_test.go2
-rw-r--r--src/runtime/trace/trace_test.go2
-rw-r--r--src/runtime/typekind.go2
-rw-r--r--src/runtime/vdso_none.go2
-rw-r--r--src/runtime/wbfat_gen.go2
-rw-r--r--src/runtime/wincallback.go2
-rw-r--r--src/strconv/makeisprint.go2
-rw-r--r--src/strings/compare.go2
-rw-r--r--src/strings/strings_amd64.go2
-rw-r--r--src/strings/strings_decl.go2
-rw-r--r--src/strings/strings_generic.go2
-rw-r--r--src/sync/atomic/64bit_arm.go2
-rw-r--r--src/sync/atomic/asm_386.s2
-rw-r--r--src/sync/atomic/asm_amd64.s2
-rw-r--r--src/sync/atomic/asm_amd64p32.s2
-rw-r--r--src/sync/atomic/asm_arm.s2
-rw-r--r--src/sync/atomic/asm_arm64.s2
-rw-r--r--src/sync/atomic/asm_darwin_arm.s2
-rw-r--r--src/sync/atomic/asm_freebsd_arm.s2
-rw-r--r--src/sync/atomic/asm_linux_arm.s2
-rw-r--r--src/sync/atomic/asm_mips64x.s2
-rw-r--r--src/sync/atomic/asm_nacl_arm.s2
-rw-r--r--src/sync/atomic/asm_netbsd_arm.s2
-rw-r--r--src/sync/atomic/asm_openbsd_arm.s2
-rw-r--r--src/sync/atomic/asm_plan9_arm.s2
-rw-r--r--src/sync/atomic/asm_ppc64x.s2
-rw-r--r--src/sync/atomic/atomic_linux_arm_test.go2
-rw-r--r--src/sync/atomic/atomic_test.go2
-rw-r--r--src/sync/atomic/doc.go2
-rw-r--r--src/sync/atomic/export_linux_arm_test.go2
-rw-r--r--src/sync/atomic/race.s2
-rw-r--r--src/sync/export_test.go2
-rw-r--r--src/sync/runtime.go2
-rw-r--r--src/syscall/asm.s2
-rw-r--r--src/syscall/bpf_bsd.go2
-rw-r--r--src/syscall/creds_test.go2
-rw-r--r--src/syscall/dll_windows.go2
-rw-r--r--src/syscall/env_plan9.go2
-rw-r--r--src/syscall/env_unix.go2
-rw-r--r--src/syscall/env_windows.go2
-rw-r--r--src/syscall/errors_plan9.go2
-rw-r--r--src/syscall/export_test.go2
-rw-r--r--src/syscall/fd_nacl.go2
-rw-r--r--src/syscall/fs_nacl.go2
-rw-r--r--src/syscall/lsf_linux.go2
-rw-r--r--src/syscall/msan.go2
-rw-r--r--src/syscall/msan0.go2
-rw-r--r--src/syscall/net_nacl.go2
-rw-r--r--src/syscall/netlink_linux.go2
-rw-r--r--src/syscall/route_bsd.go2
-rw-r--r--src/syscall/route_darwin.go2
-rw-r--r--src/syscall/route_dragonfly.go2
-rw-r--r--src/syscall/route_freebsd.go2
-rw-r--r--src/syscall/route_netbsd.go2
-rw-r--r--src/syscall/route_openbsd.go2
-rw-r--r--src/syscall/security_windows.go2
-rw-r--r--src/syscall/sockcmsg_linux.go2
-rw-r--r--src/syscall/sockcmsg_unix.go2
-rw-r--r--src/syscall/syscall_nacl.go2
-rw-r--r--src/syscall/syscall_nacl_386.go2
-rw-r--r--src/syscall/syscall_nacl_amd64p32.go2
-rw-r--r--src/syscall/syscall_nacl_arm.go2
-rw-r--r--src/syscall/syscall_windows.go2
-rw-r--r--src/syscall/syscall_windows_386.go2
-rw-r--r--src/syscall/syscall_windows_amd64.go2
-rw-r--r--src/syscall/tables_nacl.go2
-rw-r--r--src/syscall/time_nacl_386.s2
-rw-r--r--src/syscall/time_nacl_amd64p32.s2
-rw-r--r--src/syscall/time_nacl_arm.s2
-rw-r--r--src/syscall/zerrors_windows_386.go2
-rw-r--r--src/syscall/zerrors_windows_amd64.go2
-rw-r--r--src/syscall/ztypes_windows.go2
-rw-r--r--src/syscall/ztypes_windows_386.go2
-rw-r--r--src/syscall/ztypes_windows_amd64.go2
-rw-r--r--src/testing/allocs.go2
-rw-r--r--src/testing/allocs_test.go2
-rw-r--r--src/testing/testing_test.go2
-rw-r--r--src/time/example_test.go2
-rw-r--r--src/unicode/utf16/export_test.go2
-rw-r--r--src/unicode/utf16/utf16.go2
-rw-r--r--src/unicode/utf16/utf16_test.go2
787 files changed, 788 insertions, 788 deletions
diff --git a/src/bytes/bytes_decl.go b/src/bytes/bytes_decl.go
index b453f21aa4..df0614fed0 100644
--- a/src/bytes/bytes_decl.go
+++ b/src/bytes/bytes_decl.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/cmd/api/goapi.go b/src/cmd/api/goapi.go
index 8b20d123b1..b946077276 100644
--- a/src/cmd/api/goapi.go
+++ b/src/cmd/api/goapi.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/cmd/api/goapi_test.go b/src/cmd/api/goapi_test.go
index a3fe0efedc..0d00f6a297 100644
--- a/src/cmd/api/goapi_test.go
+++ b/src/cmd/api/goapi_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.
diff --git a/src/cmd/api/run.go b/src/cmd/api/run.go
index 2c1ad87caf..bd49dfaf37 100644
--- a/src/cmd/api/run.go
+++ b/src/cmd/api/run.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/asm/internal/asm/testdata/amd64.s b/src/cmd/asm/internal/asm/testdata/amd64.s
index 1411165bf6..da0144230d 100644
--- a/src/cmd/asm/internal/asm/testdata/amd64.s
+++ b/src/cmd/asm/internal/asm/testdata/amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/asm/internal/asm/testdata/amd64error.s b/src/cmd/asm/internal/asm/testdata/amd64error.s
index 81ca11b948..fe3ebecb43 100644
--- a/src/cmd/asm/internal/asm/testdata/amd64error.s
+++ b/src/cmd/asm/internal/asm/testdata/amd64error.s
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/cmd/asm/internal/asm/testdata/arm.s b/src/cmd/asm/internal/asm/testdata/arm.s
index 8062750250..06fc44c647 100644
--- a/src/cmd/asm/internal/asm/testdata/arm.s
+++ b/src/cmd/asm/internal/asm/testdata/arm.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/asm/internal/asm/testdata/arm64.s b/src/cmd/asm/internal/asm/testdata/arm64.s
index 6466da7190..8d501965e9 100644
--- a/src/cmd/asm/internal/asm/testdata/arm64.s
+++ b/src/cmd/asm/internal/asm/testdata/arm64.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/asm/internal/asm/testdata/mips64.s b/src/cmd/asm/internal/asm/testdata/mips64.s
index 12330a2edb..951e15c7fa 100644
--- a/src/cmd/asm/internal/asm/testdata/mips64.s
+++ b/src/cmd/asm/internal/asm/testdata/mips64.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/asm/internal/asm/testdata/ppc64.s b/src/cmd/asm/internal/asm/testdata/ppc64.s
index c46c6b2f5a..2e3bf3b747 100644
--- a/src/cmd/asm/internal/asm/testdata/ppc64.s
+++ b/src/cmd/asm/internal/asm/testdata/ppc64.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/cgo/ast.go b/src/cmd/cgo/ast.go
index 4c5dc9a23d..ef72c4f66a 100644
--- a/src/cmd/cgo/ast.go
+++ b/src/cmd/cgo/ast.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/cmd/cgo/doc.go b/src/cmd/cgo/doc.go
index 58be391573..61e480c585 100644
--- a/src/cmd/cgo/doc.go
+++ b/src/cmd/cgo/doc.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/cmd/cgo/gcc.go b/src/cmd/cgo/gcc.go
index fe9af1769d..8d8349a635 100644
--- a/src/cmd/cgo/gcc.go
+++ b/src/cmd/cgo/gcc.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/cmd/cgo/godefs.go b/src/cmd/cgo/godefs.go
index aff616ea57..6d638f0644 100644
--- a/src/cmd/cgo/godefs.go
+++ b/src/cmd/cgo/godefs.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/cmd/cgo/main.go b/src/cmd/cgo/main.go
index 0906cebb31..a8a87c5980 100644
--- a/src/cmd/cgo/main.go
+++ b/src/cmd/cgo/main.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/cmd/cgo/out.go b/src/cmd/cgo/out.go
index 02b0057885..bd41f8800c 100644
--- a/src/cmd/cgo/out.go
+++ b/src/cmd/cgo/out.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/cmd/cgo/util.go b/src/cmd/cgo/util.go
index 52ca160ad9..dd8116e926 100644
--- a/src/cmd/cgo/util.go
+++ b/src/cmd/cgo/util.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/cmd/compile/internal/amd64/prog.go b/src/cmd/compile/internal/amd64/prog.go
index b43dde67c7..759757eb55 100644
--- a/src/cmd/compile/internal/amd64/prog.go
+++ b/src/cmd/compile/internal/amd64/prog.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/compile/internal/arm/prog.go b/src/cmd/compile/internal/arm/prog.go
index 49a329b535..d8708e6af5 100644
--- a/src/cmd/compile/internal/arm/prog.go
+++ b/src/cmd/compile/internal/arm/prog.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/compile/internal/arm64/prog.go b/src/cmd/compile/internal/arm64/prog.go
index a8e8bc5f95..c9bd91b087 100644
--- a/src/cmd/compile/internal/arm64/prog.go
+++ b/src/cmd/compile/internal/arm64/prog.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/compile/internal/big/arith_decl.go b/src/cmd/compile/internal/big/arith_decl.go
index fe13577203..d60b7f95fc 100644
--- a/src/cmd/compile/internal/big/arith_decl.go
+++ b/src/cmd/compile/internal/big/arith_decl.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/compile/internal/gc/order.go b/src/cmd/compile/internal/gc/order.go
index 94bc6338cc..7f59e2cafc 100644
--- a/src/cmd/compile/internal/gc/order.go
+++ b/src/cmd/compile/internal/gc/order.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/cmd/compile/internal/mips64/prog.go b/src/cmd/compile/internal/mips64/prog.go
index b07c7fe29f..b872b8e2d6 100644
--- a/src/cmd/compile/internal/mips64/prog.go
+++ b/src/cmd/compile/internal/mips64/prog.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/compile/internal/ppc64/opt.go b/src/cmd/compile/internal/ppc64/opt.go
index 1704f63c48..99d2585d00 100644
--- a/src/cmd/compile/internal/ppc64/opt.go
+++ b/src/cmd/compile/internal/ppc64/opt.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/compile/internal/ppc64/prog.go b/src/cmd/compile/internal/ppc64/prog.go
index 6b482564b7..efeff86dca 100644
--- a/src/cmd/compile/internal/ppc64/prog.go
+++ b/src/cmd/compile/internal/ppc64/prog.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/compile/internal/x86/prog.go b/src/cmd/compile/internal/x86/prog.go
index 3399a280e1..ab061335ea 100644
--- a/src/cmd/compile/internal/x86/prog.go
+++ b/src/cmd/compile/internal/x86/prog.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/compile/main.go b/src/cmd/compile/main.go
index 3d11f515a2..49c2fb6263 100644
--- a/src/cmd/compile/main.go
+++ b/src/cmd/compile/main.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/cover/cover_test.go b/src/cmd/cover/cover_test.go
index f01f138cd0..68e9e9f25e 100644
--- a/src/cmd/cover/cover_test.go
+++ b/src/cmd/cover/cover_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/dist/build.go b/src/cmd/dist/build.go
index 0b2ce271dc..a8c43495c3 100644
--- a/src/cmd/dist/build.go
+++ b/src/cmd/dist/build.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/cmd/dist/buildgo.go b/src/cmd/dist/buildgo.go
index c0bdfad9b1..af33ecd66d 100644
--- a/src/cmd/dist/buildgo.go
+++ b/src/cmd/dist/buildgo.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/cmd/dist/buildruntime.go b/src/cmd/dist/buildruntime.go
index 6e802219ba..17dc015448 100644
--- a/src/cmd/dist/buildruntime.go
+++ b/src/cmd/dist/buildruntime.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/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go
index 9b98bf2741..3e88004b10 100644
--- a/src/cmd/dist/buildtool.go
+++ b/src/cmd/dist/buildtool.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/cpuid_386.s b/src/cmd/dist/cpuid_386.s
index ed4fb523d7..65fbb2dcb7 100644
--- a/src/cmd/dist/cpuid_386.s
+++ b/src/cmd/dist/cpuid_386.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/cpuid_amd64.s b/src/cmd/dist/cpuid_amd64.s
index b6cdfed65f..ea0b9d4dc9 100644
--- a/src/cmd/dist/cpuid_amd64.s
+++ b/src/cmd/dist/cpuid_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/cpuid_default.s b/src/cmd/dist/cpuid_default.s
index 165b4a98b0..6412a507a9 100644
--- a/src/cmd/dist/cpuid_default.s
+++ b/src/cmd/dist/cpuid_default.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/main.go b/src/cmd/dist/main.go
index eaee28ada8..b0471bdc87 100644
--- a/src/cmd/dist/main.go
+++ b/src/cmd/dist/main.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/cmd/dist/sys_default.go b/src/cmd/dist/sys_default.go
index d7bc464f2a..821dc273d6 100644
--- a/src/cmd/dist/sys_default.go
+++ b/src/cmd/dist/sys_default.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/sys_windows.go b/src/cmd/dist/sys_windows.go
index e9bfe9e3d9..05cb3e2979 100644
--- a/src/cmd/dist/sys_windows.go
+++ b/src/cmd/dist/sys_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/test.go b/src/cmd/dist/test.go
index e268e1207e..25ccfff015 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/util.go b/src/cmd/dist/util.go
index 1b5d1f97b2..c3e2a41287 100644
--- a/src/cmd/dist/util.go
+++ b/src/cmd/dist/util.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/cmd/dist/util_gc.go b/src/cmd/dist/util_gc.go
index 81e52b6fb4..6e099e5f9c 100644
--- a/src/cmd/dist/util_gc.go
+++ b/src/cmd/dist/util_gc.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/util_gccgo.go b/src/cmd/dist/util_gccgo.go
index 18e328f81a..5edb4734f9 100644
--- a/src/cmd/dist/util_gccgo.go
+++ b/src/cmd/dist/util_gccgo.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/vfp_arm.s b/src/cmd/dist/vfp_arm.s
index 647c439c6f..c42b593aec 100644
--- a/src/cmd/dist/vfp_arm.s
+++ b/src/cmd/dist/vfp_arm.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/dist/vfp_default.s b/src/cmd/dist/vfp_default.s
index 5cf9997a07..95ccbe3e44 100644
--- a/src/cmd/dist/vfp_default.s
+++ b/src/cmd/dist/vfp_default.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/doc/doc_test.go b/src/cmd/doc/doc_test.go
index 20b61702b4..ef9e771343 100644
--- a/src/cmd/doc/doc_test.go
+++ b/src/cmd/doc/doc_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/doc/testdata/pkg.go b/src/cmd/doc/testdata/pkg.go
index 1a673f78d4..5f79414b33 100644
--- a/src/cmd/doc/testdata/pkg.go
+++ b/src/cmd/doc/testdata/pkg.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/fix/fix.go b/src/cmd/fix/fix.go
index 160336cdbd..ab16a217de 100644
--- a/src/cmd/fix/fix.go
+++ b/src/cmd/fix/fix.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/cmd/fix/gotypes.go b/src/cmd/fix/gotypes.go
index 8c7b46674a..bb29a0c49a 100644
--- a/src/cmd/fix/gotypes.go
+++ b/src/cmd/fix/gotypes.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/fix/gotypes_test.go b/src/cmd/fix/gotypes_test.go
index 1ecb7a2222..9248fffd24 100644
--- a/src/cmd/fix/gotypes_test.go
+++ b/src/cmd/fix/gotypes_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/cmd/fix/import_test.go b/src/cmd/fix/import_test.go
index 7301192058..8644e28f85 100644
--- a/src/cmd/fix/import_test.go
+++ b/src/cmd/fix/import_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.
diff --git a/src/cmd/fix/main_test.go b/src/cmd/fix/main_test.go
index 2151bf29e1..c2ace28caa 100644
--- a/src/cmd/fix/main_test.go
+++ b/src/cmd/fix/main_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.
diff --git a/src/cmd/fix/netipv6zone.go b/src/cmd/fix/netipv6zone.go
index 195c218074..49cd307fa1 100644
--- a/src/cmd/fix/netipv6zone.go
+++ b/src/cmd/fix/netipv6zone.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/cmd/fix/netipv6zone_test.go b/src/cmd/fix/netipv6zone_test.go
index 142880a12a..5b8d964d41 100644
--- a/src/cmd/fix/netipv6zone_test.go
+++ b/src/cmd/fix/netipv6zone_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/cmd/fix/printerconfig.go b/src/cmd/fix/printerconfig.go
index 432e18bb26..286c5f250f 100644
--- a/src/cmd/fix/printerconfig.go
+++ b/src/cmd/fix/printerconfig.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/cmd/fix/printerconfig_test.go b/src/cmd/fix/printerconfig_test.go
index 72e2bdcacb..e485c137b7 100644
--- a/src/cmd/fix/printerconfig_test.go
+++ b/src/cmd/fix/printerconfig_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/cmd/fix/typecheck.go b/src/cmd/fix/typecheck.go
index d33b69fddc..391afbbc05 100644
--- a/src/cmd/fix/typecheck.go
+++ b/src/cmd/fix/typecheck.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/cmd/go/alldocs.go b/src/cmd/go/alldocs.go
index bbad8d40e9..21ace292ea 100644
--- a/src/cmd/go/alldocs.go
+++ b/src/cmd/go/alldocs.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/cmd/go/bootstrap.go b/src/cmd/go/bootstrap.go
index 1686df77af..caa96769d8 100644
--- a/src/cmd/go/bootstrap.go
+++ b/src/cmd/go/bootstrap.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/cmd/go/build.go b/src/cmd/go/build.go
index 56101694d6..8bb73765da 100644
--- a/src/cmd/go/build.go
+++ b/src/cmd/go/build.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/cmd/go/clean.go b/src/cmd/go/clean.go
index 16054a5b5b..7b07150743 100644
--- a/src/cmd/go/clean.go
+++ b/src/cmd/go/clean.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/cmd/go/context.go b/src/cmd/go/context.go
index 68e518259f..0a0169eb9c 100644
--- a/src/cmd/go/context.go
+++ b/src/cmd/go/context.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/go/discovery.go b/src/cmd/go/discovery.go
index f6992e9e93..b60eaef739 100644
--- a/src/cmd/go/discovery.go
+++ b/src/cmd/go/discovery.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/cmd/go/doc.go b/src/cmd/go/doc.go
index 9b8b8dfc24..bfc80d5dab 100644
--- a/src/cmd/go/doc.go
+++ b/src/cmd/go/doc.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/go/env.go b/src/cmd/go/env.go
index 8d427b37c2..8aaaf46329 100644
--- a/src/cmd/go/env.go
+++ b/src/cmd/go/env.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/cmd/go/fix.go b/src/cmd/go/fix.go
index 94fd22e3c2..3af7adb4e1 100644
--- a/src/cmd/go/fix.go
+++ b/src/cmd/go/fix.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/cmd/go/fmt.go b/src/cmd/go/fmt.go
index 57c02ad264..4ed7722575 100644
--- a/src/cmd/go/fmt.go
+++ b/src/cmd/go/fmt.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/cmd/go/generate.go b/src/cmd/go/generate.go
index cb54018bab..cbedacb34d 100644
--- a/src/cmd/go/generate.go
+++ b/src/cmd/go/generate.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/cmd/go/generate_test.go b/src/cmd/go/generate_test.go
index ba0669278e..dd116e6cc6 100644
--- a/src/cmd/go/generate_test.go
+++ b/src/cmd/go/generate_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.
diff --git a/src/cmd/go/get.go b/src/cmd/go/get.go
index 9d4b94acf1..9bf45da78f 100644
--- a/src/cmd/go/get.go
+++ b/src/cmd/go/get.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/cmd/go/go11.go b/src/cmd/go/go11.go
index 8a434dfed1..7e383f4b5b 100644
--- a/src/cmd/go/go11.go
+++ b/src/cmd/go/go11.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/go/go_test.go b/src/cmd/go/go_test.go
index 96b3f2d977..fab29503ef 100644
--- a/src/cmd/go/go_test.go
+++ b/src/cmd/go/go_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/go/go_unix_test.go b/src/cmd/go/go_unix_test.go
index 0d85859e7e..c445a2ec73 100644
--- a/src/cmd/go/go_unix_test.go
+++ b/src/cmd/go/go_unix_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/go/help.go b/src/cmd/go/help.go
index de5e5ddeab..9adfd5b72a 100644
--- a/src/cmd/go/help.go
+++ b/src/cmd/go/help.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/cmd/go/http.go b/src/cmd/go/http.go
index 3a6f19db84..19e1fe4f77 100644
--- a/src/cmd/go/http.go
+++ b/src/cmd/go/http.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/cmd/go/list.go b/src/cmd/go/list.go
index d2f1265985..9409f37154 100644
--- a/src/cmd/go/list.go
+++ b/src/cmd/go/list.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/cmd/go/main.go b/src/cmd/go/main.go
index f9b979da7f..f36d9f39aa 100644
--- a/src/cmd/go/main.go
+++ b/src/cmd/go/main.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/cmd/go/match_test.go b/src/cmd/go/match_test.go
index 38b9b115e7..e0ad562384 100644
--- a/src/cmd/go/match_test.go
+++ b/src/cmd/go/match_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/cmd/go/note.go b/src/cmd/go/note.go
index f846eeb62b..2f9db143dc 100644
--- a/src/cmd/go/note.go
+++ b/src/cmd/go/note.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/go/note_test.go b/src/cmd/go/note_test.go
index 811734b377..84bc2a1872 100644
--- a/src/cmd/go/note_test.go
+++ b/src/cmd/go/note_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/go/pkg.go b/src/cmd/go/pkg.go
index ccff783c29..9de33f3521 100644
--- a/src/cmd/go/pkg.go
+++ b/src/cmd/go/pkg.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/cmd/go/pkg_test.go b/src/cmd/go/pkg_test.go
index 1e7ca2c6fe..79479c2af5 100644
--- a/src/cmd/go/pkg_test.go
+++ b/src/cmd/go/pkg_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/go/run.go b/src/cmd/go/run.go
index bf10f4f3e9..d9b0cac6a6 100644
--- a/src/cmd/go/run.go
+++ b/src/cmd/go/run.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/cmd/go/tag_test.go b/src/cmd/go/tag_test.go
index ffe218c7b6..6649bd6195 100644
--- a/src/cmd/go/tag_test.go
+++ b/src/cmd/go/tag_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.
diff --git a/src/cmd/go/test.go b/src/cmd/go/test.go
index 1d39a72197..1996fc4183 100644
--- a/src/cmd/go/test.go
+++ b/src/cmd/go/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.
diff --git a/src/cmd/go/testdata/dep_test.go b/src/cmd/go/testdata/dep_test.go
index 0c53ac4f96..ac39a5bb1c 100644
--- a/src/cmd/go/testdata/dep_test.go
+++ b/src/cmd/go/testdata/dep_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/go/testdata/example1_test.go b/src/cmd/go/testdata/example1_test.go
index ec7092e972..87e6c0acfa 100644
--- a/src/cmd/go/testdata/example1_test.go
+++ b/src/cmd/go/testdata/example1_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/go/testdata/example2_test.go b/src/cmd/go/testdata/example2_test.go
index 1e0e80b80f..5d13426005 100644
--- a/src/cmd/go/testdata/example2_test.go
+++ b/src/cmd/go/testdata/example2_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/go/testdata/generate/test1.go b/src/cmd/go/testdata/generate/test1.go
index 1f05734f04..168cfb74fb 100644
--- a/src/cmd/go/testdata/generate/test1.go
+++ b/src/cmd/go/testdata/generate/test1.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/go/testdata/generate/test2.go b/src/cmd/go/testdata/generate/test2.go
index ef1a3d9515..829244a166 100644
--- a/src/cmd/go/testdata/generate/test2.go
+++ b/src/cmd/go/testdata/generate/test2.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/go/testdata/generate/test3.go b/src/cmd/go/testdata/generate/test3.go
index 3d6a8a5c74..e950da591a 100644
--- a/src/cmd/go/testdata/generate/test3.go
+++ b/src/cmd/go/testdata/generate/test3.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/go/testdata/generate/test4.go b/src/cmd/go/testdata/generate/test4.go
index a7631c4a45..6dae0486eb 100644
--- a/src/cmd/go/testdata/generate/test4.go
+++ b/src/cmd/go/testdata/generate/test4.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/go/testgo.go b/src/cmd/go/testgo.go
index 01923f74bd..e507f34be6 100644
--- a/src/cmd/go/testgo.go
+++ b/src/cmd/go/testgo.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/go/tool.go b/src/cmd/go/tool.go
index 9ff0dcfb12..b829037ec5 100644
--- a/src/cmd/go/tool.go
+++ b/src/cmd/go/tool.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/cmd/go/vcs.go b/src/cmd/go/vcs.go
index 797d91fb96..bda72f44f7 100644
--- a/src/cmd/go/vcs.go
+++ b/src/cmd/go/vcs.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/cmd/go/vcs_test.go b/src/cmd/go/vcs_test.go
index a90c2061ed..d817ce3ed0 100644
--- a/src/cmd/go/vcs_test.go
+++ b/src/cmd/go/vcs_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/go/vendor_test.go b/src/cmd/go/vendor_test.go
index 40fe309b6d..199eab4471 100644
--- a/src/cmd/go/vendor_test.go
+++ b/src/cmd/go/vendor_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/go/version.go b/src/cmd/go/version.go
index a41f4a7361..3045f350d7 100644
--- a/src/cmd/go/version.go
+++ b/src/cmd/go/version.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/cmd/go/vet.go b/src/cmd/go/vet.go
index 81b978e8da..8e296c8572 100644
--- a/src/cmd/go/vet.go
+++ b/src/cmd/go/vet.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/cmd/gofmt/rewrite.go b/src/cmd/gofmt/rewrite.go
index 069f96622c..1eaeca6f10 100644
--- a/src/cmd/gofmt/rewrite.go
+++ b/src/cmd/gofmt/rewrite.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/cmd/internal/gcprog/gcprog.go b/src/cmd/internal/gcprog/gcprog.go
index 5845f7d65e..7880917ecf 100644
--- a/src/cmd/internal/gcprog/gcprog.go
+++ b/src/cmd/internal/gcprog/gcprog.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/internal/goobj/read.go b/src/cmd/internal/goobj/read.go
index dff6224d85..b763135eba 100644
--- a/src/cmd/internal/goobj/read.go
+++ b/src/cmd/internal/goobj/read.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/goobj/read_test.go b/src/cmd/internal/goobj/read_test.go
index cc991e5d91..ff165e842d 100644
--- a/src/cmd/internal/goobj/read_test.go
+++ b/src/cmd/internal/goobj/read_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/obj/flag.go b/src/cmd/internal/obj/flag.go
index 0664f5cf8e..998098e3fc 100644
--- a/src/cmd/internal/obj/flag.go
+++ b/src/cmd/internal/obj/flag.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/internal/obj/funcdata.go b/src/cmd/internal/obj/funcdata.go
index 52913021fb..62256a3e5f 100644
--- a/src/cmd/internal/obj/funcdata.go
+++ b/src/cmd/internal/obj/funcdata.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/obj/line_test.go b/src/cmd/internal/obj/line_test.go
index 5486f0d648..56bf5844fd 100644
--- a/src/cmd/internal/obj/line_test.go
+++ b/src/cmd/internal/obj/line_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/internal/obj/objfile.go b/src/cmd/internal/obj/objfile.go
index 33330b472e..ced1e842e0 100644
--- a/src/cmd/internal/obj/objfile.go
+++ b/src/cmd/internal/obj/objfile.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/obj/pcln.go b/src/cmd/internal/obj/pcln.go
index 91c9293bb2..577d80a1d6 100644
--- a/src/cmd/internal/obj/pcln.go
+++ b/src/cmd/internal/obj/pcln.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/obj/stack.go b/src/cmd/internal/obj/stack.go
index 80f6c6c164..712a10f2ef 100644
--- a/src/cmd/internal/obj/stack.go
+++ b/src/cmd/internal/obj/stack.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/cmd/internal/obj/textflag.go b/src/cmd/internal/obj/textflag.go
index 3d3b3b8518..cf742a5218 100644
--- a/src/cmd/internal/obj/textflag.go
+++ b/src/cmd/internal/obj/textflag.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/obj/util.go b/src/cmd/internal/obj/util.go
index b6e644372f..29768e0dd1 100644
--- a/src/cmd/internal/obj/util.go
+++ b/src/cmd/internal/obj/util.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/internal/objfile/disasm.go b/src/cmd/internal/objfile/disasm.go
index f038883dc0..b2e7485a9d 100644
--- a/src/cmd/internal/objfile/disasm.go
+++ b/src/cmd/internal/objfile/disasm.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/internal/objfile/elf.go b/src/cmd/internal/objfile/elf.go
index 305706d434..7ddfe1df24 100644
--- a/src/cmd/internal/objfile/elf.go
+++ b/src/cmd/internal/objfile/elf.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/objfile/goobj.go b/src/cmd/internal/objfile/goobj.go
index 6b1607a172..cf89ebb9e4 100644
--- a/src/cmd/internal/objfile/goobj.go
+++ b/src/cmd/internal/objfile/goobj.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/objfile/macho.go b/src/cmd/internal/objfile/macho.go
index 7371c0d9d1..c98d9520c2 100644
--- a/src/cmd/internal/objfile/macho.go
+++ b/src/cmd/internal/objfile/macho.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/objfile/objfile.go b/src/cmd/internal/objfile/objfile.go
index 9227ef387f..cf58e9c6aa 100644
--- a/src/cmd/internal/objfile/objfile.go
+++ b/src/cmd/internal/objfile/objfile.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/internal/objfile/pe.go b/src/cmd/internal/objfile/pe.go
index 67e59c226b..503d657647 100644
--- a/src/cmd/internal/objfile/pe.go
+++ b/src/cmd/internal/objfile/pe.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/internal/objfile/plan9obj.go b/src/cmd/internal/objfile/plan9obj.go
index eb6cba5eb1..45a6d02748 100644
--- a/src/cmd/internal/objfile/plan9obj.go
+++ b/src/cmd/internal/objfile/plan9obj.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/link/internal/ld/arch.go b/src/cmd/link/internal/ld/arch.go
index 2fcfd6331a..306e2df34f 100644
--- a/src/cmd/link/internal/ld/arch.go
+++ b/src/cmd/link/internal/ld/arch.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/link/internal/ld/objfile.go b/src/cmd/link/internal/ld/objfile.go
index d758fbd55d..05d18ec4c2 100644
--- a/src/cmd/link/internal/ld/objfile.go
+++ b/src/cmd/link/internal/ld/objfile.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/link/internal/ld/pcln.go b/src/cmd/link/internal/ld/pcln.go
index d1e3c2589b..92c02f6992 100644
--- a/src/cmd/link/internal/ld/pcln.go
+++ b/src/cmd/link/internal/ld/pcln.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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.
@@ -97,7 +97,7 @@ func pciterinit(ctxt *Link, it *Pciter, d *Pcdata) {
pciternext(it)
}
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/link/internal/ld/util.go b/src/cmd/link/internal/ld/util.go
index 2995e7f052..e84d17d308 100644
--- a/src/cmd/link/internal/ld/util.go
+++ b/src/cmd/link/internal/ld/util.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/link/main.go b/src/cmd/link/main.go
index 63df8dea6a..e52b718699 100644
--- a/src/cmd/link/main.go
+++ b/src/cmd/link/main.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/newlink/auto.go b/src/cmd/newlink/auto.go
index 21f6d60827..aaebdd24d3 100644
--- a/src/cmd/newlink/auto.go
+++ b/src/cmd/newlink/auto.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/auto_test.go b/src/cmd/newlink/auto_test.go
index f99e097a9c..5447b87a65 100644
--- a/src/cmd/newlink/auto_test.go
+++ b/src/cmd/newlink/auto_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/dead.go b/src/cmd/newlink/dead.go
index ee23a61f81..ec2f2b8f38 100644
--- a/src/cmd/newlink/dead.go
+++ b/src/cmd/newlink/dead.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/dead_test.go b/src/cmd/newlink/dead_test.go
index eb34d0580d..846f8a7409 100644
--- a/src/cmd/newlink/dead_test.go
+++ b/src/cmd/newlink/dead_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/debug.go b/src/cmd/newlink/debug.go
index ee20644fd0..9e7b73ed6d 100644
--- a/src/cmd/newlink/debug.go
+++ b/src/cmd/newlink/debug.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/hex_test.go b/src/cmd/newlink/hex_test.go
index b76b266558..435c8eaa96 100644
--- a/src/cmd/newlink/hex_test.go
+++ b/src/cmd/newlink/hex_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/layout.go b/src/cmd/newlink/layout.go
index d5c291e255..587cc6531d 100644
--- a/src/cmd/newlink/layout.go
+++ b/src/cmd/newlink/layout.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/layout_test.go b/src/cmd/newlink/layout_test.go
index e5513af35e..8745d3d9a9 100644
--- a/src/cmd/newlink/layout_test.go
+++ b/src/cmd/newlink/layout_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/link_test.go b/src/cmd/newlink/link_test.go
index b5ae15fc71..324de0f64f 100644
--- a/src/cmd/newlink/link_test.go
+++ b/src/cmd/newlink/link_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/load.go b/src/cmd/newlink/load.go
index 50602b82a1..637433a6e8 100644
--- a/src/cmd/newlink/load.go
+++ b/src/cmd/newlink/load.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/macho.go b/src/cmd/newlink/macho.go
index 4e5524be9b..44801a040a 100644
--- a/src/cmd/newlink/macho.go
+++ b/src/cmd/newlink/macho.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/macho_test.go b/src/cmd/newlink/macho_test.go
index 37c4418b77..54094d1bca 100644
--- a/src/cmd/newlink/macho_test.go
+++ b/src/cmd/newlink/macho_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/main.go b/src/cmd/newlink/main.go
index b23f3f87b0..4f2f075469 100644
--- a/src/cmd/newlink/main.go
+++ b/src/cmd/newlink/main.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/pclntab.go b/src/cmd/newlink/pclntab.go
index 0a4cfc9c46..4654b1acfd 100644
--- a/src/cmd/newlink/pclntab.go
+++ b/src/cmd/newlink/pclntab.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/pclntab_test.go b/src/cmd/newlink/pclntab_test.go
index ea80806742..73588dc2d8 100644
--- a/src/cmd/newlink/pclntab_test.go
+++ b/src/cmd/newlink/pclntab_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/prog.go b/src/cmd/newlink/prog.go
index 77fb1ece5b..3ec65fe788 100644
--- a/src/cmd/newlink/prog.go
+++ b/src/cmd/newlink/prog.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/prog_test.go b/src/cmd/newlink/prog_test.go
index 0853506957..545059618c 100644
--- a/src/cmd/newlink/prog_test.go
+++ b/src/cmd/newlink/prog_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/runtime.go b/src/cmd/newlink/runtime.go
index acda2d24d6..fe10738ad0 100644
--- a/src/cmd/newlink/runtime.go
+++ b/src/cmd/newlink/runtime.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/scan.go b/src/cmd/newlink/scan.go
index 7feb0d8900..f5fe028001 100644
--- a/src/cmd/newlink/scan.go
+++ b/src/cmd/newlink/scan.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/testdata/autosection.s b/src/cmd/newlink/testdata/autosection.s
index e0cb21723e..a7ce7f4d84 100644
--- a/src/cmd/newlink/testdata/autosection.s
+++ b/src/cmd/newlink/testdata/autosection.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/testdata/autoweak.s b/src/cmd/newlink/testdata/autoweak.s
index 2d11330db2..6611456cbb 100644
--- a/src/cmd/newlink/testdata/autoweak.s
+++ b/src/cmd/newlink/testdata/autoweak.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/testdata/dead.s b/src/cmd/newlink/testdata/dead.s
index 86f31360fa..96d9e3cc9e 100644
--- a/src/cmd/newlink/testdata/dead.s
+++ b/src/cmd/newlink/testdata/dead.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/testdata/genpcln.go b/src/cmd/newlink/testdata/genpcln.go
index c10eaeae91..f797dbb169 100644
--- a/src/cmd/newlink/testdata/genpcln.go
+++ b/src/cmd/newlink/testdata/genpcln.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/testdata/layout.s b/src/cmd/newlink/testdata/layout.s
index c3e55ef49a..ef0eb32aec 100644
--- a/src/cmd/newlink/testdata/layout.s
+++ b/src/cmd/newlink/testdata/layout.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/util.go b/src/cmd/newlink/util.go
index b8a6b2cb30..1df2abf34c 100644
--- a/src/cmd/newlink/util.go
+++ b/src/cmd/newlink/util.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/newlink/write.go b/src/cmd/newlink/write.go
index 7e11b2fe71..9e61328eb7 100644
--- a/src/cmd/newlink/write.go
+++ b/src/cmd/newlink/write.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/nm/nm.go b/src/cmd/nm/nm.go
index 3089e481be..462c4c510f 100644
--- a/src/cmd/nm/nm.go
+++ b/src/cmd/nm/nm.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/pprof/doc.go b/src/cmd/pprof/doc.go
index 1e094feee3..84de036610 100644
--- a/src/cmd/pprof/doc.go
+++ b/src/cmd/pprof/doc.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/trace/pprof.go b/src/cmd/trace/pprof.go
index 154f04d56c..eaddf63ee8 100644
--- a/src/cmd/trace/pprof.go
+++ b/src/cmd/trace/pprof.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/trace/trace.go b/src/cmd/trace/trace.go
index e6eb320aa2..fff732b856 100644
--- a/src/cmd/trace/trace.go
+++ b/src/cmd/trace/trace.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/vet/asmdecl.go b/src/cmd/vet/asmdecl.go
index e4a9871a21..1b313cfe1b 100644
--- a/src/cmd/vet/asmdecl.go
+++ b/src/cmd/vet/asmdecl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/vet/buildtag.go b/src/cmd/vet/buildtag.go
index 2d86edf734..ccf764ef89 100644
--- a/src/cmd/vet/buildtag.go
+++ b/src/cmd/vet/buildtag.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/vet/cgo.go b/src/cmd/vet/cgo.go
index 1985a86fe0..f056f07f88 100644
--- a/src/cmd/vet/cgo.go
+++ b/src/cmd/vet/cgo.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/cmd/vet/deadcode.go b/src/cmd/vet/deadcode.go
index 3b306c2104..abede47a45 100644
--- a/src/cmd/vet/deadcode.go
+++ b/src/cmd/vet/deadcode.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/vet/testdata/buildtag.go b/src/cmd/vet/testdata/buildtag.go
index eb36fd3259..f12f895dfb 100644
--- a/src/cmd/vet/testdata/buildtag.go
+++ b/src/cmd/vet/testdata/buildtag.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/cmd/vet/testdata/unsafeptr.go b/src/cmd/vet/testdata/unsafeptr.go
index 8f64030b85..e04856e234 100644
--- a/src/cmd/vet/testdata/unsafeptr.go
+++ b/src/cmd/vet/testdata/unsafeptr.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/vet/unsafeptr.go b/src/cmd/vet/unsafeptr.go
index 9ca27dce0e..a143e4d81c 100644
--- a/src/cmd/vet/unsafeptr.go
+++ b/src/cmd/vet/unsafeptr.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/cmd/vet/vet_test.go b/src/cmd/vet/vet_test.go
index c1026a3fa1..20d72de313 100644
--- a/src/cmd/vet/vet_test.go
+++ b/src/cmd/vet/vet_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/cipher/cipher_test.go b/src/crypto/cipher/cipher_test.go
index 8da5bce93f..1faa7b87e5 100644
--- a/src/crypto/cipher/cipher_test.go
+++ b/src/crypto/cipher/cipher_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/elliptic/p224.go b/src/crypto/elliptic/p224.go
index 2d3fac74fb..de266ca77a 100644
--- a/src/crypto/elliptic/p224.go
+++ b/src/crypto/elliptic/p224.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/crypto/elliptic/p224_test.go b/src/crypto/elliptic/p224_test.go
index 4b26d1610e..8b4fa0483b 100644
--- a/src/crypto/elliptic/p224_test.go
+++ b/src/crypto/elliptic/p224_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/crypto/elliptic/p256.go b/src/crypto/elliptic/p256.go
index 5103e86de9..e00d4f79f9 100644
--- a/src/crypto/elliptic/p256.go
+++ b/src/crypto/elliptic/p256.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/md5/gen.go b/src/crypto/md5/gen.go
index 8cd0a6358e..178fad1828 100644
--- a/src/crypto/md5/gen.go
+++ b/src/crypto/md5/gen.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/crypto/md5/md5block_decl.go b/src/crypto/md5/md5block_decl.go
index d7956a6d20..a0c3fd1a95 100644
--- a/src/crypto/md5/md5block_decl.go
+++ b/src/crypto/md5/md5block_decl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/rand/eagain.go b/src/crypto/rand/eagain.go
index 2c853d0a13..7ed2f47ea6 100644
--- a/src/crypto/rand/eagain.go
+++ b/src/crypto/rand/eagain.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/crypto/rand/example_test.go b/src/crypto/rand/example_test.go
index 8a27173002..ed1864761a 100644
--- a/src/crypto/rand/example_test.go
+++ b/src/crypto/rand/example_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.
diff --git a/src/crypto/rand/rand.go b/src/crypto/rand/rand.go
index 5e48fc9cd9..6f7523d9d7 100644
--- a/src/crypto/rand/rand.go
+++ b/src/crypto/rand/rand.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/crypto/rand/rand_linux.go b/src/crypto/rand/rand_linux.go
index 7d6d9e8a09..472daa7650 100644
--- a/src/crypto/rand/rand_linux.go
+++ b/src/crypto/rand/rand_linux.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/crypto/rand/rand_openbsd.go b/src/crypto/rand/rand_openbsd.go
index 405c091060..9cc39f72d1 100644
--- a/src/crypto/rand/rand_openbsd.go
+++ b/src/crypto/rand/rand_openbsd.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/crypto/rand/rand_test.go b/src/crypto/rand/rand_test.go
index e46e61d374..e45f58e4e7 100644
--- a/src/crypto/rand/rand_test.go
+++ b/src/crypto/rand/rand_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/crypto/rand/rand_unix.go b/src/crypto/rand/rand_unix.go
index 75c36e05b3..37dd37eeb8 100644
--- a/src/crypto/rand/rand_unix.go
+++ b/src/crypto/rand/rand_unix.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/crypto/rand/rand_windows.go b/src/crypto/rand/rand_windows.go
index 82b39b64a3..4d7511a840 100644
--- a/src/crypto/rand/rand_windows.go
+++ b/src/crypto/rand/rand_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/crypto/rand/util.go b/src/crypto/rand/util.go
index 5f74407850..599cdc22cd 100644
--- a/src/crypto/rand/util.go
+++ b/src/crypto/rand/util.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/crypto/rand/util_test.go b/src/crypto/rand/util_test.go
index 2f7cba8364..7b07689676 100644
--- a/src/crypto/rand/util_test.go
+++ b/src/crypto/rand/util_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha1/sha1block_386.s b/src/crypto/sha1/sha1block_386.s
index a0adabc3c3..46f5d79c09 100644
--- a/src/crypto/sha1/sha1block_386.s
+++ b/src/crypto/sha1/sha1block_386.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha1/sha1block_amd64.s b/src/crypto/sha1/sha1block_amd64.s
index 4319df63e1..a504e14751 100644
--- a/src/crypto/sha1/sha1block_amd64.s
+++ b/src/crypto/sha1/sha1block_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha1/sha1block_amd64p32.s b/src/crypto/sha1/sha1block_amd64p32.s
index d93fbf1ed3..efebbf0766 100644
--- a/src/crypto/sha1/sha1block_amd64p32.s
+++ b/src/crypto/sha1/sha1block_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha1/sha1block_arm.s b/src/crypto/sha1/sha1block_arm.s
index c06d4ba316..9c768017c1 100644
--- a/src/crypto/sha1/sha1block_arm.s
+++ b/src/crypto/sha1/sha1block_arm.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/crypto/sha1/sha1block_decl.go b/src/crypto/sha1/sha1block_decl.go
index 24e521af1f..082735f064 100644
--- a/src/crypto/sha1/sha1block_decl.go
+++ b/src/crypto/sha1/sha1block_decl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha256/sha256block_386.s b/src/crypto/sha256/sha256block_386.s
index 73ae2bf300..e0353c3edc 100644
--- a/src/crypto/sha256/sha256block_386.s
+++ b/src/crypto/sha256/sha256block_386.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha256/sha256block_amd64.s b/src/crypto/sha256/sha256block_amd64.s
index 868eaed489..c9f134c106 100644
--- a/src/crypto/sha256/sha256block_amd64.s
+++ b/src/crypto/sha256/sha256block_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha256/sha256block_decl.go b/src/crypto/sha256/sha256block_decl.go
index a50c978710..35fe34b98a 100644
--- a/src/crypto/sha256/sha256block_decl.go
+++ b/src/crypto/sha256/sha256block_decl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha512/sha512block_amd64.s b/src/crypto/sha512/sha512block_amd64.s
index 2e10233de1..87502cdfc6 100644
--- a/src/crypto/sha512/sha512block_amd64.s
+++ b/src/crypto/sha512/sha512block_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/crypto/sha512/sha512block_decl.go b/src/crypto/sha512/sha512block_decl.go
index bef99de2e4..8034153779 100644
--- a/src/crypto/sha512/sha512block_decl.go
+++ b/src/crypto/sha512/sha512block_decl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/debug/dwarf/buf.go b/src/debug/dwarf/buf.go
index 2ade0bd76a..98fe7a6ec6 100644
--- a/src/debug/dwarf/buf.go
+++ b/src/debug/dwarf/buf.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/debug/dwarf/const.go b/src/debug/dwarf/const.go
index 2170db1e32..04d8c506b0 100644
--- a/src/debug/dwarf/const.go
+++ b/src/debug/dwarf/const.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/debug/dwarf/entry.go b/src/debug/dwarf/entry.go
index 6b140c60c7..5001bf85a2 100644
--- a/src/debug/dwarf/entry.go
+++ b/src/debug/dwarf/entry.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/debug/dwarf/line.go b/src/debug/dwarf/line.go
index ca64bbd7f3..b3b91ade62 100644
--- a/src/debug/dwarf/line.go
+++ b/src/debug/dwarf/line.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/debug/dwarf/line_test.go b/src/debug/dwarf/line_test.go
index 4104b5d49b..cc363f5478 100644
--- a/src/debug/dwarf/line_test.go
+++ b/src/debug/dwarf/line_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/debug/dwarf/open.go b/src/debug/dwarf/open.go
index c1b3f37aca..7255195031 100644
--- a/src/debug/dwarf/open.go
+++ b/src/debug/dwarf/open.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/debug/dwarf/testdata/typedef.c b/src/debug/dwarf/testdata/typedef.c
index f05f01564f..4780a0b2ba 100644
--- a/src/debug/dwarf/testdata/typedef.c
+++ b/src/debug/dwarf/testdata/typedef.c
@@ -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/debug/dwarf/type.go b/src/debug/dwarf/type.go
index c76a472d78..e4dc6480d8 100644
--- a/src/debug/dwarf/type.go
+++ b/src/debug/dwarf/type.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/debug/dwarf/type_test.go b/src/debug/dwarf/type_test.go
index ad6308deba..2bd7a48961 100644
--- a/src/debug/dwarf/type_test.go
+++ b/src/debug/dwarf/type_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.
diff --git a/src/debug/dwarf/typeunit.go b/src/debug/dwarf/typeunit.go
index 0f4e07ebf7..4032cd4745 100644
--- a/src/debug/dwarf/typeunit.go
+++ b/src/debug/dwarf/typeunit.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/debug/dwarf/unit.go b/src/debug/dwarf/unit.go
index ceb6cdbff3..e45aed7ad1 100644
--- a/src/debug/dwarf/unit.go
+++ b/src/debug/dwarf/unit.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/debug/elf/elf_test.go b/src/debug/elf/elf_test.go
index e3c51bb717..f8985a8992 100644
--- a/src/debug/elf/elf_test.go
+++ b/src/debug/elf/elf_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.
diff --git a/src/debug/elf/file.go b/src/debug/elf/file.go
index 199aa4ec57..17bf76b29e 100644
--- a/src/debug/elf/file.go
+++ b/src/debug/elf/file.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/debug/elf/file_test.go b/src/debug/elf/file_test.go
index 5c0df0f1e9..462d9227a1 100644
--- a/src/debug/elf/file_test.go
+++ b/src/debug/elf/file_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.
diff --git a/src/debug/elf/reader.go b/src/debug/elf/reader.go
index 17b57165bc..4dac6d1b29 100644
--- a/src/debug/elf/reader.go
+++ b/src/debug/elf/reader.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/debug/gosym/pclntab.go b/src/debug/gosym/pclntab.go
index 6620aefb05..3aad41fe06 100644
--- a/src/debug/gosym/pclntab.go
+++ b/src/debug/gosym/pclntab.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/debug/gosym/pclntab_test.go b/src/debug/gosym/pclntab_test.go
index 355bb0433e..a4557118f2 100644
--- a/src/debug/gosym/pclntab_test.go
+++ b/src/debug/gosym/pclntab_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.
diff --git a/src/debug/gosym/symtab.go b/src/debug/gosym/symtab.go
index 46f0783344..aab53752ea 100644
--- a/src/debug/gosym/symtab.go
+++ b/src/debug/gosym/symtab.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/debug/macho/fat.go b/src/debug/macho/fat.go
index a34232e022..6bd730dc0b 100644
--- a/src/debug/macho/fat.go
+++ b/src/debug/macho/fat.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/debug/macho/file.go b/src/debug/macho/file.go
index a7599aa5b2..063a6f5ff8 100644
--- a/src/debug/macho/file.go
+++ b/src/debug/macho/file.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/debug/macho/file_test.go b/src/debug/macho/file_test.go
index 4797780ce7..9ff6c5d96e 100644
--- a/src/debug/macho/file_test.go
+++ b/src/debug/macho/file_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.
diff --git a/src/debug/macho/macho.go b/src/debug/macho/macho.go
index d9678c8eda..7b61428664 100644
--- a/src/debug/macho/macho.go
+++ b/src/debug/macho/macho.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/debug/pe/file.go b/src/debug/pe/file.go
index 3df4ae7368..6adb039fd9 100644
--- a/src/debug/pe/file.go
+++ b/src/debug/pe/file.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/debug/pe/file_test.go b/src/debug/pe/file_test.go
index 316a569ede..7367b982e2 100644
--- a/src/debug/pe/file_test.go
+++ b/src/debug/pe/file_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.
diff --git a/src/debug/pe/pe.go b/src/debug/pe/pe.go
index 8e90b1b513..6af40e2c78 100644
--- a/src/debug/pe/pe.go
+++ b/src/debug/pe/pe.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/debug/plan9obj/file.go b/src/debug/plan9obj/file.go
index b11ed86f18..c78e35d000 100644
--- a/src/debug/plan9obj/file.go
+++ b/src/debug/plan9obj/file.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/debug/plan9obj/file_test.go b/src/debug/plan9obj/file_test.go
index cfd7a61d1c..7e107bca2f 100644
--- a/src/debug/plan9obj/file_test.go
+++ b/src/debug/plan9obj/file_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/debug/plan9obj/plan9obj.go b/src/debug/plan9obj/plan9obj.go
index af9858562f..7a194514c2 100644
--- a/src/debug/plan9obj/plan9obj.go
+++ b/src/debug/plan9obj/plan9obj.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/base32/example_test.go b/src/encoding/base32/example_test.go
index f6128d9003..2a302d88da 100644
--- a/src/encoding/base32/example_test.go
+++ b/src/encoding/base32/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/base64/example_test.go b/src/encoding/base64/example_test.go
index 8d2c9ce5bf..73f119ac5e 100644
--- a/src/encoding/base64/example_test.go
+++ b/src/encoding/base64/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/binary/binary.go b/src/encoding/binary/binary.go
index 1c2577b68d..d2e267eca5 100644
--- a/src/encoding/binary/binary.go
+++ b/src/encoding/binary/binary.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/binary/binary_test.go b/src/encoding/binary/binary_test.go
index 7fd36fa4ef..efc425ec42 100644
--- a/src/encoding/binary/binary_test.go
+++ b/src/encoding/binary/binary_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.
diff --git a/src/encoding/binary/example_test.go b/src/encoding/binary/example_test.go
index 067cf553be..c0fec7385f 100644
--- a/src/encoding/binary/example_test.go
+++ b/src/encoding/binary/example_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.
diff --git a/src/encoding/binary/varint.go b/src/encoding/binary/varint.go
index 3a2dfa3c74..d7a75f99b1 100644
--- a/src/encoding/binary/varint.go
+++ b/src/encoding/binary/varint.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/encoding.go b/src/encoding/encoding.go
index 6d218071b7..cc5a536996 100644
--- a/src/encoding/encoding.go
+++ b/src/encoding/encoding.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/json/bench_test.go b/src/encoding/json/bench_test.go
index 8a514e58cd..cd7380b1ef 100644
--- a/src/encoding/json/bench_test.go
+++ b/src/encoding/json/bench_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.
diff --git a/src/encoding/json/encode.go b/src/encoding/json/encode.go
index 69ac7e03c8..e54f7e9469 100644
--- a/src/encoding/json/encode.go
+++ b/src/encoding/json/encode.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/json/example_test.go b/src/encoding/json/example_test.go
index da08e10f4a..326bdc9540 100644
--- a/src/encoding/json/example_test.go
+++ b/src/encoding/json/example_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.
diff --git a/src/encoding/json/indent.go b/src/encoding/json/indent.go
index 7cd9f4db18..fba19548c9 100644
--- a/src/encoding/json/indent.go
+++ b/src/encoding/json/indent.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/json/number_test.go b/src/encoding/json/number_test.go
index 4e63cf9c74..4b86999638 100644
--- a/src/encoding/json/number_test.go
+++ b/src/encoding/json/number_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.
diff --git a/src/encoding/json/scanner.go b/src/encoding/json/scanner.go
index ee6622e8cf..e495a4e8f0 100644
--- a/src/encoding/json/scanner.go
+++ b/src/encoding/json/scanner.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/json/scanner_test.go b/src/encoding/json/scanner_test.go
index 66383ef0ef..70a28974f7 100644
--- a/src/encoding/json/scanner_test.go
+++ b/src/encoding/json/scanner_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/json/stream.go b/src/encoding/json/stream.go
index 8ddcf4d279..c056f2b6a5 100644
--- a/src/encoding/json/stream.go
+++ b/src/encoding/json/stream.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/json/stream_test.go b/src/encoding/json/stream_test.go
index c2e30408cd..cca644eb41 100644
--- a/src/encoding/json/stream_test.go
+++ b/src/encoding/json/stream_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/json/tagkey_test.go b/src/encoding/json/tagkey_test.go
index 85bb4ba837..c1739ea97f 100644
--- a/src/encoding/json/tagkey_test.go
+++ b/src/encoding/json/tagkey_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.
diff --git a/src/encoding/json/tags_test.go b/src/encoding/json/tags_test.go
index 91fb18831e..8ba8ddd5f8 100644
--- a/src/encoding/json/tags_test.go
+++ b/src/encoding/json/tags_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.
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.
diff --git a/src/errors/errors.go b/src/errors/errors.go
index 3085a7962c..b8a46921be 100644
--- a/src/errors/errors.go
+++ b/src/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/src/errors/errors_test.go b/src/errors/errors_test.go
index 63c05d7185..cf4df90b69 100644
--- a/src/errors/errors_test.go
+++ b/src/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.
diff --git a/src/errors/example_test.go b/src/errors/example_test.go
index 0e86828f4e..5dc8841237 100644
--- a/src/errors/example_test.go
+++ b/src/errors/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/flag/export_test.go b/src/flag/export_test.go
index 56cda58b36..12d3dc76df 100644
--- a/src/flag/export_test.go
+++ b/src/flag/export_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/fmt/export_test.go b/src/fmt/export_test.go
index 89d57ee6ce..12d5a1130a 100644
--- a/src/fmt/export_test.go
+++ b/src/fmt/export_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/go/build/build.go b/src/go/build/build.go
index fe8c31ff7b..b723269fda 100644
--- a/src/go/build/build.go
+++ b/src/go/build/build.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/go/build/build_test.go b/src/go/build/build_test.go
index 9a473f41ec..4d6fc2423e 100644
--- a/src/go/build/build_test.go
+++ b/src/go/build/build_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.
diff --git a/src/go/build/deps_test.go b/src/go/build/deps_test.go
index 376931e198..77fd701665 100644
--- a/src/go/build/deps_test.go
+++ b/src/go/build/deps_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/go/build/doc.go b/src/go/build/doc.go
index d436d28b31..236277e247 100644
--- a/src/go/build/doc.go
+++ b/src/go/build/doc.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/go/build/read.go b/src/go/build/read.go
index 1049ac50d9..d411c1980e 100644
--- a/src/go/build/read.go
+++ b/src/go/build/read.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/go/build/read_test.go b/src/go/build/read_test.go
index 326960bdc9..9cef657e13 100644
--- a/src/go/build/read_test.go
+++ b/src/go/build/read_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/go/build/syslist.go b/src/go/build/syslist.go
index 7adb0ca3d8..c83622bb71 100644
--- a/src/go/build/syslist.go
+++ b/src/go/build/syslist.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/go/build/syslist_test.go b/src/go/build/syslist_test.go
index 3be2928f52..7973ff4ee5 100644
--- a/src/go/build/syslist_test.go
+++ b/src/go/build/syslist_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.
diff --git a/src/go/types/labels.go b/src/go/types/labels.go
index 7364d4dbe6..3b43b4ba05 100644
--- a/src/go/types/labels.go
+++ b/src/go/types/labels.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/go/types/testdata/gotos.src b/src/go/types/testdata/gotos.src
index 0c7ee44056..069a94bbbf 100644
--- a/src/go/types/testdata/gotos.src
+++ b/src/go/types/testdata/gotos.src
@@ -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/go/types/testdata/labels.src b/src/go/types/testdata/labels.src
index 102ffc7c17..9f42406965 100644
--- a/src/go/types/testdata/labels.src
+++ b/src/go/types/testdata/labels.src
@@ -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/image/draw/draw.go b/src/image/draw/draw.go
index e47c48d961..94e3575663 100644
--- a/src/image/draw/draw.go
+++ b/src/image/draw/draw.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/internal/race/doc.go b/src/internal/race/doc.go
index d6a2243eb8..8fa44ce6f1 100644
--- a/src/internal/race/doc.go
+++ b/src/internal/race/doc.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/internal/race/norace.go b/src/internal/race/norace.go
index d9049eb1eb..7ef5912901 100644
--- a/src/internal/race/norace.go
+++ b/src/internal/race/norace.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/internal/race/race.go b/src/internal/race/race.go
index cb0e773c44..6c721f6f1d 100644
--- a/src/internal/race/race.go
+++ b/src/internal/race/race.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/internal/singleflight/singleflight.go b/src/internal/singleflight/singleflight.go
index f4cb2d670d..de81ac87b9 100644
--- a/src/internal/singleflight/singleflight.go
+++ b/src/internal/singleflight/singleflight.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/internal/singleflight/singleflight_test.go b/src/internal/singleflight/singleflight_test.go
index c0ec0240c7..5e6f1b328e 100644
--- a/src/internal/singleflight/singleflight_test.go
+++ b/src/internal/singleflight/singleflight_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/internal/syscall/unix/getentropy_openbsd.go b/src/internal/syscall/unix/getentropy_openbsd.go
index fd3dabc3f2..d5caa8095a 100644
--- a/src/internal/syscall/unix/getentropy_openbsd.go
+++ b/src/internal/syscall/unix/getentropy_openbsd.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/internal/syscall/unix/getrandom_linux.go b/src/internal/syscall/unix/getrandom_linux.go
index e07557a93b..0d0d4f115c 100644
--- a/src/internal/syscall/unix/getrandom_linux.go
+++ b/src/internal/syscall/unix/getrandom_linux.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/internal/syscall/unix/getrandom_linux_386.go b/src/internal/syscall/unix/getrandom_linux_386.go
index 48c69b4585..6e41c1c61d 100644
--- a/src/internal/syscall/unix/getrandom_linux_386.go
+++ b/src/internal/syscall/unix/getrandom_linux_386.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/internal/syscall/unix/getrandom_linux_amd64.go b/src/internal/syscall/unix/getrandom_linux_amd64.go
index 7175e36e31..94e98d220b 100644
--- a/src/internal/syscall/unix/getrandom_linux_amd64.go
+++ b/src/internal/syscall/unix/getrandom_linux_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/internal/syscall/unix/getrandom_linux_arm.go b/src/internal/syscall/unix/getrandom_linux_arm.go
index c4d6f43d56..b632709e8e 100644
--- a/src/internal/syscall/unix/getrandom_linux_arm.go
+++ b/src/internal/syscall/unix/getrandom_linux_arm.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/internal/syscall/unix/getrandom_linux_generic.go b/src/internal/syscall/unix/getrandom_linux_generic.go
index 0e632dc27a..ab3f47e13e 100644
--- a/src/internal/syscall/unix/getrandom_linux_generic.go
+++ b/src/internal/syscall/unix/getrandom_linux_generic.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/internal/syscall/unix/getrandom_linux_mips64x.go b/src/internal/syscall/unix/getrandom_linux_mips64x.go
index 8531db68b0..58e1d816e7 100644
--- a/src/internal/syscall/unix/getrandom_linux_mips64x.go
+++ b/src/internal/syscall/unix/getrandom_linux_mips64x.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/internal/syscall/unix/getrandom_linux_ppc64x.go b/src/internal/syscall/unix/getrandom_linux_ppc64x.go
index 6edaba2f14..0e4b47392b 100644
--- a/src/internal/syscall/unix/getrandom_linux_ppc64x.go
+++ b/src/internal/syscall/unix/getrandom_linux_ppc64x.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/internal/syscall/windows/syscall_windows.go b/src/internal/syscall/windows/syscall_windows.go
index 165e8945ec..7b2bc79ceb 100644
--- a/src/internal/syscall/windows/syscall_windows.go
+++ b/src/internal/syscall/windows/syscall_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/internal/testenv/testenv.go b/src/internal/testenv/testenv.go
index 110af3d97a..99b2a2ea15 100644
--- a/src/internal/testenv/testenv.go
+++ b/src/internal/testenv/testenv.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/internal/trace/parser.go b/src/internal/trace/parser.go
index 11f9aba616..00e5d75a2e 100644
--- a/src/internal/trace/parser.go
+++ b/src/internal/trace/parser.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/io/ioutil/tempfile.go b/src/io/ioutil/tempfile.go
index 61d4a7ad37..a85982ef25 100644
--- a/src/io/ioutil/tempfile.go
+++ b/src/io/ioutil/tempfile.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/io/multi_test.go b/src/io/multi_test.go
index e80592e0f5..787ea34130 100644
--- a/src/io/multi_test.go
+++ b/src/io/multi_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/asin_386.s b/src/math/asin_386.s
index 4f34e123ef..7dab390623 100644
--- a/src/math/asin_386.s
+++ b/src/math/asin_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/asin_amd64.s b/src/math/asin_amd64.s
index 1a43d489b5..ad71be014b 100644
--- a/src/math/asin_amd64.s
+++ b/src/math/asin_amd64.s
@@ -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/math/asin_amd64p32.s b/src/math/asin_amd64p32.s
index 2751c475f9..7cbdd41579 100644
--- a/src/math/asin_amd64p32.s
+++ b/src/math/asin_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/asin_arm.s b/src/math/asin_arm.s
index 8fe03b61d8..21a8d07d6e 100644
--- a/src/math/asin_arm.s
+++ b/src/math/asin_arm.s
@@ -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/math/atan2_386.s b/src/math/atan2_386.s
index 31a74e7262..90d211bf5b 100644
--- a/src/math/atan2_386.s
+++ b/src/math/atan2_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/atan2_amd64.s b/src/math/atan2_amd64.s
index fc471f76c5..256e98cb04 100644
--- a/src/math/atan2_amd64.s
+++ b/src/math/atan2_amd64.s
@@ -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/math/atan2_amd64p32.s b/src/math/atan2_amd64p32.s
index 3fdc03ca8f..3d1711a9e9 100644
--- a/src/math/atan2_amd64p32.s
+++ b/src/math/atan2_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/atan2_arm.s b/src/math/atan2_arm.s
index 06c12ecbc4..755131f484 100644
--- a/src/math/atan2_arm.s
+++ b/src/math/atan2_arm.s
@@ -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/math/atan_386.s b/src/math/atan_386.s
index f3976b1d35..43e79b92b6 100644
--- a/src/math/atan_386.s
+++ b/src/math/atan_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/atan_amd64.s b/src/math/atan_amd64.s
index b801ae99d2..0458625ee1 100644
--- a/src/math/atan_amd64.s
+++ b/src/math/atan_amd64.s
@@ -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/math/atan_amd64p32.s b/src/math/atan_amd64p32.s
index 1c1f6cedac..166f5b9f23 100644
--- a/src/math/atan_amd64p32.s
+++ b/src/math/atan_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/atan_arm.s b/src/math/atan_arm.s
index d190a8bb0c..29b5de24d0 100644
--- a/src/math/atan_arm.s
+++ b/src/math/atan_arm.s
@@ -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/math/big/arith_amd64p32.s b/src/math/big/arith_amd64p32.s
index 8610e908fe..6006646647 100644
--- a/src/math/big/arith_amd64p32.s
+++ b/src/math/big/arith_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/big/arith_decl.go b/src/math/big/arith_decl.go
index 1707aa4e20..5433b6d61d 100644
--- a/src/math/big/arith_decl.go
+++ b/src/math/big/arith_decl.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/big/arith_decl_pure.go b/src/math/big/arith_decl_pure.go
index e760a3816b..21775ddf3e 100644
--- a/src/math/big/arith_decl_pure.go
+++ b/src/math/big/arith_decl_pure.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/math/dim_386.s b/src/math/dim_386.s
index c8194fed83..22b8abb017 100644
--- a/src/math/dim_386.s
+++ b/src/math/dim_386.s
@@ -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/math/dim_amd64.s b/src/math/dim_amd64.s
index 8e6aaadcdc..249f1b1569 100644
--- a/src/math/dim_amd64.s
+++ b/src/math/dim_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/dim_amd64p32.s b/src/math/dim_amd64p32.s
index e5e34479dd..2740aa91ca 100644
--- a/src/math/dim_amd64p32.s
+++ b/src/math/dim_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/dim_arm.s b/src/math/dim_arm.s
index be66950687..642e485bf9 100644
--- a/src/math/dim_arm.s
+++ b/src/math/dim_arm.s
@@ -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/math/exp2_386.s b/src/math/exp2_386.s
index 7d11920c2d..d04cad6a55 100644
--- a/src/math/exp2_386.s
+++ b/src/math/exp2_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/exp2_amd64.s b/src/math/exp2_amd64.s
index 903c835896..e7e1f865a4 100644
--- a/src/math/exp2_amd64.s
+++ b/src/math/exp2_amd64.s
@@ -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/math/exp2_amd64p32.s b/src/math/exp2_amd64p32.s
index 4d3830914c..067d3bf2d4 100644
--- a/src/math/exp2_amd64p32.s
+++ b/src/math/exp2_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/exp2_arm.s b/src/math/exp2_arm.s
index 58283cd082..9b996fbe39 100644
--- a/src/math/exp2_arm.s
+++ b/src/math/exp2_arm.s
@@ -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/math/exp_386.s b/src/math/exp_386.s
index 6a478a5e60..18a92efd3e 100644
--- a/src/math/exp_386.s
+++ b/src/math/exp_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/exp_amd64.s b/src/math/exp_amd64.s
index d9cf8fd86c..f63efecc41 100644
--- a/src/math/exp_amd64.s
+++ b/src/math/exp_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/exp_amd64p32.s b/src/math/exp_amd64p32.s
index 98ac2e91e2..d1f831295d 100644
--- a/src/math/exp_amd64p32.s
+++ b/src/math/exp_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/exp_arm.s b/src/math/exp_arm.s
index ce36d03caa..493677afbc 100644
--- a/src/math/exp_arm.s
+++ b/src/math/exp_arm.s
@@ -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/math/expm1_386.s b/src/math/expm1_386.s
index a48ca8a58a..c1392cd52b 100644
--- a/src/math/expm1_386.s
+++ b/src/math/expm1_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/expm1_amd64.s b/src/math/expm1_amd64.s
index b7d5a3be01..bdb78b3f3a 100644
--- a/src/math/expm1_amd64.s
+++ b/src/math/expm1_amd64.s
@@ -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/math/expm1_amd64p32.s b/src/math/expm1_amd64p32.s
index 709ebefcbf..2d27ef5c7f 100644
--- a/src/math/expm1_amd64p32.s
+++ b/src/math/expm1_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/expm1_arm.s b/src/math/expm1_arm.s
index 5f80d872f3..b7b3b482dd 100644
--- a/src/math/expm1_arm.s
+++ b/src/math/expm1_arm.s
@@ -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/math/export_test.go b/src/math/export_test.go
index 02992d70e8..368308e1e5 100644
--- a/src/math/export_test.go
+++ b/src/math/export_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.
diff --git a/src/math/floor_386.s b/src/math/floor_386.s
index 31c9b174d6..0960eecde2 100644
--- a/src/math/floor_386.s
+++ b/src/math/floor_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/floor_amd64.s b/src/math/floor_amd64.s
index 7f512e7c22..aa10ee8a9e 100644
--- a/src/math/floor_amd64.s
+++ b/src/math/floor_amd64.s
@@ -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/math/floor_amd64p32.s b/src/math/floor_amd64p32.s
index 5b87d7a408..13be9a6a77 100644
--- a/src/math/floor_amd64p32.s
+++ b/src/math/floor_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/floor_arm.s b/src/math/floor_arm.s
index 59091765b3..3123be330e 100644
--- a/src/math/floor_arm.s
+++ b/src/math/floor_arm.s
@@ -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/math/frexp_386.s b/src/math/frexp_386.s
index 5bff7e2156..832b435fe8 100644
--- a/src/math/frexp_386.s
+++ b/src/math/frexp_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/frexp_amd64.s b/src/math/frexp_amd64.s
index 93a321039b..41a6c612cf 100644
--- a/src/math/frexp_amd64.s
+++ b/src/math/frexp_amd64.s
@@ -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/math/frexp_amd64p32.s b/src/math/frexp_amd64p32.s
index fbb564539c..2a9da7328d 100644
--- a/src/math/frexp_amd64p32.s
+++ b/src/math/frexp_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/frexp_arm.s b/src/math/frexp_arm.s
index 7842eca59b..fda006897d 100644
--- a/src/math/frexp_arm.s
+++ b/src/math/frexp_arm.s
@@ -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/math/hypot_386.s b/src/math/hypot_386.s
index d321f465b4..a89cdf7c1b 100644
--- a/src/math/hypot_386.s
+++ b/src/math/hypot_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/hypot_amd64.s b/src/math/hypot_amd64.s
index a68eebc8ca..d7983a7d7b 100644
--- a/src/math/hypot_amd64.s
+++ b/src/math/hypot_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/hypot_amd64p32.s b/src/math/hypot_amd64p32.s
index b84542ae35..3f86bb724d 100644
--- a/src/math/hypot_amd64p32.s
+++ b/src/math/hypot_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/hypot_arm.s b/src/math/hypot_arm.s
index 9c8abca130..a78653af8b 100644
--- a/src/math/hypot_arm.s
+++ b/src/math/hypot_arm.s
@@ -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/math/ldexp_386.s b/src/math/ldexp_386.s
index ac8e8ba540..6f67ae1d13 100644
--- a/src/math/ldexp_386.s
+++ b/src/math/ldexp_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/ldexp_amd64.s b/src/math/ldexp_amd64.s
index 6063a64807..a8fb7c7974 100644
--- a/src/math/ldexp_amd64.s
+++ b/src/math/ldexp_amd64.s
@@ -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/math/ldexp_amd64p32.s b/src/math/ldexp_amd64p32.s
index 9aa9d9da38..a629e9bde0 100644
--- a/src/math/ldexp_amd64p32.s
+++ b/src/math/ldexp_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/ldexp_arm.s b/src/math/ldexp_arm.s
index fcffa2e0fa..b571c0acad 100644
--- a/src/math/ldexp_arm.s
+++ b/src/math/ldexp_arm.s
@@ -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/math/log10_386.s b/src/math/log10_386.s
index 2897f3c155..10eecd90e2 100644
--- a/src/math/log10_386.s
+++ b/src/math/log10_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/log10_amd64.s b/src/math/log10_amd64.s
index 8382ba7ae5..4a4d587411 100644
--- a/src/math/log10_amd64.s
+++ b/src/math/log10_amd64.s
@@ -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/math/log10_amd64p32.s b/src/math/log10_amd64p32.s
index bf43841e2c..c356226617 100644
--- a/src/math/log10_amd64p32.s
+++ b/src/math/log10_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/log10_arm.s b/src/math/log10_arm.s
index dbcb8351cf..271473d2af 100644
--- a/src/math/log10_arm.s
+++ b/src/math/log10_arm.s
@@ -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/math/log1p_386.s b/src/math/log1p_386.s
index 1c2d683a8f..63b7e62283 100644
--- a/src/math/log1p_386.s
+++ b/src/math/log1p_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/log1p_amd64.s b/src/math/log1p_amd64.s
index 1e58fb110d..5d10f29dbe 100644
--- a/src/math/log1p_amd64.s
+++ b/src/math/log1p_amd64.s
@@ -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/math/log1p_amd64p32.s b/src/math/log1p_amd64p32.s
index a14b5e38a8..10b286bca3 100644
--- a/src/math/log1p_amd64p32.s
+++ b/src/math/log1p_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/log1p_arm.s b/src/math/log1p_arm.s
index 95d5496788..6919b56c7f 100644
--- a/src/math/log1p_arm.s
+++ b/src/math/log1p_arm.s
@@ -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/math/log_386.s b/src/math/log_386.s
index ff998afb47..0b64b507b2 100644
--- a/src/math/log_386.s
+++ b/src/math/log_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/log_amd64.s b/src/math/log_amd64.s
index 84c60ab4de..bd2d06323c 100644
--- a/src/math/log_amd64.s
+++ b/src/math/log_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/log_amd64p32.s b/src/math/log_amd64p32.s
index 5058d607ee..80434c617c 100644
--- a/src/math/log_amd64p32.s
+++ b/src/math/log_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/log_arm.s b/src/math/log_arm.s
index e21d0366e9..ecc2a35d6b 100644
--- a/src/math/log_arm.s
+++ b/src/math/log_arm.s
@@ -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/math/mod_amd64.s b/src/math/mod_amd64.s
index f99dbe2931..3a0c9805b1 100644
--- a/src/math/mod_amd64.s
+++ b/src/math/mod_amd64.s
@@ -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/math/mod_amd64p32.s b/src/math/mod_amd64p32.s
index c1b2311245..fa85420f7f 100644
--- a/src/math/mod_amd64p32.s
+++ b/src/math/mod_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/mod_arm.s b/src/math/mod_arm.s
index 5afb3594dd..6e9891214e 100644
--- a/src/math/mod_arm.s
+++ b/src/math/mod_arm.s
@@ -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/math/modf_386.s b/src/math/modf_386.s
index d549f1d1a0..d9b1eebe57 100644
--- a/src/math/modf_386.s
+++ b/src/math/modf_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/modf_amd64.s b/src/math/modf_amd64.s
index 701cf72a3b..5292dd57d6 100644
--- a/src/math/modf_amd64.s
+++ b/src/math/modf_amd64.s
@@ -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/math/modf_amd64p32.s b/src/math/modf_amd64p32.s
index 5508c25471..e9cf32df62 100644
--- a/src/math/modf_amd64p32.s
+++ b/src/math/modf_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/modf_arm.s b/src/math/modf_arm.s
index ea3c8dc74f..7abd6d361f 100644
--- a/src/math/modf_arm.s
+++ b/src/math/modf_arm.s
@@ -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/math/rand/regress_test.go b/src/math/rand/regress_test.go
index 9ae5357447..fe9c4beff7 100644
--- a/src/math/rand/regress_test.go
+++ b/src/math/rand/regress_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/math/remainder_amd64.s b/src/math/remainder_amd64.s
index f7fda99d85..71b981a29d 100644
--- a/src/math/remainder_amd64.s
+++ b/src/math/remainder_amd64.s
@@ -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/math/remainder_amd64p32.s b/src/math/remainder_amd64p32.s
index cd5cf55ffb..fdca642a6c 100644
--- a/src/math/remainder_amd64p32.s
+++ b/src/math/remainder_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/remainder_arm.s b/src/math/remainder_arm.s
index 1ae597a60e..523a59cf26 100644
--- a/src/math/remainder_arm.s
+++ b/src/math/remainder_arm.s
@@ -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/math/sin_386.s b/src/math/sin_386.s
index ccc8e64bee..9d605a1e38 100644
--- a/src/math/sin_386.s
+++ b/src/math/sin_386.s
@@ -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/math/sin_amd64.s b/src/math/sin_amd64.s
index 0c33cecef3..a3d5f103f0 100644
--- a/src/math/sin_amd64.s
+++ b/src/math/sin_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/sin_amd64p32.s b/src/math/sin_amd64p32.s
index 9f93eba20d..4d9b000cde 100644
--- a/src/math/sin_amd64p32.s
+++ b/src/math/sin_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/sin_arm.s b/src/math/sin_arm.s
index 467af3dead..c8142a9a8c 100644
--- a/src/math/sin_arm.s
+++ b/src/math/sin_arm.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/sincos_386.s b/src/math/sincos_386.s
index 83af5016ef..f700a4f9bf 100644
--- a/src/math/sincos_386.s
+++ b/src/math/sincos_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/sincos_amd64.s b/src/math/sincos_amd64.s
index 59bf55f58c..b9ef88c96b 100644
--- a/src/math/sincos_amd64.s
+++ b/src/math/sincos_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/sincos_amd64p32.s b/src/math/sincos_amd64p32.s
index 360e94d099..db86029876 100644
--- a/src/math/sincos_amd64p32.s
+++ b/src/math/sincos_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/sincos_arm.s b/src/math/sincos_arm.s
index 9fe048248b..d8d833cd78 100644
--- a/src/math/sincos_arm.s
+++ b/src/math/sincos_arm.s
@@ -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/math/sqrt_386.s b/src/math/sqrt_386.s
index 5234a1e881..402d152785 100644
--- a/src/math/sqrt_386.s
+++ b/src/math/sqrt_386.s
@@ -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/math/sqrt_amd64.s b/src/math/sqrt_amd64.s
index 443d83fe35..f8d825daab 100644
--- a/src/math/sqrt_amd64.s
+++ b/src/math/sqrt_amd64.s
@@ -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/math/sqrt_amd64p32.s b/src/math/sqrt_amd64p32.s
index d83a286c2a..181114cc0b 100644
--- a/src/math/sqrt_amd64p32.s
+++ b/src/math/sqrt_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/sqrt_arm.s b/src/math/sqrt_arm.s
index 4f9dc2e038..a920b08837 100644
--- a/src/math/sqrt_arm.s
+++ b/src/math/sqrt_arm.s
@@ -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/math/sqrt_arm64.s b/src/math/sqrt_arm64.s
index 9861446eb9..3041d25722 100644
--- a/src/math/sqrt_arm64.s
+++ b/src/math/sqrt_arm64.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/math/stubs_arm64.s b/src/math/stubs_arm64.s
index eea81e9241..04de911f4b 100644
--- a/src/math/stubs_arm64.s
+++ b/src/math/stubs_arm64.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/math/stubs_mips64x.s b/src/math/stubs_mips64x.s
index 63be6ea844..97e6e4ccb1 100644
--- a/src/math/stubs_mips64x.s
+++ b/src/math/stubs_mips64x.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/math/stubs_ppc64x.s b/src/math/stubs_ppc64x.s
index 9369c5cf25..42e5480234 100644
--- a/src/math/stubs_ppc64x.s
+++ b/src/math/stubs_ppc64x.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/math/tan_386.s b/src/math/tan_386.s
index f1bdae1536..cb65a3f703 100644
--- a/src/math/tan_386.s
+++ b/src/math/tan_386.s
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/math/tan_amd64.s b/src/math/tan_amd64.s
index 39aa08061c..385ca05e27 100644
--- a/src/math/tan_amd64.s
+++ b/src/math/tan_amd64.s
@@ -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/math/tan_amd64p32.s b/src/math/tan_amd64p32.s
index 9b3f70de7d..b5e789d660 100644
--- a/src/math/tan_amd64p32.s
+++ b/src/math/tan_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/math/tan_arm.s b/src/math/tan_arm.s
index 36c7c128f6..5f2cdd1a19 100644
--- a/src/math/tan_arm.s
+++ b/src/math/tan_arm.s
@@ -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/net/cgo_android.go b/src/net/cgo_android.go
index fe9925b840..ab0368d14b 100644
--- a/src/net/cgo_android.go
+++ b/src/net/cgo_android.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/net/cgo_bsd.go b/src/net/cgo_bsd.go
index c5ec9dd9c8..a923c556d3 100644
--- a/src/net/cgo_bsd.go
+++ b/src/net/cgo_bsd.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/net/cgo_linux.go b/src/net/cgo_linux.go
index 9a5f898c26..86d8f4dc1e 100644
--- a/src/net/cgo_linux.go
+++ b/src/net/cgo_linux.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/net/cgo_netbsd.go b/src/net/cgo_netbsd.go
index 183091366c..4610246561 100644
--- a/src/net/cgo_netbsd.go
+++ b/src/net/cgo_netbsd.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/net/cgo_openbsd.go b/src/net/cgo_openbsd.go
index 183091366c..4610246561 100644
--- a/src/net/cgo_openbsd.go
+++ b/src/net/cgo_openbsd.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/net/cgo_solaris.go b/src/net/cgo_solaris.go
index dd936dd334..25c0721242 100644
--- a/src/net/cgo_solaris.go
+++ b/src/net/cgo_solaris.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/net/cgo_stub.go b/src/net/cgo_stub.go
index b86ff7daf1..52d1dfd346 100644
--- a/src/net/cgo_stub.go
+++ b/src/net/cgo_stub.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/net/cgo_unix.go b/src/net/cgo_unix.go
index c14f08547a..59c40c8d8a 100644
--- a/src/net/cgo_unix.go
+++ b/src/net/cgo_unix.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/net/conf_netcgo.go b/src/net/conf_netcgo.go
index 678361fb60..db4c703b06 100644
--- a/src/net/conf_netcgo.go
+++ b/src/net/conf_netcgo.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/net/conn_test.go b/src/net/conn_test.go
index 6995c110f2..8accbae7bb 100644
--- a/src/net/conn_test.go
+++ b/src/net/conn_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/net/dial.go b/src/net/dial.go
index 0661c3ecdf..2c052d4bc1 100644
--- a/src/net/dial.go
+++ b/src/net/dial.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/dial_gen.go b/src/net/dial_gen.go
index a628f71483..a2cd8cb44d 100644
--- a/src/net/dial_gen.go
+++ b/src/net/dial_gen.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/net/fd_plan9.go b/src/net/fd_plan9.go
index cec88609d0..1a791c0771 100644
--- a/src/net/fd_plan9.go
+++ b/src/net/fd_plan9.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/net/fd_poll_nacl.go b/src/net/fd_poll_nacl.go
index cdf14e32ce..1025a592b5 100644
--- a/src/net/fd_poll_nacl.go
+++ b/src/net/fd_poll_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/net/http/cookie_test.go b/src/net/http/cookie_test.go
index d474f31347..95e61479a1 100644
--- a/src/net/http/cookie_test.go
+++ b/src/net/http/cookie_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/http/export_test.go b/src/net/http/export_test.go
index 52bccbdce3..e14181a21b 100644
--- a/src/net/http/export_test.go
+++ b/src/net/http/export_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.
diff --git a/src/net/http/header.go b/src/net/http/header.go
index 049f32f27d..57f311fedc 100644
--- a/src/net/http/header.go
+++ b/src/net/http/header.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/http/header_test.go b/src/net/http/header_test.go
index 9dcd591fa0..bbd35c485a 100644
--- a/src/net/http/header_test.go
+++ b/src/net/http/header_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.
diff --git a/src/net/http/pprof/pprof.go b/src/net/http/pprof/pprof.go
index 63ff22123b..3400dbbdc6 100644
--- a/src/net/http/pprof/pprof.go
+++ b/src/net/http/pprof/pprof.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/http/readrequest_test.go b/src/net/http/readrequest_test.go
index 60e2be41d1..1225d97edb 100644
--- a/src/net/http/readrequest_test.go
+++ b/src/net/http/readrequest_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/http/requestwrite_test.go b/src/net/http/requestwrite_test.go
index 9b70fcbf8a..671cca91a6 100644
--- a/src/net/http/requestwrite_test.go
+++ b/src/net/http/requestwrite_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/http/response_test.go b/src/net/http/response_test.go
index d8a53400cf..354a21bc46 100644
--- a/src/net/http/response_test.go
+++ b/src/net/http/response_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/http/responsewrite_test.go b/src/net/http/responsewrite_test.go
index 5b8d47ab58..a2a32d0107 100644
--- a/src/net/http/responsewrite_test.go
+++ b/src/net/http/responsewrite_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/http/sniff.go b/src/net/http/sniff.go
index 18810bad06..44f83db020 100644
--- a/src/net/http/sniff.go
+++ b/src/net/http/sniff.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/net/interface.go b/src/net/interface.go
index 9c7b5da8fe..64a284c157 100644
--- a/src/net/interface.go
+++ b/src/net/interface.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/net/interface_bsd.go b/src/net/interface_bsd.go
index e0814798e7..4525388c95 100644
--- a/src/net/interface_bsd.go
+++ b/src/net/interface_bsd.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/net/interface_bsd_test.go b/src/net/interface_bsd_test.go
index 43ccc89f43..ed1af554ad 100644
--- a/src/net/interface_bsd_test.go
+++ b/src/net/interface_bsd_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/net/interface_darwin.go b/src/net/interface_darwin.go
index b3719d6092..72fb9443c0 100644
--- a/src/net/interface_darwin.go
+++ b/src/net/interface_darwin.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/net/interface_dragonfly.go b/src/net/interface_dragonfly.go
index c9ce5a7ac1..cb7a34ab16 100644
--- a/src/net/interface_dragonfly.go
+++ b/src/net/interface_dragonfly.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/net/interface_freebsd.go b/src/net/interface_freebsd.go
index 44ef2c1a2a..bddee8bacb 100644
--- a/src/net/interface_freebsd.go
+++ b/src/net/interface_freebsd.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/net/interface_linux.go b/src/net/interface_linux.go
index ef2042920e..55beca5895 100644
--- a/src/net/interface_linux.go
+++ b/src/net/interface_linux.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/net/interface_linux_test.go b/src/net/interface_linux_test.go
index 6251b2674c..6959ddb3d9 100644
--- a/src/net/interface_linux_test.go
+++ b/src/net/interface_linux_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/net/interface_netbsd.go b/src/net/interface_netbsd.go
index c9ce5a7ac1..cb7a34ab16 100644
--- a/src/net/interface_netbsd.go
+++ b/src/net/interface_netbsd.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/net/interface_openbsd.go b/src/net/interface_openbsd.go
index c9ce5a7ac1..cb7a34ab16 100644
--- a/src/net/interface_openbsd.go
+++ b/src/net/interface_openbsd.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/net/interface_stub.go b/src/net/interface_stub.go
index c38fb7f765..d1e30f7e95 100644
--- a/src/net/interface_stub.go
+++ b/src/net/interface_stub.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/net/interface_test.go b/src/net/interface_test.go
index 6721f72bb5..56c3e919a8 100644
--- a/src/net/interface_test.go
+++ b/src/net/interface_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.
diff --git a/src/net/interface_unix_test.go b/src/net/interface_unix_test.go
index dd20de4ac7..2ebf089736 100644
--- a/src/net/interface_unix_test.go
+++ b/src/net/interface_unix_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/net/interface_windows.go b/src/net/interface_windows.go
index 4d6bcdf4c7..78bf375b6d 100644
--- a/src/net/interface_windows.go
+++ b/src/net/interface_windows.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/net/iprawsock.go b/src/net/iprawsock.go
index f02df7fa8d..19813d171f 100644
--- a/src/net/iprawsock.go
+++ b/src/net/iprawsock.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/iprawsock_plan9.go b/src/net/iprawsock_plan9.go
index b027adc53a..e872eafe6b 100644
--- a/src/net/iprawsock_plan9.go
+++ b/src/net/iprawsock_plan9.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/iprawsock_posix.go b/src/net/iprawsock_posix.go
index 93fee3e232..449660db4e 100644
--- a/src/net/iprawsock_posix.go
+++ b/src/net/iprawsock_posix.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/iprawsock_test.go b/src/net/iprawsock_test.go
index 5d86a9d031..29cd4b6fd0 100644
--- a/src/net/iprawsock_test.go
+++ b/src/net/iprawsock_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.
diff --git a/src/net/ipsock.go b/src/net/ipsock.go
index 55f697f622..cfa9e88464 100644
--- a/src/net/ipsock.go
+++ b/src/net/ipsock.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/net/ipsock_plan9.go b/src/net/ipsock_plan9.go
index 9da6ec3053..4812146c5c 100644
--- a/src/net/ipsock_plan9.go
+++ b/src/net/ipsock_plan9.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/net/ipsock_posix.go b/src/net/ipsock_posix.go
index d512fc3e57..331985f33f 100644
--- a/src/net/ipsock_posix.go
+++ b/src/net/ipsock_posix.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/net/listen_test.go b/src/net/listen_test.go
index 0fc8889628..a4320eb5a5 100644
--- a/src/net/listen_test.go
+++ b/src/net/listen_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.
diff --git a/src/net/lookup.go b/src/net/lookup.go
index 7aa111ba92..0770b6e31d 100644
--- a/src/net/lookup.go
+++ b/src/net/lookup.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/net/lookup_plan9.go b/src/net/lookup_plan9.go
index a33162882b..34ee5354a5 100644
--- a/src/net/lookup_plan9.go
+++ b/src/net/lookup_plan9.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/net/lookup_stub.go b/src/net/lookup_stub.go
index 5636198f88..a8625905e4 100644
--- a/src/net/lookup_stub.go
+++ b/src/net/lookup_stub.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/net/lookup_unix.go b/src/net/lookup_unix.go
index a64da8bcb5..cd4ddbdb24 100644
--- a/src/net/lookup_unix.go
+++ b/src/net/lookup_unix.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/net/mac.go b/src/net/mac.go
index 93f0b09121..f3b1694735 100644
--- a/src/net/mac.go
+++ b/src/net/mac.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/net/mac_test.go b/src/net/mac_test.go
index 1ec6b287ac..2630d19047 100644
--- a/src/net/mac_test.go
+++ b/src/net/mac_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.
diff --git a/src/net/main_conf_test.go b/src/net/main_conf_test.go
index ba91e8b17d..9875ceaf1f 100644
--- a/src/net/main_conf_test.go
+++ b/src/net/main_conf_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/net/main_noconf_test.go b/src/net/main_noconf_test.go
index ce978365dc..489477bc97 100644
--- a/src/net/main_noconf_test.go
+++ b/src/net/main_noconf_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/net/packetconn_test.go b/src/net/packetconn_test.go
index 7f3ea8a2d0..7d50489021 100644
--- a/src/net/packetconn_test.go
+++ b/src/net/packetconn_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/net/pipe.go b/src/net/pipe.go
index 5fc830b740..37e552f54e 100644
--- a/src/net/pipe.go
+++ b/src/net/pipe.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/pipe_test.go b/src/net/pipe_test.go
index 60c3920593..e3172d882f 100644
--- a/src/net/pipe_test.go
+++ b/src/net/pipe_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/protoconn_test.go b/src/net/protoconn_test.go
index c6ef23b0e1..23589d3ca8 100644
--- a/src/net/protoconn_test.go
+++ b/src/net/protoconn_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/net/rpc/jsonrpc/all_test.go b/src/net/rpc/jsonrpc/all_test.go
index a433a365e8..b811d3c0c7 100644
--- a/src/net/rpc/jsonrpc/all_test.go
+++ b/src/net/rpc/jsonrpc/all_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/rpc/jsonrpc/client.go b/src/net/rpc/jsonrpc/client.go
index 2194f21257..da1b8165fc 100644
--- a/src/net/rpc/jsonrpc/client.go
+++ b/src/net/rpc/jsonrpc/client.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/rpc/jsonrpc/server.go b/src/net/rpc/jsonrpc/server.go
index e6d37cfa64..820b4ab9f5 100644
--- a/src/net/rpc/jsonrpc/server.go
+++ b/src/net/rpc/jsonrpc/server.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/sendfile_dragonfly.go b/src/net/sendfile_dragonfly.go
index a9cf3fe951..03bfe5819c 100644
--- a/src/net/sendfile_dragonfly.go
+++ b/src/net/sendfile_dragonfly.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/net/sendfile_freebsd.go b/src/net/sendfile_freebsd.go
index d0bf6034c1..89ed0c3fc0 100644
--- a/src/net/sendfile_freebsd.go
+++ b/src/net/sendfile_freebsd.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/net/sendfile_linux.go b/src/net/sendfile_linux.go
index 5ca41c39eb..e718e7f079 100644
--- a/src/net/sendfile_linux.go
+++ b/src/net/sendfile_linux.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/net/sendfile_solaris.go b/src/net/sendfile_solaris.go
index f6833813fd..11820bb30e 100644
--- a/src/net/sendfile_solaris.go
+++ b/src/net/sendfile_solaris.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/net/sendfile_stub.go b/src/net/sendfile_stub.go
index a0760b4e52..905f1d6cef 100644
--- a/src/net/sendfile_stub.go
+++ b/src/net/sendfile_stub.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/net/sendfile_windows.go b/src/net/sendfile_windows.go
index eafb372f7c..bc0b7fb5b2 100644
--- a/src/net/sendfile_windows.go
+++ b/src/net/sendfile_windows.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/net/sock_bsd.go b/src/net/sock_bsd.go
index 6c37109f5e..4e0e9e01f2 100644
--- a/src/net/sock_bsd.go
+++ b/src/net/sock_bsd.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/net/sock_linux.go b/src/net/sock_linux.go
index cc5ce153b3..e2732c59a5 100644
--- a/src/net/sock_linux.go
+++ b/src/net/sock_linux.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/net/sock_plan9.go b/src/net/sock_plan9.go
index 88d9ed15cf..9367ad8fa7 100644
--- a/src/net/sock_plan9.go
+++ b/src/net/sock_plan9.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/net/sock_posix.go b/src/net/sock_posix.go
index 4676721567..3dddfef4c5 100644
--- a/src/net/sock_posix.go
+++ b/src/net/sock_posix.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/net/sock_stub.go b/src/net/sock_stub.go
index ed6b089489..5ac1e864f7 100644
--- a/src/net/sock_stub.go
+++ b/src/net/sock_stub.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/net/sock_windows.go b/src/net/sock_windows.go
index 888e70bb8e..89a3ca4258 100644
--- a/src/net/sock_windows.go
+++ b/src/net/sock_windows.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/net/sockopt_bsd.go b/src/net/sockopt_bsd.go
index 1b4a586a7e..2eae146ae2 100644
--- a/src/net/sockopt_bsd.go
+++ b/src/net/sockopt_bsd.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/net/sockopt_linux.go b/src/net/sockopt_linux.go
index 54c20b1409..147c263bcf 100644
--- a/src/net/sockopt_linux.go
+++ b/src/net/sockopt_linux.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/net/sockopt_plan9.go b/src/net/sockopt_plan9.go
index 8bc689b6c2..496baf9d19 100644
--- a/src/net/sockopt_plan9.go
+++ b/src/net/sockopt_plan9.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/net/sockopt_posix.go b/src/net/sockopt_posix.go
index 1654d1b85e..cd3d562289 100644
--- a/src/net/sockopt_posix.go
+++ b/src/net/sockopt_posix.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/net/sockopt_solaris.go b/src/net/sockopt_solaris.go
index 54c20b1409..147c263bcf 100644
--- a/src/net/sockopt_solaris.go
+++ b/src/net/sockopt_solaris.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/net/sockopt_stub.go b/src/net/sockopt_stub.go
index de5ee0bb63..7e9e560e05 100644
--- a/src/net/sockopt_stub.go
+++ b/src/net/sockopt_stub.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/net/sockopt_windows.go b/src/net/sockopt_windows.go
index cb64a40c69..ff51626ac1 100644
--- a/src/net/sockopt_windows.go
+++ b/src/net/sockopt_windows.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/net/sockoptip_bsd.go b/src/net/sockoptip_bsd.go
index 2199e480d4..b15c6396ba 100644
--- a/src/net/sockoptip_bsd.go
+++ b/src/net/sockoptip_bsd.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/net/sockoptip_linux.go b/src/net/sockoptip_linux.go
index a69b778e4d..c1dcc911c7 100644
--- a/src/net/sockoptip_linux.go
+++ b/src/net/sockoptip_linux.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/net/sockoptip_posix.go b/src/net/sockoptip_posix.go
index c2579be911..d50886003e 100644
--- a/src/net/sockoptip_posix.go
+++ b/src/net/sockoptip_posix.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/net/sockoptip_stub.go b/src/net/sockoptip_stub.go
index 32ec5ddb85..f698687514 100644
--- a/src/net/sockoptip_stub.go
+++ b/src/net/sockoptip_stub.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/net/sockoptip_windows.go b/src/net/sockoptip_windows.go
index 7b11f207aa..916debebc6 100644
--- a/src/net/sockoptip_windows.go
+++ b/src/net/sockoptip_windows.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/net/tcpsock.go b/src/net/tcpsock.go
index 8765affd46..872446a1c0 100644
--- a/src/net/tcpsock.go
+++ b/src/net/tcpsock.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/net/tcpsock_plan9.go b/src/net/tcpsock_plan9.go
index afccbfe8a7..0eb40699fa 100644
--- a/src/net/tcpsock_plan9.go
+++ b/src/net/tcpsock_plan9.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/net/tcpsock_posix.go b/src/net/tcpsock_posix.go
index 0e12d54300..261c0be030 100644
--- a/src/net/tcpsock_posix.go
+++ b/src/net/tcpsock_posix.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/net/tcpsockopt_darwin.go b/src/net/tcpsockopt_darwin.go
index 1f1609088b..0d1310eaf9 100644
--- a/src/net/tcpsockopt_darwin.go
+++ b/src/net/tcpsockopt_darwin.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/net/tcpsockopt_dragonfly.go b/src/net/tcpsockopt_dragonfly.go
index 0aa213239d..7cc716bad1 100644
--- a/src/net/tcpsockopt_dragonfly.go
+++ b/src/net/tcpsockopt_dragonfly.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/net/tcpsockopt_openbsd.go b/src/net/tcpsockopt_openbsd.go
index 041e1786a9..10e1bef3e5 100644
--- a/src/net/tcpsockopt_openbsd.go
+++ b/src/net/tcpsockopt_openbsd.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/net/tcpsockopt_plan9.go b/src/net/tcpsockopt_plan9.go
index 157282abd3..42030a5efd 100644
--- a/src/net/tcpsockopt_plan9.go
+++ b/src/net/tcpsockopt_plan9.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/net/tcpsockopt_posix.go b/src/net/tcpsockopt_posix.go
index 0abf3f97f6..805b56b5c7 100644
--- a/src/net/tcpsockopt_posix.go
+++ b/src/net/tcpsockopt_posix.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/net/tcpsockopt_solaris.go b/src/net/tcpsockopt_solaris.go
index 31f5df0526..76285e5d2e 100644
--- a/src/net/tcpsockopt_solaris.go
+++ b/src/net/tcpsockopt_solaris.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/net/tcpsockopt_stub.go b/src/net/tcpsockopt_stub.go
index b413a764d8..19c83e6a5f 100644
--- a/src/net/tcpsockopt_stub.go
+++ b/src/net/tcpsockopt_stub.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/net/tcpsockopt_unix.go b/src/net/tcpsockopt_unix.go
index c8970d1b57..8d44fb2095 100644
--- a/src/net/tcpsockopt_unix.go
+++ b/src/net/tcpsockopt_unix.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/net/tcpsockopt_windows.go b/src/net/tcpsockopt_windows.go
index ae2d7c8f18..45a4dca525 100644
--- a/src/net/tcpsockopt_windows.go
+++ b/src/net/tcpsockopt_windows.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/net/textproto/header.go b/src/net/textproto/header.go
index 7fb32f8045..d482eea8e5 100644
--- a/src/net/textproto/header.go
+++ b/src/net/textproto/header.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/textproto/pipeline.go b/src/net/textproto/pipeline.go
index ca50eddac3..af0e3d8369 100644
--- a/src/net/textproto/pipeline.go
+++ b/src/net/textproto/pipeline.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/textproto/reader.go b/src/net/textproto/reader.go
index 109afd3cea..37221cf3ad 100644
--- a/src/net/textproto/reader.go
+++ b/src/net/textproto/reader.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/textproto/reader_test.go b/src/net/textproto/reader_test.go
index 8a07adf4d3..6cd98ed1b5 100644
--- a/src/net/textproto/reader_test.go
+++ b/src/net/textproto/reader_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/textproto/textproto.go b/src/net/textproto/textproto.go
index 026eb026b1..ed8a955375 100644
--- a/src/net/textproto/textproto.go
+++ b/src/net/textproto/textproto.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/textproto/writer.go b/src/net/textproto/writer.go
index 03e2fd658e..56c490c283 100644
--- a/src/net/textproto/writer.go
+++ b/src/net/textproto/writer.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/textproto/writer_test.go b/src/net/textproto/writer_test.go
index e03ab5e15f..ac03669fa2 100644
--- a/src/net/textproto/writer_test.go
+++ b/src/net/textproto/writer_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/net/udpsock.go b/src/net/udpsock.go
index 9292133aeb..ab5cee8ff3 100644
--- a/src/net/udpsock.go
+++ b/src/net/udpsock.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/net/udpsock_plan9.go b/src/net/udpsock_plan9.go
index 1ba57a227e..88a80ad148 100644
--- a/src/net/udpsock_plan9.go
+++ b/src/net/udpsock_plan9.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/net/udpsock_posix.go b/src/net/udpsock_posix.go
index 932c6ce713..028151f9ed 100644
--- a/src/net/udpsock_posix.go
+++ b/src/net/udpsock_posix.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/net/udpsock_test.go b/src/net/udpsock_test.go
index 12d1256f0a..1404b7ce80 100644
--- a/src/net/udpsock_test.go
+++ b/src/net/udpsock_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/net/unixsock.go b/src/net/unixsock.go
index eb91d0d630..1945774641 100644
--- a/src/net/unixsock.go
+++ b/src/net/unixsock.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/net/unixsock_plan9.go b/src/net/unixsock_plan9.go
index 84b6b600f6..4bd3962ccb 100644
--- a/src/net/unixsock_plan9.go
+++ b/src/net/unixsock_plan9.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/net/unixsock_posix.go b/src/net/unixsock_posix.go
index eb047b5321..0e72e90344 100644
--- a/src/net/unixsock_posix.go
+++ b/src/net/unixsock_posix.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/net/unixsock_test.go b/src/net/unixsock_test.go
index f5e069a121..d70c0d1953 100644
--- a/src/net/unixsock_test.go
+++ b/src/net/unixsock_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/os/env.go b/src/os/env.go
index a4ede15e61..63ad7fd399 100644
--- a/src/os/env.go
+++ b/src/os/env.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/os/exec/lp_plan9.go b/src/os/exec/lp_plan9.go
index 5aa8a54ed8..82678802a9 100644
--- a/src/os/exec/lp_plan9.go
+++ b/src/os/exec/lp_plan9.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/os/exec/lp_unix.go b/src/os/exec/lp_unix.go
index 3f895d5b3b..32e3046cb8 100644
--- a/src/os/exec/lp_unix.go
+++ b/src/os/exec/lp_unix.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/os/exec/lp_unix_test.go b/src/os/exec/lp_unix_test.go
index 051db664a8..d467acf5db 100644
--- a/src/os/exec/lp_unix_test.go
+++ b/src/os/exec/lp_unix_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/os/exec/lp_windows.go b/src/os/exec/lp_windows.go
index c76a5992fd..1c005220d0 100644
--- a/src/os/exec/lp_windows.go
+++ b/src/os/exec/lp_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/os/export_test.go b/src/os/export_test.go
index 9fa7936ae6..d735aeea61 100644
--- a/src/os/export_test.go
+++ b/src/os/export_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.
diff --git a/src/os/signal/sig.s b/src/os/signal/sig.s
index 2e94c91578..12833a8934 100644
--- a/src/os/signal/sig.s
+++ b/src/os/signal/sig.s
@@ -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/os/sys_windows.go b/src/os/sys_windows.go
index 9490ea6c59..f6da88c61c 100644
--- a/src/os/sys_windows.go
+++ b/src/os/sys_windows.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/reflect/asm_386.s b/src/reflect/asm_386.s
index 0ffccf7d42..d827360006 100644
--- a/src/reflect/asm_386.s
+++ b/src/reflect/asm_386.s
@@ -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/reflect/asm_amd64.s b/src/reflect/asm_amd64.s
index 5a6c27ac93..1272c489de 100644
--- a/src/reflect/asm_amd64.s
+++ b/src/reflect/asm_amd64.s
@@ -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/reflect/asm_amd64p32.s b/src/reflect/asm_amd64p32.s
index 0ffccf7d42..d827360006 100644
--- a/src/reflect/asm_amd64p32.s
+++ b/src/reflect/asm_amd64p32.s
@@ -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/reflect/asm_arm.s b/src/reflect/asm_arm.s
index 5a14c6f81d..b721ed28c6 100644
--- a/src/reflect/asm_arm.s
+++ b/src/reflect/asm_arm.s
@@ -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/reflect/asm_arm64.s b/src/reflect/asm_arm64.s
index bdd38438ae..d1563709f2 100644
--- a/src/reflect/asm_arm64.s
+++ b/src/reflect/asm_arm64.s
@@ -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/reflect/asm_mips64x.s b/src/reflect/asm_mips64x.s
index 159d3d5f6a..98afb52f6a 100644
--- a/src/reflect/asm_mips64x.s
+++ b/src/reflect/asm_mips64x.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/reflect/asm_ppc64x.s b/src/reflect/asm_ppc64x.s
index 0fa570cfde..42f57743e6 100644
--- a/src/reflect/asm_ppc64x.s
+++ b/src/reflect/asm_ppc64x.s
@@ -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/reflect/example_test.go b/src/reflect/example_test.go
index 8ebf9765b8..1147477955 100644
--- a/src/reflect/example_test.go
+++ b/src/reflect/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/reflect/export_test.go b/src/reflect/export_test.go
index a6b0fda737..e518a16b53 100644
--- a/src/reflect/export_test.go
+++ b/src/reflect/export_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/reflect/makefunc.go b/src/reflect/makefunc.go
index 032057d2a1..ad2ebd0de9 100644
--- a/src/reflect/makefunc.go
+++ b/src/reflect/makefunc.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/reflect/set_test.go b/src/reflect/set_test.go
index 85dc55e681..a3b5af55c7 100644
--- a/src/reflect/set_test.go
+++ b/src/reflect/set_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.
diff --git a/src/regexp/onepass.go b/src/regexp/onepass.go
index 2ce3902388..628b57dc89 100644
--- a/src/regexp/onepass.go
+++ b/src/regexp/onepass.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/regexp/onepass_test.go b/src/regexp/onepass_test.go
index 8202ebefa5..abab024f8c 100644
--- a/src/regexp/onepass_test.go
+++ b/src/regexp/onepass_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/regexp/syntax/doc.go b/src/regexp/syntax/doc.go
index e5e71f14f5..e6c2ce5940 100644
--- a/src/regexp/syntax/doc.go
+++ b/src/regexp/syntax/doc.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/regexp/syntax/parse.go b/src/regexp/syntax/parse.go
index f38bbf66e3..7505593a64 100644
--- a/src/regexp/syntax/parse.go
+++ b/src/regexp/syntax/parse.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/regexp/syntax/parse_test.go b/src/regexp/syntax/parse_test.go
index 5ca54bbe1e..dd6529f7c8 100644
--- a/src/regexp/syntax/parse_test.go
+++ b/src/regexp/syntax/parse_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.
diff --git a/src/regexp/syntax/regexp.go b/src/regexp/syntax/regexp.go
index ca5724063b..329ca804c0 100644
--- a/src/regexp/syntax/regexp.go
+++ b/src/regexp/syntax/regexp.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/regexp/syntax/simplify.go b/src/regexp/syntax/simplify.go
index 72390417bb..6e5a226ed8 100644
--- a/src/regexp/syntax/simplify.go
+++ b/src/regexp/syntax/simplify.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/regexp/syntax/simplify_test.go b/src/regexp/syntax/simplify_test.go
index 5d0f1dea5e..b9d79686a4 100644
--- a/src/regexp/syntax/simplify_test.go
+++ b/src/regexp/syntax/simplify_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.
diff --git a/src/runtime/asm.s b/src/runtime/asm.s
index f1c812b90f..646dc2ff07 100644
--- a/src/runtime/asm.s
+++ b/src/runtime/asm.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/asm_ppc64x.h b/src/runtime/asm_ppc64x.h
index a413df6488..d6ae67fab9 100644
--- a/src/runtime/asm_ppc64x.h
+++ b/src/runtime/asm_ppc64x.h
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/callers_test.go b/src/runtime/callers_test.go
index cb3e6e87c7..ad83f9969c 100644
--- a/src/runtime/callers_test.go
+++ b/src/runtime/callers_test.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/runtime/cgo.go b/src/runtime/cgo.go
index 169a31d4c6..8ba31cd481 100644
--- a/src/runtime/cgo.go
+++ b/src/runtime/cgo.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/asm_386.s b/src/runtime/cgo/asm_386.s
index a895083f1b..a21c7b3bd7 100644
--- a/src/runtime/cgo/asm_386.s
+++ b/src/runtime/cgo/asm_386.s
@@ -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/runtime/cgo/asm_amd64.s b/src/runtime/cgo/asm_amd64.s
index 6095bd1337..f30d126170 100644
--- a/src/runtime/cgo/asm_amd64.s
+++ b/src/runtime/cgo/asm_amd64.s
@@ -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/runtime/cgo/asm_arm.s b/src/runtime/cgo/asm_arm.s
index 9aeaf9ae86..6d414209da 100644
--- a/src/runtime/cgo/asm_arm.s
+++ b/src/runtime/cgo/asm_arm.s
@@ -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/runtime/cgo/asm_arm64.s b/src/runtime/cgo/asm_arm64.s
index c6f98faf1b..64043d0250 100644
--- a/src/runtime/cgo/asm_arm64.s
+++ b/src/runtime/cgo/asm_arm64.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/asm_nacl_amd64p32.s b/src/runtime/cgo/asm_nacl_amd64p32.s
index eb92014ed8..82aaecd1f3 100644
--- a/src/runtime/cgo/asm_nacl_amd64p32.s
+++ b/src/runtime/cgo/asm_nacl_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/cgo/asm_ppc64x.s b/src/runtime/cgo/asm_ppc64x.s
index 5cdbe06bbe..450487b8cd 100644
--- a/src/runtime/cgo/asm_ppc64x.s
+++ b/src/runtime/cgo/asm_ppc64x.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/callbacks.go b/src/runtime/cgo/callbacks.go
index 14ac9da0ac..eea0371c87 100644
--- a/src/runtime/cgo/callbacks.go
+++ b/src/runtime/cgo/callbacks.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/runtime/cgo/cgo.go b/src/runtime/cgo/cgo.go
index 8f3e66fa4d..ce0e6a3c35 100644
--- a/src/runtime/cgo/cgo.go
+++ b/src/runtime/cgo/cgo.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/cgo/dragonfly.go b/src/runtime/cgo/dragonfly.go
index 69d52b5b2f..d6d69187b8 100644
--- a/src/runtime/cgo/dragonfly.go
+++ b/src/runtime/cgo/dragonfly.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/cgo/freebsd.go b/src/runtime/cgo/freebsd.go
index 99cf3fbcab..5c9ddbdc71 100644
--- a/src/runtime/cgo/freebsd.go
+++ b/src/runtime/cgo/freebsd.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/cgo/gcc_386.S b/src/runtime/cgo/gcc_386.S
index ff11ce1208..ff55b2cc63 100644
--- a/src/runtime/cgo/gcc_386.S
+++ b/src/runtime/cgo/gcc_386.S
@@ -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/runtime/cgo/gcc_amd64.S b/src/runtime/cgo/gcc_amd64.S
index 32d0200cf7..17d9d47ef4 100644
--- a/src/runtime/cgo/gcc_amd64.S
+++ b/src/runtime/cgo/gcc_amd64.S
@@ -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/runtime/cgo/gcc_android.c b/src/runtime/cgo/gcc_android.c
index a3bc6c4d40..b500b29c5e 100644
--- a/src/runtime/cgo/gcc_android.c
+++ b/src/runtime/cgo/gcc_android.c
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/gcc_android_386.c b/src/runtime/cgo/gcc_android_386.c
index db1d48aaae..92c77900d2 100644
--- a/src/runtime/cgo/gcc_android_386.c
+++ b/src/runtime/cgo/gcc_android_386.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_android_amd64.c b/src/runtime/cgo/gcc_android_amd64.c
index 17d88cec91..fce7d56a4b 100644
--- a/src/runtime/cgo/gcc_android_amd64.c
+++ b/src/runtime/cgo/gcc_android_amd64.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_android_arm.c b/src/runtime/cgo/gcc_android_arm.c
index 67cb5a8952..06f4217d22 100644
--- a/src/runtime/cgo/gcc_android_arm.c
+++ b/src/runtime/cgo/gcc_android_arm.c
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/gcc_android_arm64.c b/src/runtime/cgo/gcc_android_arm64.c
index acf37355eb..9aaf1ba73f 100644
--- a/src/runtime/cgo/gcc_android_arm64.c
+++ b/src/runtime/cgo/gcc_android_arm64.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_arm.S b/src/runtime/cgo/gcc_arm.S
index d2252982d8..fe1c48be3f 100644
--- a/src/runtime/cgo/gcc_arm.S
+++ b/src/runtime/cgo/gcc_arm.S
@@ -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/runtime/cgo/gcc_arm64.S b/src/runtime/cgo/gcc_arm64.S
index d9da2722e6..59dce08b9f 100644
--- a/src/runtime/cgo/gcc_arm64.S
+++ b/src/runtime/cgo/gcc_arm64.S
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_darwin_386.c b/src/runtime/cgo/gcc_darwin_386.c
index a94e5ee48d..a633728a45 100644
--- a/src/runtime/cgo/gcc_darwin_386.c
+++ b/src/runtime/cgo/gcc_darwin_386.c
@@ -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/runtime/cgo/gcc_darwin_amd64.c b/src/runtime/cgo/gcc_darwin_amd64.c
index b70c83345f..58e99e5549 100644
--- a/src/runtime/cgo/gcc_darwin_amd64.c
+++ b/src/runtime/cgo/gcc_darwin_amd64.c
@@ -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/runtime/cgo/gcc_darwin_arm.c b/src/runtime/cgo/gcc_darwin_arm.c
index c0ce449f13..967f44385d 100644
--- a/src/runtime/cgo/gcc_darwin_arm.c
+++ b/src/runtime/cgo/gcc_darwin_arm.c
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/gcc_darwin_arm64.c b/src/runtime/cgo/gcc_darwin_arm64.c
index 1ba00b02fb..21912298cf 100644
--- a/src/runtime/cgo/gcc_darwin_arm64.c
+++ b/src/runtime/cgo/gcc_darwin_arm64.c
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/gcc_dragonfly_amd64.c b/src/runtime/cgo/gcc_dragonfly_amd64.c
index 9d02add92d..5f26136916 100644
--- a/src/runtime/cgo/gcc_dragonfly_amd64.c
+++ b/src/runtime/cgo/gcc_dragonfly_amd64.c
@@ -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/runtime/cgo/gcc_fatalf.c b/src/runtime/cgo/gcc_fatalf.c
index c931b79abf..08aebaa806 100644
--- a/src/runtime/cgo/gcc_fatalf.c
+++ b/src/runtime/cgo/gcc_fatalf.c
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/gcc_freebsd_386.c b/src/runtime/cgo/gcc_freebsd_386.c
index 2afdf2088f..522f95b2dd 100644
--- a/src/runtime/cgo/gcc_freebsd_386.c
+++ b/src/runtime/cgo/gcc_freebsd_386.c
@@ -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/runtime/cgo/gcc_freebsd_amd64.c b/src/runtime/cgo/gcc_freebsd_amd64.c
index bf71d4c09d..31ab136998 100644
--- a/src/runtime/cgo/gcc_freebsd_amd64.c
+++ b/src/runtime/cgo/gcc_freebsd_amd64.c
@@ -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/runtime/cgo/gcc_freebsd_arm.c b/src/runtime/cgo/gcc_freebsd_arm.c
index 60bca55d84..8c294aa6d7 100644
--- a/src/runtime/cgo/gcc_freebsd_arm.c
+++ b/src/runtime/cgo/gcc_freebsd_arm.c
@@ -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/runtime/cgo/gcc_libinit.c b/src/runtime/cgo/gcc_libinit.c
index 5b9558aabc..bdbaa2973c 100644
--- a/src/runtime/cgo/gcc_libinit.c
+++ b/src/runtime/cgo/gcc_libinit.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_libinit_linux_ppc64x.c b/src/runtime/cgo/gcc_libinit_linux_ppc64x.c
index 18ccf93572..147872a7bf 100644
--- a/src/runtime/cgo/gcc_libinit_linux_ppc64x.c
+++ b/src/runtime/cgo/gcc_libinit_linux_ppc64x.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_libinit_openbsd.c b/src/runtime/cgo/gcc_libinit_openbsd.c
index 13904eede2..5fa84c4de6 100644
--- a/src/runtime/cgo/gcc_libinit_openbsd.c
+++ b/src/runtime/cgo/gcc_libinit_openbsd.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_libinit_windows.c b/src/runtime/cgo/gcc_libinit_windows.c
index 13904eede2..5fa84c4de6 100644
--- a/src/runtime/cgo/gcc_libinit_windows.c
+++ b/src/runtime/cgo/gcc_libinit_windows.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_linux_386.c b/src/runtime/cgo/gcc_linux_386.c
index 2457eb3806..380441c0d4 100644
--- a/src/runtime/cgo/gcc_linux_386.c
+++ b/src/runtime/cgo/gcc_linux_386.c
@@ -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/runtime/cgo/gcc_linux_amd64.c b/src/runtime/cgo/gcc_linux_amd64.c
index 5113a769b5..0ab4912238 100644
--- a/src/runtime/cgo/gcc_linux_amd64.c
+++ b/src/runtime/cgo/gcc_linux_amd64.c
@@ -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/runtime/cgo/gcc_linux_arm.c b/src/runtime/cgo/gcc_linux_arm.c
index ce940fee45..fdcc343d19 100644
--- a/src/runtime/cgo/gcc_linux_arm.c
+++ b/src/runtime/cgo/gcc_linux_arm.c
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/cgo/gcc_linux_arm64.c b/src/runtime/cgo/gcc_linux_arm64.c
index babbd50e85..a7b5ddf5b6 100644
--- a/src/runtime/cgo/gcc_linux_arm64.c
+++ b/src/runtime/cgo/gcc_linux_arm64.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_linux_ppc64x.c b/src/runtime/cgo/gcc_linux_ppc64x.c
index 1264ab5959..2721384e6b 100644
--- a/src/runtime/cgo/gcc_linux_ppc64x.c
+++ b/src/runtime/cgo/gcc_linux_ppc64x.c
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/gcc_mmap.c b/src/runtime/cgo/gcc_mmap.c
index f2bcc9866b..45786f94ea 100644
--- a/src/runtime/cgo/gcc_mmap.c
+++ b/src/runtime/cgo/gcc_mmap.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_netbsd_386.c b/src/runtime/cgo/gcc_netbsd_386.c
index 4355bd0cae..ba4fa6e425 100644
--- a/src/runtime/cgo/gcc_netbsd_386.c
+++ b/src/runtime/cgo/gcc_netbsd_386.c
@@ -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/runtime/cgo/gcc_netbsd_amd64.c b/src/runtime/cgo/gcc_netbsd_amd64.c
index 00e0667dbe..035c4ff482 100644
--- a/src/runtime/cgo/gcc_netbsd_amd64.c
+++ b/src/runtime/cgo/gcc_netbsd_amd64.c
@@ -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/runtime/cgo/gcc_netbsd_arm.c b/src/runtime/cgo/gcc_netbsd_arm.c
index 32bc85b7c6..5b8553e830 100644
--- a/src/runtime/cgo/gcc_netbsd_arm.c
+++ b/src/runtime/cgo/gcc_netbsd_arm.c
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/cgo/gcc_openbsd_386.c b/src/runtime/cgo/gcc_openbsd_386.c
index 5f6d4cbb93..bf56c8db26 100644
--- a/src/runtime/cgo/gcc_openbsd_386.c
+++ b/src/runtime/cgo/gcc_openbsd_386.c
@@ -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/runtime/cgo/gcc_openbsd_amd64.c b/src/runtime/cgo/gcc_openbsd_amd64.c
index 42265671d7..b9f2a9d5a9 100644
--- a/src/runtime/cgo/gcc_openbsd_amd64.c
+++ b/src/runtime/cgo/gcc_openbsd_amd64.c
@@ -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/runtime/cgo/gcc_ppc64x.S b/src/runtime/cgo/gcc_ppc64x.S
index a817b3a4fc..5f37a8bfc1 100644
--- a/src/runtime/cgo/gcc_ppc64x.S
+++ b/src/runtime/cgo/gcc_ppc64x.S
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/cgo/gcc_setenv.c b/src/runtime/cgo/gcc_setenv.c
index c976ac3d37..8708d400ef 100644
--- a/src/runtime/cgo/gcc_setenv.c
+++ b/src/runtime/cgo/gcc_setenv.c
@@ -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/runtime/cgo/gcc_signal_darwin_armx.c b/src/runtime/cgo/gcc_signal_darwin_armx.c
index 295c5623f0..ac3c2571c0 100644
--- a/src/runtime/cgo/gcc_signal_darwin_armx.c
+++ b/src/runtime/cgo/gcc_signal_darwin_armx.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_signal_darwin_lldb.c b/src/runtime/cgo/gcc_signal_darwin_lldb.c
index edb55f3030..598482d350 100644
--- a/src/runtime/cgo/gcc_signal_darwin_lldb.c
+++ b/src/runtime/cgo/gcc_signal_darwin_lldb.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/gcc_util.c b/src/runtime/cgo/gcc_util.c
index d5efec396b..a15c2d23bb 100644
--- a/src/runtime/cgo/gcc_util.c
+++ b/src/runtime/cgo/gcc_util.c
@@ -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/runtime/cgo/gcc_windows_386.c b/src/runtime/cgo/gcc_windows_386.c
index e02991af21..536a024c56 100644
--- a/src/runtime/cgo/gcc_windows_386.c
+++ b/src/runtime/cgo/gcc_windows_386.c
@@ -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/runtime/cgo/gcc_windows_amd64.c b/src/runtime/cgo/gcc_windows_amd64.c
index 1b3e8e3283..75d87f0cf8 100644
--- a/src/runtime/cgo/gcc_windows_amd64.c
+++ b/src/runtime/cgo/gcc_windows_amd64.c
@@ -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/runtime/cgo/iscgo.go b/src/runtime/cgo/iscgo.go
index 54f0a1360e..7604132170 100644
--- a/src/runtime/cgo/iscgo.go
+++ b/src/runtime/cgo/iscgo.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/cgo/libcgo.h b/src/runtime/cgo/libcgo.h
index bda2499c73..63af04204b 100644
--- a/src/runtime/cgo/libcgo.h
+++ b/src/runtime/cgo/libcgo.h
@@ -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/runtime/cgo/mmap.go b/src/runtime/cgo/mmap.go
index d514c38ca5..6a4dc1562d 100644
--- a/src/runtime/cgo/mmap.go
+++ b/src/runtime/cgo/mmap.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo/netbsd.go b/src/runtime/cgo/netbsd.go
index ac6b18a932..2cecd0c57a 100644
--- a/src/runtime/cgo/netbsd.go
+++ b/src/runtime/cgo/netbsd.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/cgo/openbsd.go b/src/runtime/cgo/openbsd.go
index 61af3a8e74..5c70dbd268 100644
--- a/src/runtime/cgo/openbsd.go
+++ b/src/runtime/cgo/openbsd.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/cgo/setenv.go b/src/runtime/cgo/setenv.go
index 20d5703350..fab43399e2 100644
--- a/src/runtime/cgo/setenv.go
+++ b/src/runtime/cgo/setenv.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/runtime/cgo_mmap.go b/src/runtime/cgo_mmap.go
index c0396bdde5..dca1e22ad3 100644
--- a/src/runtime/cgo_mmap.go
+++ b/src/runtime/cgo_mmap.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgo_ppc64x.go b/src/runtime/cgo_ppc64x.go
index 6a1b3bb417..fb2da32c7e 100644
--- a/src/runtime/cgo_ppc64x.go
+++ b/src/runtime/cgo_ppc64x.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/cgocall.go b/src/runtime/cgocall.go
index f632f7ab5a..5c9a73734c 100644
--- a/src/runtime/cgocall.go
+++ b/src/runtime/cgocall.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/runtime/cgocallback.go b/src/runtime/cgocallback.go
index f93acaba03..59953f1cee 100644
--- a/src/runtime/cgocallback.go
+++ b/src/runtime/cgocallback.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/runtime/cgocheck.go b/src/runtime/cgocheck.go
index aebce1506d..0d46dde59d 100644
--- a/src/runtime/cgocheck.go
+++ b/src/runtime/cgocheck.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/chanbarrier_test.go b/src/runtime/chanbarrier_test.go
index 770b850f87..b6029fb044 100644
--- a/src/runtime/chanbarrier_test.go
+++ b/src/runtime/chanbarrier_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/compiler.go b/src/runtime/compiler.go
index 5f1e8d8309..47e80b15ff 100644
--- a/src/runtime/compiler.go
+++ b/src/runtime/compiler.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/runtime/cpuprof.go b/src/runtime/cpuprof.go
index 87d5f99b44..6334104003 100644
--- a/src/runtime/cpuprof.go
+++ b/src/runtime/cpuprof.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/runtime/cputicks.go b/src/runtime/cputicks.go
index f5a60e66c1..3c036df2bd 100644
--- a/src/runtime/cputicks.go
+++ b/src/runtime/cputicks.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/debug/debug.s b/src/runtime/debug/debug.s
index a7292c477b..6aae33a871 100644
--- a/src/runtime/debug/debug.s
+++ b/src/runtime/debug/debug.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/debug/garbage.go b/src/runtime/debug/garbage.go
index 8d6d2782e9..2fb85a652c 100644
--- a/src/runtime/debug/garbage.go
+++ b/src/runtime/debug/garbage.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/debug/garbage_test.go b/src/runtime/debug/garbage_test.go
index d834da84fc..6ec94aa3fb 100644
--- a/src/runtime/debug/garbage_test.go
+++ b/src/runtime/debug/garbage_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/debug/stubs.go b/src/runtime/debug/stubs.go
index 6c87ffdafe..2cba136044 100644
--- a/src/runtime/debug/stubs.go
+++ b/src/runtime/debug/stubs.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/env_plan9.go b/src/runtime/env_plan9.go
index 2daba0c97e..c95b5db510 100644
--- a/src/runtime/env_plan9.go
+++ b/src/runtime/env_plan9.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/runtime/export_arm_test.go b/src/runtime/export_arm_test.go
index 446d26465c..b8a89fc0d2 100644
--- a/src/runtime/export_arm_test.go
+++ b/src/runtime/export_arm_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/export_futex_test.go b/src/runtime/export_futex_test.go
index 96281f6509..5e272364d1 100644
--- a/src/runtime/export_futex_test.go
+++ b/src/runtime/export_futex_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/export_linux_test.go b/src/runtime/export_linux_test.go
index 61d6ae4bf2..ef0c111677 100644
--- a/src/runtime/export_linux_test.go
+++ b/src/runtime/export_linux_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/export_mmap_test.go b/src/runtime/export_mmap_test.go
index 11ea076f0b..bc8191e106 100644
--- a/src/runtime/export_mmap_test.go
+++ b/src/runtime/export_mmap_test.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/runtime/export_test.go b/src/runtime/export_test.go
index 245cc88aae..0f6d9f7c99 100644
--- a/src/runtime/export_test.go
+++ b/src/runtime/export_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/export_windows_test.go b/src/runtime/export_windows_test.go
index f712c6f653..9e744fc35f 100644
--- a/src/runtime/export_windows_test.go
+++ b/src/runtime/export_windows_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/fastlog2_test.go b/src/runtime/fastlog2_test.go
index 14f6c90837..ae0f40b2bb 100644
--- a/src/runtime/fastlog2_test.go
+++ b/src/runtime/fastlog2_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/funcdata.h b/src/runtime/funcdata.h
index 375a881bd8..290c23b823 100644
--- a/src/runtime/funcdata.h
+++ b/src/runtime/funcdata.h
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/futex_test.go b/src/runtime/futex_test.go
index 8504396e1a..0738f8f23b 100644
--- a/src/runtime/futex_test.go
+++ b/src/runtime/futex_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/go_tls.h b/src/runtime/go_tls.h
index 6a707cf1e8..61f7dbef3c 100644
--- a/src/runtime/go_tls.h
+++ b/src/runtime/go_tls.h
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/hash_test.go b/src/runtime/hash_test.go
index 165148556d..a787d8d367 100644
--- a/src/runtime/hash_test.go
+++ b/src/runtime/hash_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/internal/atomic/asm.s b/src/runtime/internal/atomic/asm.s
index b5d0211803..84885854de 100644
--- a/src/runtime/internal/atomic/asm.s
+++ b/src/runtime/internal/atomic/asm.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/internal/sys/gengoos.go b/src/runtime/internal/sys/gengoos.go
index 55d991cac3..e2bd87de4e 100644
--- a/src/runtime/internal/sys/gengoos.go
+++ b/src/runtime/internal/sys/gengoos.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/internal/sys/sys.go b/src/runtime/internal/sys/sys.go
index 15ad7f5d70..586a763717 100644
--- a/src/runtime/internal/sys/sys.go
+++ b/src/runtime/internal/sys/sys.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/lfstack_32bit.go b/src/runtime/lfstack_32bit.go
index 4b8bcbac6a..36811c1e47 100644
--- a/src/runtime/lfstack_32bit.go
+++ b/src/runtime/lfstack_32bit.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/lfstack_amd64.go b/src/runtime/lfstack_amd64.go
index 84e28519f6..0a71455c6b 100644
--- a/src/runtime/lfstack_amd64.go
+++ b/src/runtime/lfstack_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/lfstack_darwin_arm64.go b/src/runtime/lfstack_darwin_arm64.go
index 54cae39fbc..f48d76382b 100644
--- a/src/runtime/lfstack_darwin_arm64.go
+++ b/src/runtime/lfstack_darwin_arm64.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/lfstack_linux_arm64.go b/src/runtime/lfstack_linux_arm64.go
index 54cae39fbc..f48d76382b 100644
--- a/src/runtime/lfstack_linux_arm64.go
+++ b/src/runtime/lfstack_linux_arm64.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/lfstack_linux_mips64x.go b/src/runtime/lfstack_linux_mips64x.go
index 49b65585f4..7ff95f77ae 100644
--- a/src/runtime/lfstack_linux_mips64x.go
+++ b/src/runtime/lfstack_linux_mips64x.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/lfstack_linux_ppc64x.go b/src/runtime/lfstack_linux_ppc64x.go
index 7ed5025584..83b7cf4f58 100644
--- a/src/runtime/lfstack_linux_ppc64x.go
+++ b/src/runtime/lfstack_linux_ppc64x.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/lock_sema.go b/src/runtime/lock_sema.go
index d39b010cf0..1220674ab9 100644
--- a/src/runtime/lock_sema.go
+++ b/src/runtime/lock_sema.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/runtime/mbarrier.go b/src/runtime/mbarrier.go
index 1204e8143e..3b33979610 100644
--- a/src/runtime/mbarrier.go
+++ b/src/runtime/mbarrier.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/mbitmap.go b/src/runtime/mbitmap.go
index 154fc3e0f3..685c29066b 100644
--- a/src/runtime/mbitmap.go
+++ b/src/runtime/mbitmap.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/runtime/mem_bsd.go b/src/runtime/mem_bsd.go
index c3fe6106d7..6c24137f3c 100644
--- a/src/runtime/mem_bsd.go
+++ b/src/runtime/mem_bsd.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/mem_darwin.go b/src/runtime/mem_darwin.go
index 65b1b48d86..7846927b98 100644
--- a/src/runtime/mem_darwin.go
+++ b/src/runtime/mem_darwin.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/mem_linux.go b/src/runtime/mem_linux.go
index 330504ba9d..85a7f80efc 100644
--- a/src/runtime/mem_linux.go
+++ b/src/runtime/mem_linux.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/mem_plan9.go b/src/runtime/mem_plan9.go
index cf9e99cbe3..3d82a9829e 100644
--- a/src/runtime/mem_plan9.go
+++ b/src/runtime/mem_plan9.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/mem_windows.go b/src/runtime/mem_windows.go
index 71be0e66f0..2c338c8a8c 100644
--- a/src/runtime/mem_windows.go
+++ b/src/runtime/mem_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/memmove_linux_amd64_test.go b/src/runtime/memmove_linux_amd64_test.go
index f7221f4f54..1dd5d49b5f 100644
--- a/src/runtime/memmove_linux_amd64_test.go
+++ b/src/runtime/memmove_linux_amd64_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/memmove_nacl_amd64p32.s b/src/runtime/memmove_nacl_amd64p32.s
index dd7ac764ff..64b732e777 100644
--- a/src/runtime/memmove_nacl_amd64p32.s
+++ b/src/runtime/memmove_nacl_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/memmove_test.go b/src/runtime/memmove_test.go
index 7f9d3f1427..371d84b6be 100644
--- a/src/runtime/memmove_test.go
+++ b/src/runtime/memmove_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/mfinal.go b/src/runtime/mfinal.go
index 7d45862521..9418e147bc 100644
--- a/src/runtime/mfinal.go
+++ b/src/runtime/mfinal.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/runtime/mmap.go b/src/runtime/mmap.go
index a0768428b4..bcad065ea9 100644
--- a/src/runtime/mmap.go
+++ b/src/runtime/mmap.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/msan.go b/src/runtime/msan.go
index 4dbdf05b21..7eeeb30e6a 100644
--- a/src/runtime/msan.go
+++ b/src/runtime/msan.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/msan0.go b/src/runtime/msan0.go
index e206720697..117c5e5789 100644
--- a/src/runtime/msan0.go
+++ b/src/runtime/msan0.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/msan_amd64.s b/src/runtime/msan_amd64.s
index 613149593f..9c59eece84 100644
--- a/src/runtime/msan_amd64.s
+++ b/src/runtime/msan_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/mstats.go b/src/runtime/mstats.go
index 8ae636077b..0f821b7e10 100644
--- a/src/runtime/mstats.go
+++ b/src/runtime/mstats.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/runtime/norace_linux_test.go b/src/runtime/norace_linux_test.go
index 049801d3fc..3517a5ddbe 100644
--- a/src/runtime/norace_linux_test.go
+++ b/src/runtime/norace_linux_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/os1_nacl.go b/src/runtime/os1_nacl.go
index 5526d906d8..4cafaf2ebc 100644
--- a/src/runtime/os1_nacl.go
+++ b/src/runtime/os1_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/os1_plan9.go b/src/runtime/os1_plan9.go
index 9911077911..f35a39a418 100644
--- a/src/runtime/os1_plan9.go
+++ b/src/runtime/os1_plan9.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/os2_nacl.go b/src/runtime/os2_nacl.go
index d8c88db0ad..b84cb18bb2 100644
--- a/src/runtime/os2_nacl.go
+++ b/src/runtime/os2_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os2_netbsd.go b/src/runtime/os2_netbsd.go
index 46576b9bc3..405dd5e727 100644
--- a/src/runtime/os2_netbsd.go
+++ b/src/runtime/os2_netbsd.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/os2_openbsd.go b/src/runtime/os2_openbsd.go
index 1e785ad512..8656a91c6a 100644
--- a/src/runtime/os2_openbsd.go
+++ b/src/runtime/os2_openbsd.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/os3_plan9.go b/src/runtime/os3_plan9.go
index edd66c59b3..3cd843c855 100644
--- a/src/runtime/os3_plan9.go
+++ b/src/runtime/os3_plan9.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/os_darwin.go b/src/runtime/os_darwin.go
index 78557759cc..e9b8933fb9 100644
--- a/src/runtime/os_darwin.go
+++ b/src/runtime/os_darwin.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_dragonfly.go b/src/runtime/os_dragonfly.go
index d6856f1164..c3833a397a 100644
--- a/src/runtime/os_dragonfly.go
+++ b/src/runtime/os_dragonfly.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_freebsd.go b/src/runtime/os_freebsd.go
index 61f8fae15b..44830650e1 100644
--- a/src/runtime/os_freebsd.go
+++ b/src/runtime/os_freebsd.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_linux.go b/src/runtime/os_linux.go
index 51a7fa0a75..dd69743e10 100644
--- a/src/runtime/os_linux.go
+++ b/src/runtime/os_linux.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_nacl.go b/src/runtime/os_nacl.go
index c7cc0a9889..402dfe9059 100644
--- a/src/runtime/os_nacl.go
+++ b/src/runtime/os_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_netbsd.go b/src/runtime/os_netbsd.go
index 988374120d..0fba16d4f4 100644
--- a/src/runtime/os_netbsd.go
+++ b/src/runtime/os_netbsd.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_openbsd.go b/src/runtime/os_openbsd.go
index b6285e4972..3748ed2e51 100644
--- a/src/runtime/os_openbsd.go
+++ b/src/runtime/os_openbsd.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_plan9.go b/src/runtime/os_plan9.go
index 6e6a55e636..cc2597a37d 100644
--- a/src/runtime/os_plan9.go
+++ b/src/runtime/os_plan9.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_solaris.go b/src/runtime/os_solaris.go
index fbf28863f7..0c3971576c 100644
--- a/src/runtime/os_solaris.go
+++ b/src/runtime/os_solaris.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/os_windows.go b/src/runtime/os_windows.go
index 5dab1dec16..cab405e804 100644
--- a/src/runtime/os_windows.go
+++ b/src/runtime/os_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/pprof/mprof_test.go b/src/runtime/pprof/mprof_test.go
index d14fb5888e..d15102c703 100644
--- a/src/runtime/pprof/mprof_test.go
+++ b/src/runtime/pprof/mprof_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/pprof/pprof.go b/src/runtime/pprof/pprof.go
index 5e91fa8abe..f4a4a90c84 100644
--- a/src/runtime/pprof/pprof.go
+++ b/src/runtime/pprof/pprof.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/pprof/pprof_test.go b/src/runtime/pprof/pprof_test.go
index ab6b1835c5..d232257c20 100644
--- a/src/runtime/pprof/pprof_test.go
+++ b/src/runtime/pprof/pprof_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.
diff --git a/src/runtime/race.go b/src/runtime/race.go
index 6ee14759f1..beca47ed21 100644
--- a/src/runtime/race.go
+++ b/src/runtime/race.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/runtime/race/sched_test.go b/src/runtime/race/sched_test.go
index aac8fed4ef..d6bb323cde 100644
--- a/src/runtime/race/sched_test.go
+++ b/src/runtime/race/sched_test.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/race0.go b/src/runtime/race0.go
index 591d5d9c8a..ccf0defa79 100644
--- a/src/runtime/race0.go
+++ b/src/runtime/race0.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/race_amd64.s b/src/runtime/race_amd64.s
index 80c4d79a7d..55c48fc5f2 100644
--- a/src/runtime/race_amd64.s
+++ b/src/runtime/race_amd64.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/rdebug.go b/src/runtime/rdebug.go
index ad7b976989..d966734813 100644
--- a/src/runtime/rdebug.go
+++ b/src/runtime/rdebug.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/runtime.go b/src/runtime/runtime.go
index 265edf28b3..d9c26ccb12 100644
--- a/src/runtime/runtime.go
+++ b/src/runtime/runtime.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/runtime/runtime_linux_test.go b/src/runtime/runtime_linux_test.go
index 58c797f1dd..2b6daecbfc 100644
--- a/src/runtime/runtime_linux_test.go
+++ b/src/runtime/runtime_linux_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/runtime/runtime_mmap_test.go b/src/runtime/runtime_mmap_test.go
index ff5e733cb0..cf240c1350 100644
--- a/src/runtime/runtime_mmap_test.go
+++ b/src/runtime/runtime_mmap_test.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/runtime/runtime_test.go b/src/runtime/runtime_test.go
index b3350ef82f..f9d8f9dc9f 100644
--- a/src/runtime/runtime_test.go
+++ b/src/runtime/runtime_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/runtime/runtime_unix_test.go b/src/runtime/runtime_unix_test.go
index cfec3326bd..e91216365e 100644
--- a/src/runtime/runtime_unix_test.go
+++ b/src/runtime/runtime_unix_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal1_unix.go b/src/runtime/signal1_unix.go
index abb9639d96..c848b129ce 100644
--- a/src/runtime/signal1_unix.go
+++ b/src/runtime/signal1_unix.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/runtime/signal2_unix.go b/src/runtime/signal2_unix.go
index 3fe625f83c..e8c57b38ee 100644
--- a/src/runtime/signal2_unix.go
+++ b/src/runtime/signal2_unix.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/runtime/signal_386.go b/src/runtime/signal_386.go
index 25187dad74..967f2b5299 100644
--- a/src/runtime/signal_386.go
+++ b/src/runtime/signal_386.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_amd64x.go b/src/runtime/signal_amd64x.go
index 0f6700dbf1..e5d4389d89 100644
--- a/src/runtime/signal_amd64x.go
+++ b/src/runtime/signal_amd64x.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_darwin_386.go b/src/runtime/signal_darwin_386.go
index 7f7c22ad18..056f09ab1e 100644
--- a/src/runtime/signal_darwin_386.go
+++ b/src/runtime/signal_darwin_386.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_darwin_amd64.go b/src/runtime/signal_darwin_amd64.go
index c9ac293b63..d219fa466c 100644
--- a/src/runtime/signal_darwin_amd64.go
+++ b/src/runtime/signal_darwin_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_darwin_arm.go b/src/runtime/signal_darwin_arm.go
index 24c5f5abf6..82c7c936a7 100644
--- a/src/runtime/signal_darwin_arm.go
+++ b/src/runtime/signal_darwin_arm.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/signal_darwin_arm64.go b/src/runtime/signal_darwin_arm64.go
index 82f4a82bb3..12fa52096f 100644
--- a/src/runtime/signal_darwin_arm64.go
+++ b/src/runtime/signal_darwin_arm64.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/signal_dragonfly_amd64.go b/src/runtime/signal_dragonfly_amd64.go
index 740959c580..92102ddd76 100644
--- a/src/runtime/signal_dragonfly_amd64.go
+++ b/src/runtime/signal_dragonfly_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_freebsd_386.go b/src/runtime/signal_freebsd_386.go
index a0fec1309c..7ddf9652a2 100644
--- a/src/runtime/signal_freebsd_386.go
+++ b/src/runtime/signal_freebsd_386.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_freebsd_amd64.go b/src/runtime/signal_freebsd_amd64.go
index d10c883d4e..3238fb3057 100644
--- a/src/runtime/signal_freebsd_amd64.go
+++ b/src/runtime/signal_freebsd_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_freebsd_arm.go b/src/runtime/signal_freebsd_arm.go
index 12de23d586..035730480c 100644
--- a/src/runtime/signal_freebsd_arm.go
+++ b/src/runtime/signal_freebsd_arm.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_linux_386.go b/src/runtime/signal_linux_386.go
index 45074f9d90..415f361ed1 100644
--- a/src/runtime/signal_linux_386.go
+++ b/src/runtime/signal_linux_386.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_linux_amd64.go b/src/runtime/signal_linux_amd64.go
index b8b38ccca9..433747f0e4 100644
--- a/src/runtime/signal_linux_amd64.go
+++ b/src/runtime/signal_linux_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_linux_arm.go b/src/runtime/signal_linux_arm.go
index 469f47ca7f..cd6a0d7c2d 100644
--- a/src/runtime/signal_linux_arm.go
+++ b/src/runtime/signal_linux_arm.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_linux_arm64.go b/src/runtime/signal_linux_arm64.go
index 465fc4ffa3..4964e7b028 100644
--- a/src/runtime/signal_linux_arm64.go
+++ b/src/runtime/signal_linux_arm64.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/signal_linux_mips64x.go b/src/runtime/signal_linux_mips64x.go
index 671b9167b8..0f590e49ea 100644
--- a/src/runtime/signal_linux_mips64x.go
+++ b/src/runtime/signal_linux_mips64x.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/signal_linux_ppc64x.go b/src/runtime/signal_linux_ppc64x.go
index 49e97a4d25..95835ca4d5 100644
--- a/src/runtime/signal_linux_ppc64x.go
+++ b/src/runtime/signal_linux_ppc64x.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/signal_nacl_386.go b/src/runtime/signal_nacl_386.go
index 0a1e7c6ea5..1f4859085b 100644
--- a/src/runtime/signal_nacl_386.go
+++ b/src/runtime/signal_nacl_386.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_nacl_amd64p32.go b/src/runtime/signal_nacl_amd64p32.go
index 024cebaddd..cb72dd0717 100644
--- a/src/runtime/signal_nacl_amd64p32.go
+++ b/src/runtime/signal_nacl_amd64p32.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/signal_nacl_arm.go b/src/runtime/signal_nacl_arm.go
index 1aeaa4e428..b99827c5f2 100644
--- a/src/runtime/signal_nacl_arm.go
+++ b/src/runtime/signal_nacl_arm.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/signal_netbsd_386.go b/src/runtime/signal_netbsd_386.go
index 6702336abe..b7e0e536f5 100644
--- a/src/runtime/signal_netbsd_386.go
+++ b/src/runtime/signal_netbsd_386.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_netbsd_amd64.go b/src/runtime/signal_netbsd_amd64.go
index e22f4a724a..88f657bb68 100644
--- a/src/runtime/signal_netbsd_amd64.go
+++ b/src/runtime/signal_netbsd_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_netbsd_arm.go b/src/runtime/signal_netbsd_arm.go
index 9b114c8995..4e58d3ba30 100644
--- a/src/runtime/signal_netbsd_arm.go
+++ b/src/runtime/signal_netbsd_arm.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_openbsd_386.go b/src/runtime/signal_openbsd_386.go
index c582a44935..dbbb2c8a5c 100644
--- a/src/runtime/signal_openbsd_386.go
+++ b/src/runtime/signal_openbsd_386.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_openbsd_amd64.go b/src/runtime/signal_openbsd_amd64.go
index 4f0d19ddd1..5631ab4408 100644
--- a/src/runtime/signal_openbsd_amd64.go
+++ b/src/runtime/signal_openbsd_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_openbsd_arm.go b/src/runtime/signal_openbsd_arm.go
index 8ee255c649..3158a4e57d 100644
--- a/src/runtime/signal_openbsd_arm.go
+++ b/src/runtime/signal_openbsd_arm.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/signal_unix.go b/src/runtime/signal_unix.go
index 8834e51f4b..5ce2380daa 100644
--- a/src/runtime/signal_unix.go
+++ b/src/runtime/signal_unix.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/runtime/sigpanic_unix.go b/src/runtime/sigpanic_unix.go
index 1ce622316a..4cd8615bcc 100644
--- a/src/runtime/sigpanic_unix.go
+++ b/src/runtime/sigpanic_unix.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/softfloat64.go b/src/runtime/softfloat64.go
index 790dbda03a..1678e8f9f1 100644
--- a/src/runtime/softfloat64.go
+++ b/src/runtime/softfloat64.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/softfloat64_test.go b/src/runtime/softfloat64_test.go
index e108872835..7347aff8f1 100644
--- a/src/runtime/softfloat64_test.go
+++ b/src/runtime/softfloat64_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/stack_test.go b/src/runtime/stack_test.go
index 928d1eca20..9702e1e913 100644
--- a/src/runtime/stack_test.go
+++ b/src/runtime/stack_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/runtime/sys_x86.go b/src/runtime/sys_x86.go
index 137e706d24..9729671725 100644
--- a/src/runtime/sys_x86.go
+++ b/src/runtime/sys_x86.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/syscall_solaris.go b/src/runtime/syscall_solaris.go
index ae1f334365..6c9dbe21d3 100644
--- a/src/runtime/syscall_solaris.go
+++ b/src/runtime/syscall_solaris.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/syscall_windows.go b/src/runtime/syscall_windows.go
index e2ff7a8a0f..081516c70a 100644
--- a/src/runtime/syscall_windows.go
+++ b/src/runtime/syscall_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/syscall_windows_test.go b/src/runtime/syscall_windows_test.go
index 79807035cc..f3434d2026 100644
--- a/src/runtime/syscall_windows_test.go
+++ b/src/runtime/syscall_windows_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/runtime/testdata/testprog/crash.go b/src/runtime/testdata/testprog/crash.go
index 3d7c7c6aab..4d83132198 100644
--- a/src/runtime/testdata/testprog/crash.go
+++ b/src/runtime/testdata/testprog/crash.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprog/deadlock.go b/src/runtime/testdata/testprog/deadlock.go
index ff9c82d61b..c938fcfb56 100644
--- a/src/runtime/testdata/testprog/deadlock.go
+++ b/src/runtime/testdata/testprog/deadlock.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprog/gc.go b/src/runtime/testdata/testprog/gc.go
index 9bb367c0d1..0676e9a4ec 100644
--- a/src/runtime/testdata/testprog/gc.go
+++ b/src/runtime/testdata/testprog/gc.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprog/main.go b/src/runtime/testdata/testprog/main.go
index 9c227bbf81..ae491a2a97 100644
--- a/src/runtime/testdata/testprog/main.go
+++ b/src/runtime/testdata/testprog/main.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprog/misc.go b/src/runtime/testdata/testprog/misc.go
index 237680fc87..7ccd389c94 100644
--- a/src/runtime/testdata/testprog/misc.go
+++ b/src/runtime/testdata/testprog/misc.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/runtime/testdata/testprog/signal.go b/src/runtime/testdata/testprog/signal.go
index ac2d3e8f6c..7926908828 100644
--- a/src/runtime/testdata/testprog/signal.go
+++ b/src/runtime/testdata/testprog/signal.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprog/stringconcat.go b/src/runtime/testdata/testprog/stringconcat.go
index 9dddf1969f..f233e66206 100644
--- a/src/runtime/testdata/testprog/stringconcat.go
+++ b/src/runtime/testdata/testprog/stringconcat.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprog/syscall_windows.go b/src/runtime/testdata/testprog/syscall_windows.go
index 73165be187..6e6782e987 100644
--- a/src/runtime/testdata/testprog/syscall_windows.go
+++ b/src/runtime/testdata/testprog/syscall_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/callback.go b/src/runtime/testdata/testprogcgo/callback.go
index 10e248a159..7d9d68ddd1 100644
--- a/src/runtime/testdata/testprogcgo/callback.go
+++ b/src/runtime/testdata/testprogcgo/callback.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/cgo.go b/src/runtime/testdata/testprogcgo/cgo.go
index 7a2e013d43..870d4efdea 100644
--- a/src/runtime/testdata/testprogcgo/cgo.go
+++ b/src/runtime/testdata/testprogcgo/cgo.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/crash.go b/src/runtime/testdata/testprogcgo/crash.go
index 3d7c7c6aab..4d83132198 100644
--- a/src/runtime/testdata/testprogcgo/crash.go
+++ b/src/runtime/testdata/testprogcgo/crash.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/deadlock.go b/src/runtime/testdata/testprogcgo/deadlock.go
index ac8855af3b..2cc68a8927 100644
--- a/src/runtime/testdata/testprogcgo/deadlock.go
+++ b/src/runtime/testdata/testprogcgo/deadlock.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/runtime/testdata/testprogcgo/dll_windows.go b/src/runtime/testdata/testprogcgo/dll_windows.go
index a0647ef212..aed2410a45 100644
--- a/src/runtime/testdata/testprogcgo/dll_windows.go
+++ b/src/runtime/testdata/testprogcgo/dll_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/dropm.go b/src/runtime/testdata/testprogcgo/dropm.go
index 75984ea75f..9e782f504f 100644
--- a/src/runtime/testdata/testprogcgo/dropm.go
+++ b/src/runtime/testdata/testprogcgo/dropm.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/runtime/testdata/testprogcgo/dropm_stub.go b/src/runtime/testdata/testprogcgo/dropm_stub.go
index 4c3f46ade4..f7f142c1fd 100644
--- a/src/runtime/testdata/testprogcgo/dropm_stub.go
+++ b/src/runtime/testdata/testprogcgo/dropm_stub.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/runtime/testdata/testprogcgo/exec.go b/src/runtime/testdata/testprogcgo/exec.go
index 8dc1d517c6..2e948401c8 100644
--- a/src/runtime/testdata/testprogcgo/exec.go
+++ b/src/runtime/testdata/testprogcgo/exec.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/main.go b/src/runtime/testdata/testprogcgo/main.go
index 9c227bbf81..ae491a2a97 100644
--- a/src/runtime/testdata/testprogcgo/main.go
+++ b/src/runtime/testdata/testprogcgo/main.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/threadpanic.go b/src/runtime/testdata/testprogcgo/threadpanic.go
index 3c9baba71a..f9b48a9026 100644
--- a/src/runtime/testdata/testprogcgo/threadpanic.go
+++ b/src/runtime/testdata/testprogcgo/threadpanic.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/threadpanic_unix.c b/src/runtime/testdata/testprogcgo/threadpanic_unix.c
index dea8160365..c426452c2b 100644
--- a/src/runtime/testdata/testprogcgo/threadpanic_unix.c
+++ b/src/runtime/testdata/testprogcgo/threadpanic_unix.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/threadpanic_windows.c b/src/runtime/testdata/testprogcgo/threadpanic_windows.c
index 0a19ffaa12..cf960db53a 100644
--- a/src/runtime/testdata/testprogcgo/threadpanic_windows.c
+++ b/src/runtime/testdata/testprogcgo/threadpanic_windows.c
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprogcgo/threadprof.go b/src/runtime/testdata/testprogcgo/threadprof.go
index 03e35d2a9e..a77479dfad 100644
--- a/src/runtime/testdata/testprogcgo/threadprof.go
+++ b/src/runtime/testdata/testprogcgo/threadprof.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprognet/main.go b/src/runtime/testdata/testprognet/main.go
index 9c227bbf81..ae491a2a97 100644
--- a/src/runtime/testdata/testprognet/main.go
+++ b/src/runtime/testdata/testprognet/main.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprognet/net.go b/src/runtime/testdata/testprognet/net.go
index c1a7f3f132..714b10162e 100644
--- a/src/runtime/testdata/testprognet/net.go
+++ b/src/runtime/testdata/testprognet/net.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/testdata/testprognet/signal.go b/src/runtime/testdata/testprognet/signal.go
index 24d142403e..a1559fe616 100644
--- a/src/runtime/testdata/testprognet/signal.go
+++ b/src/runtime/testdata/testprognet/signal.go
@@ -1,4 +1,4 @@
-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2016 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/runtime/textflag.h b/src/runtime/textflag.h
index dbf3d9977c..4739781530 100644
--- a/src/runtime/textflag.h
+++ b/src/runtime/textflag.h
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/runtime/tls_arm.s b/src/runtime/tls_arm.s
index 00ca46993f..32bfcf88f0 100644
--- a/src/runtime/tls_arm.s
+++ b/src/runtime/tls_arm.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/tls_mips64x.s b/src/runtime/tls_mips64x.s
index c6f5bfa545..4bd9791dd3 100644
--- a/src/runtime/tls_mips64x.s
+++ b/src/runtime/tls_mips64x.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/runtime/tls_ppc64x.s b/src/runtime/tls_ppc64x.s
index c79c97dae3..69c0d9eb99 100644
--- a/src/runtime/tls_ppc64x.s
+++ b/src/runtime/tls_ppc64x.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/trace/trace_stack_test.go b/src/runtime/trace/trace_stack_test.go
index b5fe7c3314..4bb74f0936 100644
--- a/src/runtime/trace/trace_stack_test.go
+++ b/src/runtime/trace/trace_stack_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/trace/trace_test.go b/src/runtime/trace/trace_test.go
index f4791c2548..b787a2fc27 100644
--- a/src/runtime/trace/trace_test.go
+++ b/src/runtime/trace/trace_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/typekind.go b/src/runtime/typekind.go
index d146dcae55..abb27777fe 100644
--- a/src/runtime/typekind.go
+++ b/src/runtime/typekind.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/vdso_none.go b/src/runtime/vdso_none.go
index 93bd91ca85..b4e0a0e349 100644
--- a/src/runtime/vdso_none.go
+++ b/src/runtime/vdso_none.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/wbfat_gen.go b/src/runtime/wbfat_gen.go
index 9482cfe5e6..cac19f5804 100644
--- a/src/runtime/wbfat_gen.go
+++ b/src/runtime/wbfat_gen.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/runtime/wincallback.go b/src/runtime/wincallback.go
index a16ad21cd5..9f003aed05 100644
--- a/src/runtime/wincallback.go
+++ b/src/runtime/wincallback.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/strconv/makeisprint.go b/src/strconv/makeisprint.go
index 514258060e..0a3e5b20cc 100644
--- a/src/strconv/makeisprint.go
+++ b/src/strconv/makeisprint.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/strings/compare.go b/src/strings/compare.go
index b84dddea74..1fe6b8d89a 100644
--- a/src/strings/compare.go
+++ b/src/strings/compare.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/strings/strings_amd64.go b/src/strings/strings_amd64.go
index 376113f0a2..55bf2d2f6f 100644
--- a/src/strings/strings_amd64.go
+++ b/src/strings/strings_amd64.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/strings/strings_decl.go b/src/strings/strings_decl.go
index 810a696af2..3bae8448c3 100644
--- a/src/strings/strings_decl.go
+++ b/src/strings/strings_decl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/strings/strings_generic.go b/src/strings/strings_generic.go
index 811cb80316..d356f50f87 100644
--- a/src/strings/strings_generic.go
+++ b/src/strings/strings_generic.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/sync/atomic/64bit_arm.go b/src/sync/atomic/64bit_arm.go
index b98e60827e..4ef11747bb 100644
--- a/src/sync/atomic/64bit_arm.go
+++ b/src/sync/atomic/64bit_arm.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/sync/atomic/asm_386.s b/src/sync/atomic/asm_386.s
index 383d759ae7..f2a13dab66 100644
--- a/src/sync/atomic/asm_386.s
+++ b/src/sync/atomic/asm_386.s
@@ -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/sync/atomic/asm_amd64.s b/src/sync/atomic/asm_amd64.s
index 551c002674..690907c802 100644
--- a/src/sync/atomic/asm_amd64.s
+++ b/src/sync/atomic/asm_amd64.s
@@ -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/sync/atomic/asm_amd64p32.s b/src/sync/atomic/asm_amd64p32.s
index b4e19ee257..8164b3e8b6 100644
--- a/src/sync/atomic/asm_amd64p32.s
+++ b/src/sync/atomic/asm_amd64p32.s
@@ -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/sync/atomic/asm_arm.s b/src/sync/atomic/asm_arm.s
index 3b50657cc7..6cdc8fbc36 100644
--- a/src/sync/atomic/asm_arm.s
+++ b/src/sync/atomic/asm_arm.s
@@ -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/sync/atomic/asm_arm64.s b/src/sync/atomic/asm_arm64.s
index 32e96254a4..b351603146 100644
--- a/src/sync/atomic/asm_arm64.s
+++ b/src/sync/atomic/asm_arm64.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/sync/atomic/asm_darwin_arm.s b/src/sync/atomic/asm_darwin_arm.s
index 36dd4835f7..c64336034d 100644
--- a/src/sync/atomic/asm_darwin_arm.s
+++ b/src/sync/atomic/asm_darwin_arm.s
@@ -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/sync/atomic/asm_freebsd_arm.s b/src/sync/atomic/asm_freebsd_arm.s
index 46710eab01..cb8c783a74 100644
--- a/src/sync/atomic/asm_freebsd_arm.s
+++ b/src/sync/atomic/asm_freebsd_arm.s
@@ -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/sync/atomic/asm_linux_arm.s b/src/sync/atomic/asm_linux_arm.s
index 97b7b57ad6..fc41968a9e 100644
--- a/src/sync/atomic/asm_linux_arm.s
+++ b/src/sync/atomic/asm_linux_arm.s
@@ -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/sync/atomic/asm_mips64x.s b/src/sync/atomic/asm_mips64x.s
index 608ff218e6..b3c4627116 100644
--- a/src/sync/atomic/asm_mips64x.s
+++ b/src/sync/atomic/asm_mips64x.s
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/sync/atomic/asm_nacl_arm.s b/src/sync/atomic/asm_nacl_arm.s
index 8b4b6872a6..f85544c14c 100644
--- a/src/sync/atomic/asm_nacl_arm.s
+++ b/src/sync/atomic/asm_nacl_arm.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/sync/atomic/asm_netbsd_arm.s b/src/sync/atomic/asm_netbsd_arm.s
index 5c98de33c6..9a2ab1daba 100644
--- a/src/sync/atomic/asm_netbsd_arm.s
+++ b/src/sync/atomic/asm_netbsd_arm.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/sync/atomic/asm_openbsd_arm.s b/src/sync/atomic/asm_openbsd_arm.s
index 8c48a0ad56..a1a062ade6 100644
--- a/src/sync/atomic/asm_openbsd_arm.s
+++ b/src/sync/atomic/asm_openbsd_arm.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/sync/atomic/asm_plan9_arm.s b/src/sync/atomic/asm_plan9_arm.s
index 5108fc6b91..d74ff4ad53 100644
--- a/src/sync/atomic/asm_plan9_arm.s
+++ b/src/sync/atomic/asm_plan9_arm.s
@@ -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/sync/atomic/asm_ppc64x.s b/src/sync/atomic/asm_ppc64x.s
index d3e49aefb4..ed348458b4 100644
--- a/src/sync/atomic/asm_ppc64x.s
+++ b/src/sync/atomic/asm_ppc64x.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/sync/atomic/atomic_linux_arm_test.go b/src/sync/atomic/atomic_linux_arm_test.go
index b6965b99b7..922eb171da 100644
--- a/src/sync/atomic/atomic_linux_arm_test.go
+++ b/src/sync/atomic/atomic_linux_arm_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/sync/atomic/atomic_test.go b/src/sync/atomic/atomic_test.go
index e2c63b95e8..23650abae9 100644
--- a/src/sync/atomic/atomic_test.go
+++ b/src/sync/atomic/atomic_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.
diff --git a/src/sync/atomic/doc.go b/src/sync/atomic/doc.go
index 10fb8c9177..302ff43070 100644
--- a/src/sync/atomic/doc.go
+++ b/src/sync/atomic/doc.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/sync/atomic/export_linux_arm_test.go b/src/sync/atomic/export_linux_arm_test.go
index 9f0c856a79..51f15772be 100644
--- a/src/sync/atomic/export_linux_arm_test.go
+++ b/src/sync/atomic/export_linux_arm_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/sync/atomic/race.s b/src/sync/atomic/race.s
index bdce7668bc..fd6ca22700 100644
--- a/src/sync/atomic/race.s
+++ b/src/sync/atomic/race.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/sync/export_test.go b/src/sync/export_test.go
index fa5983a2d1..6ed38dad89 100644
--- a/src/sync/export_test.go
+++ b/src/sync/export_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/sync/runtime.go b/src/sync/runtime.go
index c66d2deb4c..53e8ae8d20 100644
--- a/src/sync/runtime.go
+++ b/src/sync/runtime.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/syscall/asm.s b/src/syscall/asm.s
index d4ca868f17..06449ebfa9 100644
--- a/src/syscall/asm.s
+++ b/src/syscall/asm.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/syscall/bpf_bsd.go b/src/syscall/bpf_bsd.go
index cc6c1e77c5..2523e9b001 100644
--- a/src/syscall/bpf_bsd.go
+++ b/src/syscall/bpf_bsd.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/syscall/creds_test.go b/src/syscall/creds_test.go
index b4a14ff4dd..7c6ab1de1d 100644
--- a/src/syscall/creds_test.go
+++ b/src/syscall/creds_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/syscall/dll_windows.go b/src/syscall/dll_windows.go
index 3cf4b1be8c..8da1951ce4 100644
--- a/src/syscall/dll_windows.go
+++ b/src/syscall/dll_windows.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/syscall/env_plan9.go b/src/syscall/env_plan9.go
index cbf7f41092..9a8a837e7d 100644
--- a/src/syscall/env_plan9.go
+++ b/src/syscall/env_plan9.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/syscall/env_unix.go b/src/syscall/env_unix.go
index b5ded9c763..5bf3336ce5 100644
--- a/src/syscall/env_unix.go
+++ b/src/syscall/env_unix.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/syscall/env_windows.go b/src/syscall/env_windows.go
index 1cb475428d..3f751678cc 100644
--- a/src/syscall/env_windows.go
+++ b/src/syscall/env_windows.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/syscall/errors_plan9.go b/src/syscall/errors_plan9.go
index d7634c995e..6952562c69 100644
--- a/src/syscall/errors_plan9.go
+++ b/src/syscall/errors_plan9.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/syscall/export_test.go b/src/syscall/export_test.go
index c9774622c8..55c09e667e 100644
--- a/src/syscall/export_test.go
+++ b/src/syscall/export_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/syscall/fd_nacl.go b/src/syscall/fd_nacl.go
index 74324142a7..715992b1bf 100644
--- a/src/syscall/fd_nacl.go
+++ b/src/syscall/fd_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/fs_nacl.go b/src/syscall/fs_nacl.go
index 711809f14f..4019fad1a5 100644
--- a/src/syscall/fs_nacl.go
+++ b/src/syscall/fs_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/lsf_linux.go b/src/syscall/lsf_linux.go
index ee07fea3f8..98e25885ef 100644
--- a/src/syscall/lsf_linux.go
+++ b/src/syscall/lsf_linux.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/syscall/msan.go b/src/syscall/msan.go
index edd8d1ebd5..baaad6df98 100644
--- a/src/syscall/msan.go
+++ b/src/syscall/msan.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/syscall/msan0.go b/src/syscall/msan0.go
index 7617494e86..ff10be9d25 100644
--- a/src/syscall/msan0.go
+++ b/src/syscall/msan0.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The Go Authors. All rights reserved.
+// Copyright 2015 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/syscall/net_nacl.go b/src/syscall/net_nacl.go
index d3378f9f66..1a0122c4b6 100644
--- a/src/syscall/net_nacl.go
+++ b/src/syscall/net_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/netlink_linux.go b/src/syscall/netlink_linux.go
index 1b73dce827..26b30403a1 100644
--- a/src/syscall/netlink_linux.go
+++ b/src/syscall/netlink_linux.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/syscall/route_bsd.go b/src/syscall/route_bsd.go
index d9b6697a75..fe8259b221 100644
--- a/src/syscall/route_bsd.go
+++ b/src/syscall/route_bsd.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/syscall/route_darwin.go b/src/syscall/route_darwin.go
index 89bca12f3e..bb353b2011 100644
--- a/src/syscall/route_darwin.go
+++ b/src/syscall/route_darwin.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/syscall/route_dragonfly.go b/src/syscall/route_dragonfly.go
index 5226f7f2e4..78daf94deb 100644
--- a/src/syscall/route_dragonfly.go
+++ b/src/syscall/route_dragonfly.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/syscall/route_freebsd.go b/src/syscall/route_freebsd.go
index 0e18103855..fbfafbc102 100644
--- a/src/syscall/route_freebsd.go
+++ b/src/syscall/route_freebsd.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/syscall/route_netbsd.go b/src/syscall/route_netbsd.go
index d605ffa30f..d21e3fa32c 100644
--- a/src/syscall/route_netbsd.go
+++ b/src/syscall/route_netbsd.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/syscall/route_openbsd.go b/src/syscall/route_openbsd.go
index 7804a08910..719396db53 100644
--- a/src/syscall/route_openbsd.go
+++ b/src/syscall/route_openbsd.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/syscall/security_windows.go b/src/syscall/security_windows.go
index 1625b07ae4..e2a9dc5f9d 100644
--- a/src/syscall/security_windows.go
+++ b/src/syscall/security_windows.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/syscall/sockcmsg_linux.go b/src/syscall/sockcmsg_linux.go
index a2e26a1f47..5a56b25beb 100644
--- a/src/syscall/sockcmsg_linux.go
+++ b/src/syscall/sockcmsg_linux.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/syscall/sockcmsg_unix.go b/src/syscall/sockcmsg_unix.go
index 47242752f0..b7a7c83286 100644
--- a/src/syscall/sockcmsg_unix.go
+++ b/src/syscall/sockcmsg_unix.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/syscall/syscall_nacl.go b/src/syscall/syscall_nacl.go
index f8f63ef41c..bbeb22a66c 100644
--- a/src/syscall/syscall_nacl.go
+++ b/src/syscall/syscall_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/syscall_nacl_386.go b/src/syscall/syscall_nacl_386.go
index d12f8e2d6d..0d685a6ed9 100644
--- a/src/syscall/syscall_nacl_386.go
+++ b/src/syscall/syscall_nacl_386.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/syscall_nacl_amd64p32.go b/src/syscall/syscall_nacl_amd64p32.go
index d12f8e2d6d..0d685a6ed9 100644
--- a/src/syscall/syscall_nacl_amd64p32.go
+++ b/src/syscall/syscall_nacl_amd64p32.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/syscall_nacl_arm.go b/src/syscall/syscall_nacl_arm.go
index fc0cdda5da..5d72503e5d 100644
--- a/src/syscall/syscall_nacl_arm.go
+++ b/src/syscall/syscall_nacl_arm.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/syscall/syscall_windows.go b/src/syscall/syscall_windows.go
index 6416655ade..f1ddc35aa7 100644
--- a/src/syscall/syscall_windows.go
+++ b/src/syscall/syscall_windows.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/syscall/syscall_windows_386.go b/src/syscall/syscall_windows_386.go
index 61d2d8cb65..e82b540b4b 100644
--- a/src/syscall/syscall_windows_386.go
+++ b/src/syscall/syscall_windows_386.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/syscall/syscall_windows_amd64.go b/src/syscall/syscall_windows_amd64.go
index 61d2d8cb65..e82b540b4b 100644
--- a/src/syscall/syscall_windows_amd64.go
+++ b/src/syscall/syscall_windows_amd64.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/syscall/tables_nacl.go b/src/syscall/tables_nacl.go
index adc6be29d1..d97e2b4672 100644
--- a/src/syscall/tables_nacl.go
+++ b/src/syscall/tables_nacl.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/time_nacl_386.s b/src/syscall/time_nacl_386.s
index c0c89dccc0..90cf366bb3 100644
--- a/src/syscall/time_nacl_386.s
+++ b/src/syscall/time_nacl_386.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/time_nacl_amd64p32.s b/src/syscall/time_nacl_amd64p32.s
index c0c89dccc0..90cf366bb3 100644
--- a/src/syscall/time_nacl_amd64p32.s
+++ b/src/syscall/time_nacl_amd64p32.s
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/syscall/time_nacl_arm.s b/src/syscall/time_nacl_arm.s
index 4f4b4d89ae..7864ec9d3e 100644
--- a/src/syscall/time_nacl_arm.s
+++ b/src/syscall/time_nacl_arm.s
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/syscall/zerrors_windows_386.go b/src/syscall/zerrors_windows_386.go
index d1008bd03c..8bc5b6b194 100644
--- a/src/syscall/zerrors_windows_386.go
+++ b/src/syscall/zerrors_windows_386.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/syscall/zerrors_windows_amd64.go b/src/syscall/zerrors_windows_amd64.go
index d1008bd03c..8bc5b6b194 100644
--- a/src/syscall/zerrors_windows_amd64.go
+++ b/src/syscall/zerrors_windows_amd64.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/syscall/ztypes_windows.go b/src/syscall/ztypes_windows.go
index e5c732576b..191c6e602a 100644
--- a/src/syscall/ztypes_windows.go
+++ b/src/syscall/ztypes_windows.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/syscall/ztypes_windows_386.go b/src/syscall/ztypes_windows_386.go
index 734ee6e0f0..4f40a096ce 100644
--- a/src/syscall/ztypes_windows_386.go
+++ b/src/syscall/ztypes_windows_386.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/syscall/ztypes_windows_amd64.go b/src/syscall/ztypes_windows_amd64.go
index 78aa55b2ee..7d45ddbc0b 100644
--- a/src/syscall/ztypes_windows_amd64.go
+++ b/src/syscall/ztypes_windows_amd64.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/testing/allocs.go b/src/testing/allocs.go
index 9ec47bd460..80c8658acf 100644
--- a/src/testing/allocs.go
+++ b/src/testing/allocs.go
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2013 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/testing/allocs_test.go b/src/testing/allocs_test.go
index ec17daa2b1..5b346aaf83 100644
--- a/src/testing/allocs_test.go
+++ b/src/testing/allocs_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/testing/testing_test.go b/src/testing/testing_test.go
index 87a5c16d6e..45e44683b4 100644
--- a/src/testing/testing_test.go
+++ b/src/testing/testing_test.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go Authors. All rights reserved.
+// Copyright 2014 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/time/example_test.go b/src/time/example_test.go
index f76fdcd4d0..4170d5110d 100644
--- a/src/time/example_test.go
+++ b/src/time/example_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.
diff --git a/src/unicode/utf16/export_test.go b/src/unicode/utf16/export_test.go
index 306247e48f..e0c57f52ae 100644
--- a/src/unicode/utf16/export_test.go
+++ b/src/unicode/utf16/export_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/unicode/utf16/utf16.go b/src/unicode/utf16/utf16.go
index 0a5a02ebe2..1a881aa769 100644
--- a/src/unicode/utf16/utf16.go
+++ b/src/unicode/utf16/utf16.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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/unicode/utf16/utf16_test.go b/src/unicode/utf16/utf16_test.go
index e5be504e08..d258f0bc7b 100644
--- a/src/unicode/utf16/utf16_test.go
+++ b/src/unicode/utf16/utf16_test.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 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.