]> Cypherpunks.ru repositories - gostls13.git/commitdiff
all: make copyright headers consistent with one space after period
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 1 Mar 2016 22:57:46 +0000 (22:57 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 1 Mar 2016 23:34:33 +0000 (23:34 +0000)
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>

787 files changed:
src/bytes/bytes_decl.go
src/cmd/api/goapi.go
src/cmd/api/goapi_test.go
src/cmd/api/run.go
src/cmd/asm/internal/asm/testdata/amd64.s
src/cmd/asm/internal/asm/testdata/amd64error.s
src/cmd/asm/internal/asm/testdata/arm.s
src/cmd/asm/internal/asm/testdata/arm64.s
src/cmd/asm/internal/asm/testdata/mips64.s
src/cmd/asm/internal/asm/testdata/ppc64.s
src/cmd/cgo/ast.go
src/cmd/cgo/doc.go
src/cmd/cgo/gcc.go
src/cmd/cgo/godefs.go
src/cmd/cgo/main.go
src/cmd/cgo/out.go
src/cmd/cgo/util.go
src/cmd/compile/internal/amd64/prog.go
src/cmd/compile/internal/arm/prog.go
src/cmd/compile/internal/arm64/prog.go
src/cmd/compile/internal/big/arith_decl.go
src/cmd/compile/internal/gc/order.go
src/cmd/compile/internal/mips64/prog.go
src/cmd/compile/internal/ppc64/opt.go
src/cmd/compile/internal/ppc64/prog.go
src/cmd/compile/internal/x86/prog.go
src/cmd/compile/main.go
src/cmd/cover/cover_test.go
src/cmd/dist/build.go
src/cmd/dist/buildgo.go
src/cmd/dist/buildruntime.go
src/cmd/dist/buildtool.go
src/cmd/dist/cpuid_386.s
src/cmd/dist/cpuid_amd64.s
src/cmd/dist/cpuid_default.s
src/cmd/dist/main.go
src/cmd/dist/sys_default.go
src/cmd/dist/sys_windows.go
src/cmd/dist/test.go
src/cmd/dist/util.go
src/cmd/dist/util_gc.go
src/cmd/dist/util_gccgo.go
src/cmd/dist/vfp_arm.s
src/cmd/dist/vfp_default.s
src/cmd/doc/doc_test.go
src/cmd/doc/testdata/pkg.go
src/cmd/fix/fix.go
src/cmd/fix/gotypes.go
src/cmd/fix/gotypes_test.go
src/cmd/fix/import_test.go
src/cmd/fix/main_test.go
src/cmd/fix/netipv6zone.go
src/cmd/fix/netipv6zone_test.go
src/cmd/fix/printerconfig.go
src/cmd/fix/printerconfig_test.go
src/cmd/fix/typecheck.go
src/cmd/go/alldocs.go
src/cmd/go/bootstrap.go
src/cmd/go/build.go
src/cmd/go/clean.go
src/cmd/go/context.go
src/cmd/go/discovery.go
src/cmd/go/doc.go
src/cmd/go/env.go
src/cmd/go/fix.go
src/cmd/go/fmt.go
src/cmd/go/generate.go
src/cmd/go/generate_test.go
src/cmd/go/get.go
src/cmd/go/go11.go
src/cmd/go/go_test.go
src/cmd/go/go_unix_test.go
src/cmd/go/help.go
src/cmd/go/http.go
src/cmd/go/list.go
src/cmd/go/main.go
src/cmd/go/match_test.go
src/cmd/go/note.go
src/cmd/go/note_test.go
src/cmd/go/pkg.go
src/cmd/go/pkg_test.go
src/cmd/go/run.go
src/cmd/go/tag_test.go
src/cmd/go/test.go
src/cmd/go/testdata/dep_test.go
src/cmd/go/testdata/example1_test.go
src/cmd/go/testdata/example2_test.go
src/cmd/go/testdata/generate/test1.go
src/cmd/go/testdata/generate/test2.go
src/cmd/go/testdata/generate/test3.go
src/cmd/go/testdata/generate/test4.go
src/cmd/go/testgo.go
src/cmd/go/tool.go
src/cmd/go/vcs.go
src/cmd/go/vcs_test.go
src/cmd/go/vendor_test.go
src/cmd/go/version.go
src/cmd/go/vet.go
src/cmd/gofmt/rewrite.go
src/cmd/internal/gcprog/gcprog.go
src/cmd/internal/goobj/read.go
src/cmd/internal/goobj/read_test.go
src/cmd/internal/obj/flag.go
src/cmd/internal/obj/funcdata.go
src/cmd/internal/obj/line_test.go
src/cmd/internal/obj/objfile.go
src/cmd/internal/obj/pcln.go
src/cmd/internal/obj/stack.go
src/cmd/internal/obj/textflag.go
src/cmd/internal/obj/util.go
src/cmd/internal/objfile/disasm.go
src/cmd/internal/objfile/elf.go
src/cmd/internal/objfile/goobj.go
src/cmd/internal/objfile/macho.go
src/cmd/internal/objfile/objfile.go
src/cmd/internal/objfile/pe.go
src/cmd/internal/objfile/plan9obj.go
src/cmd/link/internal/ld/arch.go
src/cmd/link/internal/ld/objfile.go
src/cmd/link/internal/ld/pcln.go
src/cmd/link/internal/ld/util.go
src/cmd/link/main.go
src/cmd/newlink/auto.go
src/cmd/newlink/auto_test.go
src/cmd/newlink/dead.go
src/cmd/newlink/dead_test.go
src/cmd/newlink/debug.go
src/cmd/newlink/hex_test.go
src/cmd/newlink/layout.go
src/cmd/newlink/layout_test.go
src/cmd/newlink/link_test.go
src/cmd/newlink/load.go
src/cmd/newlink/macho.go
src/cmd/newlink/macho_test.go
src/cmd/newlink/main.go
src/cmd/newlink/pclntab.go
src/cmd/newlink/pclntab_test.go
src/cmd/newlink/prog.go
src/cmd/newlink/prog_test.go
src/cmd/newlink/runtime.go
src/cmd/newlink/scan.go
src/cmd/newlink/testdata/autosection.s
src/cmd/newlink/testdata/autoweak.s
src/cmd/newlink/testdata/dead.s
src/cmd/newlink/testdata/genpcln.go
src/cmd/newlink/testdata/layout.s
src/cmd/newlink/util.go
src/cmd/newlink/write.go
src/cmd/nm/nm.go
src/cmd/pprof/doc.go
src/cmd/trace/pprof.go
src/cmd/trace/trace.go
src/cmd/vet/asmdecl.go
src/cmd/vet/buildtag.go
src/cmd/vet/cgo.go
src/cmd/vet/deadcode.go
src/cmd/vet/testdata/buildtag.go
src/cmd/vet/testdata/unsafeptr.go
src/cmd/vet/unsafeptr.go
src/cmd/vet/vet_test.go
src/crypto/cipher/cipher_test.go
src/crypto/elliptic/p224.go
src/crypto/elliptic/p224_test.go
src/crypto/elliptic/p256.go
src/crypto/md5/gen.go
src/crypto/md5/md5block_decl.go
src/crypto/rand/eagain.go
src/crypto/rand/example_test.go
src/crypto/rand/rand.go
src/crypto/rand/rand_linux.go
src/crypto/rand/rand_openbsd.go
src/crypto/rand/rand_test.go
src/crypto/rand/rand_unix.go
src/crypto/rand/rand_windows.go
src/crypto/rand/util.go
src/crypto/rand/util_test.go
src/crypto/sha1/sha1block_386.s
src/crypto/sha1/sha1block_amd64.s
src/crypto/sha1/sha1block_amd64p32.s
src/crypto/sha1/sha1block_arm.s
src/crypto/sha1/sha1block_decl.go
src/crypto/sha256/sha256block_386.s
src/crypto/sha256/sha256block_amd64.s
src/crypto/sha256/sha256block_decl.go
src/crypto/sha512/sha512block_amd64.s
src/crypto/sha512/sha512block_decl.go
src/debug/dwarf/buf.go
src/debug/dwarf/const.go
src/debug/dwarf/entry.go
src/debug/dwarf/line.go
src/debug/dwarf/line_test.go
src/debug/dwarf/open.go
src/debug/dwarf/testdata/typedef.c
src/debug/dwarf/type.go
src/debug/dwarf/type_test.go
src/debug/dwarf/typeunit.go
src/debug/dwarf/unit.go
src/debug/elf/elf_test.go
src/debug/elf/file.go
src/debug/elf/file_test.go
src/debug/elf/reader.go
src/debug/gosym/pclntab.go
src/debug/gosym/pclntab_test.go
src/debug/gosym/symtab.go
src/debug/macho/fat.go
src/debug/macho/file.go
src/debug/macho/file_test.go
src/debug/macho/macho.go
src/debug/pe/file.go
src/debug/pe/file_test.go
src/debug/pe/pe.go
src/debug/plan9obj/file.go
src/debug/plan9obj/file_test.go
src/debug/plan9obj/plan9obj.go
src/encoding/base32/example_test.go
src/encoding/base64/example_test.go
src/encoding/binary/binary.go
src/encoding/binary/binary_test.go
src/encoding/binary/example_test.go
src/encoding/binary/varint.go
src/encoding/encoding.go
src/encoding/json/bench_test.go
src/encoding/json/encode.go
src/encoding/json/example_test.go
src/encoding/json/indent.go
src/encoding/json/number_test.go
src/encoding/json/scanner.go
src/encoding/json/scanner_test.go
src/encoding/json/stream.go
src/encoding/json/stream_test.go
src/encoding/json/tagkey_test.go
src/encoding/json/tags_test.go
src/encoding/xml/example_test.go
src/encoding/xml/read.go
src/encoding/xml/typeinfo.go
src/encoding/xml/xml_test.go
src/errors/errors.go
src/errors/errors_test.go
src/errors/example_test.go
src/flag/export_test.go
src/fmt/export_test.go
src/go/build/build.go
src/go/build/build_test.go
src/go/build/deps_test.go
src/go/build/doc.go
src/go/build/read.go
src/go/build/read_test.go
src/go/build/syslist.go
src/go/build/syslist_test.go
src/go/types/labels.go
src/go/types/testdata/gotos.src
src/go/types/testdata/labels.src
src/image/draw/draw.go
src/internal/race/doc.go
src/internal/race/norace.go
src/internal/race/race.go
src/internal/singleflight/singleflight.go
src/internal/singleflight/singleflight_test.go
src/internal/syscall/unix/getentropy_openbsd.go
src/internal/syscall/unix/getrandom_linux.go
src/internal/syscall/unix/getrandom_linux_386.go
src/internal/syscall/unix/getrandom_linux_amd64.go
src/internal/syscall/unix/getrandom_linux_arm.go
src/internal/syscall/unix/getrandom_linux_generic.go
src/internal/syscall/unix/getrandom_linux_mips64x.go
src/internal/syscall/unix/getrandom_linux_ppc64x.go
src/internal/syscall/windows/syscall_windows.go
src/internal/testenv/testenv.go
src/internal/trace/parser.go
src/io/ioutil/tempfile.go
src/io/multi_test.go
src/math/asin_386.s
src/math/asin_amd64.s
src/math/asin_amd64p32.s
src/math/asin_arm.s
src/math/atan2_386.s
src/math/atan2_amd64.s
src/math/atan2_amd64p32.s
src/math/atan2_arm.s
src/math/atan_386.s
src/math/atan_amd64.s
src/math/atan_amd64p32.s
src/math/atan_arm.s
src/math/big/arith_amd64p32.s
src/math/big/arith_decl.go
src/math/big/arith_decl_pure.go
src/math/dim_386.s
src/math/dim_amd64.s
src/math/dim_amd64p32.s
src/math/dim_arm.s
src/math/exp2_386.s
src/math/exp2_amd64.s
src/math/exp2_amd64p32.s
src/math/exp2_arm.s
src/math/exp_386.s
src/math/exp_amd64.s
src/math/exp_amd64p32.s
src/math/exp_arm.s
src/math/expm1_386.s
src/math/expm1_amd64.s
src/math/expm1_amd64p32.s
src/math/expm1_arm.s
src/math/export_test.go
src/math/floor_386.s
src/math/floor_amd64.s
src/math/floor_amd64p32.s
src/math/floor_arm.s
src/math/frexp_386.s
src/math/frexp_amd64.s
src/math/frexp_amd64p32.s
src/math/frexp_arm.s
src/math/hypot_386.s
src/math/hypot_amd64.s
src/math/hypot_amd64p32.s
src/math/hypot_arm.s
src/math/ldexp_386.s
src/math/ldexp_amd64.s
src/math/ldexp_amd64p32.s
src/math/ldexp_arm.s
src/math/log10_386.s
src/math/log10_amd64.s
src/math/log10_amd64p32.s
src/math/log10_arm.s
src/math/log1p_386.s
src/math/log1p_amd64.s
src/math/log1p_amd64p32.s
src/math/log1p_arm.s
src/math/log_386.s
src/math/log_amd64.s
src/math/log_amd64p32.s
src/math/log_arm.s
src/math/mod_amd64.s
src/math/mod_amd64p32.s
src/math/mod_arm.s
src/math/modf_386.s
src/math/modf_amd64.s
src/math/modf_amd64p32.s
src/math/modf_arm.s
src/math/rand/regress_test.go
src/math/remainder_amd64.s
src/math/remainder_amd64p32.s
src/math/remainder_arm.s
src/math/sin_386.s
src/math/sin_amd64.s
src/math/sin_amd64p32.s
src/math/sin_arm.s
src/math/sincos_386.s
src/math/sincos_amd64.s
src/math/sincos_amd64p32.s
src/math/sincos_arm.s
src/math/sqrt_386.s
src/math/sqrt_amd64.s
src/math/sqrt_amd64p32.s
src/math/sqrt_arm.s
src/math/sqrt_arm64.s
src/math/stubs_arm64.s
src/math/stubs_mips64x.s
src/math/stubs_ppc64x.s
src/math/tan_386.s
src/math/tan_amd64.s
src/math/tan_amd64p32.s
src/math/tan_arm.s
src/net/cgo_android.go
src/net/cgo_bsd.go
src/net/cgo_linux.go
src/net/cgo_netbsd.go
src/net/cgo_openbsd.go
src/net/cgo_solaris.go
src/net/cgo_stub.go
src/net/cgo_unix.go
src/net/conf_netcgo.go
src/net/conn_test.go
src/net/dial.go
src/net/dial_gen.go
src/net/fd_plan9.go
src/net/fd_poll_nacl.go
src/net/http/cookie_test.go
src/net/http/export_test.go
src/net/http/header.go
src/net/http/header_test.go
src/net/http/pprof/pprof.go
src/net/http/readrequest_test.go
src/net/http/requestwrite_test.go
src/net/http/response_test.go
src/net/http/responsewrite_test.go
src/net/http/sniff.go
src/net/interface.go
src/net/interface_bsd.go
src/net/interface_bsd_test.go
src/net/interface_darwin.go
src/net/interface_dragonfly.go
src/net/interface_freebsd.go
src/net/interface_linux.go
src/net/interface_linux_test.go
src/net/interface_netbsd.go
src/net/interface_openbsd.go
src/net/interface_stub.go
src/net/interface_test.go
src/net/interface_unix_test.go
src/net/interface_windows.go
src/net/iprawsock.go
src/net/iprawsock_plan9.go
src/net/iprawsock_posix.go
src/net/iprawsock_test.go
src/net/ipsock.go
src/net/ipsock_plan9.go
src/net/ipsock_posix.go
src/net/listen_test.go
src/net/lookup.go
src/net/lookup_plan9.go
src/net/lookup_stub.go
src/net/lookup_unix.go
src/net/mac.go
src/net/mac_test.go
src/net/main_conf_test.go
src/net/main_noconf_test.go
src/net/packetconn_test.go
src/net/pipe.go
src/net/pipe_test.go
src/net/protoconn_test.go
src/net/rpc/jsonrpc/all_test.go
src/net/rpc/jsonrpc/client.go
src/net/rpc/jsonrpc/server.go
src/net/sendfile_dragonfly.go
src/net/sendfile_freebsd.go
src/net/sendfile_linux.go
src/net/sendfile_solaris.go
src/net/sendfile_stub.go
src/net/sendfile_windows.go
src/net/sock_bsd.go
src/net/sock_linux.go
src/net/sock_plan9.go
src/net/sock_posix.go
src/net/sock_stub.go
src/net/sock_windows.go
src/net/sockopt_bsd.go
src/net/sockopt_linux.go
src/net/sockopt_plan9.go
src/net/sockopt_posix.go
src/net/sockopt_solaris.go
src/net/sockopt_stub.go
src/net/sockopt_windows.go
src/net/sockoptip_bsd.go
src/net/sockoptip_linux.go
src/net/sockoptip_posix.go
src/net/sockoptip_stub.go
src/net/sockoptip_windows.go
src/net/tcpsock.go
src/net/tcpsock_plan9.go
src/net/tcpsock_posix.go
src/net/tcpsockopt_darwin.go
src/net/tcpsockopt_dragonfly.go
src/net/tcpsockopt_openbsd.go
src/net/tcpsockopt_plan9.go
src/net/tcpsockopt_posix.go
src/net/tcpsockopt_solaris.go
src/net/tcpsockopt_stub.go
src/net/tcpsockopt_unix.go
src/net/tcpsockopt_windows.go
src/net/textproto/header.go
src/net/textproto/pipeline.go
src/net/textproto/reader.go
src/net/textproto/reader_test.go
src/net/textproto/textproto.go
src/net/textproto/writer.go
src/net/textproto/writer_test.go
src/net/udpsock.go
src/net/udpsock_plan9.go
src/net/udpsock_posix.go
src/net/udpsock_test.go
src/net/unixsock.go
src/net/unixsock_plan9.go
src/net/unixsock_posix.go
src/net/unixsock_test.go
src/os/env.go
src/os/exec/lp_plan9.go
src/os/exec/lp_unix.go
src/os/exec/lp_unix_test.go
src/os/exec/lp_windows.go
src/os/export_test.go
src/os/signal/sig.s
src/os/sys_windows.go
src/reflect/asm_386.s
src/reflect/asm_amd64.s
src/reflect/asm_amd64p32.s
src/reflect/asm_arm.s
src/reflect/asm_arm64.s
src/reflect/asm_mips64x.s
src/reflect/asm_ppc64x.s
src/reflect/example_test.go
src/reflect/export_test.go
src/reflect/makefunc.go
src/reflect/set_test.go
src/regexp/onepass.go
src/regexp/onepass_test.go
src/regexp/syntax/doc.go
src/regexp/syntax/parse.go
src/regexp/syntax/parse_test.go
src/regexp/syntax/regexp.go
src/regexp/syntax/simplify.go
src/regexp/syntax/simplify_test.go
src/runtime/asm.s
src/runtime/asm_ppc64x.h
src/runtime/callers_test.go
src/runtime/cgo.go
src/runtime/cgo/asm_386.s
src/runtime/cgo/asm_amd64.s
src/runtime/cgo/asm_arm.s
src/runtime/cgo/asm_arm64.s
src/runtime/cgo/asm_nacl_amd64p32.s
src/runtime/cgo/asm_ppc64x.s
src/runtime/cgo/callbacks.go
src/runtime/cgo/cgo.go
src/runtime/cgo/dragonfly.go
src/runtime/cgo/freebsd.go
src/runtime/cgo/gcc_386.S
src/runtime/cgo/gcc_amd64.S
src/runtime/cgo/gcc_android.c
src/runtime/cgo/gcc_android_386.c
src/runtime/cgo/gcc_android_amd64.c
src/runtime/cgo/gcc_android_arm.c
src/runtime/cgo/gcc_android_arm64.c
src/runtime/cgo/gcc_arm.S
src/runtime/cgo/gcc_arm64.S
src/runtime/cgo/gcc_darwin_386.c
src/runtime/cgo/gcc_darwin_amd64.c
src/runtime/cgo/gcc_darwin_arm.c
src/runtime/cgo/gcc_darwin_arm64.c
src/runtime/cgo/gcc_dragonfly_amd64.c
src/runtime/cgo/gcc_fatalf.c
src/runtime/cgo/gcc_freebsd_386.c
src/runtime/cgo/gcc_freebsd_amd64.c
src/runtime/cgo/gcc_freebsd_arm.c
src/runtime/cgo/gcc_libinit.c
src/runtime/cgo/gcc_libinit_linux_ppc64x.c
src/runtime/cgo/gcc_libinit_openbsd.c
src/runtime/cgo/gcc_libinit_windows.c
src/runtime/cgo/gcc_linux_386.c
src/runtime/cgo/gcc_linux_amd64.c
src/runtime/cgo/gcc_linux_arm.c
src/runtime/cgo/gcc_linux_arm64.c
src/runtime/cgo/gcc_linux_ppc64x.c
src/runtime/cgo/gcc_mmap.c
src/runtime/cgo/gcc_netbsd_386.c
src/runtime/cgo/gcc_netbsd_amd64.c
src/runtime/cgo/gcc_netbsd_arm.c
src/runtime/cgo/gcc_openbsd_386.c
src/runtime/cgo/gcc_openbsd_amd64.c
src/runtime/cgo/gcc_ppc64x.S
src/runtime/cgo/gcc_setenv.c
src/runtime/cgo/gcc_signal_darwin_armx.c
src/runtime/cgo/gcc_signal_darwin_lldb.c
src/runtime/cgo/gcc_util.c
src/runtime/cgo/gcc_windows_386.c
src/runtime/cgo/gcc_windows_amd64.c
src/runtime/cgo/iscgo.go
src/runtime/cgo/libcgo.h
src/runtime/cgo/mmap.go
src/runtime/cgo/netbsd.go
src/runtime/cgo/openbsd.go
src/runtime/cgo/setenv.go
src/runtime/cgo_mmap.go
src/runtime/cgo_ppc64x.go
src/runtime/cgocall.go
src/runtime/cgocallback.go
src/runtime/cgocheck.go
src/runtime/chanbarrier_test.go
src/runtime/compiler.go
src/runtime/cpuprof.go
src/runtime/cputicks.go
src/runtime/debug/debug.s
src/runtime/debug/garbage.go
src/runtime/debug/garbage_test.go
src/runtime/debug/stubs.go
src/runtime/env_plan9.go
src/runtime/export_arm_test.go
src/runtime/export_futex_test.go
src/runtime/export_linux_test.go
src/runtime/export_mmap_test.go
src/runtime/export_test.go
src/runtime/export_windows_test.go
src/runtime/fastlog2_test.go
src/runtime/funcdata.h
src/runtime/futex_test.go
src/runtime/go_tls.h
src/runtime/hash_test.go
src/runtime/internal/atomic/asm.s
src/runtime/internal/sys/gengoos.go
src/runtime/internal/sys/sys.go
src/runtime/lfstack_32bit.go
src/runtime/lfstack_amd64.go
src/runtime/lfstack_darwin_arm64.go
src/runtime/lfstack_linux_arm64.go
src/runtime/lfstack_linux_mips64x.go
src/runtime/lfstack_linux_ppc64x.go
src/runtime/lock_sema.go
src/runtime/mbarrier.go
src/runtime/mbitmap.go
src/runtime/mem_bsd.go
src/runtime/mem_darwin.go
src/runtime/mem_linux.go
src/runtime/mem_plan9.go
src/runtime/mem_windows.go
src/runtime/memmove_linux_amd64_test.go
src/runtime/memmove_nacl_amd64p32.s
src/runtime/memmove_test.go
src/runtime/mfinal.go
src/runtime/mmap.go
src/runtime/msan.go
src/runtime/msan0.go
src/runtime/msan_amd64.s
src/runtime/mstats.go
src/runtime/norace_linux_test.go
src/runtime/os1_nacl.go
src/runtime/os1_plan9.go
src/runtime/os2_nacl.go
src/runtime/os2_netbsd.go
src/runtime/os2_openbsd.go
src/runtime/os3_plan9.go
src/runtime/os_darwin.go
src/runtime/os_dragonfly.go
src/runtime/os_freebsd.go
src/runtime/os_linux.go
src/runtime/os_nacl.go
src/runtime/os_netbsd.go
src/runtime/os_openbsd.go
src/runtime/os_plan9.go
src/runtime/os_solaris.go
src/runtime/os_windows.go
src/runtime/pprof/mprof_test.go
src/runtime/pprof/pprof.go
src/runtime/pprof/pprof_test.go
src/runtime/race.go
src/runtime/race/sched_test.go
src/runtime/race0.go
src/runtime/race_amd64.s
src/runtime/rdebug.go
src/runtime/runtime.go
src/runtime/runtime_linux_test.go
src/runtime/runtime_mmap_test.go
src/runtime/runtime_test.go
src/runtime/runtime_unix_test.go
src/runtime/signal1_unix.go
src/runtime/signal2_unix.go
src/runtime/signal_386.go
src/runtime/signal_amd64x.go
src/runtime/signal_darwin_386.go
src/runtime/signal_darwin_amd64.go
src/runtime/signal_darwin_arm.go
src/runtime/signal_darwin_arm64.go
src/runtime/signal_dragonfly_amd64.go
src/runtime/signal_freebsd_386.go
src/runtime/signal_freebsd_amd64.go
src/runtime/signal_freebsd_arm.go
src/runtime/signal_linux_386.go
src/runtime/signal_linux_amd64.go
src/runtime/signal_linux_arm.go
src/runtime/signal_linux_arm64.go
src/runtime/signal_linux_mips64x.go
src/runtime/signal_linux_ppc64x.go
src/runtime/signal_nacl_386.go
src/runtime/signal_nacl_amd64p32.go
src/runtime/signal_nacl_arm.go
src/runtime/signal_netbsd_386.go
src/runtime/signal_netbsd_amd64.go
src/runtime/signal_netbsd_arm.go
src/runtime/signal_openbsd_386.go
src/runtime/signal_openbsd_amd64.go
src/runtime/signal_openbsd_arm.go
src/runtime/signal_unix.go
src/runtime/sigpanic_unix.go
src/runtime/softfloat64.go
src/runtime/softfloat64_test.go
src/runtime/stack_test.go
src/runtime/sys_x86.go
src/runtime/syscall_solaris.go
src/runtime/syscall_windows.go
src/runtime/syscall_windows_test.go
src/runtime/testdata/testprog/crash.go
src/runtime/testdata/testprog/deadlock.go
src/runtime/testdata/testprog/gc.go
src/runtime/testdata/testprog/main.go
src/runtime/testdata/testprog/misc.go
src/runtime/testdata/testprog/signal.go
src/runtime/testdata/testprog/stringconcat.go
src/runtime/testdata/testprog/syscall_windows.go
src/runtime/testdata/testprogcgo/callback.go
src/runtime/testdata/testprogcgo/cgo.go
src/runtime/testdata/testprogcgo/crash.go
src/runtime/testdata/testprogcgo/deadlock.go
src/runtime/testdata/testprogcgo/dll_windows.go
src/runtime/testdata/testprogcgo/dropm.go
src/runtime/testdata/testprogcgo/dropm_stub.go
src/runtime/testdata/testprogcgo/exec.go
src/runtime/testdata/testprogcgo/main.go
src/runtime/testdata/testprogcgo/threadpanic.go
src/runtime/testdata/testprogcgo/threadpanic_unix.c
src/runtime/testdata/testprogcgo/threadpanic_windows.c
src/runtime/testdata/testprogcgo/threadprof.go
src/runtime/testdata/testprognet/main.go
src/runtime/testdata/testprognet/net.go
src/runtime/testdata/testprognet/signal.go
src/runtime/textflag.h
src/runtime/tls_arm.s
src/runtime/tls_mips64x.s
src/runtime/tls_ppc64x.s
src/runtime/trace/trace_stack_test.go
src/runtime/trace/trace_test.go
src/runtime/typekind.go
src/runtime/vdso_none.go
src/runtime/wbfat_gen.go
src/runtime/wincallback.go
src/strconv/makeisprint.go
src/strings/compare.go
src/strings/strings_amd64.go
src/strings/strings_decl.go
src/strings/strings_generic.go
src/sync/atomic/64bit_arm.go
src/sync/atomic/asm_386.s
src/sync/atomic/asm_amd64.s
src/sync/atomic/asm_amd64p32.s
src/sync/atomic/asm_arm.s
src/sync/atomic/asm_arm64.s
src/sync/atomic/asm_darwin_arm.s
src/sync/atomic/asm_freebsd_arm.s
src/sync/atomic/asm_linux_arm.s
src/sync/atomic/asm_mips64x.s
src/sync/atomic/asm_nacl_arm.s
src/sync/atomic/asm_netbsd_arm.s
src/sync/atomic/asm_openbsd_arm.s
src/sync/atomic/asm_plan9_arm.s
src/sync/atomic/asm_ppc64x.s
src/sync/atomic/atomic_linux_arm_test.go
src/sync/atomic/atomic_test.go
src/sync/atomic/doc.go
src/sync/atomic/export_linux_arm_test.go
src/sync/atomic/race.s
src/sync/export_test.go
src/sync/runtime.go
src/syscall/asm.s
src/syscall/bpf_bsd.go
src/syscall/creds_test.go
src/syscall/dll_windows.go
src/syscall/env_plan9.go
src/syscall/env_unix.go
src/syscall/env_windows.go
src/syscall/errors_plan9.go
src/syscall/export_test.go
src/syscall/fd_nacl.go
src/syscall/fs_nacl.go
src/syscall/lsf_linux.go
src/syscall/msan.go
src/syscall/msan0.go
src/syscall/net_nacl.go
src/syscall/netlink_linux.go
src/syscall/route_bsd.go
src/syscall/route_darwin.go
src/syscall/route_dragonfly.go
src/syscall/route_freebsd.go
src/syscall/route_netbsd.go
src/syscall/route_openbsd.go
src/syscall/security_windows.go
src/syscall/sockcmsg_linux.go
src/syscall/sockcmsg_unix.go
src/syscall/syscall_nacl.go
src/syscall/syscall_nacl_386.go
src/syscall/syscall_nacl_amd64p32.go
src/syscall/syscall_nacl_arm.go
src/syscall/syscall_windows.go
src/syscall/syscall_windows_386.go
src/syscall/syscall_windows_amd64.go
src/syscall/tables_nacl.go
src/syscall/time_nacl_386.s
src/syscall/time_nacl_amd64p32.s
src/syscall/time_nacl_arm.s
src/syscall/zerrors_windows_386.go
src/syscall/zerrors_windows_amd64.go
src/syscall/ztypes_windows.go
src/syscall/ztypes_windows_386.go
src/syscall/ztypes_windows_amd64.go
src/testing/allocs.go
src/testing/allocs_test.go
src/testing/testing_test.go
src/time/example_test.go
src/unicode/utf16/export_test.go
src/unicode/utf16/utf16.go
src/unicode/utf16/utf16_test.go

index b453f21aa4352d33e8e32443e221e22fb2fee613..df0614fed0df019de85f7dcaca42f59c64e39429 100644 (file)
@@ -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.
 
index 8b20d123b15b571f16b93a8c46ec23f13df62f66..b9460772764c4c7f935b819c6220f85fdb7a5ce8 100644 (file)
@@ -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.
 
index a3fe0efedcda9cf4526461c7db3276549df1d100..0d00f6a29778114665cfac7e8cd38abacd0ab8aa 100644 (file)
@@ -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.
 
index 2c1ad87caf7f4dc20c269f5659208dc59a424ac4..bd49dfaf370d011e568b45d4cd67dd7dd9379b2b 100644 (file)
@@ -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.
 
index 1411165bf630f1f25c5d1c8d3fba9c46c9aab046..da0144230dbad703e3b9c952f82ba009b7630325 100644 (file)
@@ -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.
 
index 81ca11b948c4c7a5c5c0fbedfb071095f0748b37..fe3ebecb43c7562c81e6a62e5a8ae9e75127e26f 100644 (file)
@@ -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.
 
index 8062750250386df4cf21388a1e71ec24a5439bb8..06fc44c6470cb4b6c26a9d93b0fc45be2c99ec60 100644 (file)
@@ -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.
 
index 6466da7190542ca631a70f882000c012da394127..8d501965e928e6ab907f405a6be42026fad3f059 100644 (file)
@@ -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.
 
index 12330a2edb9d360115e6aa94d82038734eefd583..951e15c7fabbc1bbc574dd9bd44313e7e1798825 100644 (file)
@@ -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.
 
index c46c6b2f5a5d1a3e13838abb4ee67f8161114bad..2e3bf3b747ab5d17162608cbaeea398d7c48d4f9 100644 (file)
@@ -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.
 
index 4c5dc9a23d3adfc68f1615bdae7cd30d738223b7..ef72c4f66a3b177c3e230f76b6f3bebe8ca14d60 100644 (file)
@@ -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.
 
index 58be391573ce46ed0d30d60cd01843c761103fc4..61e480c58560cd209fce1af43517ee92f8bbe50e 100644 (file)
@@ -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.
 
index fe9af1769dc7ff1a0e781270dfe2f91503980c5c..8d8349a635c062fd6ff3a22fab963ef7bc097e2a 100644 (file)
@@ -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.
 
index aff616ea5788408753d0ed4065bc07e401709c13..6d638f064422a726a84f3232aa53bc388eee9afe 100644 (file)
@@ -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.
 
index 0906cebb318be5bb8559b8edf3a0a93b3a9c6414..a8a87c59803e5e6dcf90ea5ddd925d64d7ffe643 100644 (file)
@@ -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.
 
index 02b0057885b3907ac3e3f79f375524831d8cbda5..bd41f8800ccf15e777d007d869972026a95af930 100644 (file)
@@ -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.
 
index 52ca160ad9be8890974698ddd449581e9861c7d3..dd8116e926edafb200f386a4caebec8fb9a6d57b 100644 (file)
@@ -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.
 
index b43dde67c706d58edb6672290b57e0ffeee0ef44..759757eb55694dd4601fb6303032ce8157411196 100644 (file)
@@ -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.
 
index 49a329b535c959a63dedf960ccd5f27437921eea..d8708e6af5f9feb142ac21a093dd8ddc3d89a3fc 100644 (file)
@@ -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.
 
index a8e8bc5f954aac5d1f2eb2fc2929215f85875fac..c9bd91b087023ffcb2f84ad9e60d85d4c9bb05ab 100644 (file)
@@ -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.
 
index fe135772032556bc18a19733138415613d5f3d50..d60b7f95fc15243f90ce9747664ca80381b5dfef 100644 (file)
@@ -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.
 
index 94bc6338cc46b698c977679766a13a27f15e56fd..7f59e2cafc397d0a0256701ad0b56b819a2b58c0 100644 (file)
@@ -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.
 
index b07c7fe29f1c1a8303fd5ae2aa4a2b2b9a335f5a..b872b8e2d6d495283221fc9ab66a628f03640d09 100644 (file)
@@ -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.
 
index 1704f63c4825f13719c2618e619e18ca6d14dc4f..99d2585d0079acbe188b7b8c30abc6cabb182c8c 100644 (file)
@@ -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.
 
index 6b482564b7bdad2649133c255d312214cb966bb9..efeff86dca239bb1ebcc26e2778e53a05ee348a1 100644 (file)
@@ -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.
 
index 3399a280e1502b144490f404197e8c3a6d0b122a..ab061335eaa4335ee882e965c74f27dcece7d88b 100644 (file)
@@ -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.
 
index 3d11f515a29d6118a80601f1230cc23a675da643..49c2fb6263a08b74f972cc9060e078671f809f64 100644 (file)
@@ -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.
 
index f01f138cd0232c0636df8f7c61710561ed8cc908..68e9e9f25e2a78a2827fccdf45079802334c1f9a 100644 (file)
@@ -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.
 
index 0b2ce271dc75ea652dc3c49202f2e7d3af9801db..a8c43495c37804627b60022883e81563b5d41848 100644 (file)
@@ -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.
 
index c0bdfad9b1ba27837c8ff2407aa13daee2bc828c..af33ecd66d63cbd8a35f36f0f564ac0ca97e23c2 100644 (file)
@@ -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.
 
index 6e802219babc5e5cdf40f6358519b3ee0b6e18fe..17dc01544865a297d048690f824b5e333b02d1b2 100644 (file)
@@ -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.
 
index 9b98bf27410b4d396b5f1da9bc191d75f5bc545c..3e88004b10e2238261642f9087fa91a972df642b 100644 (file)
@@ -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.
 
index ed4fb523d75f25bc0507ec2f330705f9dad4ae98..65fbb2dcb77900b5e4ca01ff0d5240024c046045 100644 (file)
@@ -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.
 
index b6cdfed65f599141b039f195e2bc93589682b97e..ea0b9d4dc92e59ab2e35f2c19d43e96a7bec088b 100644 (file)
@@ -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.
 
index 165b4a98b031cef5270424e50fb2938f193924ac..6412a507a92d1773100ca82d020a9d2f06033153 100644 (file)
@@ -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.
 
index eaee28ada8268b16700b9477047a2edbd0bd4d0a..b0471bdc87b1fd3561ca8e66e543ff274c7ba182 100644 (file)
@@ -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.
 
index d7bc464f2a6b83d30cab8936b63e4dcacf8966ab..821dc273d60353b23ec32e8a6b4a67f7dd9d975a 100644 (file)
@@ -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.
 
index e9bfe9e3d9625b91e6cf746ec4c5d899bf55ac38..05cb3e29792cf17d6914c339d80d9ad064cd21a1 100644 (file)
@@ -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.
 
index e268e1207e7c4cb0614bfbbe8f8331fd5733af78..25ccfff015e58f363b8426a25d18a38a95f6f701 100644 (file)
@@ -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.
 
index 1b5d1f97b27aac77e7df771ed36928368f4f451e..c3e2a4128716f7ddc7e0ebd4366aede61aac2133 100644 (file)
@@ -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.
 
index 81e52b6fb454d9f9c65b65658a339f05f6f5acad..6e099e5f9c70c2124ff265c22d3213aaf2283336 100644 (file)
@@ -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.
 
index 18e328f81a1b46965143432c794639367c7c32a7..5edb4734f9bb89afe8847d8dd8e1598fed84bec0 100644 (file)
@@ -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.
 
index 647c439c6f842d40e9770d655e29d521eea4b939..c42b593aec4d3d534312ca0b78be1b47c98b5a4d 100644 (file)
@@ -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.
 
index 5cf9997a07d5fd011bb06fe5182cace5dd00880e..95ccbe3e44f2c2d2eb433c43ff645d00a1adaf05 100644 (file)
@@ -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.
 
index 20b61702b43f8befbfca02a9183a984897757fff..ef9e771343731296fcd42320d6e3c51f8401d25b 100644 (file)
@@ -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.
 
index 1a673f78d42d01b670ffece564294607f72be224..5f79414b33579361b958ba053367a3c44722a773 100644 (file)
@@ -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.
 
index 160336cdbd004ff83c52e8cf552e7cd56aef3300..ab16a217de824b96f69ad8ca8dd2a1c2c8f69ef3 100644 (file)
@@ -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.
 
index 8c7b46674a00bbad4713ecff71f5576ea34e145a..bb29a0c49a6399d41f981b1a767ee648e14a95fe 100644 (file)
@@ -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.
 
index 1ecb7a22223b7a3f79d8f9f7a7e6f34db9bc841c..9248fffd246bb00b94bb07cb197da3245936f72c 100644 (file)
@@ -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.
 
index 73011920588687513a72dbb2092456f7b3c24eae..8644e28f85020ef5edd4ace83583b8f447535d87 100644 (file)
@@ -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.
 
index 2151bf29e125068681c7f427a3413dd0d92329a4..c2ace28caae365bbc79998f9789a5d44604d5390 100644 (file)
@@ -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.
 
index 195c218074ecf983b4252f6769a102044018995e..49cd307fa1b5d211093d9161c43121c6e839b88b 100644 (file)
@@ -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.
 
index 142880a12a7242f8a584f29d33c16104bb4aed07..5b8d964d4134b1a153f477421c3c9adf686f8a11 100644 (file)
@@ -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.
 
index 432e18bb263bcfd51575ee2fc56937c05c879a3f..286c5f250f410ad3a4db0c5e90dbb2050b9cbb79 100644 (file)
@@ -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.
 
index 72e2bdcacb6ea2b84ac35f7ffa678908cb50e530..e485c137b7bbebfb03482c9a9d7c483c7cbe568d 100644 (file)
@@ -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.
 
index d33b69fddc95b4a001c1676908265d2856064cd7..391afbbc051b1f520fcb6458d79af606ee769c81 100644 (file)
@@ -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.
 
index bbad8d40e921816f7b0fcd901ddddc5a310a4c25..21ace292ea929e614ecb45e8904149791142bb9b 100644 (file)
@@ -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.
 
index 1686df77afd863914fcfc04d8ceab716db357276..caa96769d841a5a9ff1528196ca43ea3e13a7d3b 100644 (file)
@@ -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.
 
index 56101694d64067ead47997ae0c6bd72860e463df..8bb73765daa40526de885e60256b0b0b8b0a6c18 100644 (file)
@@ -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.
 
index 16054a5b5bc33869a78ac1eaac2fe4a19c6a8587..7b07150743a4a4b635c85d13c223e7aec73d8511 100644 (file)
@@ -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.
 
index 68e518259f45b3798db7e738808ca0aafc038b37..0a0169eb9c0d97c341146aa843f52ee1cba65aca 100644 (file)
@@ -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.
 
index f6992e9e93e478bdd8318f429b57f967c42cd1f6..b60eaef739815a59f3ee5dd920d7158e94b2b27a 100644 (file)
@@ -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.
 
index 9b8b8dfc2491b898f7f51987414bdaf5ef93f609..bfc80d5dabb6585e22f26d7eb27ecf3680a3d912 100644 (file)
@@ -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.
 
index 8d427b37c2f2465b6492dffe92e3540d418255e8..8aaaf463292257b2856db26a2e316aaa7415df30 100644 (file)
@@ -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.
 
index 94fd22e3c2150ec64d4840d15a262e025968a463..3af7adb4e1c54227acebad280e8469b9fcc00b06 100644 (file)
@@ -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.
 
index 57c02ad26477f483c4fe3422809076a7a32070d4..4ed7722575e5ee28dcb3fd774e0b48a89bf5e72f 100644 (file)
@@ -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.
 
index cb54018bab52d7709b8a140d2aee5e38a2d61ced..cbedacb34d6166dbc6610c0fc837811d1df8033a 100644 (file)
@@ -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.
 
index ba0669278e7af6e2d4da5227017822dfc8ac1dbe..dd116e6cc614fbb0bfe36a9202656f96b95c4f23 100644 (file)
@@ -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.
 
index 9d4b94acf18f338b4c25517a130ea6ccca5f0c05..9bf45da78f2b6b1a199986ea03f3732485781c81 100644 (file)
@@ -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.
 
index 8a434dfed1ca7f6c3601e9056c8b82b67e8d86b4..7e383f4b5b0e73578b623f4d07c93ef6747ebef7 100644 (file)
@@ -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.
 
index 96b3f2d977c73d8ed3bb71364fe30c11b901d66e..fab29503efdbab971d0776eedf36f42e8ca94f8e 100644 (file)
@@ -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.
 
index 0d85859e7e5046208c4436abc15370bf91b5c1b6..c445a2ec73b1b844bf3f346059e8f66698a33db6 100644 (file)
@@ -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.
 
index de5e5ddeab1b8bd600adf4892332d3b9be9d2e04..9adfd5b72a1cb7dccb7d46f7ba4df03498e7b019 100644 (file)
@@ -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.
 
index 3a6f19db8482ca2e3ead6e10d0e927b2fd64cd5c..19e1fe4f771681c63e4c0520ece3ee6dead45121 100644 (file)
@@ -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.
 
index d2f1265985a66b3a5d79c0d1d15d4c4c1145eb4f..9409f3715467b3134395f7a20869a995617d9279 100644 (file)
@@ -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.
 
index f9b979da7fba69a500a6db8d5c836c156485dcee..f36d9f39aa1c033ea5a7c99998726d2c087f02a2 100644 (file)
@@ -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.
 
index 38b9b115e7c0be2f093595f4e977067f6ef8f826..e0ad562384db15e5a74b18bfecf1854349f66363 100644 (file)
@@ -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.
 
index f846eeb62b1cc22872720553f11413e98d9f9eb6..2f9db143dc5566f23483f8a55a6a2db8fac6e75c 100644 (file)
@@ -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.
 
index 811734b37728fcffd8a989caf8fd539da0cd2421..84bc2a18721a3912a16325524b591271345b16ff 100644 (file)
@@ -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.
 
index ccff783c291b57d8c165586dbab87a4b924a5b48..9de33f3521a412137081f7b7a6cf7a331263df89 100644 (file)
@@ -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.
 
index 1e7ca2c6fe0f08c0f5c8260f58634780934fee00..79479c2af5ef4529606cebe24d9597f22db942c2 100644 (file)
@@ -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.
 
index bf10f4f3e91307a4005b738adacbf7066998a0db..d9b0cac6a675906c5dd0f7eade0097ef521e01a4 100644 (file)
@@ -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.
 
index ffe218c7b6d5d77154e2428c12837f08b8871dc2..6649bd6195248c2cb3fb40ec17fc949cb24d27d6 100644 (file)
@@ -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.
 
index 1d39a7219705dd81c4522b91a51454f13ceb4d6f..1996fc41837329a8ff5b3ff2faebb4562da56586 100644 (file)
@@ -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.
 
index 0c53ac4f963517191f614aa17044b1df0d63f0c8..ac39a5bb1c2166e99534828aaa0672c6f6140d52 100644 (file)
@@ -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.
 
index ec7092e972b712211df90d7c7fc45966625310b0..87e6c0acfaa91c6192fe08baf08d4e251b01425a 100644 (file)
@@ -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.
 
index 1e0e80b80f03e1157654014df0b21b7d379150f0..5d134260051dfc07cd527b5e9d157635e803264c 100644 (file)
@@ -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.
 
index 1f05734f04f5bcbcf573e9a43168150ff265c1ab..168cfb74fbf4783e5ceb56ba0d0e635c6ff191fd 100644 (file)
@@ -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.
 
index ef1a3d9515903d7481b60bf1631e3560b3195cda..829244a1663eff1cfb1ed3a816d36f8df22db917 100644 (file)
@@ -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.
 
index 3d6a8a5c7420fe33031ced2907aa1f89eed3a15c..e950da591a7da5743219607d2bded9855634f6e1 100644 (file)
@@ -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.
 
index a7631c4a45652c6dbdb050911a3bccdd463d7314..6dae0486eb45300eec1842a3bacb561d89f3184c 100644 (file)
@@ -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.
 
index 01923f74bdff7653e4de02d9b8f3ffad0b588695..e507f34be695dd8e50cf673972ba807a14682aad 100644 (file)
@@ -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.
 
index 9ff0dcfb12916b87283de85620dbbffe5f7f1a5d..b829037ec58030ca3118e81aa99119fa74f4b36d 100644 (file)
@@ -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.
 
index 797d91fb96e5e6ab8f1562a41cf1762bdf8b7201..bda72f44f7d9198004b9dd69fe2dc0691c111af1 100644 (file)
@@ -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.
 
index a90c2061edb2505fea67e84d98373b5748a29c55..d817ce3ed0517241bdf6d7afddae3458eeef4ddb 100644 (file)
@@ -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.
 
index 40fe309b6d8973076b12cc1c6f169b65c6987522..199eab4471f1810feefc13788cda01e7a1fa569e 100644 (file)
@@ -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.
 
index a41f4a7361546d1067cf076697f82a68178b30e2..3045f350d7dc39f92fca775926f0ba2c0d648d2d 100644 (file)
@@ -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.
 
index 81b978e8dab2b5213cbe64d79c89bd9f0cccea69..8e296c8572e3bee248fa6a4a1138a0eec4ac569a 100644 (file)
@@ -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.
 
index 069f96622caf712a58f9dd7f08d1b3c6e4c0e281..1eaeca6f1017cf4d31856e83b919fcb0a1f4481c 100644 (file)
@@ -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.
 
index 5845f7d65e12eae6d5ede240b0873fe7b8f86b90..7880917ecfd047dfa7c55425c8868aa7b0860601 100644 (file)
@@ -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.
 
index dff6224d850355912a1de46c3aa7b490f9449801..b763135ebaca5e47b69640ff16222aecd1ffae08 100644 (file)
@@ -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.
 
index cc991e5d9163c4d8e17b89c35b869b95ac441433..ff165e842dc22b0dad7d4311f6ea6307c0b436e1 100644 (file)
@@ -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.
 
index 0664f5cf8ed3338c69c2e1c864dddb45930e6006..998098e3fc0a20dd4a5f8992a883d7d66f1fbd48 100644 (file)
@@ -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.
 
index 52913021fbb9057221ea28b3e7cb130d41e06406..62256a3e5f9ebbbc4cf6d6b54862597fa455decf 100644 (file)
@@ -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.
 
index 5486f0d6485e848136c7c6b1c67da638ecb3abc8..56bf5844fd32a44c3757850c393cefe3852b45e8 100644 (file)
@@ -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.
 
index 33330b472ef831ad9d026a42833e3ed8c71862d2..ced1e842e017bedb5ac7f0ff51109bc9b7ae7796 100644 (file)
@@ -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.
 
index 91c9293bb216c437645a29bce5e9b719c395b4dd..577d80a1d6c8c4cdf10831199a79a10248ac76ad 100644 (file)
@@ -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.
 
index 80f6c6c164c53361773764b50205dca60ef631ff..712a10f2efbf2ed9320822a138df432533b8d1ce 100644 (file)
@@ -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.
 
index 3d3b3b8518d75d8eba59c743b785a348dbd3971b..cf742a52180f084b1f768dae58b00c01e94f8298 100644 (file)
@@ -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.
 
index b6e644372fa3775af67e2e3af1687e2b3f8b177e..29768e0dd1f9e5bd3e61d8d595584ae9572179a2 100644 (file)
@@ -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.
 
index f038883dc0acebce556eb6e2244b0363778a1579..b2e7485a9d05608c40c9bc86b18b988c8f55df32 100644 (file)
@@ -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.
 
index 305706d4341e722260dba70d58c62c0c166471fe..7ddfe1df242d4955576ff9b5a9af88f65a4afc08 100644 (file)
@@ -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.
 
index 6b1607a1725a5b598bb0f1fcbac2cb77080db9c0..cf89ebb9e4a19e0cc1fa540cabd6fa88b3122f42 100644 (file)
@@ -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.
 
index 7371c0d9d1cb80da06f8a56cc6b5f3b895db4715..c98d9520c20d96bd32106640ec2d6ff5177b9f2f 100644 (file)
@@ -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.
 
index 9227ef387ff6ac5ad415a9635f2d72b93b8eacf0..cf58e9c6aa337a54a9452afb90e720c1a733e21a 100644 (file)
@@ -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.
 
index 67e59c226b0f85dfaef20eec1183646e8c0ff6dc..503d6576476b56c633a25de0bef534c6d2940867 100644 (file)
@@ -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.
 
index eb6cba5eb1e8f281d7c7a0ba8328da292323acea..45a6d02748b353b99ac3a35d231cc2a30224ddab 100644 (file)
@@ -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.
 
index 2fcfd6331a173049c0f617e9810fa2921ecfd69a..306e2df34f74f4996b4bf736be6b8b5f74849df0 100644 (file)
@@ -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.
 
index d758fbd55d14f1fce9fcd45bedf2986c39bba306..05d18ec4c2bc8b9044d4aeb5928cedebbe5fca06 100644 (file)
@@ -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.
 
index d1e3c2589b20eba1f83016bac8b1160564c322e5..92c02f6992beae8d85b05965667929a5b5933eae 100644 (file)
@@ -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.
 
index 2995e7f052539f770c4fc9cb8ce20beb04c22721..e84d17d3086f2aa21d839b4b792f34ec77421416 100644 (file)
@@ -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.
 
index 63df8dea6a02ae90c35a928666aff180723ed3c8..e52b718699f2ba038b967d13f2ce7cff5f5041ad 100644 (file)
@@ -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.
 
index 21f6d6082722d923beb93b47a797e246ebcb8908..aaebdd24d3a9f342b5cc21fbbdd233fb2538ecd7 100644 (file)
@@ -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.
 
index f99e097a9c382f3d936beadd05b41855e86437ab..5447b87a65d105926e486a10dd5dbab5be30bad6 100644 (file)
@@ -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.
 
index ee23a61f81f96c097fc367e3e4e603bf6b848611..ec2f2b8f38000c2cc1e4e49edf731057a4d40ad7 100644 (file)
@@ -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.
 
index eb34d0580d1889e486ee29c220d01b4f7c1b5c2b..846f8a7409357630e013ddb42bb92d4a4e58001d 100644 (file)
@@ -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.
 
index ee20644fd08917c41d923b247e13dbd5375fb4fb..9e7b73ed6d1172279580f3707beab24251537cf5 100644 (file)
@@ -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.
 
index b76b26655851dcf812b53dc3e9c9688a7a75ce8a..435c8eaa96f63dc17e09844474eba6e9039045ef 100644 (file)
@@ -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.
 
index d5c291e255370ff36ed1bb8eb45fa6e09545ecc0..587cc6531de259748e9ccc735b0ef11da29049d1 100644 (file)
@@ -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.
 
index e5513af35e6a2074f3e836b6ef8100030c31f9a8..8745d3d9a91b3bbb6b808896e787e1cea096ece0 100644 (file)
@@ -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.
 
index b5ae15fc7108a008fd44096895ef3e7e053eef2c..324de0f64ffe7ac42f7376757c275d40a7fc7075 100644 (file)
@@ -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.
 
index 50602b82a10618e0e57670ac178462fcf36fc035..637433a6e8ec87a742df74e59808f8dd31fe75fb 100644 (file)
@@ -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.
 
index 4e5524be9b8e0d54bfb99712b2025ed66ae3294b..44801a040a50e84dcc8930db6e98938766c50031 100644 (file)
@@ -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.
 
index 37c4418b7728874b29668cf338a477fb99487f87..54094d1bca4faad57cb3f52e540d9f572d800ebe 100644 (file)
@@ -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.
 
index b23f3f87b0d91af64a1e5af067ca303c63c354ca..4f2f0754690f86168668712c6070716b441250dc 100644 (file)
@@ -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.
 
index 0a4cfc9c46f2d77eeb68d2e9d401058e4cd38e5a..4654b1acfd80f5b46a9dcbca768f53c8aee33686 100644 (file)
@@ -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.
 
index ea808067427e0b98e65b97d354d5768c8e170d77..73588dc2d844de07e5a2120bd03b80eea26412e4 100644 (file)
@@ -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.
 
index 77fb1ece5b1685c09358973870dadf7001830621..3ec65fe788d90bfd162f157082fb00778ab6b61e 100644 (file)
@@ -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.
 
index 0853506957d9393b18d0409f8f04f00bbfeb5a5c..545059618c5866d95a54325194803ec604e1f59f 100644 (file)
@@ -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.
 
index acda2d24d6c6cc0c5ecbc8dc0099ce2b0057b315..fe10738ad0ede40df9724b02386630e08fa8d549 100644 (file)
@@ -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.
 
index 7feb0d89002abf0b25c522fb79bf35032079f19d..f5fe0280014eb5a6b35511617e0d303d95666353 100644 (file)
@@ -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.
 
index e0cb21723ee8cf66048a31247f89a2ce46cc8a16..a7ce7f4d84cccb49b5dae087b1e4034884ff7654 100644 (file)
@@ -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.
 
index 2d11330db258ca1f53d54239359dbf88fe4f80a9..6611456cbb04e78f8ef1c1c6affc33864244a127 100644 (file)
@@ -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.
 
index 86f31360faebefdae2cb83d5b5babf342e7ead24..96d9e3cc9ee4d4cf8518d8f164a91ca9cc41afc3 100644 (file)
@@ -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.
 
index c10eaeae9139b237bf9840ca2d5a59754006f166..f797dbb169e75db9013bd8a99ded8700470a024a 100644 (file)
@@ -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.
 
index c3e55ef49a9f1493f598182f2b426c6ec9584633..ef0eb32aec0e1a09e70f53fd1e84e68c9cb1bd5d 100644 (file)
@@ -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.
 
index b8a6b2cb30d7111f403440ec9905b8f3d50f98b7..1df2abf34c6a53ed022838bf3334075519c35c32 100644 (file)
@@ -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.
 
index 7e11b2fe714d49567ed54d764288f0cb0e707e83..9e61328eb7c621b3015b72c93cfab53cb17ed64f 100644 (file)
@@ -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.
 
index 3089e481be81dddbe444c62456cde41b6eb5faf5..462c4c510f9434c2e9557890bef1759bbec8b840 100644 (file)
@@ -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.
 
index 1e094feee3905fa50717173b0ef134fc3772dd9e..84de036610fc803939cb9a0fb7fae9f55f510638 100644 (file)
@@ -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.
 
index 154f04d56c568587c3ef8c6aa171310f50b03183..eaddf63ee82f73306a2332a5a6a7cc3a637af02c 100644 (file)
@@ -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.
 
index e6eb320aa23b83ef78a741460d9582b4823d4cce..fff732b856cea970a0f9d7ea9d10754bf9fecf38 100644 (file)
@@ -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.
 
index e4a9871a2146ddfd17f5318ec5bd5e46ae334a6e..1b313cfe1b5883013a694c990404d93c74281094 100644 (file)
@@ -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.
 
index 2d86edf734f378858a8b4c25c748f46059187502..ccf764ef89b4b57ee0a530e971ae596cbd5bdec2 100644 (file)
@@ -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.
 
index 1985a86fe0100146138a674e53620e8dbf4b7a1a..f056f07f8848e2b0f2c47031e7a2957ec250d44f 100644 (file)
@@ -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.
 
index 3b306c21045e417a3f5645f763ca5db9f3170ec6..abede47a458b554ae36e53d22652fcfb285423e7 100644 (file)
@@ -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.
 
index eb36fd32592eee89609a0c92a3c8f5eb9e9dfc28..f12f895dfb19b6de3dd3148b5ce1cbe41c273731 100644 (file)
@@ -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.
 
index 8f64030b85689b75edbd9fd826cadb1d65308dd8..e04856e234a7dee9e7e964b584a2b0761493e05e 100644 (file)
@@ -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.
 
index 9ca27dce0e5c8d36d5c3a07634c1028d3e18eb58..a143e4d81c7d122c3975f705d48e8392fa2de324 100644 (file)
@@ -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.
 
index c1026a3fa165a70cf06e15f009e8972b578e23a6..20d72de313531c19c713e84928509d7b218b24b4 100644 (file)
@@ -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.
 
index 8da5bce93ff01261e581900c8e9b668a72efe418..1faa7b87e526a0313d8838c77ef40239b56763bc 100644 (file)
@@ -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.
 
index 2d3fac74fbfa4bd019ae6a0997ad79354037aa17..de266ca77a773efd404da2668c666d0b79b738b8 100644 (file)
@@ -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.
 
index 4b26d1610ed80d8ceb0c9dde2a8ecc4ba5afda46..8b4fa0483b6a04bceb0164c0b64f6ee3a035f848 100644 (file)
@@ -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.
 
index 5103e86de9e408ef2d0cf4dbec5d59967520ad7c..e00d4f79f913901d372d973f07607a4990cbe251 100644 (file)
@@ -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.
 
index 8cd0a6358e170f057930d33b9fe5a572d28ab73e..178fad18285730cea71a658458cd56c9a55259f7 100644 (file)
@@ -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.
 
index d7956a6d203ee753bd3197650cc6a1aab9b0bde7..a0c3fd1a95b268464ee86a88b548773e58c4dd5e 100644 (file)
@@ -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.
 
index 2c853d0a13455ed70e497f92a2de09a7e45b3d14..7ed2f47ea6621a2cb01b2b8fb9af13475a940709 100644 (file)
@@ -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.
 
index 8a27173002dfe3bb6ec4a757f300bc5bacd10d47..ed1864761aba7638280ffe43dd5a886cecdde7a6 100644 (file)
@@ -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.
 
index 5e48fc9cd9ba2699ab4944f4dcc09e741af0bcbe..6f7523d9d733853d8f1722a53b7466ad8e7de5c5 100644 (file)
@@ -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.
 
index 7d6d9e8a09405860f33bc9d3d207b6489252d238..472daa7650b7a2ce869e63441994a345bb6e0844 100644 (file)
@@ -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.
 
index 405c091060073c93c5b8ed94e1a99324d3a6e86f..9cc39f72d1d9b221563ab37717dd1931daab0f28 100644 (file)
@@ -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.
 
index e46e61d374acb0ca2a4fdb79367752aa205ca900..e45f58e4e7a1982374bb0ab0327f11337983965d 100644 (file)
@@ -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.
 
index 75c36e05b34020f92e057fd2966f073cf0e40c74..37dd37eeb8d9814fa34fb0c63c27ac485c1aaf92 100644 (file)
@@ -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.
 
index 82b39b64a3c352e5f26e4d2bdc6e034a7b823a16..4d7511a84004100a20f6615cb1d8a5ee8efb8597 100644 (file)
@@ -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.
 
index 5f74407850c55f161493c2f6f311090e5761d7e2..599cdc22cd9f973bac97d4cfe80f87d329022c0c 100644 (file)
@@ -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.
 
index 2f7cba8364a3e30f7cfbdf369971cd164005efa2..7b076896767f554d39b0b019596aab823569e96e 100644 (file)
@@ -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.
 
index a0adabc3c37302ba949c18fcec89fb909dbcc696..46f5d79c09054b85b9844799e293ad5117ae065a 100644 (file)
@@ -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.
 
index 4319df63e169b931f680fc9ddb94f886db08a598..a504e147512c73cdbc075b9417b8a4022b59b3cd 100644 (file)
@@ -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.
 
index d93fbf1ed35d1766d277dcd2122f74bd8c3fbe91..efebbf076685f2d02ecefa55f34bf40688d94ab0 100644 (file)
@@ -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.
 
index c06d4ba316fccbdcfc4c1f025f0e5bf6ddf84ebb..9c768017c1dc5c58cc22085099b1846656d2e1f3 100644 (file)
@@ -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.
 //
index 24e521af1fcbcf0278be93a0226cd10a90dbf16f..082735f06437ce80856974856ca20ba08bf309a8 100644 (file)
@@ -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.
 
index 73ae2bf300eb1f7f60e3051d68af401905d4b949..e0353c3edc2c7c071fed8017c896335d4b866f72 100644 (file)
@@ -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.
 
index 868eaed48965be4886ff6b8e3339881d3363422f..c9f134c1069082977e79a88f036e9ae30d2ce44c 100644 (file)
@@ -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.
 
index a50c9787108d3e0a2263a956ae46a9e392944eda..35fe34b98a398cf4e9f92ad9573877b64084c917 100644 (file)
@@ -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.
 
index 2e10233de1d088044213a4db135b26ab12ba0a55..87502cdfc6880131b9c2cbd1540a76acd7239016 100644 (file)
@@ -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.
 
index bef99de2e46148f85ce7f3b24c74a7f91ee72666..80341537791de26ee804c0ca9c612b3d564f265e 100644 (file)
@@ -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.
 
index 2ade0bd76ad6eabef752953016a6445205e3762a..98fe7a6ec65a68bed6a5d34307c79a6962aaeb65 100644 (file)
@@ -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.
 
index 2170db1e32dc7a53cfb7972a3bac10c5f77d7400..04d8c506b063cd5507c40613591d1436fca1df3a 100644 (file)
@@ -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.
 
index 6b140c60c79b46408fae9c5e3afdbd1ad5984e97..5001bf85a2910166cf54be7cae89e637f62c6365 100644 (file)
@@ -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.
 
index ca64bbd7f3b310778058a3a404d699f5a84e0907..b3b91ade6250a6990d9fad238925801b7086d0de 100644 (file)
@@ -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.
 
index 4104b5d49b80b7399f9fe6f211cab40e79ee6107..cc363f5478573eebcdea40c235286433c38e3930 100644 (file)
@@ -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.
 
index c1b3f37aca9618ebbf5aa1f07eb691abeba9cfaa..7255195031505c907c28ff682e151a973ef58005 100644 (file)
@@ -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.
 
index f05f01564ff8c5f090b8c1bad1ce638bf2f475ef..4780a0b2bad80e94b7fec5e6d187faceb8b370cc 100644 (file)
@@ -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.
 
index c76a472d78c067d8d971709d541b14e7a2e63181..e4dc6480d8d79bf12314597bf150cea197a2d129 100644 (file)
@@ -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.
 
index ad6308deba0323e7b452492fe9c4651066a3c5f4..2bd7a48961240b2ce9b268ec39d847bcf6806ad2 100644 (file)
@@ -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.
 
index 0f4e07ebf7c8c35482837aaaaa2ac8911be40996..4032cd4745787249444b3ec4e7368eec008d017e 100644 (file)
@@ -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.
 
index ceb6cdbff321933cd10f06c5c174070fc7344fd3..e45aed7ad1d7727127473522f66b36a01cc540d7 100644 (file)
@@ -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.
 
index e3c51bb717b20661cc69e7b77fc1f7892e79b980..f8985a8992361fb1f4ff958515f705bae3575f65 100644 (file)
@@ -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.
 
index 199aa4ec576eae02aa2aa49f38de59fc03e0c90e..17bf76b29e52a1df4aec15ce33d9b18a0bc313e9 100644 (file)
@@ -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.
 
index 5c0df0f1e9eb937b72761780508cd0edfd9efe6b..462d9227a11d0ec50f99b2f0d5b79876f1cd594f 100644 (file)
@@ -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.
 
index 17b57165bc384829094ca3f41816eb6d20843221..4dac6d1b2973c561b6900e309574edaaea5e813f 100644 (file)
@@ -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.
 
index 6620aefb053ceab0bb20b4a8cd5900adab4e091c..3aad41fe06a712f2cf834c2c344c12e3b8668fca 100644 (file)
@@ -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.
 
index 355bb0433ed61cf0c6fdd1d6c5ef1f0d3f377c00..a4557118f2a93bf99e5ec33dfac55dde8bd918e4 100644 (file)
@@ -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.
 
index 46f07833442b28c7e111ee3caa96b7f6e6654780..aab53752ea0b4ed351dc86a7355590eb34a3a622 100644 (file)
@@ -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.
 
index a34232e022321109724db10c17a91fbec50b3344..6bd730dc0bb8ff631463323fc45d8b4d84f53d99 100644 (file)
@@ -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.
 
index a7599aa5b2b13922956259a62ecaab5e28207387..063a6f5ff89afe0218603bcfcf32a6251535d0f5 100644 (file)
@@ -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.
 
index 4797780ce77918173d954c1c57ad4f8f59ba2f52..9ff6c5d96e3aa7f82a2648bad1360d141fb69ae4 100644 (file)
@@ -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.
 
index d9678c8eda40887342c1aaa48043b36da597a45b..7b614286648f383cea864d41a3ef131368013b1f 100644 (file)
@@ -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.
 
index 3df4ae73681e0f56fce796b4fb27640576b8b00e..6adb039fd9b0a6085febed72013c12710561b394 100644 (file)
@@ -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.
 
index 316a569ede97dd5e2a84235f5fcb886453413c17..7367b982e23b6f3a1d1e5836e160180430714c00 100644 (file)
@@ -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.
 
index 8e90b1b513acb1b687eae99099fbdcb041e9b442..6af40e2c781fce26b717329b9904a1c0dc980884 100644 (file)
@@ -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.
 
index b11ed86f185dedffe46f24bf572da838e8d2cf72..c78e35d00082f7ab56082ffdb93a6dded03cde44 100644 (file)
@@ -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.
 
index cfd7a61d1cdff79d8752665ebc84af0c55be4530..7e107bca2f52d85a340d7e5b908a95c99fab1ed3 100644 (file)
@@ -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.
 
index af9858562f9e2b6d4ad51e9f3e0497bea2ff5aa7..7a194514c2c7194364cab05c6c7b7cdfe212bc49 100644 (file)
@@ -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.
 
index f6128d90035066fc66adbbe0fb757dc6a46ce6f3..2a302d88da2b4eaea929daa6385f6f64c77da6d3 100644 (file)
@@ -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.
 
index 8d2c9ce5bfae20f1aa1c9098f2dbed93db1214bc..73f119ac5e549c945e97bfd0d5144bad22855b0a 100644 (file)
@@ -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.
 
index 1c2577b68decdeafe4dacf4c134e03add1ab00c9..d2e267eca5f7fabb8eb6fdf89088d68b7a9fa3ec 100644 (file)
@@ -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.
 
index 7fd36fa4efa9bc3b7e886349a428add945d12e9e..efc425ec42bf53d3cceb4991466c76bd10482fd6 100644 (file)
@@ -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.
 
index 067cf553beb967463f1545f983bfc7fd4824080c..c0fec7385f1f4ea97a011a0b08e9f5683e0259dd 100644 (file)
@@ -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.
 
index 3a2dfa3c74e2139199fa3922521d8ca783c7594c..d7a75f99b1680785b1ecc4b73aca5f9584902fb8 100644 (file)
@@ -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.
 
index 6d218071b7ae4f9c54293c4c161b836128b39e69..cc5a53699661d5fc31d2356a1dc33bf18acc0e58 100644 (file)
@@ -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.
 
index 8a514e58cd08f462f49bd34caf9ccdee3b088a27..cd7380b1efbc5eb24349cfdd38d6bfef2eca12b0 100644 (file)
@@ -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.
 
index 69ac7e03c8db81c2ebcc5d14765e6b5a3a441215..e54f7e9469e74d883dd9c28233234a5475a33b4f 100644 (file)
@@ -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.
 
index da08e10f4a75eccc7d89e71d46999c88a04d398c..326bdc9540ef9b71466bf06723b3bcb89963835e 100644 (file)
@@ -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.
 
index 7cd9f4db184a7df373603b18f8f98be1c941f89e..fba19548c92721d2f2fb0c63dd3accaa8a3077d3 100644 (file)
@@ -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.
 
index 4e63cf9c74e81a89c1120efb5a12e8813119752b..4b8699963886e096efefdf798604192e4beef1f2 100644 (file)
@@ -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.
 
index ee6622e8cf844b64932ab7ac7caf2c88cff4b28c..e495a4e8f0f64d733ae1de186d384583d329c2de 100644 (file)
@@ -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.
 
index 66383ef0ef7565833e79736a493ec1eddc473eab..70a28974f785fd4f2cd8d802f1c58d0617f9e7d5 100644 (file)
@@ -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.
 
index 8ddcf4d279ec16073ddfd2b22dffed5983071074..c056f2b6a533f2ef3ed6c998c1808d4dae7fe7fc 100644 (file)
@@ -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.
 
index c2e30408cd81c2de7384f93dd41bc63e8b4477d4..cca644eb416845c32280b36455fe63a06d34948e 100644 (file)
@@ -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.
 
index 85bb4ba83777a9e244af2366d5d1fb6b83ff75ea..c1739ea97f7760991a83514fc603090a3213c77b 100644 (file)
@@ -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.
 
index 91fb18831e27305c2962364e81887d24d2ab3a70..8ba8ddd5f805867ab8865dc4320d1e8e88799f9b 100644 (file)
@@ -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.
 
index becedd58398693818b21ad1fb94feeb3a5c9b6d1..21b48dea534ef46cf55161ff54aff23e58dc61f6 100644 (file)
@@ -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.
 
index 77b4c7b4955b720cd8538aeea29ca71ac1a904e4..38d7cdfb1589b5b2177eb72114ca08395282c6ad 100644 (file)
@@ -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.
 
index 6483c8dbe67e0bd22f64ee92b55e194b1f48aa94..70da962ffaa9112c58efe25fdae45b41a0f9bae1 100644 (file)
@@ -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.
 
index 5d5e4bf9709cfa59112b5519f6df9567f6dcc31a..6b8d8e9b61f7bd4be319c3bdfe75be5f08e3c68a 100644 (file)
@@ -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.
 
index 3085a7962c2a0b4a905100063ab0593181b9dc52..b8a46921be00e8d872ceccd036e6a2aff4b04acf 100644 (file)
@@ -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.
 
index 63c05d7185b8ef8c6e525b3c81c3c564849353ea..cf4df90b69503ced9aa5dd6eeb66596cbd3569eb 100644 (file)
@@ -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.
 
index 0e86828f4ec9469dcf4d4d81e2bdd79de0752708..5dc8841237e8c9ab615cdc28542ea80b477ca795 100644 (file)
@@ -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.
 
index 56cda58b36c4738af61b160643d926f6d4cdee15..12d3dc76dfec50819dae251d62db0013d726c8f3 100644 (file)
@@ -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.
 
index 89d57ee6ce33a18e3dd9dc9ae8183264ad04e0e8..12d5a1130a46c6642c75848f109590f0cdcce165 100644 (file)
@@ -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.
 
index fe8c31ff7b7bce1271820395e01385697de0819d..b723269fda2fa04714c8859294dbaffebf282b9b 100644 (file)
@@ -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.
 
index 9a473f41ec1850336f0f4de54c3e4c2d5f6be204..4d6fc2423e8ca04b768b448a840388303f356c47 100644 (file)
@@ -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.
 
index 376931e1981e034961bb01e53ef12d10813635d9..77fd701665efb22f1ce81038232993cbb2a26f36 100644 (file)
@@ -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.
 
index d436d28b3172b6fd8b9f8d1f9b23773948b37770..236277e2475246aef27b25e6f856d487bca952c2 100644 (file)
@@ -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.
 
index 1049ac50d9475a4e59af47012981d680f369c1b0..d411c1980e4bff1205008782fdfcf8de08762322 100644 (file)
@@ -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.
 
index 326960bdc91d498c91cf394410f858f0d5c33575..9cef657e13fc145c8ffc22c07db0cf0889a2251a 100644 (file)
@@ -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.
 
index 7adb0ca3d80e8ed592d698a3fc2d6f16c4510c78..c83622bb716d074c91fe02726fab76c1c502230c 100644 (file)
@@ -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.
 
index 3be2928f5253b8eeecd6eeb4807e156ce19b0f6b..7973ff4ee5f0caee4db24b87def3ed1df01c956b 100644 (file)
@@ -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.
 
index 7364d4dbe68c1eac109e6dab74a569bf776bde9c..3b43b4ba05c63636394c232ebe3799f341ca412b 100644 (file)
@@ -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.
 
index 0c7ee44056521cf39bcb792d8b5b1df09c7e40c2..069a94bbbf42f930a972e260702b942ef61bb665 100644 (file)
@@ -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.
 
index 102ffc7c17b015726b0acd1b9a9836f2cd5c5ff2..9f4240696549401a1813414e34887f0b36babb8f 100644 (file)
@@ -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.
 
index e47c48d961e96afcb3dbb0902e36689494d9a999..94e3575663676d09088158c1e1b80af7caa2db25 100644 (file)
@@ -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.
 
index d6a2243eb8f4afaebd0a65d3eaea0599c49efb99..8fa44ce6f19ef2dbfb49e11275af0aaa9d8e0945 100644 (file)
@@ -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.
 
index d9049eb1eb34ddf52c0d4e223e3c5bc91c97ccbb..7ef5912901f1322256b3f259c11c8641d729bdcb 100644 (file)
@@ -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.
 
index cb0e773c442d28dd6391158c134892502090a2bd..6c721f6f1dd2d9638f46fdcb0dcd6ffdaa163843 100644 (file)
@@ -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.
 
index f4cb2d670d43e47d4b38ab162297657a1d83f8c7..de81ac87b9f6cc53f4a285f5b56a826cccaa7a48 100644 (file)
@@ -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.
 
index c0ec0240c729146ba57f133117ecbd662bd178d0..5e6f1b328e0149c173ad75524f70bb6d2e9beccf 100644 (file)
@@ -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.
 
index fd3dabc3f2042a171510274f249911a9e82f3177..d5caa8095a68bf3091e65967c20bb3c8a46ccb4e 100644 (file)
@@ -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.
 
index e07557a93ba93c9a0642a142f6a7e5fe36ec6439..0d0d4f115c03516069c582bcd1cac4b7c35a45c0 100644 (file)
@@ -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.
 
index 48c69b4585e23f4e74bb6a313fadc0a8cda537b8..6e41c1c61daf13e901a91a082e2d0bc12f619867 100644 (file)
@@ -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.
 
index 7175e36e31e46862b201c7eb913088679a64a256..94e98d220badffa90358bc949d61d4896cc2ca15 100644 (file)
@@ -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.
 
index c4d6f43d56678ca9cd42971d2dc96d33b5de977e..b632709e8e164b1c5180cce59a37f8483718dd57 100644 (file)
@@ -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.
 
index 0e632dc27a4ff11442d202957c49de066bd1bda2..ab3f47e13ed33fad1a22a00bbcecb7180efa42a2 100644 (file)
@@ -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.
 
index 8531db68b02a17f3ed9fbe51618a21c330d8b42a..58e1d816e7aca2f8cad85f2668e9a4cc42df5af9 100644 (file)
@@ -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.
 
index 6edaba2f1453ad22a0c9881a64ccd54ff1d4e73c..0e4b47392bf16c81df8a692994c702bfd3799118 100644 (file)
@@ -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.
 
index 165e8945ec37a547d93c15992219eac2de0c5e4e..7b2bc79cebe4a4b044e184adbadf1cdefeb18024 100644 (file)
@@ -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.
 
index 110af3d97a11e7f417d4889b7a762263e1175d8d..99b2a2ea156b454157b3a10db91d85587f3d7b08 100644 (file)
@@ -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.
 
index 11f9aba616260eb4947e1b299604f5aa8700e4e2..00e5d75a2eff19e6a29aca18608479f3a71dd33b 100644 (file)
@@ -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.
 
index 61d4a7ad37dcf51caca8105437a274d1034cd968..a85982ef25c55fdfdea47becc4a1e2f1ff0d397e 100644 (file)
@@ -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.
 
index e80592e0f505ef9ae1b7f1aee693e72ed9a3e018..787ea341307a1122ee1178d6013f50200f822759 100644 (file)
@@ -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.
 
index 4f34e123ef47054078459fe4f7a83647f2815737..7dab390623569de5995264518fa02443161def91 100644 (file)
@@ -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.
 
index 1a43d489b5bbde6a99947421364d2004586a1de0..ad71be014b92d863b1966b1e8bb12fb21da927e8 100644 (file)
@@ -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.
 
index 2751c475f91c6a9a42ea0037dfb22c2758e66b73..7cbdd4157974b06e00eebfc863bdf862a8a3909a 100644 (file)
@@ -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.
 
index 8fe03b61d847bf4935bbd20281679808ce12fa5a..21a8d07d6e236f5e9ae88973e0da789df2d0907b 100644 (file)
@@ -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.
 
index 31a74e7262c12f5305cfba6c9240a23b5b21b282..90d211bf5b31b8ca9aeddeb14c127ff82b0dfd26 100644 (file)
@@ -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.
 
index fc471f76c5d6157bf85bc299aab83ce1a2b6acb4..256e98cb04df977390fc3d3b0f4217d652f4edf8 100644 (file)
@@ -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.
 
index 3fdc03ca8fe000e91b4181293ccf420880385996..3d1711a9e9b69fa279d1d01fe396b50b762b5d75 100644 (file)
@@ -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.
 
index 06c12ecbc4b3764e7bc568e4d8cda081ebc950f7..755131f484518e15141b933adb786e3f5ac0c23e 100644 (file)
@@ -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.
 
index f3976b1d35095e5cb12a2d360f061df34566530d..43e79b92b6fac52cee211698c1ae0fc289503cf9 100644 (file)
@@ -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.
 
index b801ae99d2eced737684e1024b0a5ef7c46f3495..0458625ee1c3acec132252e22e170d9a0018d7eb 100644 (file)
@@ -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.
 
index 1c1f6cedac8edde20aa6a5a23160cb3e2c985eab..166f5b9f23e439f4cf4a3863a7bd92abee067560 100644 (file)
@@ -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.
 
index d190a8bb0c3514a24770126ec9442aed1c625bc0..29b5de24d0d4d015f404ed977576c59c1c76aac9 100644 (file)
@@ -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.
 
index 8610e908fe7ce5a4ec54e6f8d0b5d94656602a95..6006646647b82d7b9ba34020efe236e1146fac12 100644 (file)
@@ -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.
 
index 1707aa4e209c0f2bac3397fca2f1d1c65e99cba4..5433b6d61d41357ac3d6fc266aa87f028736e46a 100644 (file)
@@ -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.
 
index e760a3816b3c94ff7a63a0804e013b5c03d9d1ce..21775ddf3e364db01666abbc6c5a604e8538bc85 100644 (file)
@@ -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.
 
index c8194fed83b76c43706ebab0ad373e9932ac6059..22b8abb017f70cf9ebe3a22b62b2940cb2144c43 100644 (file)
@@ -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.
 
index 8e6aaadcdc6654db8656cd6b261564f4af246080..249f1b1569840d55d1a38cea098fdf3a6a3817ad 100644 (file)
@@ -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.
 
index e5e34479dda1856c6ed32fc8f5cf7be54e3a0b37..2740aa91ca24c3731d1730e2c983c26f8647f607 100644 (file)
@@ -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.
 
index be6695068741ab6866ae65954fbe25cc0e3d09bc..642e485bf9c6259d44de4aea87e0c037a9aee218 100644 (file)
@@ -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.
 
index 7d11920c2d4db71ef85ae27383273cf152a3061b..d04cad6a553674b90b99c2d4cf4fc09018ff6bdf 100644 (file)
@@ -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.
 
index 903c8358964f7150c9750be1427ab879eee21dde..e7e1f865a4a96887b4732443b59c2eebd65e60d2 100644 (file)
@@ -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.
 
index 4d3830914c20d49fa53f6eb348c05c36afca6d5d..067d3bf2d401c3320d385e49d30f495181690e2d 100644 (file)
@@ -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.
 
index 58283cd0825bc4d71a4bb085fceec7e07c802eee..9b996fbe3951dc6a964b80a715ac167b87b973d7 100644 (file)
@@ -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.
 
index 6a478a5e6006d47f1700d5682d0f3d7804271e7d..18a92efd3ecef5e82c7336ace46c1ecb38a5ac1a 100644 (file)
@@ -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.
 
index d9cf8fd86c3d64730666e0ef420b1406fe15816e..f63efecc414c03bedd9c175237b8cb8b6fb74a0c 100644 (file)
@@ -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.
 
index 98ac2e91e2c62b599b25ccdafeeb583b5e05fde9..d1f831295d35cbf4e7f4f80dfa06831ece4fe21f 100644 (file)
@@ -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.
 
index ce36d03caa424630a3bd37369272d0e2b7b2d4db..493677afbc9fa062c3b5d5565c39c5bbc773fdb9 100644 (file)
@@ -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.
 
index a48ca8a58a001094edc21ca3d412477ca4689519..c1392cd52b028d60e198190e9752de0246b62a8e 100644 (file)
@@ -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.
 
index b7d5a3be013fa120ed5dd694fe1014ddd1aa89af..bdb78b3f3a556de84c566e4ed64cdd209fdaf0e6 100644 (file)
@@ -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.
 
index 709ebefcbff2763d00914f89d98fc6005e1a57de..2d27ef5c7ffdd2ffd2d347708c8773d75c9f0151 100644 (file)
@@ -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.
 
index 5f80d872f3f935b55a761540eb13f5bb4c25e3e8..b7b3b482dde5c52a82e682db238e5507079671ff 100644 (file)
@@ -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.
 
index 02992d70e8421771ab24b1b30f38d34ccfb49919..368308e1e5d3fc6761f66e00e180289638a94d50 100644 (file)
@@ -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.
 
index 31c9b174d6ef06418499689383b8446f897bcd3c..0960eecde29c558295c76abaaddea1846f32c54c 100644 (file)
@@ -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.
 
index 7f512e7c2250ae5685b3378486edac7ceddcb1b1..aa10ee8a9e574d8cb28e095490c40ab4a36c21a5 100644 (file)
@@ -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.
 
index 5b87d7a40828ce2710e15a22a77ac5aa225c46eb..13be9a6a7722ca4fde28b020bb0f0a2eda072635 100644 (file)
@@ -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.
 
index 59091765b3b1988f59b87fd0f5c97f1821f47411..3123be330e232ce0e8c0063b1bcf36a43bf4c990 100644 (file)
@@ -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.
 
index 5bff7e215693e751975991e078c15eed5d5060ee..832b435fe80add5e22e154e3cab84ebd239383b2 100644 (file)
@@ -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.
 
index 93a321039b8b963f73333bef2e1302a2789587ba..41a6c612cfd2dca8a058cc06fd11137539559776 100644 (file)
@@ -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.
 
index fbb564539c3a6be56a0b5196714f0e5307940c82..2a9da7328d70760c0dd7420f2ecd3d5eb46f34b7 100644 (file)
@@ -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.
 
index 7842eca59b539bc484fa1ff9a932e28ab8343d63..fda006897da920ac302a0cd9a97d710f3f3af51c 100644 (file)
@@ -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.
 
index d321f465b4b5af739460f3090db9fea196d778c8..a89cdf7c1b76187bb381676cb79c69aece954b15 100644 (file)
@@ -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.
 
index a68eebc8ca619810107fac75a91c0afa89e89ebb..d7983a7d7b075eb6278bf261c221fcfe9325fc8a 100644 (file)
@@ -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.
 
index b84542ae3517097f56e6661d277188a629e5c709..3f86bb724d444308bc418ff491e58a41959b951f 100644 (file)
@@ -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.
 
index 9c8abca13071a84bed98267eafe14bbb7aef8c50..a78653af8b07fcba44f423ea6fe80572750b81ac 100644 (file)
@@ -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.
 
index ac8e8ba5409520a1274bef266789b43240532caf..6f67ae1d13422863326826cc97401d42ab4f1cab 100644 (file)
@@ -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.
 
index 6063a648079b7aa3e2acff2db91df368f40d31a9..a8fb7c79747213b8bc95a5bfd5384c8bca87c699 100644 (file)
@@ -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.
 
index 9aa9d9da385dc57fb662361d96b15ff3593d7263..a629e9bde0bdc67fb9613a33f5720181c55a59e8 100644 (file)
@@ -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.
 
index fcffa2e0facd99d54a00956f51576fd4e094a26b..b571c0acad76920d842abe475fb166f94db3188c 100644 (file)
@@ -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.
 
index 2897f3c1552807abee6fcaa01e0b9645d6be4b58..10eecd90e299202efdc3a0c88f62b72e779b599a 100644 (file)
@@ -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.
 
index 8382ba7ae59319f1b435a972368d4cf45e22b0ec..4a4d587411017039cea7e43815ede88235b156e7 100644 (file)
@@ -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.
 
index bf43841e2c1118f93c5287e3e1be86343bb1c29b..c356226617fbe98a27dcfaade627046e5432b682 100644 (file)
@@ -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.
 
index dbcb8351cf0c29d61a3ada6c4d1ea6107c3464fa..271473d2af4d00229d3904ae65dcf0546e0b07c9 100644 (file)
@@ -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.
 
index 1c2d683a8f8395ec1ce99b6e88ff30589084973e..63b7e62283e86b9fcdde0514f4be52dc8f175861 100644 (file)
@@ -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.
 
index 1e58fb110dc5863589c3c351095a18b2b4e80a52..5d10f29dbe9fca3f4baebc88e3610ba561e31e74 100644 (file)
@@ -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.
 
index a14b5e38a8af7f5b5774ee43a24b621d598c845b..10b286bca3416bbed86c0d9b8be1369834cb4e4a 100644 (file)
@@ -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.
 
index 95d5496788d8f32a4b4f13cabcfcccd5def09978..6919b56c7f9150565acce0b3038dba9a79d0c54f 100644 (file)
@@ -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.
 
index ff998afb47ad470f019b5202988512fd3a586f8b..0b64b507b22ca584ed74f881b2b8485e11d613c2 100644 (file)
@@ -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.
 
index 84c60ab4dee74243504cdd45e4249088eaa6eec7..bd2d06323c2b6d3659f4ae74c74524ee8d065084 100644 (file)
@@ -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.
 
index 5058d607ee7c9fd788da1cca3ff8e72c359b8f80..80434c617c9904759d12e361d5115cff3adddca2 100644 (file)
@@ -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.
 
index e21d0366e92ede9ab1e9873a194ad7a4657ef126..ecc2a35d6b0087610fa46ca4a444e5f18470224c 100644 (file)
@@ -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.
 
index f99dbe29312d749bedee76740208db554db5d62b..3a0c9805b1f712a8929870e848fb52092a992708 100644 (file)
@@ -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.
 
index c1b2311245a4393b0280081bd12eb3b31f5e3732..fa85420f7fb3f7627db3fe6dd6c222ae84c926ab 100644 (file)
@@ -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.
 
index 5afb3594ddabbc2de11cd692208c2f595d522826..6e9891214e4d0038428d7ede9d575ec31dd4a70e 100644 (file)
@@ -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.
 
index d549f1d1a0af31d945463abf27a3d16cdf130028..d9b1eebe579002f72303d87801679c98fe339cd4 100644 (file)
@@ -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.
 
index 701cf72a3b4d892a6529d275fdf9140949a70503..5292dd57d64edc5ddf7d218998e6920eb1faefed 100644 (file)
@@ -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.
 
index 5508c2547122a83afbf422a9b16e64230f30e363..e9cf32df624d9a2e348c6661be86f7154dc91ea7 100644 (file)
@@ -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.
 
index ea3c8dc74f58466b97dbb0e1931502a624a810dd..7abd6d361f3d0d7cf7a1fd497b2f4fae25315bae 100644 (file)
@@ -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.
 
index 9ae53574478a34f651a73d5f23bedb94669ac995..fe9c4beff7e0d2098110f130bf976143dd80e8a7 100644 (file)
@@ -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.
 
index f7fda99d8553085fbad94001ea1a6165e431bb60..71b981a29d7a317d84e0db1718cf179a125c87c2 100644 (file)
@@ -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.
 
index cd5cf55ffb9f1e79b2f021433ad05f3c6729222d..fdca642a6c4a14696dfea2ff5949f6fdc3b7de7f 100644 (file)
@@ -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.
 
index 1ae597a60e63b8d5a7293c5aee84e66ba14f4545..523a59cf26cdf6fc31e7bcb421823f7197b45fb8 100644 (file)
@@ -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.
 
index ccc8e64beedf9da6cfd160d53ec90bfc9d033b88..9d605a1e38b99aff0c19afa83b7cf87cca2aa01b 100644 (file)
@@ -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.
 
index 0c33cecef3826ca17344fe0e884342a5e28ad45c..a3d5f103f0de22d4f60534c4c7642bc5d2d8ada7 100644 (file)
@@ -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.
 
index 9f93eba20d29b0ca757c274757f4ca16b1e5ddf4..4d9b000cdeecdfb4ae4d0124871b320e97940339 100644 (file)
@@ -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.
 
index 467af3dead035ed714cbf885caf0ab573872e19e..c8142a9a8c9cfbb5acfbfd6d4499bad28e31fa78 100644 (file)
@@ -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.
 
index 83af5016eff3357a4a3038ea78a91bc62fd7381d..f700a4f9bfb5c6aed76e72fd6ba5599fa90ff4b6 100644 (file)
@@ -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.
 
index 59bf55f58cb3cac11cbca847c671e5f2a07f7a26..b9ef88c96b60b6f38146ce745101d5e42f816f4d 100644 (file)
@@ -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.
 
index 360e94d099ed5f9af8bde74bd3335fa18472b760..db8602987676bc0521bdba4a9dbe1c7f48a3170c 100644 (file)
@@ -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.
 
index 9fe048248b10de58c7db3ce90cdcf53727e053d4..d8d833cd78d85edfcea2fca58967a901e9049463 100644 (file)
@@ -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.
 
index 5234a1e881ee0f6c83e90c387f5f6b459a603ed7..402d1527851a04e816e9bfe8b743a95b7a769e32 100644 (file)
@@ -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.
 
index 443d83fe359a0924590dd39d2a7e9e33fcf8cbe8..f8d825daab84ac4fbdbd4b3c42172174850c5035 100644 (file)
@@ -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.
 
index d83a286c2afd1d755181f2fc1c65502f5e464714..181114cc0bf65754de878f691fd1370d3dbe2189 100644 (file)
@@ -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.
 
index 4f9dc2e038b5f760ad850b30cd5c0aa20c8c6e73..a920b08837c305817366a950c8cf73748b76c25c 100644 (file)
@@ -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.
 
index 9861446eb9761eb4c50a468d7de1b58f35d6e846..3041d25722e2750831261bfee0698b7b0dc37e25 100644 (file)
@@ -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.
 
index eea81e9241d8fb65e5490913659cfc025f1d41ef..04de911f4bcfae22ffc47f2416706638671a8157 100644 (file)
@@ -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.
 
index 63be6ea8442c222e1ddb7116c0c0f7d894fd7390..97e6e4ccb10566d955ff756c9490999a8abefc8a 100644 (file)
@@ -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.
 
index 9369c5cf252e17d1e22e7fab74dc0593f117f33b..42e54802344972eb9a4537000e0250c12115c83d 100644 (file)
@@ -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.
 
index f1bdae1536bfb5b275deb2008287ebad254f24b3..cb65a3f703d4b6d9e6b983c600c64fd1ccce6fb4 100644 (file)
@@ -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.
 
index 39aa08061ce82381ff4abf6d8ba97d3fb5e16486..385ca05e27719ed0aba87a1bec637b90a979f7da 100644 (file)
@@ -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.
 
index 9b3f70de7d01f1d6c5efde479b5cd2bc131dc0f4..b5e789d660f47bf19532080fd54a5126c6247643 100644 (file)
@@ -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.
 
index 36c7c128f6b47759e36c78f6514e35803fd2f428..5f2cdd1a19f7264108a11ae526f6d1ba058314a5 100644 (file)
@@ -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.
 
index fe9925b840a4e19a1bcf69fa2472aac9b227b5cd..ab0368d14b5dba8424f2dc876c853de199b45501 100644 (file)
@@ -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.
 
index c5ec9dd9c858d50dcf37d0cc2cd7a42c6b72cdf5..a923c556d31b187a4554b1f5ca128299838b087d 100644 (file)
@@ -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.
 
index 9a5f898c267b57a2f6c8364d31322eee5c8f1189..86d8f4dc1e506328c103d1d134d3e83b778288cb 100644 (file)
@@ -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.
 
index 183091366cbed7750122050b7a4241f5c62a9f57..4610246561ef1f490c35a9a6672db0734f791346 100644 (file)
@@ -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.
 
index 183091366cbed7750122050b7a4241f5c62a9f57..4610246561ef1f490c35a9a6672db0734f791346 100644 (file)
@@ -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.
 
index dd936dd3343e42a55917ff066a00f87c00e635a3..25c0721242f10f3a9e95ca6e2bf24a74b21f732c 100644 (file)
@@ -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.
 
index b86ff7daf19362b252fc9104da1abfecb9f21e62..52d1dfd3460e6c71966b06df67de64169ee14e5c 100644 (file)
@@ -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.
 
index c14f08547a4f51c933c21c6e9231f0d71b2090f2..59c40c8d8a7f0cdd4caa8f43508f30b774311dbe 100644 (file)
@@ -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.
 
index 678361fb60ec48d88b0d67e3b66607b6024b1f45..db4c703b067564f853063dc503656791037d47ec 100644 (file)
@@ -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.
 
index 6995c110f20b15ae5595c5344077fad161ade074..8accbae7bb8c47e0c4fbf3b68f2f2fafe9426e5c 100644 (file)
@@ -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.
 
index 0661c3ecdf9022a5277afffcbb12ff971b54f02b..2c052d4bc18c0eaaf203d4bbd01825d39d997a99 100644 (file)
@@ -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.
 
index a628f7148351d9a3ef267275432a5fbd35ba1029..a2cd8cb44df00f50c63e7a24624cd60d40bbad1a 100644 (file)
@@ -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.
 
index cec88609d06c82ac5984aca7e4537dbcde44ec95..1a791c0771edc8c6a51f0c17df7e298d135eb3c6 100644 (file)
@@ -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.
 
index cdf14e32ce8010683acf8601253e5a845fc35c8a..1025a592b5d429813edcecc2b8f1b0355b521573 100644 (file)
@@ -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.
 
index d474f313476dca72f0a3717413b9dab9555d8f56..95e61479a1599044fef0fcf92c18fd87b5cd9162 100644 (file)
@@ -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.
 
index 52bccbdce31c5a3139f985140c58e7ebe3733ea1..e14181a21b8313022d22f0b82fc23f8b9327d830 100644 (file)
@@ -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.
 
index 049f32f27dc35ee2ea7be28478efd8846efaac52..57f311fedc8d89f7b8604762ffbc474a3d5deb73 100644 (file)
@@ -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.
 
index 9dcd591fa0301639e04240ba213b41e3183101bf..bbd35c485a4a3ac333cba522a9921a7becce81f6 100644 (file)
@@ -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.
 
index 63ff22123b7894166b4d78c9bfab0968ade597e2..3400dbbdc6f6153a005f083f142a9a75bf487aad 100644 (file)
@@ -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.
 
index 60e2be41d177f9d0d874627ecc28f43d5cd4ffd7..1225d97edbe63cca4d276616a657a945cb2baa6e 100644 (file)
@@ -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.
 
index 9b70fcbf8aaefb3c957239b6ea0407401a462bcc..671cca91a65408b529fda1281505e68ed0b936cf 100644 (file)
@@ -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.
 
index d8a53400cf23d654813d9530466109a0dfb41e0f..354a21bc46931874e8954e536c144a975a984d08 100644 (file)
@@ -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.
 
index 5b8d47ab5819df23e33c348caf4da86a8e3a1897..a2a32d01075b2c2212b52e16b860066c99d4dfe2 100644 (file)
@@ -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.
 
index 18810bad068a2c6244777f93be904fe4fc27c87b..44f83db020a2217b74e106ad99df0330d0691c09 100644 (file)
@@ -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.
 
index 9c7b5da8fe9153eeed290faae9aee24970fbe1b5..64a284c157dc54f688685b98456066be73d9ba43 100644 (file)
@@ -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.
 
index e0814798e7a5b6239402754d5ee940563beefdcb..4525388c9577e61a9382d2dcd1b2a9def076f80f 100644 (file)
@@ -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.
 
index 43ccc89f4329f91d4a706e5678298616cc6be33b..ed1af554ad42947798985749b055db89c883cabe 100644 (file)
@@ -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.
 
index b3719d6092e708283703cfed873c089a0172a48e..72fb9443c07d496ef1a76372cb4df60775f2b6dc 100644 (file)
@@ -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.
 
index c9ce5a7ac15a4f1ee30092974957a111b8e9f6ef..cb7a34ab16600471c63fef5228ef5fa84cda789b 100644 (file)
@@ -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.
 
index 44ef2c1a2aebed7ba66291901b7d88f0c75967d5..bddee8bacb75f2a50642f360c7808f8db620c4ef 100644 (file)
@@ -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.
 
index ef2042920ed3b706f7cba1446215ce65666b9942..55beca5895cdda982fbfef5b7350b0b36887189c 100644 (file)
@@ -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.
 
index 6251b2674c1987c13bb72a2ac5a9203270ed6336..6959ddb3d930f95a5a180b9c26bf3739ec51f4e6 100644 (file)
@@ -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.
 
index c9ce5a7ac15a4f1ee30092974957a111b8e9f6ef..cb7a34ab16600471c63fef5228ef5fa84cda789b 100644 (file)
@@ -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.
 
index c9ce5a7ac15a4f1ee30092974957a111b8e9f6ef..cb7a34ab16600471c63fef5228ef5fa84cda789b 100644 (file)
@@ -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.
 
index c38fb7f7651d9f584de7e0a272dad1aeca79d98d..d1e30f7e95b799c0c2266f4ee03cb078c785c000 100644 (file)
@@ -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.
 
index 6721f72bb57bac8bd0bebbb4e75ebb8709d464f8..56c3e919a8b71cba35d04befbdc0748438a2b0a7 100644 (file)
@@ -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.
 
index dd20de4ac789a62e6e9bf2822612da197e5256a5..2ebf0897360be9e678df12100f84054d27e0e82f 100644 (file)
@@ -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.
 
index 4d6bcdf4c76a04bccce89bd589f1de21d0a8c3ca..78bf375b6dadfb7831c8fd48fc3d88cfa552f74d 100644 (file)
@@ -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.
 
index f02df7fa8d1527e43428475163278c8956191a88..19813d171f515eccb8d873d112e5fd5e84835537 100644 (file)
@@ -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.
 
index b027adc53a7567f7f777673426a6d24ea913e841..e872eafe6b791910ccad082cf0d02ff9dfd06b1d 100644 (file)
@@ -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.
 
index 93fee3e232e114d3236196e3ef570b86497474c2..449660db4ea4581609fd6b84783263c61e0ea6de 100644 (file)
@@ -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.
 
index 5d86a9d031610e32cd86d411f2d4b9b0795ba3e8..29cd4b6fd0d0352a7c6842a143cd3dfe82dd6e8d 100644 (file)
@@ -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.
 
index 55f697f622ed6d355a3a3d899510fb474a438c94..cfa9e884640a8e301ffd920dca4c43c1b8b2389b 100644 (file)
@@ -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.
 
index 9da6ec3053b4ee2a4cf554d1de6a50575c14b868..4812146c5c7d48029240d3b6f30e1128e9512bcd 100644 (file)
@@ -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.
 
index d512fc3e57a74e01d1d6d7e3bd57001921ec0c93..331985f33f9a11bf3609b8e073fdc007c6ce1b1a 100644 (file)
@@ -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.
 
index 0fc8889628b6da30788ead77ba1cb907a1e9cb26..a4320eb5a55e185741ec856e13062447bf2a5806 100644 (file)
@@ -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.
 
index 7aa111ba929b864802b268c60140ef5185487c11..0770b6e31dac60e7af2e92816f9407bbd5d86dec 100644 (file)
@@ -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.
 
index a33162882b7deeaea594a48f0e82b8c3ea899056..34ee5354a542d8cf837506d868b458453f67c020 100644 (file)
@@ -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.
 
index 5636198f88186ca5d783640dde349c74868c0c77..a8625905e47c06accdc5cdea4fcc110ac7569bbc 100644 (file)
@@ -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.
 
index a64da8bcb5053c93c27a8cca3d89d2a518e4196a..cd4ddbdb24ef3d9c58e3ff0e8dcdc16efe490e48 100644 (file)
@@ -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.
 
index 93f0b091219889ed337fb2b33e815e0a21048ce6..f3b1694735c2ed289d0e56e0c72934f048d27b2b 100644 (file)
@@ -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.
 
index 1ec6b287ac3a4062299141657a83956a9110eaca..2630d190479148969010bb204ba54e29e5f11964 100644 (file)
@@ -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.
 
index ba91e8b17dd95954cd2532586fc057666651a758..9875ceaf1fb95f09974b038efe14dcbe86fc652a 100644 (file)
@@ -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.
 
index ce978365dcb1f6230e245ca288996c0624f96430..489477bc97ccb77a6a9487946f105b03bd3cfdd1 100644 (file)
@@ -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.
 
index 7f3ea8a2d0c19c46155d94c3dda607fb5b21a325..7d504890217baf5c62fc9ca95aa34e0019a8a544 100644 (file)
@@ -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.
 
index 5fc830b7408976582070e4870fb5dd1a61e48621..37e552f54e5a2987625c1f626887d744de11400d 100644 (file)
@@ -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.
 
index 60c392059324d6b276c1f9d38018016f45833344..e3172d882fb0c5a11bef2bb7d4f399eeeb25be50 100644 (file)
@@ -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.
 
index c6ef23b0e1820a2fc93d8c1a69c0c77b628c1f5e..23589d3ca871b6a5001736471ef8b09068e7a861 100644 (file)
@@ -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.
 
index a433a365e88849be9a6d1f41575ab26fddfc0635..b811d3c0c7c28b9364258a141774dda0c93d7e8d 100644 (file)
@@ -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.
 
index 2194f212574908a1f747b0591447d887f557b8f5..da1b8165fc72072b2d498da4234188777f983c79 100644 (file)
@@ -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.
 
index e6d37cfa64f3d72e4c51d4bf4b28ccee15430c27..820b4ab9f578be1047d8485f4c944276fe796bd4 100644 (file)
@@ -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.
 
index a9cf3fe9517384e1387c4edfd4f05f202c7b1238..03bfe5819ca266ceb8a93de043f572a274439b2a 100644 (file)
@@ -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.
 
index d0bf6034c187461f85c6821be2b4ae320e2ecea8..89ed0c3fc071a3fee3f1fb050bb04f2afd3a5640 100644 (file)
@@ -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.
 
index 5ca41c39eb5430cdd50737bf78741b7be25fc323..e718e7f079ee655c233f37c19f15acb519506140 100644 (file)
@@ -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.
 
index f6833813fd0a0f79d9d520a440cf91a7882c7d45..11820bb30e0de4df18c7dc8edcd1ca02f14b40b3 100644 (file)
@@ -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.
 
index a0760b4e5264c8526eaa61a16d4737f6fe081921..905f1d6cef27a33b3653918df86a7eb1d584f3fd 100644 (file)
@@ -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.
 
index eafb372f7c40104da4f42c14407ac6386a01dc57..bc0b7fb5b2508fa89401a8dad960b2c589442fbe 100644 (file)
@@ -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.
 
index 6c37109f5e4b02d84924719372e957bfb357bb13..4e0e9e01f2c61ba982da4616712c99ec00d38531 100644 (file)
@@ -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.
 
index cc5ce153b368f5f2a380d3761c17bf4336addfd4..e2732c59a57098f2796fcb92150e5e5918587746 100644 (file)
@@ -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.
 
index 88d9ed15cf12d6fe8334013fc619ad60a56f5da7..9367ad8fa7843b499b9e17449de4b96051a6843b 100644 (file)
@@ -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.
 
index 46767215672c9c862c47af8ce44c0066f174275a..3dddfef4c5e3e65bb915ffda91a861a25afe480d 100644 (file)
@@ -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.
 
index ed6b08948931229a5aa426c8ef173364e841e414..5ac1e864f7ffb4cf3c608231c384a98cf4d4f79e 100644 (file)
@@ -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.
 
index 888e70bb8e94b06e7a818e23c3cc9c009fba260e..89a3ca425857c2150893edaad598d94b7d554061 100644 (file)
@@ -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.
 
index 1b4a586a7eec809d7c9896ebca5b53f5c8b5c0c1..2eae146ae2c267885fc506cee2a9149fb3e90167 100644 (file)
@@ -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.
 
index 54c20b1409b1447aedf4135a25930fb01f58bd0a..147c263bcfcab370ca8b19174efb239e692d0e50 100644 (file)
@@ -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.
 
index 8bc689b6c290511169b2ba1402397d283f6863d7..496baf9d196820da455c9edce5595f6aafa81da4 100644 (file)
@@ -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.
 
index 1654d1b85e46c6481e0b7ebb5c009b3e205faa0f..cd3d56228941e20b406deb9844da285c949d7779 100644 (file)
@@ -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.
 
index 54c20b1409b1447aedf4135a25930fb01f58bd0a..147c263bcfcab370ca8b19174efb239e692d0e50 100644 (file)
@@ -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.
 
index de5ee0bb63c819a8b7475353ac304c59f23358f2..7e9e560e059e11c957be8f57114fed5c6f74493e 100644 (file)
@@ -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.
 
index cb64a40c6951c11868637110299aa4ca4586e699..ff51626ac147ee9aa400b3d0b74d536b0db4de29 100644 (file)
@@ -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.
 
index 2199e480d423bd5c167d8ff2f3212111b298bf8e..b15c6396ba17f2c8674f8579c8462c9466ba9107 100644 (file)
@@ -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.
 
index a69b778e4d121a28386afb8585eca46ffe06779e..c1dcc911c7363ee956528ca854d7f54ca00bccd5 100644 (file)
@@ -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.
 
index c2579be9114fa4796ebaf7acbe07f542ca20d30d..d50886003eb87de719a0e2a5cc891e7be95cbed6 100644 (file)
@@ -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.
 
index 32ec5ddb85908532e79e2448dfb00477f5eb1f61..f698687514df9dbd26b1e05aa906f0cbc535bb0b 100644 (file)
@@ -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.
 
index 7b11f207aaf3b83df0dbb29cebd53ca6263442e9..916debebc6f70338ba71ed06d9d889e4e21467c1 100644 (file)
@@ -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.
 
index 8765affd4620edf055fec4788614672f0a6aa738..872446a1c0f38bbe9db42e371dc4c85f8f70fb42 100644 (file)
@@ -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.
 
index afccbfe8a749bc85ec864b382529d8d0a95a65db..0eb40699fa8259f7de8e293b5fb05a9be201fcef 100644 (file)
@@ -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.
 
index 0e12d54300265d18ca7404928c22bac2d8bcbd43..261c0be030fc2672831af519573320dec469b307 100644 (file)
@@ -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.
 
index 1f1609088baf196d39e2066afcabc48d11fd66a7..0d1310eaf9ea793c0e0a98b3a6f2e36a08b4a0ff 100644 (file)
@@ -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.
 
index 0aa213239d1f1ed77eb9ae0f89cb82a56d13c97e..7cc716bad1042fdc17805cb95f4d245cdf266c37 100644 (file)
@@ -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.
 
index 041e1786a92bba58f4d2fd056b8a2931c2048b3b..10e1bef3e5aaed12b5a05cdcd43f611f8e1a2254 100644 (file)
@@ -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.
 
index 157282abd34b7ec0e4746f3b2c1a570a43689bf3..42030a5efd83fe503d70575c8d979cdb17865a5d 100644 (file)
@@ -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.
 
index 0abf3f97f6b4e028f5ddfa0c792b951140453d1a..805b56b5c765ed21a181fd5c1783012f4116c6e2 100644 (file)
@@ -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.
 
index 31f5df0526f5ff1950956a82fe0d16e29ced982a..76285e5d2e566a24ea1b19d43f9fe06423abdd6a 100644 (file)
@@ -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.
 
index b413a764d8279cf0bfc888919b1ed78b01f97de7..19c83e6a5fa60dc1d02aeb7b74a60fa3aa5c0f66 100644 (file)
@@ -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.
 
index c8970d1b57475070971d488bf4d0a93b402ed797..8d44fb209546e9dd0957fb9286f5f557fb8b6d9f 100644 (file)
@@ -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.
 
index ae2d7c8f182fc4bf28f62e7c717786c45c021a3f..45a4dca5257d3e0a7b314fc31c5f53b8593bdae8 100644 (file)
@@ -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.
 
index 7fb32f8045e82d929cc436d514cbf1a5e266c6f4..d482eea8e5d845f1ecf4b906ea82fc3e32e8171e 100644 (file)
@@ -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.
 
index ca50eddac3860515d30ece69ed12256d8f6ae1cb..af0e3d8369706ed62e4652c484375cc3efe96762 100644 (file)
@@ -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.
 
index 109afd3ceaacf5f2576e092db25590dd43671617..37221cf3addca152ec54a6fe4ae4f1e79a8202b8 100644 (file)
@@ -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.
 
index 8a07adf4d304296380080859da1e36acf9d5ce7b..6cd98ed1b543e53aeac5467f8030842eed038fd4 100644 (file)
@@ -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.
 
index 026eb026b1d8c690d0c89d5b923f42e536149615..ed8a9553750e0c69f972850f87aa2847084c4785 100644 (file)
@@ -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.
 
index 03e2fd658e407ad2feaa545c22dfde5841f70bc5..56c490c28341612525d97024977f784260e5b3a9 100644 (file)
@@ -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.
 
index e03ab5e15f6555bc900032433ec0f005b2618de8..ac03669fa2d9fe64308938c16db155778def996f 100644 (file)
@@ -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.
 
index 9292133aeb8de6e3fcd9b9f15fc3817b62218d4d..ab5cee8ff316328d2657dcc1eb334c31860508da 100644 (file)
@@ -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.
 
index 1ba57a227e952dcb5ed5aecce3c97d19d082d955..88a80ad148459cd693a44682f75f29710c5153c9 100644 (file)
@@ -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.
 
index 932c6ce713fe462790840752457281addba71327..028151f9ed8d6d5b7324ac970b1dc0a8425440c9 100644 (file)
@@ -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.
 
index 12d1256f0a8ad07cd46d6dac4cba150dcd52fda8..1404b7ce8024bbfffa20b0803be284946b5ade37 100644 (file)
@@ -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.
 
index eb91d0d630970ebee608f7b287f9fb09a347b0a9..1945774641ace22f699e52c03216ba569ccaf5c1 100644 (file)
@@ -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.
 
index 84b6b600f669e1d1c494e835bc18b7353fffb398..4bd3962ccbc759e8b6ff45f5c9667e1854322751 100644 (file)
@@ -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.
 
index eb047b53218b3e39e98b6abcb6baabf41f940839..0e72e9034471c2f6c84352b26c89ae75b9a81ff1 100644 (file)
@@ -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.
 
index f5e069a1218c1165d760a8b48d65fe9271221d7c..d70c0d19532d1a43052e4c7383462e2cf41d16b9 100644 (file)
@@ -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.
 
index a4ede15e61343651165638709017fe3d8f188fc2..63ad7fd399909daf2789e4c8e2b0df03a2918e10 100644 (file)
@@ -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.
 
index 5aa8a54ed81a1eb3edc091a5cfa82cc263e7d938..82678802a96483d62e65d1ee7ce192ae5de2341d 100644 (file)
@@ -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.
 
index 3f895d5b3bacbe9d1001e21d1bba1adf9dfb80cb..32e3046cb8740108c88cfea65427748b5c5c57c6 100644 (file)
@@ -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.
 
index 051db664a894de54a5152c975b9572b83e57e46b..d467acf5dba2ceaed65558b19bf556f9ffbddd27 100644 (file)
@@ -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.
 
index c76a5992fdd2446d7c8a392100011c9f64bd186e..1c005220d01bc3439b282d0d81c16df1e2a67852 100644 (file)
@@ -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.
 
index 9fa7936ae634a72186b1ee42794306b05046c988..d735aeea6117b75a1adbf0b0b28f44cbe9ce1ee7 100644 (file)
@@ -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.
 
index 2e94c915786c06d549f725405b3141839d11b62a..12833a89342dc98e8d22e967e5e229ec33eddd0f 100644 (file)
@@ -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.
 
index 9490ea6c592a63401ebee65ec8a7481bed47aa18..f6da88c61cd87429da192723a26febd8315f444a 100644 (file)
@@ -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.
 
index 0ffccf7d429e2fc1d4bb0174aa00d69835fd2886..d827360006c9784c8ae5373c0509285df84c6b1b 100644 (file)
@@ -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.
 
index 5a6c27ac93b699d647c4f4dc0ecd07be9dc0f4db..1272c489de829f0e251fc77616f272f73b6dca6e 100644 (file)
@@ -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.
 
index 0ffccf7d429e2fc1d4bb0174aa00d69835fd2886..d827360006c9784c8ae5373c0509285df84c6b1b 100644 (file)
@@ -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.
 
index 5a14c6f81dcfce661a8e177a629f6ea095b500b5..b721ed28c66f9f481f213fef8e43c6563c713b35 100644 (file)
@@ -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.
 
index bdd38438aec86f297fa50ad9f8c43c796efe9264..d1563709f2f5aaac6e364ecfa853c6874064d402 100644 (file)
@@ -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.
 
index 159d3d5f6a26df0fa8d43f9c475d8f979c4affdd..98afb52f6a11b423c257ea06ae3916ab750b3810 100644 (file)
@@ -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.
 
index 0fa570cfde2cc9208f510e47b4293a5023ead8d5..42f57743e6f21b8e5ec35a1b51f76e60eb720744 100644 (file)
@@ -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.
 
index 8ebf9765b8dfb29bd075e9d4b6c65bd2634a1179..1147477955b5b820fc1dc1453a3dd33801667eee 100644 (file)
@@ -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.
 
index a6b0fda737adab85bd06acf0f693f67c39a0ee15..e518a16b536caff287ae7e0707e7018074d87e3e 100644 (file)
@@ -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.
 
index 032057d2a15413b501d5afbacf2c8a0817550c8b..ad2ebd0de9e08d6d20654cb52f77a6b6980fcf99 100644 (file)
@@ -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.
 
index 85dc55e68123185f20fc13b31e1e5bb76fb8e599..a3b5af55c7f4845383147a0044a640586133dd36 100644 (file)
@@ -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.
 
index 2ce3902388b292e411deb3b2e5b3cf19076cfb6c..628b57dc89c0e81f6bb405c8b84f2816151b4c23 100644 (file)
@@ -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.
 
index 8202ebefa59348dd5fb31e1732543e952468b8bd..abab024f8c3ff515bad2f4e4b2a6c6ba9dd7f1c8 100644 (file)
@@ -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.
 
index e5e71f14f59d21b42a2db9c4844d731bb99147d2..e6c2ce5940ac2e3396648b9d141aac63b8817600 100644 (file)
@@ -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.
 
index f38bbf66e3cf47c8420151413f00b31c720a1b15..7505593a648eabbae069a9361db67cf2faf8bbe4 100644 (file)
@@ -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.
 
index 5ca54bbe1ebdf5467909fea225d4878d819a8090..dd6529f7c8cd41b761cc1dfb629afd1811db7059 100644 (file)
@@ -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.
 
index ca5724063bc32a1cab5ea6976e56027cd49e8d29..329ca804c0c572f97992d8a93f59f17ba74f6310 100644 (file)
@@ -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.
 
index 72390417bbed21c5ae5328b3c7612342bd241617..6e5a226ed83f328e1259b602c3cb2c298323844d 100644 (file)
@@ -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.
 
index 5d0f1dea5e738b5d3525c9b3e3c2064c6ebccd39..b9d79686a4354f99b045eb93db4b00c03a64fb9f 100644 (file)
@@ -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.
 
index f1c812b90f73c632496047db0ac9664338f9f063..646dc2ff07e7fb1f6ad625d24688663f6d946aeb 100644 (file)
@@ -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.
 
index a413df648846f3935f07a0aa2a389cce49dbeedb..d6ae67fab92a05e70e18afe5ad3b8f203d3ecc56 100644 (file)
@@ -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.
 
index cb3e6e87c7ac4efb47da54b01fcdc083571ced96..ad83f9969c4c97cd7fdae3ccc39eb72b0e665810 100644 (file)
@@ -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.
 
index 169a31d4c6ed57a4fb6ba44b28cb52c97d9b007a..8ba31cd48104a2d0c3db59bb983670ccec89418b 100644 (file)
@@ -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.
 
index a895083f1bcb833db23595df63d4e102900e2c6f..a21c7b3bd7eace5b0cdc0a60dbd3f2bc857ab3fd 100644 (file)
@@ -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.
 
index 6095bd13371f3e0e5ea92a640c38f63b4ffd6f8c..f30d126170094f55df736023d62cb843a0014e74 100644 (file)
@@ -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.
 
index 9aeaf9ae8611481f31f00c8e51fd96d4b9bf7a61..6d414209da365986edfdc9777d4d0665be0f1fa6 100644 (file)
@@ -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.
 
index c6f98faf1bafd42cb217b22931a29b3cd2fdc9ae..64043d025013268d327bf0e8d7c73bf682329688 100644 (file)
@@ -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.
 
index eb92014ed80c6c96622a4624900d36ee45439624..82aaecd1f33dfe9c2f71dd9078eb29b1d8d73fac 100644 (file)
@@ -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.
 
index 5cdbe06bbe6f302f913b6bcf6d3b8b6081661e46..450487b8cd09bf4ef63f1f417f0bd141225fcd15 100644 (file)
@@ -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.
 
index 14ac9da0ac9c6e752db82736cc9938302b8a6056..eea0371c8753eb09ac4748ebbf3cd9efab344d67 100644 (file)
@@ -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.
 
index 8f3e66fa4d432f56ca152a4b6956469e21f02ba4..ce0e6a3c35a0a5067ca90a092d10b43ba8861be1 100644 (file)
@@ -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.
 
index 69d52b5b2f97a4945431acddd247a368c16a52f7..d6d69187b81c251c2d533ea30b2f9b0c75d91265 100644 (file)
@@ -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.
 
index 99cf3fbcaba7943c7aeaa1db30e83d114881b533..5c9ddbdc7107b0e412a73e83703c41453cadaef7 100644 (file)
@@ -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.
 
index ff11ce12082237ae470e48b0c9c68036886d5b98..ff55b2cc6313255997d044222c20aedac56a1384 100644 (file)
@@ -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.
 
index 32d0200cf7b39e564e28fd09d132fbf9f61bf55c..17d9d47ef40cbc7d3f4e641b012c5cd6d6fd63ab 100644 (file)
@@ -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.
 
index a3bc6c4d409c65d79df77791106cfd71306cff7a..b500b29c5ed39efbd4bf44ce9bc9c49ace4f6428 100644 (file)
@@ -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.
 
index db1d48aaaed549bc0ff16158f828c51cd695b446..92c77900d2165aa1ce59fc91fe2fcc4d9469bd5d 100644 (file)
@@ -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.
 
index 17d88cec9114e1f62f9ae5a92fa3fae1c0e8b5de..fce7d56a4b93e98155f991c4aea6682ff94f9bd5 100644 (file)
@@ -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.
 
index 67cb5a895280abf1b533343b2e26b08b394479da..06f4217d22bd3ebb4dcea4dacab31490f064ca85 100644 (file)
@@ -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.
 
index acf37355eb1f81b638b868601eda4eb4b805735b..9aaf1ba73fd14b875bbdb5403008e9c84f8ba746 100644 (file)
@@ -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.
 
index d2252982d8a840a085ff1ea89d45642e8445bbcf..fe1c48be3f863692dcf9931792ca8bcca15c0b29 100644 (file)
@@ -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.
 
index d9da2722e641e82df8f34a53176e21be98e6e4d2..59dce08b9f01c7640168816cbfcc0d733f5c750e 100644 (file)
@@ -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.
 
index a94e5ee48d0454223b59a1a7265e82a9f0c1346f..a633728a45384b77dd323406a12909918c81785b 100644 (file)
@@ -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.
 
index b70c83345f5f11beaee86fe5b31f40ab885d49fb..58e99e5549b04b4a5d99cb7bd9722adf86f3cd18 100644 (file)
@@ -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.
 
index c0ce449f1346c9537a2c92229c4d64b0d8d1a407..967f44385d158c46af7464447fd149bcad56fe98 100644 (file)
@@ -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.
 
index 1ba00b02fb59b898c58827fcbf40e5be4293d5c7..21912298cfe8d4d1a7157375eff98581bbb72225 100644 (file)
@@ -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.
 
index 9d02add92dfc7cd30b5885a81f0fd6698c63bc64..5f26136916cd450cc8dc48b01b0f914bc9e1d13f 100644 (file)
@@ -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.
 
index c931b79abf3125a3e5c88aa25fa5e80780a8bc8e..08aebaa806d51218ee7ee34f242fe7c54f7e964d 100644 (file)
@@ -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.
 
index 2afdf2088fd3863ca671fa74df39a75ebb3a244a..522f95b2ddc896d7f2049bc3b49e628ef60a0211 100644 (file)
@@ -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.
 
index bf71d4c09d5009fc7f1866ca404a4764d1cb7a04..31ab136998ed8f04f49ca29717fb563744eca6dd 100644 (file)
@@ -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.
 
index 60bca55d84b0331852aa1b0bf23dd7108bad4dde..8c294aa6d708c811ca4af15191945e11f7aada19 100644 (file)
@@ -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.
 
index 5b9558aabc8350bb0bb41fdb73b94cfd133a5f3d..bdbaa2973ccf9c5a1c4d6036eac0090e40e34286 100644 (file)
@@ -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.
 
index 18ccf935727459d6b670033471fa2e7a463b3daf..147872a7bf2e22ca3d1cefbfa9611ebc2d970b51 100644 (file)
@@ -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.
 
index 13904eede21faa92d01adca3873c25e6fbb97ab0..5fa84c4de6e55fced9ddc655fb3d30e0e76c76f0 100644 (file)
@@ -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.
 
index 13904eede21faa92d01adca3873c25e6fbb97ab0..5fa84c4de6e55fced9ddc655fb3d30e0e76c76f0 100644 (file)
@@ -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.
 
index 2457eb3806301ba77ac5f6df9755b3201d50ad24..380441c0d46064e71a48b45617c96c829f9a4911 100644 (file)
@@ -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.
 
index 5113a769b5fc2eb6dce85399b0f919b90a441840..0ab4912238988db3e00481ea7cebaff36486c2c4 100644 (file)
@@ -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.
 
index ce940fee4553d65eff7a9ffeacc89f9e24a1c8f9..fdcc343d196a4777a928928b00f096bd093527d5 100644 (file)
@@ -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.
 
index babbd50e85f5f38b2e61dbd644d75995afb7afb9..a7b5ddf5b6c1ff1f331c3e062609b7482870b6f0 100644 (file)
@@ -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.
 
index 1264ab5959670f3050fc0df4b3074914f597b4e8..2721384e6beeb9c99d807371c2440bee5274be2a 100644 (file)
@@ -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.
 
index f2bcc9866b2293a1dfb644711b274f59a49086b7..45786f94ea28681dd5463ac3d617449d846ae300 100644 (file)
@@ -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.
 
index 4355bd0cae30393b5a5c982a400567130fbf3455..ba4fa6e425c9124f51c37bc5a6348b8df97eb722 100644 (file)
@@ -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.
 
index 00e0667dbe3fd1b7c793983b47b72bd090b69561..035c4ff48208f5093ae3293a3c36b6e94d179ace 100644 (file)
@@ -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.
 
index 32bc85b7c64da905ad6a08fc9ac231443b146287..5b8553e830759f8a56015a951c51e04ecdd22dfa 100644 (file)
@@ -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.
 
index 5f6d4cbb93620b5cf3fbec4ce76d01f795d7e3df..bf56c8db2643c209878774b1db85306deb2e6b47 100644 (file)
@@ -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.
 
index 42265671d7d55fd3b62a5d7c62e75452a67aeaff..b9f2a9d5a995121b73a1bdebb9356a86cf882da7 100644 (file)
@@ -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.
 
index a817b3a4fcd3c1f8dc7830b6e1583d3b7afa9d7d..5f37a8bfc10c3f51501281c560b659685dde9731 100644 (file)
@@ -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.
 
index c976ac3d37c4e6addf3864748a96484003e60a86..8708d400eff8e2bbc854086744568d9937a86242 100644 (file)
@@ -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.
 
index 295c5623f0709b1a97779ee5e5294d26ea9d45b1..ac3c2571c0d5154c75586ce1dc89b71ce8c2f31c 100644 (file)
@@ -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.
 
index edb55f3030da3d1f97093c2751aa0dba67f0d964..598482d350d29881c38386fc1201cfead84613b2 100644 (file)
@@ -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.
 
index d5efec396bd36bf58afce817cdd49dc754c5c465..a15c2d23bbc34f7d6613ee2ecac10076f16b2b44 100644 (file)
@@ -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.
 
index e02991af2186661de6d0828cb7af17136ef9abbf..536a024c564a9f2099f5744b14c5961573ecf43c 100644 (file)
@@ -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.
 
index 1b3e8e32836de3d66a9c2f1206cf3fb31b564204..75d87f0cf8b07f0510cdd3386bcd4972f55ec5e4 100644 (file)
@@ -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.
 
index 54f0a1360ee0ba6d9dc8fdf945302b6a8e07b918..760413217089e3edcdf94668751deef669bf75ea 100644 (file)
@@ -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.
 
index bda2499c7397435f50521ecf83fde26d8a1291c4..63af04204b5df3ad842f9b7281a570a5358a7b62 100644 (file)
@@ -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.
 
index d514c38ca59e478f5e5795e934f415fc25ee2a1a..6a4dc1562dee82997d18e472862f508a785640ea 100644 (file)
@@ -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.
 
index ac6b18a93271eccaba2f9a0711ebfc28067da43d..2cecd0c57a36200445845e9f2efddb04cc1f6416 100644 (file)
@@ -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.
 
index 61af3a8e749694ee2807652978093cb1d5c0cc79..5c70dbd268b8b83fc3318d6961e37ddacfcad414 100644 (file)
@@ -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.
 
index 20d5703350d32f1f7a2430d326cb818c9bb12dad..fab43399e2ad9892b85ec0b56b6a07b9a5bd0a15 100644 (file)
@@ -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.
 
index c0396bdde51b84ad4eecd410345d84bd2b4e47e9..dca1e22ad34f300200d12ecedfa3e7f3f4a73bdb 100644 (file)
@@ -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.
 
index 6a1b3bb417200b70270dd6efc672da5545d171be..fb2da32c7e0e769f4d95cf9eaccb54982acd59a0 100644 (file)
@@ -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.
 
index f632f7ab5aff656c297687657da47063944d4737..5c9a73734c15b30253dc6d6a9e4c994ad74f5f3c 100644 (file)
@@ -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.
 
index f93acaba0304551da069dec8dab74f4e1bbee764..59953f1ceed0e3e6f2bd0e9df02cda684c080dcc 100644 (file)
@@ -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.
 
index aebce1506d17e389e34ebcad0551327cfb331a61..0d46dde59d33507d1ba4c6f5a273a0aecdac0adb 100644 (file)
@@ -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.
 
index 770b850f8749f04f008d5f8a947de14b9e4d6d93..b6029fb04451f84e6a7149637fe496ea2ce17ecf 100644 (file)
@@ -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.
 
index 5f1e8d83091c1f8454843301fc40197a6d406f66..47e80b15ff0141aafb4791169dba307329a92d7b 100644 (file)
@@ -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.
 
index 87d5f99b4467d4f1e802919ef501f2c1b1218bfa..63341040037ced3910172fdb48a5141305f52c91 100644 (file)
@@ -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.
 
index f5a60e66c1968775de1356ad936a5e3f7cca6379..3c036df2bd2935517d710604a45e4d65b25eb6ba 100644 (file)
@@ -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.
 
index a7292c477bab15666b2aa050df3f09bca49c5443..6aae33a871c2ebe0c6433cbc4a3009b8eb30db90 100644 (file)
@@ -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.
 
index 8d6d2782e925125c5c7244e028f6a91b531b58c4..2fb85a652cf14bbc98773965caaf9e34fa41c2ed 100644 (file)
@@ -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.
 
index d834da84fc76f06ae52ecc4bc4399b0b2a662b85..6ec94aa3fb9d6492d77252a5f18aca1e9d86d341 100644 (file)
@@ -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.
 
index 6c87ffdafedba57f1e0f768c083706df500f0396..2cba136044bbce34f3ca4533e326392be694ca8b 100644 (file)
@@ -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.
 
index 2daba0c97e23a65e3c659c566876b0e2f3cdefa9..c95b5db510d9e3112b1c2cf109293aaae300443b 100644 (file)
@@ -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.
 
index 446d26465c87cf3cc0d310d263a0c774fbbd191a..b8a89fc0d2217760cd81a5f5f3687dfa54e83082 100644 (file)
@@ -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.
 
index 96281f6509b659bbf13ffbc95c52b8482ae356d5..5e272364d1ffbb02e66ade19670a338be3d0ed76 100644 (file)
@@ -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.
 
index 61d6ae4bf2f0d64c083351693a67a57724335158..ef0c111677e3023fd0c204fcbbf983766d294e1f 100644 (file)
@@ -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.
 
index 11ea076f0bac37547a4d1eb81d07b0fc4d8aba5e..bc8191e106d2bf2be465a5fc22a8a5210423163d 100644 (file)
@@ -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.
 
index 245cc88aaee12ae646cf49cf4f9835cdd32d5125..0f6d9f7c99723354d5f62a66129fcfc58b035cf4 100644 (file)
@@ -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.
 
index f712c6f65353c60df57708949c369f7399055ab4..9e744fc35f88ed523d3484f9207cbe0461690fee 100644 (file)
@@ -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.
 
index 14f6c908370138bfecc693f834a427a1d4d4a8d0..ae0f40b2bb7772a8eae364e02fb4660194928092 100644 (file)
@@ -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.
 
index 375a881bd82b12c914aa21aa239016963449b652..290c23b823834bf672ff1a5942c893852ea48ff0 100644 (file)
@@ -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.
 
index 8504396e1a0fd39677e306f83263118033f3303e..0738f8f23b061f4ee1726e632ab0953eff6302f3 100644 (file)
@@ -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.
 
index 6a707cf1e8772ae6e3007eb14ae2aa585d8135ce..61f7dbef3c4af8536067071780860ef3d0676f1f 100644 (file)
@@ -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.
 
index 165148556d1f7d95355b3f66b09fedd4650a799f..a787d8d367c65dd3c116259010e26662ce6274a1 100644 (file)
@@ -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.
 
index b5d0211803519215a3ff9630d40889ce73311e5d..84885854de9bb16360c244250415b3ba7d906a79 100644 (file)
@@ -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.
 
index 55d991cac37bc9e26a3ac89e18d38a3d0bb16487..e2bd87de4e4ab148be9470e2b04e09ae30264af6 100644 (file)
@@ -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.
 
index 15ad7f5d706ce1f657bfa5c053f4673b540652f9..586a763717dbc7672cf08d86a233a5cbc8889814 100644 (file)
@@ -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.
 
index 4b8bcbac6a2b52828a893dd2cadf107553ff5d65..36811c1e47c7040e91d0576ea87f3a133b8aa657 100644 (file)
@@ -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.
 
index 84e28519f642e2844d0af9677decf2c54c3d3fab..0a71455c6be19919eac9ec7932572a2385d6cac2 100644 (file)
@@ -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.
 
index 54cae39fbc199d20dc5fa727a7cc401d43f53a2f..f48d76382b01cf5b84a53b33e82aed090d1d35dc 100644 (file)
@@ -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.
 
index 54cae39fbc199d20dc5fa727a7cc401d43f53a2f..f48d76382b01cf5b84a53b33e82aed090d1d35dc 100644 (file)
@@ -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.
 
index 49b65585f421826980938d802d996725b1cbe2df..7ff95f77ae8a9282576270b2d534519278a5a645 100644 (file)
@@ -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.
 
index 7ed502558463be2c58a5c96ca9226487010de598..83b7cf4f588f29921ee2858877baeaec2d6f1eb0 100644 (file)
@@ -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.
 
index d39b010cf0e3d36bc1385aff09b25319d376fa3b..1220674ab9252f2f009f09b6d89d3118a61da6f6 100644 (file)
@@ -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.
 
index 1204e8143ef570e1e9b020bacf13a76bcb8f5f9b..3b3397961072a5eb5df46d847447aeb8a7ed8156 100644 (file)
@@ -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.
 
index 154fc3e0f316f4fd445d8304c9bf80924f518db1..685c29066b0e949d5e0ad3153cd28d84eb73dc80 100644 (file)
@@ -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.
 
index c3fe6106d7dcf66816eec9dfa48e10526dd56d12..6c24137f3c79d8d36e4a7ccd0bdc3ff112e56429 100644 (file)
@@ -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.
 
index 65b1b48d869849ae88f1cbdc5c544b416a30c4d6..7846927b987dd43e81a11aab40f6dab1a4924b81 100644 (file)
@@ -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.
 
index 330504ba9dbaf6f9531d0edbf5fd0f14fa5a9104..85a7f80efc2fedd8505650abfd14ab69736d7aa2 100644 (file)
@@ -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.
 
index cf9e99cbe3a411de401323205cb8f18a680f7bb5..3d82a9829e1e9e8e213e2a9a9cd1c9bbb5c08fda 100644 (file)
@@ -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.
 
index 71be0e66f042d84fea088d2631c452a482f4d7fd..2c338c8a8c2b59a5a9c0296acb036f40b475b58b 100644 (file)
@@ -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.
 
index f7221f4f5426ffb38e3781007bcbec4a68f63cfd..1dd5d49b5f0ac81dd71a012f42b4b9c1bbdaa6e4 100644 (file)
@@ -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.
 
index dd7ac764ffea46f29604c4812b1923217c0499a7..64b732e77719427d4b42b77c08169c6d9a2fd921 100644 (file)
@@ -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.
 
index 7f9d3f1427bf1028a416fb69e40804337a7754a7..371d84b6beac100902dfa615dd759a4a28dd1cd6 100644 (file)
@@ -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.
 
index 7d458625217a47333f2456b2266999e7d4946db6..9418e147bcd59c1411fd9c4793a3330b62366a1e 100644 (file)
@@ -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.
 
index a0768428b40acbfe7f7114f06cd7bc020c941c4d..bcad065ea95c8ab594481c3d4c042de8f5def0ef 100644 (file)
@@ -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.
 
index 4dbdf05b21c5cfcac83a6b17d876eb673c04f14f..7eeeb30e6acc522ef3fbb2658f3d92ff45948ffb 100644 (file)
@@ -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.
 
index e2067206976d13692879536a1e7a15ecf45e8db6..117c5e5789cb51e9224a58ec14bebbebb86bbe15 100644 (file)
@@ -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.
 
index 613149593f684a5ac5ae829bf5d551f8034ec5c8..9c59eece84b1c60cfdcaf7878c082a6af8dff2b9 100644 (file)
@@ -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.
 
index 8ae636077b9efb5e44a42dd1328c4523edc392b2..0f821b7e10ccdcaceb28d952da5c29f428fe3fbd 100644 (file)
@@ -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.
 
index 049801d3fc55bcab67f908f3ab2904ffe2bd599f..3517a5ddbe76b49121873423bc3c9a7712019058 100644 (file)
@@ -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.
 
index 5526d906d812266bbc1795ef41e79960bc8035f3..4cafaf2ebc3793d2e0f42a6010e848cb02c1b241 100644 (file)
@@ -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.
 
index 99110779110f8441cc6711f5ff50678e1ed0df2c..f35a39a4183021e87868d5d4a56e2d6896ecc881 100644 (file)
@@ -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.
 
index d8c88db0adf7258ce3d835d2486d89552d93ce97..b84cb18bb26d6780063154f0a8e230a8b9f35d1e 100644 (file)
@@ -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.
 
index 46576b9bc3ea404d9ee1444e8e06f2e68d1663a7..405dd5e72756815dcc13db81f534c7e91b4124db 100644 (file)
@@ -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.
 
index 1e785ad51236883e7624117e222c4e93a6d41950..8656a91c6a90d580ad256f73a33ffcc62723af3b 100644 (file)
@@ -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.
 
index edd66c59b33c3496f56f376a1ad5c398f7a6de8d..3cd843c855b3d404c519cc0a6274064b6235849f 100644 (file)
@@ -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.
 
index 78557759ccb57220f99f32f4302793e0fad55065..e9b8933fb96b049a480b46bcc9f8b40f72f0dd31 100644 (file)
@@ -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.
 
index d6856f11645b85613d6fdb41ce0abc407d52e0c0..c3833a397af20d70b8c9493f8dd3846bb4939dc7 100644 (file)
@@ -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.
 
index 61f8fae15b000889c0be542596570be285aeedc8..44830650e12952df60a0d008c351a4fbf79b0cd5 100644 (file)
@@ -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.
 
index 51a7fa0a75b99a3268e8e3204597a956d2bb52b7..dd69743e10ddf0d02d80261133f615c28776afe8 100644 (file)
@@ -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.
 
index c7cc0a988905ea3c46c9ecbd04f7ee891b75892f..402dfe905984ab6456035f7e6dfbc7979904c750 100644 (file)
@@ -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.
 
index 988374120d12c3d4f2e6827aefc122dd93ecc1d4..0fba16d4f4ee011eb1e59764e980d64ac3558b82 100644 (file)
@@ -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.
 
index b6285e49729d6af82fbb340047160a29d76577df..3748ed2e514cc1dd2c465b20961ae9a3032050af 100644 (file)
@@ -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.
 
index 6e6a55e636f097e22506d1a35ff7d363ab518fa2..cc2597a37d9fb5a842fbccc7fa89cfed9207c41f 100644 (file)
@@ -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.
 
index fbf28863f794797524476c80507dcc10f81df97b..0c3971576cc2cd4d3857348d696b1e222311912e 100644 (file)
@@ -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.
 
index 5dab1dec161c7bebc82daa5da9fd416c91b6dc0f..cab405e804c072dd4b1bd641737f97b963a59c5c 100644 (file)
@@ -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.
 
index d14fb5888ee1ed6d82e43203250d4dfdb5b44006..d15102c7030bc78e905937c1f7eb264d314d4ebd 100644 (file)
@@ -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.
 
index 5e91fa8abeab240ef6161d4b9f1a2b341d1f8985..f4a4a90c84ebe24f66f811d8add622117fa9ea8e 100644 (file)
@@ -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.
 
index ab6b1835c570d66ef43e84a319a40237595ea2a5..d232257c20cd0b4f3b06dd9a2dbb7b4843d26320 100644 (file)
@@ -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.
 
index 6ee14759f1d34108ba744258be91d1b8ed895c6a..beca47ed215c3f5ba8faa204c396f1156b3dff4e 100644 (file)
@@ -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.
 
index aac8fed4ef1b6971f069d2ea50178b9a7de22b58..d6bb323cde98487a627174683158d5c536af12f3 100644 (file)
@@ -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.
 
index 591d5d9c8aa46dd68f2f90a9aee09505bfd22eac..ccf0defa79b836710210bd35882636b3405031b1 100644 (file)
@@ -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.
 
index 80c4d79a7d16cfe55d9bd7ef93aa13dabef5dd3b..55c48fc5f28a6b17287b1c295ece4ae96d911c12 100644 (file)
@@ -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.
 
index ad7b97698911bff8d5174f17baeade82d3b142bf..d9667348135607df01dd2fa93a9365eef09b8123 100644 (file)
@@ -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.
 
index 265edf28b3a1173454e448246f22ed10d9e8bb1e..d9c26ccb12087f11f2f4d86c68d38072f71615c0 100644 (file)
@@ -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.
 
index 58c797f1dd6d2d0f0531667d480bc059bae1cf59..2b6daecbfc253cb750be783a813e2bdd391b832f 100644 (file)
@@ -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.
 
index ff5e733cb016a252bb5c10c1180b54c2b98ae12e..cf240c1350b7bc80a30a4f6de9200e864d0f4ebc 100644 (file)
@@ -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.
 
index b3350ef82fff3e5aeee3c16bf7e14adbe0d84e76..f9d8f9dc9fbaab34ebe49b525fc8d95d0f819027 100644 (file)
@@ -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.
 
index cfec3326bd744afe3b26a7e78ede07e56316635b..e91216365efee8d76536364cf28e33f68971d4df 100644 (file)
@@ -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.
 
index abb9639d9671831b120f61348c8b8cb55bdeb5e0..c848b129ce1a90d0222d41801ecac88e04930f59 100644 (file)
@@ -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.
 
index 3fe625f83ccd224c49e26b2be7c6f4ce9fc26fa4..e8c57b38ee01494cbf538b4d7e967f59ee168fe9 100644 (file)
@@ -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.
 
index 25187dad74a36aa14d2d1f390fc06c4590133ef8..967f2b5299d666a7891861010988158f480fcf00 100644 (file)
@@ -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.
 
index 0f6700dbf1a66d7ef4d82d57739427fa4866a5cd..e5d4389d893ed4a3cf52b05a912d1945f1b11d75 100644 (file)
@@ -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.
 
index 7f7c22ad1801781550562fe1f8e42ae5a9258d94..056f09ab1ee17841b5efd07b3f13fef7c427b862 100644 (file)
@@ -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.
 
index c9ac293b637d7383834a4f92855a52263e5a2b0a..d219fa466cc4c5e74066d2e73254dabe771aa68d 100644 (file)
@@ -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.
 
index 24c5f5abf6071eb4953e43278b7c81c78bfe4d27..82c7c936a7fbcbd73999de46f47d908003d95073 100644 (file)
@@ -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.
 
index 82f4a82bb368691b399c1c7c1b4c3de9a5930f66..12fa52096fe12087985495f961a3e0752d4d1870 100644 (file)
@@ -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.
 
index 740959c580b930299a7ecf854efc02f97f25feb8..92102ddd766c74af54090783532f7620a8c2d684 100644 (file)
@@ -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.
 
index a0fec1309ccb07d762513e8c85b8b58d1b254678..7ddf9652a2dad8d730b37067dd924d3666f51938 100644 (file)
@@ -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.
 
index d10c883d4ea29923b8510498b2eb2d6996e85444..3238fb3057447b510485704b8b0f31322a78d407 100644 (file)
@@ -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.
 
index 12de23d586bde83359f74b37b8ae749ab65c3884..035730480c06c3cba9c0dbf2ec14721869ce9c62 100644 (file)
@@ -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.
 
index 45074f9d905afd8070b43405693677f6cc0ddd03..415f361ed1569f7f3aa4f9b6e0b8a0d1bb7bb2b0 100644 (file)
@@ -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.
 
index b8b38ccca9cf92011e055e77a126d85ee7a5cda5..433747f0e4275402bd5cac2a3a516ac88d55c299 100644 (file)
@@ -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.
 
index 469f47ca7fbf1392ae464b05e3a83fae8d772120..cd6a0d7c2db2a0d2aae8eb3b466a27801b381ffd 100644 (file)
@@ -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.
 
index 465fc4ffa377e5e27519792d5a0c8a1344bf51fd..4964e7b0286ce8a14af5ec903bf693e4a0edecfd 100644 (file)
@@ -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.
 
index 671b9167b836cdbbe41360e95712d80be998e748..0f590e49eab6ee9c702105be3ef0ca935cfac448 100644 (file)
@@ -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.
 
index 49e97a4d2516905d4b07bbe2be21ca5cecf55d58..95835ca4d5538a2c61c152873f3284f234337275 100644 (file)
@@ -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.
 
index 0a1e7c6ea525e6e9d6a258a4c26ec0fa8389ade0..1f4859085b4382d80cf45db32635583d28936ea2 100644 (file)
@@ -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.
 
index 024cebaddd86c907efdede64ce3558fd838338ba..cb72dd07172a1b00a771a7abcf5e567efa620bed 100644 (file)
@@ -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.
 
index 1aeaa4e42856f827be9f17efaec43052dd2a9729..b99827c5f24fb0e72ee6855e22cf3b191eef42c8 100644 (file)
@@ -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.
 
index 6702336abebb50a4c6a583a508b9dea0d20437ed..b7e0e536f5047f7ab9a58641176d69b91ea97bb2 100644 (file)
@@ -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.
 
index e22f4a724a34b64da8bc66542f2fc71993adda77..88f657bb68eae00bb19e4e10bf5d2c5f221fb42f 100644 (file)
@@ -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.
 
index 9b114c8995504c7e48dc1f5ce174f44e99885ea9..4e58d3ba301bb0062bfd408a278c28012222d57a 100644 (file)
@@ -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.
 
index c582a44935eaaf633d8f2e8bbc0fcfda05d3c086..dbbb2c8a5cbb41d3c69ac14c7e35d44774c4c399 100644 (file)
@@ -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.
 
index 4f0d19ddd1c8af63feb089fcf25e179ea6181067..5631ab440895973841ac67c836f7830ada416c9c 100644 (file)
@@ -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.
 
index 8ee255c6491e68cec97a4f9d0280b040d1761ba4..3158a4e57db204123d5146b95b76ac801f267bc6 100644 (file)
@@ -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.
 
index 8834e51f4b41b4b1d7ec818afc2c0fccf44be7b4..5ce2380daa24f5dc598a5de882133995efd5e9cf 100644 (file)
@@ -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.
 
index 1ce622316ac35d825319b4fdf4386193494e39ff..4cd8615bcc67bfb9101e81b8097f5c71e24faeab 100644 (file)
@@ -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.
 
index 790dbda03a4043f14d7f81369346333a275caea9..1678e8f9f1d1a8daa26de042d0e0a233979333e4 100644 (file)
@@ -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.
 
index e1088728358fad1d7b605a44b51d97a450b6d627..7347aff8f13c7c08753880da3958ebf6578fab3a 100644 (file)
@@ -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.
 
index 928d1eca20a7fec865c412a4157d81a66edc79f9..9702e1e91314bacf9c2cb7d52c722416e676a51c 100644 (file)
@@ -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.
 
index 137e706d244723e98d45dbcf0ad16ecbbab99f5c..97296717250f84454c728ee239c42172dce4fb66 100644 (file)
@@ -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.
 
index ae1f334365bcea366f8e7a075199d71dd745560c..6c9dbe21d3a7ab02a27b7ae203e464f2e98feab4 100644 (file)
@@ -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.
 
index e2ff7a8a0fbc7ae66c278b6940547b4322032a80..081516c70a179117731d6e4b865d03a460ea9126 100644 (file)
@@ -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.
 
index 79807035cc75140c232e8cd74280ffcdc10c4615..f3434d2026382b4d8cd5ed99e4af59e002fe2c2b 100644 (file)
@@ -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.
 
index 3d7c7c6aabc28aad2e3f9e8342c065ee20c51baa..4d83132198d27d3d8f4173dc7b701b4bbd9342e9 100644 (file)
@@ -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.
 
index ff9c82d61b91222a3ccbec0362ba57990b4bfdc4..c938fcfb56913992fbaa1a1812696a0138c66380 100644 (file)
@@ -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.
 
index 9bb367c0d15255613b64358423f893b4c2320ad2..0676e9a4eccd2a0f23181f8a607796ae449fe451 100644 (file)
@@ -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.
 
index 9c227bbf819e17421fc10cf06b6406b5df4ecb6c..ae491a2a978043de5302d655d3592c2b990be617 100644 (file)
@@ -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.
 
index 237680fc87e2008b39682ae56a329776bce175af..7ccd389c94444ec9c4648048297b0d7f157ff83a 100644 (file)
@@ -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.
 
index ac2d3e8f6c0a7a46c6a471fe184d4332ef8960b7..7926908828ba85f31303b45d9fe14b8cdb2104e8 100644 (file)
@@ -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.
 
index 9dddf1969f4e8b2587f2725e61858aa93096516d..f233e662065614d279cec285d16105bdf02dcfe1 100644 (file)
@@ -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.
 
index 73165be187b7acaed1565f173a6071c137333f44..6e6782e987a63d3ba31e04dcbd676763cf1d63b1 100644 (file)
@@ -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.
 
index 10e248a15908ef2d49f6a04a9b13d5cc8b3c63a7..7d9d68ddd115aaa07389481c0aec1286e066b444 100644 (file)
@@ -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.
 
index 7a2e013d43b058e436aaa560692d3290192d766a..870d4efdeada320878393207b8187aa48c834950 100644 (file)
@@ -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.
 
index 3d7c7c6aabc28aad2e3f9e8342c065ee20c51baa..4d83132198d27d3d8f4173dc7b701b4bbd9342e9 100644 (file)
@@ -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.
 
index ac8855af3b421199c39c5e2c40b59df7e85645c9..2cc68a89279df3bf50464e1dbde529760eb545ee 100644 (file)
@@ -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.
 
index a0647ef2125cfbc5722c95e68e32b89ef6dbf33a..aed2410a456941b35ba886f8be77e0592a76e637 100644 (file)
@@ -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.
 
index 75984ea75f3c2684e169a58a71d250ff8b16b8a8..9e782f504fe12b2ef1f772b478b0dfa5d88c1eaf 100644 (file)
@@ -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.
 
index 4c3f46ade407b7ffd78c191027a48e24e57c0aac..f7f142c1fdd5e9951528eb74dddb5da85e4350de 100644 (file)
@@ -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.
 
index 8dc1d517c6e42f8fcd5f9fd4c7e9ac7563fb419e..2e948401c87a5301b198da118d1ba1a9af86615a 100644 (file)
@@ -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.
 
index 9c227bbf819e17421fc10cf06b6406b5df4ecb6c..ae491a2a978043de5302d655d3592c2b990be617 100644 (file)
@@ -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.
 
index 3c9baba71a2388dbef7758aa993c6d190aab7cdc..f9b48a9026da4ce4b9f71c69097546f702a8d1b8 100644 (file)
@@ -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.
 
index dea8160365d0408cdda91f74edd6604ebd39bb03..c426452c2b05438c209a35a1a343f5305be5a295 100644 (file)
@@ -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.
 
index 0a19ffaa120db47dff615f2888e0193f672f6455..cf960db53af5bedb601c3c3f57669de8444add81 100644 (file)
@@ -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.
 
index 03e35d2a9e38d7d776ee5a26dd80f1d3a044023d..a77479dfad1f8c5af19449d8b4c236799fc1c790 100644 (file)
@@ -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.
 
index 9c227bbf819e17421fc10cf06b6406b5df4ecb6c..ae491a2a978043de5302d655d3592c2b990be617 100644 (file)
@@ -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.
 
index c1a7f3f1321ba44a20bf09471f8170e24a57e26e..714b10162e3f078466de507c05600e5c1cf477bc 100644 (file)
@@ -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.
 
index 24d142403e85ae8d5308916808af2357a5fcd3e3..a1559fe6163d79c7d6083a0e9a16eeebc862f6b3 100644 (file)
@@ -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.
 
index dbf3d9977caa3cb263cd5fe735d62d44d8d9bb96..4739781530582d9ad26cbf94d2e5793873d03d74 100644 (file)
@@ -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.
 
index 00ca46993f4e59b8c47e9d7f21cd070d6f2f6d6a..32bfcf88f0d64bd1422d2f94f378cc28a7fb7b59 100644 (file)
@@ -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.
 
index c6f5bfa545d5fbd513225f8e852e25c34623657c..4bd9791dd363e018b93acb89e85fdef9e957a55f 100644 (file)
@@ -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.
 
index c79c97dae3f5704259f314efab5fc5f85527afaf..69c0d9eb99ac89c19600ed145a297b5af8403af0 100644 (file)
@@ -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.
 
index b5fe7c331401e9d78b85fcccbcc518b713778efd..4bb74f093622ee8317ff0858545fbd5a442e6e97 100644 (file)
@@ -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.
 
index f4791c25483a6d33a5c9a6484d37703decf5cdec..b787a2fc271b7dd685e0a94fcfc77b406847c11d 100644 (file)
@@ -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.
 
index d146dcae5594f956dfa1e5fa110763939b108356..abb27777fe9a601911c3c8cc3d91720dd0263bc1 100644 (file)
@@ -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.
 
index 93bd91ca859f8aef923f45bfb73c6b9929f86054..b4e0a0e3499c72426ce35d622261b6aed0a101a3 100644 (file)
@@ -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.
 
index 9482cfe5e6b3b91c9c9dbfa1e9e5438e7cdb4848..cac19f5804b0be39b75a667782a08b13f52b3065 100644 (file)
@@ -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.
 
index a16ad21cd53214e55d2a259c6de656dcd1271557..9f003aed051f90439c4cfd14fbb95c85c0f4d420 100644 (file)
@@ -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.
 
index 514258060e59693d86cf6c86f314826a1331fb39..0a3e5b20cce3e970731097dc3d810520b00532ce 100644 (file)
@@ -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.
 
index b84dddea74edc29a7e35663d12b3b408bea3231e..1fe6b8d89a3f94439a80ed2aa68456be4cba241b 100644 (file)
@@ -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.
 
index 376113f0a22d335804c28e15798e86b6744aceb9..55bf2d2f6fc77a05eb4f3f7dbecbefb121b1c80f 100644 (file)
@@ -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.
 
index 810a696af2767f7f877e1ca57c71a2412adb3090..3bae8448c3d3d4e2c53bb576fda1e5e59030f745 100644 (file)
@@ -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.
 
index 811cb803168be21c78c78ed81c5e310aa9466ec4..d356f50f8775edba44b42cf2f45b1acbfc2187ae 100644 (file)
@@ -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.
 
index b98e60827e4b9ebe59a987ed8fc0499629ca7986..4ef11747bb5d02563e6565314a1d781d9dbe9885 100644 (file)
@@ -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.
 
index 383d759ae78d0ef1eb9e43410c85a65d8ec9e3f6..f2a13dab6639c1a4f952ba112d213b6134ba973b 100644 (file)
@@ -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.
 
index 551c002674944524df153d86fa7048cd051f7a03..690907c802a25407eeb3f29aab2d52ac529ec713 100644 (file)
@@ -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.
 
index b4e19ee257dc7fbfcd312bdd555ad1b121828aa6..8164b3e8b6b542ddc2fc6fbcea4e81e2ccdf6354 100644 (file)
@@ -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.
 
index 3b50657cc7459c209c647998f6d00127f0d61f26..6cdc8fbc3630c4dc35e136f15d7159586fafcf21 100644 (file)
@@ -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.
 
index 32e96254a472dc091f6307478fbf207c09e07080..b351603146ec30c20bf8226f1d7fdc2c1483240e 100644 (file)
@@ -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.
 
index 36dd4835f7f0884a8354476c9d0e445ec706e66e..c64336034d7911674d2f7a7ba264b8d3f4e43cb8 100644 (file)
@@ -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.
 
index 46710eab0110b0cee24691f8dd0d078e76b9550f..cb8c783a7423d49e9c27c8a63dde058fb31bccd0 100644 (file)
@@ -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.
 
index 97b7b57ad6644d4f4789f343eea98d297d5e8685..fc41968a9e9237552a7e7a6ed8faab082319718c 100644 (file)
@@ -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.
 
index 608ff218e6b6341258ec59c8f012f88641c2878f..b3c46271168f4d1dd0aec0203a214bbb83717359 100644 (file)
@@ -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.
 
index 8b4b6872a6e4c561a49506d5bc253851b9813d5d..f85544c14c23df6ae01add00fadb15c6a75a6cdf 100644 (file)
@@ -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.
 
index 5c98de33c6e8dd239a2eb2dd4d8eef02a29df625..9a2ab1daba9db3450fe5b9ffee0ae780a3a808e5 100644 (file)
@@ -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.
 
index 8c48a0ad56c38541d5510f9a00e8d0b225f50b4d..a1a062ade67babb0321df2a07a801f47431addf2 100644 (file)
@@ -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.
 
index 5108fc6b91d0e040ce473502f4dd20025f8f6847..d74ff4ad5326e143f882ea97036b17e3979ea3cf 100644 (file)
@@ -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.
 
index d3e49aefb4c1c1cd12fa045d5a6d9538a427bee0..ed348458b49ceb08744d5ef136864a8bb9f77a61 100644 (file)
@@ -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.
 
index b6965b99b7c9a35e19eee5fe7a636b05c36d5895..922eb171da3add7002170f80a2970973621554b2 100644 (file)
@@ -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.
 
index e2c63b95e8b5e62c9d3d1ea82e18f992e316aad5..23650abae9b79abd20737b7d721c890bf4427901 100644 (file)
@@ -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.
 
index 10fb8c9177c7ec31251a7665007bf28cc5bfd25a..302ff43070acccb45ff519574aac634074e69f6b 100644 (file)
@@ -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.
 
index 9f0c856a7963705c697e044db20ae7c793b7444b..51f15772bea5653e7afdb7db1722f03a3fc14223 100644 (file)
@@ -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.
 
index bdce7668bcd0a6ff536c9164b633379519f3f18b..fd6ca22700c70ca5f8980010b480580f4e2ed02d 100644 (file)
@@ -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.
 
index fa5983a2d1e5d23ccf3abb0091a036b1badf5dbb..6ed38dad89d19ee485910b4b769fb75ec5b16ccc 100644 (file)
@@ -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.
 
index c66d2deb4c847891e68cd321cd32a659294ca15d..53e8ae8d2075abe6331a2352b73f5ad548c7827a 100644 (file)
@@ -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.
 
index d4ca868f17f98e7500163b292a1a139961448ca5..06449ebfa9e5aaeee1b96d751e360a257f587ea1 100644 (file)
@@ -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.
 
index cc6c1e77c502c7e1c9e5da14f6fbe70ef4c4a7f6..2523e9b001a560e052718ade1a06cce2abcc21e3 100644 (file)
@@ -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.
 
index b4a14ff4dd977418bef5e2a7b593b0ab094ea17d..7c6ab1de1de3fa5064ee95be7155cba07fb3b1f5 100644 (file)
@@ -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.
 
index 3cf4b1be8c9cbdbf002dc231117c53456680435d..8da1951ce402a2e22d3656e7be40f532acdb9f2a 100644 (file)
@@ -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.
 
index cbf7f410925eecd82c1b5db67fe48e01a7462978..9a8a837e7d3c139fcdada50bcd36919347051155 100644 (file)
@@ -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.
 
index b5ded9c763c2541d02c87b50f652f23503781350..5bf3336ce5ae3907fdd92257c7df4be3e2b687bd 100644 (file)
@@ -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.
 
index 1cb475428d73ad5b7f8accb4e252b3009dff133a..3f751678ccb333a78bd8f6b6c9e83a74d1b3f9d3 100644 (file)
@@ -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.
 
index d7634c995ed85f9bf5ae15414d98f5f708d48ab5..6952562c69c3a76d840cf595df8da0d5833cd871 100644 (file)
@@ -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.
 
index c9774622c877ddd9f73af71f5d525e0baf0fa7b5..55c09e667e22948653699ef221f752ad33c75e45 100644 (file)
@@ -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.
 
index 74324142a7ac82378b950d47cf0fb08ba58b0f5e..715992b1bfc684cd58c4b4ae48010e926952d6db 100644 (file)
@@ -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.
 
index 711809f14feffc394b69cbcd559055aabf887b13..4019fad1a5d1e65a1d64347b972895d9594b0bb5 100644 (file)
@@ -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.
 
index ee07fea3f87c42f81ea1da9f69433081e509febf..98e25885ef8f1c1febdd0ab469be873aa2b9353b 100644 (file)
@@ -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.
 
index edd8d1ebd56118905fa65c582289d6b7f3000cc1..baaad6df984cbf93f3489df2bb488375736792d5 100644 (file)
@@ -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.
 
index 7617494e86d109361a51492d542d59a2fcb5216d..ff10be9d25d59c1a801d91033e18af4085bfb11b 100644 (file)
@@ -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.
 
index d3378f9f66e16fa2db204ae15dc0115bb49ada39..1a0122c4b68a5f84c5b512ec21f0d65de6a987f3 100644 (file)
@@ -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.
 
index 1b73dce8274355b5c153d2faaf559e40637227bf..26b30403a1ae7cccda32e02108f5a3057c49874c 100644 (file)
@@ -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.
 
index d9b6697a759e60476bdceceb8a41251a41f2b8e1..fe8259b221e27fc9a0428dfb80ca341cdcf8d304 100644 (file)
@@ -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.
 
index 89bca12f3e1b623cb1dce6467cc2edc86933ce47..bb353b20111707171a63b99deefa860443f5db6f 100644 (file)
@@ -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.
 
index 5226f7f2e4c0e180c49cd4cbbcd09bf3e3d5a14b..78daf94deb4c414a53ae7aa4166bb8c102fb7cfd 100644 (file)
@@ -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.
 
index 0e181038555ccb787c9eb069f10d50564f9f1464..fbfafbc10255216d0cad48851b52fa208b7528c6 100644 (file)
@@ -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.
 
index d605ffa30f85c9096337cc3c275a8460f644c22e..d21e3fa32c49c92eb29d38d43fbaab8eb6be77d6 100644 (file)
@@ -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.
 
index 7804a08910e0805fe78ecd48e32528fc34e876c8..719396db53beb029a8a5b15c2f2b616f5d2802d3 100644 (file)
@@ -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.
 
index 1625b07ae4b949cd45954d4166462f77db5aa8b6..e2a9dc5f9dfa0396c3b529fc3f6f118e25bb899e 100644 (file)
@@ -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.
 
index a2e26a1f4711bfd17f4ce700c3c70f8ce593fb8f..5a56b25bebba275cc6ab65ffa3abaa83953e72f7 100644 (file)
@@ -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.
 
index 47242752f08fe3e99f25da44c0c5082f426bef68..b7a7c83286eaeb7551c912d9b0902e189305fb75 100644 (file)
@@ -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.
 
index f8f63ef41cb980a7647015448f526e932f9460d2..bbeb22a66c81779152ca8c43daef71749395c1c1 100644 (file)
@@ -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.
 
index d12f8e2d6d0771f159a6a2f0d9c81b766d5a3b6b..0d685a6ed9f5f8dd59034a798f48ba2d629c7173 100644 (file)
@@ -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.
 
index d12f8e2d6d0771f159a6a2f0d9c81b766d5a3b6b..0d685a6ed9f5f8dd59034a798f48ba2d629c7173 100644 (file)
@@ -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.
 
index fc0cdda5dad3b58446961b043fb14642c7ac47f0..5d72503e5df40059f1ef1c6679ab71e5b56dc44c 100644 (file)
@@ -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.
 
index 6416655ade3e7b20fb594c08400a2c1c8cf9aba4..f1ddc35aa71d2803607fa6a9ce7f163a1e320780 100644 (file)
@@ -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.
 
index 61d2d8cb658c696b5738932155443f9826b09617..e82b540b4b64da1ef68d4cde3eb4beb73762befc 100644 (file)
@@ -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.
 
index 61d2d8cb658c696b5738932155443f9826b09617..e82b540b4b64da1ef68d4cde3eb4beb73762befc 100644 (file)
@@ -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.
 
index adc6be29d1595d7dd16a1689b41bd9a042fadeb1..d97e2b46728e2e004111d0fac299bd1abad666c2 100644 (file)
@@ -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.
 
index c0c89dccc0fba2c5b001cef64d490462aa7618dd..90cf366bb3cde9937b3671a788bb51d26d74f568 100644 (file)
@@ -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.
 
index c0c89dccc0fba2c5b001cef64d490462aa7618dd..90cf366bb3cde9937b3671a788bb51d26d74f568 100644 (file)
@@ -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.
 
index 4f4b4d89aef295e2ce6424d50070f1ab9d1a0e20..7864ec9d3e3bfa20d0b81f9e711e05a8c1e7cf26 100644 (file)
@@ -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.
 
index d1008bd03c5e4023e73b4a289455f615f0f1db01..8bc5b6b1943eed12567675b737a58144a3d09bb6 100644 (file)
@@ -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.
 
index d1008bd03c5e4023e73b4a289455f615f0f1db01..8bc5b6b1943eed12567675b737a58144a3d09bb6 100644 (file)
@@ -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.
 
index e5c732576b0f5c5dfc75e1cb776c53a3b5af55e6..191c6e602a3338fb493f935e24c0aa5919da924a 100644 (file)
@@ -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.
 
index 734ee6e0f0efea55abc0feb8e7917dc98b99cb70..4f40a096ce77a2e734bdbb1f3f635c1cb137a704 100644 (file)
@@ -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.
 
index 78aa55b2ee0ca49c8305bde4ad0210cc82fc1dcd..7d45ddbc0b4c372d9b43af4019a89af0ce091af7 100644 (file)
@@ -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.
 
index 9ec47bd4602ec8a54b9a495649bfc035d44bd449..80c8658acf70ab48cd6da482ab5da50d67ddd0ca 100644 (file)
@@ -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.
 
index ec17daa2b1d8194f31dab8d8b2da89dd41a69640..5b346aaf83873ad5feb5196403abfdf76aa372d4 100644 (file)
@@ -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.
 
index 87a5c16d6ede68e6dbb10065cc23afd514495e57..45e44683b43c017cfb4512a5d8b81e19308b9d80 100644 (file)
@@ -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.
 
index f76fdcd4d0381d3d24a8bba4d7c47f061f617caf..4170d5110d081e7b0417e0935644ad297e194b66 100644 (file)
@@ -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.
 
index 306247e48f1c0945399f6e6575ef3222c945c8ca..e0c57f52aef5410f7d3d0bb9c76af77f3afe8137 100644 (file)
@@ -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.
 
index 0a5a02ebe2690da213e2ec10de90162564cd424b..1a881aa769591e45e60219d6f0bbfbefffc0e069 100644 (file)
@@ -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.
 
index e5be504e080c07184db65c984c7203d97d2ea547..d258f0bc7b1a4a4839397e4c89b1c30e92fe25dd 100644 (file)
@@ -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.