]> Cypherpunks.ru repositories - gostls13.git/commitdiff
all: make copyright headers consistent with one space after period
authorEmmanuel Odeke <emm.odeke@gmail.com>
Sun, 10 Apr 2016 21:32:26 +0000 (14:32 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 2 May 2016 13:43:18 +0000 (13:43 +0000)
Follows suit with https://go-review.googlesource.com/#/c/20111.

Generated by running
$ grep -R 'Go Authors.  All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors.  All/Go Authors. All/g' $F;done

The code in cmd/internal/unvendor wasn't changed.

Fixes #15213

Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

923 files changed:
doc/codewalk/codewalk.js
doc/codewalk/markov.go
doc/codewalk/markov.xml
lib/time/update.bash
misc/android/go_android_exec.go
misc/arm/a
misc/cgo/errors/err1.go
misc/cgo/errors/err2.go
misc/cgo/errors/err3.go
misc/cgo/errors/issue11097a.go
misc/cgo/errors/issue11097b.go
misc/cgo/errors/issue13129.go
misc/cgo/errors/issue13423.go
misc/cgo/errors/issue13635.go
misc/cgo/errors/issue7757.go
misc/cgo/errors/issue8442.go
misc/cgo/errors/ptr.go
misc/cgo/fortran/answer.f90
misc/cgo/fortran/fortran.go
misc/cgo/fortran/fortran_test.go
misc/cgo/gmp/fib.go
misc/cgo/gmp/gmp.go
misc/cgo/gmp/pi.go
misc/cgo/life/c-life.c
misc/cgo/life/life.go
misc/cgo/life/life.h
misc/cgo/life/main.go
misc/cgo/stdio/chain.go
misc/cgo/stdio/fib.go
misc/cgo/stdio/file.go
misc/cgo/stdio/hello.go
misc/cgo/stdio/stdio.go
misc/cgo/test/api.go
misc/cgo/test/basic.go
misc/cgo/test/buildid_linux.go
misc/cgo/test/callback_c.c
misc/cgo/test/callback_c_gc.c
misc/cgo/test/callback_c_gccgo.c
misc/cgo/test/cflags.go
misc/cgo/test/cgo_linux_test.go
misc/cgo/test/cgo_test.go
misc/cgo/test/cgo_unix_test.go
misc/cgo/test/cthread.go
misc/cgo/test/cthread_unix.c
misc/cgo/test/cthread_windows.c
misc/cgo/test/duplicate_symbol.go
misc/cgo/test/exports.go
misc/cgo/test/fpvar.go
misc/cgo/test/gcc68255.go
misc/cgo/test/gcc68255/a.go
misc/cgo/test/gcc68255/c.c
misc/cgo/test/gcc68255/c.h
misc/cgo/test/helpers.go
misc/cgo/test/issue10303.go
misc/cgo/test/issue11925.go
misc/cgo/test/issue12030.go
misc/cgo/test/issue1222.go
misc/cgo/test/issue1328.go
misc/cgo/test/issue13402.go
misc/cgo/test/issue13930.go
misc/cgo/test/issue14838.go
misc/cgo/test/issue1560.go
misc/cgo/test/issue1635.go
misc/cgo/test/issue2462.go
misc/cgo/test/issue3250.go
misc/cgo/test/issue3250w.go
misc/cgo/test/issue3261.go
misc/cgo/test/issue3729.go
misc/cgo/test/issue3729w.go
misc/cgo/test/issue3741.go
misc/cgo/test/issue3945.go
misc/cgo/test/issue4029.c
misc/cgo/test/issue4029.go
misc/cgo/test/issue4029w.go
misc/cgo/test/issue4273.c
misc/cgo/test/issue4273b.c
misc/cgo/test/issue4339.go
misc/cgo/test/issue4417.go
misc/cgo/test/issue4857.go
misc/cgo/test/issue5227.go
misc/cgo/test/issue5242.go
misc/cgo/test/issue5337.go
misc/cgo/test/issue5337w.go
misc/cgo/test/issue5548.go
misc/cgo/test/issue5548_c.c
misc/cgo/test/issue5603.go
misc/cgo/test/issue5740.go
misc/cgo/test/issue5740a.c
misc/cgo/test/issue5740b.c
misc/cgo/test/issue5986.go
misc/cgo/test/issue6128.go
misc/cgo/test/issue6390.go
misc/cgo/test/issue6472.go
misc/cgo/test/issue6506.go
misc/cgo/test/issue6612.go
misc/cgo/test/issue6833.go
misc/cgo/test/issue6833_c.c
misc/cgo/test/issue6997_linux.c
misc/cgo/test/issue6997_linux.go
misc/cgo/test/issue7234_test.go
misc/cgo/test/issue7560.go
misc/cgo/test/issue7665.go
misc/cgo/test/issue7786.go
misc/cgo/test/issue7978.go
misc/cgo/test/issue8092.go
misc/cgo/test/issue8148.go
misc/cgo/test/issue8331.h
misc/cgo/test/issue8331a.go
misc/cgo/test/issue8331b.go
misc/cgo/test/issue8428.go
misc/cgo/test/issue8441.go
misc/cgo/test/issue8694.go
misc/cgo/test/issue8811.c
misc/cgo/test/issue8811.go
misc/cgo/test/issue8828/issue8828.c
misc/cgo/test/issue8945.go
misc/cgo/test/issue9400/asm_386.s
misc/cgo/test/issue9400/asm_amd64x.s
misc/cgo/test/issue9400/asm_arm.s
misc/cgo/test/issue9400/asm_arm64.s
misc/cgo/test/issue9400/asm_ppc64x.s
misc/cgo/test/issue9400/gccgo.go
misc/cgo/test/issue9400/stubs.go
misc/cgo/test/issue9400_linux.go
misc/cgo/test/issue9510.go
misc/cgo/test/issue9557.go
misc/cgo/test/setgid_linux.go
misc/cgo/testcarchive/carchive_test.go
misc/cgo/testgodefs/anonunion.go
misc/cgo/testgodefs/issue8478.go
misc/cgo/testgodefs/main.go
misc/cgo/testsanitizers/msan.go
misc/cgo/testsanitizers/msan2.go
misc/cgo/testsanitizers/msan4.go
misc/cgo/testsanitizers/msan_fail.go
misc/cgo/testsanitizers/tsan.go
misc/cgo/testsanitizers/tsan2.go
misc/cgo/testshared/shared_test.go
misc/cgo/testshared/src/dep/asm.s
misc/cgo/testtls/tls.go
misc/cgo/testtls/tls_unix.c
misc/nacl/mkzip.go
misc/swig/callback/callback.cc
misc/swig/callback/callback.go
misc/swig/callback/callback.h
misc/swig/callback/callback.swigcxx
misc/swig/callback/callback_test.go
misc/swig/stdio/file.swig
misc/swig/stdio/file_test.go
src/androidtest.bash
src/bootstrap.bash
src/cmd/compile/internal/amd64/gsubr.go
src/cmd/compile/internal/amd64/peep.go
src/cmd/compile/internal/amd64/reg.go
src/cmd/compile/internal/arm/gsubr.go
src/cmd/compile/internal/arm/peep.go
src/cmd/compile/internal/arm/reg.go
src/cmd/compile/internal/arm64/gsubr.go
src/cmd/compile/internal/arm64/peep.go
src/cmd/compile/internal/arm64/reg.go
src/cmd/compile/internal/big/vendor.bash
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/popt.go
src/cmd/compile/internal/gc/reg.go
src/cmd/compile/internal/mips64/gsubr.go
src/cmd/compile/internal/mips64/peep.go
src/cmd/compile/internal/mips64/reg.go
src/cmd/compile/internal/ppc64/gsubr.go
src/cmd/compile/internal/ppc64/peep.go
src/cmd/compile/internal/ppc64/reg.go
src/cmd/compile/internal/x86/gsubr.go
src/cmd/compile/internal/x86/peep.go
src/cmd/compile/internal/x86/reg.go
src/cmd/internal/obj/arm/a.out.go
src/cmd/internal/obj/arm/asm5.go
src/cmd/internal/obj/arm/list5.go
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/data.go
src/cmd/internal/obj/ld.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/mips/a.out.go
src/cmd/internal/obj/mips/asm0.go
src/cmd/internal/obj/mips/list0.go
src/cmd/internal/obj/mips/obj0.go
src/cmd/internal/obj/pass.go
src/cmd/internal/obj/ppc64/a.out.go
src/cmd/internal/obj/ppc64/asm9.go
src/cmd/internal/obj/ppc64/list9.go
src/cmd/internal/obj/ppc64/obj9.go
src/cmd/internal/obj/s390x/a.out.go
src/cmd/internal/obj/s390x/asmz.go
src/cmd/internal/obj/s390x/listz.go
src/cmd/internal/obj/s390x/objz.go
src/cmd/internal/obj/sym.go
src/cmd/internal/obj/x86/a.out.go
src/cmd/internal/obj/x86/asm6.go
src/cmd/internal/obj/x86/list6.go
src/cmd/internal/obj/x86/obj6.go
src/cmd/link/internal/amd64/asm.go
src/cmd/link/internal/amd64/l.go
src/cmd/link/internal/amd64/obj.go
src/cmd/link/internal/arm/asm.go
src/cmd/link/internal/arm/l.go
src/cmd/link/internal/arm/obj.go
src/cmd/link/internal/arm64/asm.go
src/cmd/link/internal/arm64/l.go
src/cmd/link/internal/arm64/obj.go
src/cmd/link/internal/ld/ar.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/ld.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/link.go
src/cmd/link/internal/ld/pobj.go
src/cmd/link/internal/ld/sym.go
src/cmd/link/internal/ld/symtab.go
src/cmd/link/internal/mips64/asm.go
src/cmd/link/internal/mips64/l.go
src/cmd/link/internal/mips64/obj.go
src/cmd/link/internal/ppc64/asm.go
src/cmd/link/internal/ppc64/l.go
src/cmd/link/internal/ppc64/obj.go
src/cmd/link/internal/s390x/asm.go
src/cmd/link/internal/s390x/l.go
src/cmd/link/internal/s390x/obj.go
src/cmd/link/internal/x86/asm.go
src/cmd/link/internal/x86/l.go
src/cmd/link/internal/x86/obj.go
src/cmd/yacc/yacc.go
src/debug/elf/elf.go
src/math/sqrt_ppc64x.s
src/nacltest.bash
src/regexp/syntax/make_perl_groups.pl
src/runtime/cgo/gcc_traceback.c
src/runtime/mknacl.sh
src/runtime/testdata/testprogcgo/traceback.go
test/alias.go
test/alias1.go
test/bench/garbage/Makefile
test/bench/garbage/parser.go
test/bench/garbage/stats.go
test/bench/garbage/tree2.go
test/bench/go1/binarytree_test.go
test/bench/go1/fannkuch_test.go
test/bench/go1/fasta_test.go
test/bench/go1/gob_test.go
test/bench/go1/gzip_test.go
test/bench/go1/http_test.go
test/bench/go1/json_test.go
test/bench/go1/jsondata_test.go
test/bench/go1/mandel_test.go
test/bench/go1/parserdata_test.go
test/bench/go1/revcomp_test.go
test/bench/go1/template_test.go
test/bombad.go
test/bounds.go
test/bugs/bug395.go
test/chan/select2.go
test/chan/select5.go
test/chan/select6.go
test/chan/select7.go
test/chan/sendstmt.go
test/cmplxdivide.c
test/cmplxdivide.go
test/complit1.go
test/compos.go
test/const6.go
test/convert1.go
test/ddd.go
test/ddd1.go
test/ddd2.dir/ddd2.go
test/ddd2.dir/ddd3.go
test/ddd2.go
test/deferprint.go
test/divide.go
test/divmod.go
test/eof.go
test/eof1.go
test/escape2.go
test/escape2n.go
test/escape3.go
test/escape4.go
test/escape5.go
test/escape_array.go
test/escape_because.go
test/escape_calls.go
test/escape_closure.go
test/escape_field.go
test/escape_iface.go
test/escape_indir.go
test/escape_level.go
test/escape_map.go
test/escape_param.go
test/escape_slice.go
test/escape_struct_param1.go
test/escape_struct_param2.go
test/escape_struct_return.go
test/fixedbugs/bug083.dir/bug0.go
test/fixedbugs/bug083.dir/bug1.go
test/fixedbugs/bug088.dir/bug0.go
test/fixedbugs/bug088.dir/bug1.go
test/fixedbugs/bug106.dir/bug0.go
test/fixedbugs/bug106.dir/bug1.go
test/fixedbugs/bug133.dir/bug0.go
test/fixedbugs/bug133.dir/bug1.go
test/fixedbugs/bug133.dir/bug2.go
test/fixedbugs/bug13343.go
test/fixedbugs/bug1515.go
test/fixedbugs/bug160.dir/x.go
test/fixedbugs/bug160.dir/y.go
test/fixedbugs/bug203.go
test/fixedbugs/bug227.go
test/fixedbugs/bug228.go
test/fixedbugs/bug229.go
test/fixedbugs/bug230.go
test/fixedbugs/bug231.go
test/fixedbugs/bug232.go
test/fixedbugs/bug233.go
test/fixedbugs/bug234.go
test/fixedbugs/bug235.go
test/fixedbugs/bug236.go
test/fixedbugs/bug237.go
test/fixedbugs/bug243.go
test/fixedbugs/bug245.go
test/fixedbugs/bug247.go
test/fixedbugs/bug249.go
test/fixedbugs/bug250.go
test/fixedbugs/bug251.go
test/fixedbugs/bug252.go
test/fixedbugs/bug253.go
test/fixedbugs/bug254.go
test/fixedbugs/bug255.go
test/fixedbugs/bug256.go
test/fixedbugs/bug257.go
test/fixedbugs/bug258.go
test/fixedbugs/bug259.go
test/fixedbugs/bug261.go
test/fixedbugs/bug266.go
test/fixedbugs/bug269.go
test/fixedbugs/bug271.go
test/fixedbugs/bug272.go
test/fixedbugs/bug273.go
test/fixedbugs/bug274.go
test/fixedbugs/bug275.go
test/fixedbugs/bug278.go
test/fixedbugs/bug279.go
test/fixedbugs/bug280.go
test/fixedbugs/bug281.go
test/fixedbugs/bug282.dir/p1.go
test/fixedbugs/bug282.dir/p2.go
test/fixedbugs/bug283.go
test/fixedbugs/bug285.go
test/fixedbugs/bug286.go
test/fixedbugs/bug287.go
test/fixedbugs/bug288.go
test/fixedbugs/bug289.go
test/fixedbugs/bug290.go
test/fixedbugs/bug291.go
test/fixedbugs/bug292.go
test/fixedbugs/bug293.go
test/fixedbugs/bug294.go
test/fixedbugs/bug295.go
test/fixedbugs/bug296.go
test/fixedbugs/bug297.go
test/fixedbugs/bug298.go
test/fixedbugs/bug299.go
test/fixedbugs/bug300.go
test/fixedbugs/bug301.go
test/fixedbugs/bug302.dir/main.go
test/fixedbugs/bug302.dir/p.go
test/fixedbugs/bug302.go
test/fixedbugs/bug303.go
test/fixedbugs/bug304.go
test/fixedbugs/bug305.go
test/fixedbugs/bug306.dir/p1.go
test/fixedbugs/bug306.dir/p2.go
test/fixedbugs/bug308.go
test/fixedbugs/bug309.go
test/fixedbugs/bug311.go
test/fixedbugs/bug312.go
test/fixedbugs/bug313.dir/a.go
test/fixedbugs/bug313.dir/b.go
test/fixedbugs/bug313.go
test/fixedbugs/bug317.go
test/fixedbugs/bug319.go
test/fixedbugs/bug320.go
test/fixedbugs/bug321.go
test/fixedbugs/bug323.go
test/fixedbugs/bug325.go
test/fixedbugs/bug326.go
test/fixedbugs/bug327.go
test/fixedbugs/bug328.go
test/fixedbugs/bug329.go
test/fixedbugs/bug330.go
test/fixedbugs/bug331.go
test/fixedbugs/bug332.go
test/fixedbugs/bug333.go
test/fixedbugs/bug334.go
test/fixedbugs/bug335.dir/a.go
test/fixedbugs/bug335.dir/b.go
test/fixedbugs/bug335.go
test/fixedbugs/bug336.go
test/fixedbugs/bug337.go
test/fixedbugs/bug338.go
test/fixedbugs/bug339.go
test/fixedbugs/bug340.go
test/fixedbugs/bug341.go
test/fixedbugs/bug342.go
test/fixedbugs/bug343.go
test/fixedbugs/bug344.go
test/fixedbugs/bug345.dir/io.go
test/fixedbugs/bug345.dir/main.go
test/fixedbugs/bug345.go
test/fixedbugs/bug347.go
test/fixedbugs/bug348.go
test/fixedbugs/bug349.go
test/fixedbugs/bug350.go
test/fixedbugs/bug351.go
test/fixedbugs/bug352.go
test/fixedbugs/bug353.go
test/fixedbugs/bug354.go
test/fixedbugs/bug355.go
test/fixedbugs/bug356.go
test/fixedbugs/bug357.go
test/fixedbugs/bug358.go
test/fixedbugs/bug361.go
test/fixedbugs/bug362.go
test/fixedbugs/bug363.go
test/fixedbugs/bug365.go
test/fixedbugs/bug366.go
test/fixedbugs/bug368.go
test/fixedbugs/bug369.dir/main.go
test/fixedbugs/bug369.dir/pkg.go
test/fixedbugs/bug369.go
test/fixedbugs/bug370.go
test/fixedbugs/bug371.go
test/fixedbugs/bug372.go
test/fixedbugs/bug373.go
test/fixedbugs/bug374.go
test/fixedbugs/bug375.go
test/fixedbugs/bug376.go
test/fixedbugs/bug378.go
test/fixedbugs/bug379.go
test/fixedbugs/bug380.go
test/fixedbugs/bug381.go
test/fixedbugs/bug382.dir/pkg.go
test/fixedbugs/bug383.go
test/fixedbugs/bug384.go
test/fixedbugs/bug385_32.go
test/fixedbugs/bug385_64.go
test/fixedbugs/bug386.go
test/fixedbugs/bug387.go
test/fixedbugs/bug388.go
test/fixedbugs/bug389.go
test/fixedbugs/bug391.go
test/fixedbugs/bug392.dir/one.go
test/fixedbugs/bug392.dir/pkg2.go
test/fixedbugs/bug392.dir/pkg3.go
test/fixedbugs/bug393.go
test/fixedbugs/bug394.go
test/fixedbugs/bug396.dir/one.go
test/fixedbugs/bug396.dir/two.go
test/fixedbugs/bug397.go
test/fixedbugs/bug398.go
test/fixedbugs/bug399.go
test/fixedbugs/bug401.go
test/fixedbugs/bug402.go
test/fixedbugs/bug403.go
test/fixedbugs/bug404.dir/one.go
test/fixedbugs/bug404.dir/two.go
test/fixedbugs/bug406.go
test/fixedbugs/bug407.dir/one.go
test/fixedbugs/bug407.dir/two.go
test/fixedbugs/bug409.go
test/fixedbugs/bug410.go
test/fixedbugs/bug411.go
test/fixedbugs/bug412.go
test/fixedbugs/bug413.go
test/fixedbugs/bug414.dir/p1.go
test/fixedbugs/bug414.dir/prog.go
test/fixedbugs/bug414.go
test/fixedbugs/bug415.dir/p.go
test/fixedbugs/bug415.dir/prog.go
test/fixedbugs/bug415.go
test/fixedbugs/bug416.go
test/fixedbugs/bug424.dir/lib.go
test/fixedbugs/bug424.dir/main.go
test/fixedbugs/bug424.go
test/fixedbugs/bug428.go
test/fixedbugs/bug429.go
test/fixedbugs/bug435.go
test/fixedbugs/bug437.dir/one.go
test/fixedbugs/bug437.dir/two.go
test/fixedbugs/bug437.dir/x.go
test/fixedbugs/bug437.go
test/fixedbugs/bug441.go
test/fixedbugs/bug442.go
test/fixedbugs/bug443.go
test/fixedbugs/bug444.go
test/fixedbugs/bug445.go
test/fixedbugs/bug447.go
test/fixedbugs/bug448.dir/pkg1.go
test/fixedbugs/bug448.dir/pkg2.go
test/fixedbugs/bug448.go
test/fixedbugs/bug450.go
test/fixedbugs/bug452.go
test/fixedbugs/bug453.go
test/fixedbugs/bug454.go
test/fixedbugs/bug455.go
test/fixedbugs/bug456.go
test/fixedbugs/bug457.go
test/fixedbugs/bug458.go
test/fixedbugs/bug459.go
test/fixedbugs/bug460.dir/a.go
test/fixedbugs/bug460.dir/b.go
test/fixedbugs/bug460.go
test/fixedbugs/bug461.go
test/fixedbugs/bug462.go
test/fixedbugs/bug463.go
test/fixedbugs/bug464.go
test/fixedbugs/bug465.dir/a.go
test/fixedbugs/bug465.dir/b.go
test/fixedbugs/bug465.go
test/fixedbugs/bug466.dir/a.go
test/fixedbugs/bug466.dir/b.go
test/fixedbugs/bug466.go
test/fixedbugs/bug467.go
test/fixedbugs/bug468.dir/p1.go
test/fixedbugs/bug468.dir/p2.go
test/fixedbugs/bug468.go
test/fixedbugs/bug470.go
test/fixedbugs/bug471.go
test/fixedbugs/bug472.dir/p1.go
test/fixedbugs/bug472.dir/p2.go
test/fixedbugs/bug472.dir/z.go
test/fixedbugs/bug472.go
test/fixedbugs/bug473.go
test/fixedbugs/bug474.go
test/fixedbugs/bug475.go
test/fixedbugs/bug476.go
test/fixedbugs/bug477.go
test/fixedbugs/bug478.dir/a.go
test/fixedbugs/bug478.dir/b.go
test/fixedbugs/bug478.go
test/fixedbugs/bug479.dir/a.go
test/fixedbugs/bug479.dir/b.go
test/fixedbugs/bug479.go
test/fixedbugs/bug480.dir/a.go
test/fixedbugs/bug480.dir/b.go
test/fixedbugs/bug480.go
test/fixedbugs/bug481.go
test/fixedbugs/bug482.go
test/fixedbugs/bug483.go
test/fixedbugs/bug484.go
test/fixedbugs/bug485.go
test/fixedbugs/bug486.go
test/fixedbugs/bug487.go
test/fixedbugs/bug488.dir/a.go
test/fixedbugs/bug488.dir/b.go
test/fixedbugs/bug488.go
test/fixedbugs/bug489.go
test/fixedbugs/bug490.go
test/fixedbugs/bug491.go
test/fixedbugs/gcc61204.go
test/fixedbugs/gcc61244.go
test/fixedbugs/gcc61246.go
test/fixedbugs/gcc61248.go
test/fixedbugs/gcc61253.go
test/fixedbugs/gcc61254.go
test/fixedbugs/gcc61255.go
test/fixedbugs/gcc61258.go
test/fixedbugs/gcc61264.go
test/fixedbugs/gcc61265.go
test/fixedbugs/gcc61273.go
test/fixedbugs/gcc65755.go
test/fixedbugs/issue10047.go
test/fixedbugs/issue10284.go
test/fixedbugs/issue10320.go
test/fixedbugs/issue10332.go
test/fixedbugs/issue10407.go
test/fixedbugs/issue10486.go
test/fixedbugs/issue10975.go
test/fixedbugs/issue11053.dir/p.go
test/fixedbugs/issue11053.dir/p_test.go
test/fixedbugs/issue11326.go
test/fixedbugs/issue11326b.go
test/fixedbugs/issue11362.go
test/fixedbugs/issue11590.go
test/fixedbugs/issue11656.go
test/fixedbugs/issue11699.go
test/fixedbugs/issue11737.go
test/fixedbugs/issue11750.go
test/fixedbugs/issue11771.go
test/fixedbugs/issue11790.go
test/fixedbugs/issue11987.go
test/fixedbugs/issue12006.go
test/fixedbugs/issue12133.go
test/fixedbugs/issue12347.go
test/fixedbugs/issue12411.go
test/fixedbugs/issue12588.go
test/fixedbugs/issue12686.go
test/fixedbugs/issue1304.go
test/fixedbugs/issue13160.go
test/fixedbugs/issue13169.go
test/fixedbugs/issue13248.go
test/fixedbugs/issue13261.go
test/fixedbugs/issue13266.go
test/fixedbugs/issue13273.go
test/fixedbugs/issue13274.go
test/fixedbugs/issue13319.go
test/fixedbugs/issue13337.go
test/fixedbugs/issue13471.go
test/fixedbugs/issue13587.go
test/fixedbugs/issue13684.go
test/fixedbugs/issue13799.go
test/fixedbugs/issue13821.go
test/fixedbugs/issue13821b.go
test/fixedbugs/issue14006.go
test/fixedbugs/issue14010.go
test/fixedbugs/issue14331.dir/a.go
test/fixedbugs/issue14331.dir/b.go
test/fixedbugs/issue14331.go
test/fixedbugs/issue14405.go
test/fixedbugs/issue14520.go
test/fixedbugs/issue14591.go
test/fixedbugs/issue14725.go
test/fixedbugs/issue14999.go
test/fixedbugs/issue15002.go
test/fixedbugs/issue15013.go
test/fixedbugs/issue15042.go
test/fixedbugs/issue15071.dir/exp/exp.go
test/fixedbugs/issue15071.dir/main.go
test/fixedbugs/issue15091.go
test/fixedbugs/issue15175.go
test/fixedbugs/issue2615.go
test/fixedbugs/issue3552.dir/one.go
test/fixedbugs/issue3552.dir/two.go
test/fixedbugs/issue3705.go
test/fixedbugs/issue3783.go
test/fixedbugs/issue3925.go
test/fixedbugs/issue4085a.go
test/fixedbugs/issue4085b.go
test/fixedbugs/issue4097.go
test/fixedbugs/issue4099.go
test/fixedbugs/issue4162.go
test/fixedbugs/issue4167.go
test/fixedbugs/issue4232.go
test/fixedbugs/issue4251.go
test/fixedbugs/issue4252.dir/a.go
test/fixedbugs/issue4252.dir/main.go
test/fixedbugs/issue4252.go
test/fixedbugs/issue4283.go
test/fixedbugs/issue4313.go
test/fixedbugs/issue4316.go
test/fixedbugs/issue4323.go
test/fixedbugs/issue4326.go
test/fixedbugs/issue4348.go
test/fixedbugs/issue4353.go
test/fixedbugs/issue4359.go
test/fixedbugs/issue4365.go
test/fixedbugs/issue4370.dir/p1.go
test/fixedbugs/issue4370.dir/p2.go
test/fixedbugs/issue4370.dir/p3.go
test/fixedbugs/issue4370.go
test/fixedbugs/issue4388.go
test/fixedbugs/issue4396a.go
test/fixedbugs/issue4396b.go
test/fixedbugs/issue4399.go
test/fixedbugs/issue4405.go
test/fixedbugs/issue4429.go
test/fixedbugs/issue4448.go
test/fixedbugs/issue4452.go
test/fixedbugs/issue4458.go
test/fixedbugs/issue4463.go
test/fixedbugs/issue4468.go
test/fixedbugs/issue4470.go
test/fixedbugs/issue4495.go
test/fixedbugs/issue4517a.go
test/fixedbugs/issue4517b.go
test/fixedbugs/issue4517c.go
test/fixedbugs/issue4517d.go
test/fixedbugs/issue4518.go
test/fixedbugs/issue4529.go
test/fixedbugs/issue4545.go
test/fixedbugs/issue4562.go
test/fixedbugs/issue4585.go
test/fixedbugs/issue4590.dir/pkg1.go
test/fixedbugs/issue4590.dir/pkg2.go
test/fixedbugs/issue4590.dir/prog.go
test/fixedbugs/issue4614.go
test/fixedbugs/issue4618.go
test/fixedbugs/issue4620.go
test/fixedbugs/issue4654.go
test/fixedbugs/issue4663.go
test/fixedbugs/issue4667.go
test/fixedbugs/issue4734.go
test/fixedbugs/issue4748.go
test/fixedbugs/issue4752.go
test/fixedbugs/issue4776.go
test/fixedbugs/issue4785.go
test/fixedbugs/issue4909a.go
test/fixedbugs/issue5002.go
test/fixedbugs/issue5056.go
test/fixedbugs/issue5089.go
test/fixedbugs/issue5231.go
test/fixedbugs/issue5358.go
test/fixedbugs/issue5373.go
test/fixedbugs/issue5581.go
test/fixedbugs/issue5698.go
test/fixedbugs/issue5704.go
test/fixedbugs/issue5793.go
test/fixedbugs/issue5809.go
test/fixedbugs/issue5820.go
test/fixedbugs/issue5841.go
test/fixedbugs/issue5856.go
test/fixedbugs/issue5963.go
test/fixedbugs/issue6004.go
test/fixedbugs/issue6036.go
test/fixedbugs/issue6055.go
test/fixedbugs/issue6131.go
test/fixedbugs/issue6140.go
test/fixedbugs/issue6247.go
test/fixedbugs/issue6269.go
test/fixedbugs/issue6295.dir/p0.go
test/fixedbugs/issue6295.dir/p1.go
test/fixedbugs/issue6295.dir/p2.go
test/fixedbugs/issue6298.go
test/fixedbugs/issue6513.dir/a.go
test/fixedbugs/issue6513.dir/b.go
test/fixedbugs/issue6513.dir/main.go
test/fixedbugs/issue6572.go
test/fixedbugs/issue6671.go
test/fixedbugs/issue6703a.go
test/fixedbugs/issue6703b.go
test/fixedbugs/issue6703c.go
test/fixedbugs/issue6703d.go
test/fixedbugs/issue6703e.go
test/fixedbugs/issue6703f.go
test/fixedbugs/issue6703g.go
test/fixedbugs/issue6703h.go
test/fixedbugs/issue6703i.go
test/fixedbugs/issue6703j.go
test/fixedbugs/issue6703k.go
test/fixedbugs/issue6703l.go
test/fixedbugs/issue6703m.go
test/fixedbugs/issue6703n.go
test/fixedbugs/issue6703o.go
test/fixedbugs/issue6703p.go
test/fixedbugs/issue6703q.go
test/fixedbugs/issue6703r.go
test/fixedbugs/issue6703s.go
test/fixedbugs/issue6703t.go
test/fixedbugs/issue6703u.go
test/fixedbugs/issue6703v.go
test/fixedbugs/issue6703w.go
test/fixedbugs/issue6703x.go
test/fixedbugs/issue6703y.go
test/fixedbugs/issue6703z.go
test/fixedbugs/issue6847.go
test/fixedbugs/issue6899.go
test/fixedbugs/issue6964.go
test/fixedbugs/issue7044.go
test/fixedbugs/issue7050.go
test/fixedbugs/issue7150.go
test/fixedbugs/issue7223.go
test/fixedbugs/issue7272.go
test/fixedbugs/issue7310.go
test/fixedbugs/issue7316.go
test/fixedbugs/issue7346.go
test/fixedbugs/issue7366.go
test/fixedbugs/issue7590.go
test/fixedbugs/issue7690.go
test/fixedbugs/issue7794.go
test/fixedbugs/issue7863.go
test/fixedbugs/issue7867.go
test/fixedbugs/issue7884.go
test/fixedbugs/issue7944.go
test/fixedbugs/issue7995.go
test/fixedbugs/issue7996.go
test/fixedbugs/issue7997.go
test/fixedbugs/issue7998.go
test/fixedbugs/issue8004.go
test/fixedbugs/issue8011.go
test/fixedbugs/issue8017.go
test/fixedbugs/issue8028.go
test/fixedbugs/issue8036.go
test/fixedbugs/issue8039.go
test/fixedbugs/issue8047.go
test/fixedbugs/issue8047b.go
test/fixedbugs/issue8048.go
test/fixedbugs/issue8073.go
test/fixedbugs/issue8074.go
test/fixedbugs/issue8076.go
test/fixedbugs/issue8132.go
test/fixedbugs/issue8139.go
test/fixedbugs/issue8154.go
test/fixedbugs/issue8155.go
test/fixedbugs/issue8158.go
test/fixedbugs/issue8183.go
test/fixedbugs/issue8311.go
test/fixedbugs/issue8325.go
test/fixedbugs/issue8336.go
test/fixedbugs/issue8347.go
test/fixedbugs/issue8475.go
test/fixedbugs/issue8507.go
test/fixedbugs/issue8612.go
test/fixedbugs/issue8613.go
test/fixedbugs/issue8620.go
test/fixedbugs/issue8745.go
test/fixedbugs/issue8761.go
test/fixedbugs/issue8836.go
test/fixedbugs/issue887.go
test/fixedbugs/issue8947.go
test/fixedbugs/issue8961.go
test/fixedbugs/issue9006.go
test/fixedbugs/issue9017.go
test/fixedbugs/issue9036.go
test/fixedbugs/issue9076.go
test/fixedbugs/issue9083.go
test/fixedbugs/issue9110.go
test/fixedbugs/issue9321.go
test/fixedbugs/issue9355.go
test/fixedbugs/issue9432.go
test/fixedbugs/issue9731.go
test/fixedbugs/issue9862.go
test/float_lit2.go
test/float_lit3.go
test/func6.go
test/func7.go
test/func8.go
test/funcdup.go
test/funcdup2.go
test/gc2.go
test/gcstring.go
test/goprint.go
test/goto.go
test/import2.dir/import2.go
test/import2.dir/import3.go
test/import2.go
test/index.go
test/index0.go
test/index1.go
test/index2.go
test/init1.go
test/inline.go
test/interface/assertinline.go
test/interface/noeq.go
test/interface/recursive1.dir/recursive1.go
test/interface/recursive1.dir/recursive2.go
test/interface/recursive1.go
test/label.go
test/label1.go
test/linkmain.go
test/linkx.go
test/live.go
test/live1.go
test/live2.go
test/live_ssa.go
test/live_syscall.go
test/map1.go
test/method5.go
test/named.go
test/named1.go
test/nilcheck.go
test/nilptr.go
test/nilptr2.go
test/nilptr3.go
test/nilptr3_ssa.go
test/nilptr4.go
test/nosplit.go
test/opt_branchlikely.go
test/recover.go
test/recover1.go
test/recover2.go
test/recover3.go
test/recover4.go
test/rename.go
test/rename1.go
test/reorder.go
test/reorder2.go
test/return.go
test/rotate.go
test/rotate0.go
test/rotate1.go
test/rotate2.go
test/rotate3.go
test/run.go
test/rune.go
test/runtime.go
test/shift1.go
test/shift2.go
test/sinit.go
test/sizeof.go
test/slice3.go
test/slice3err.go
test/slicecap.go
test/sliceopt.go
test/stress/maps.go
test/stress/parsego.go
test/stress/runstress.go
test/struct0.go
test/syntax/chan.go
test/syntax/chan1.go
test/syntax/composite.go
test/syntax/else.go
test/syntax/forvar.go
test/syntax/if.go
test/syntax/import.go
test/syntax/interface.go
test/syntax/semi1.go
test/syntax/semi2.go
test/syntax/semi3.go
test/syntax/semi4.go
test/syntax/semi5.go
test/syntax/semi6.go
test/syntax/semi7.go
test/syntax/topexpr.go
test/syntax/typesw.go
test/syntax/vareq.go
test/syntax/vareq1.go
test/undef.go
test/varerr.go
test/writebarrier.go

index 7bfcd39384144a5d27b6095f1c47bffd7579842c..abc59373a0a51a1dbace18975b0dcd8f601cc0b0 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 a8f322eb6b26370811ddf88376d5db620a3aa30c..5f62e0514426e011d766d5c618dbb6237936adf3 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 76c448ac32a0f1a3dffba647e44290fbe4b05559..7e44840dc4246f927187ea38b43013b088cf424c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-Copyright 2011 The Go Authors.  All rights reserved.
+Copyright 2011 The Go Authors. All rights reserved.
 Use of this source code is governed by a BSD-style
 license that can be found in the LICENSE file.
 -->
index 01fe07bf345bccf94eca96a97e451640f95d879b..6d67b4caaa399025e32fcd644fcfacf3f1df5e77 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# 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 a67e990c349890eb4b127a65bc91fb48b961c1f9..6db38c2cc50b45b56b9e8ce61ae9117021cf8612 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 701f4941ffbddec49c90b832b00c60f09f914526..644e775bb531046a39d4939969f209b5fae7519f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# 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 8e674dce7dfaf388f8648b6c0c2b8a33523e3e50..61bbcd2957747188bee25b559cd71ed22416abab 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 0c64ffeebf85b80c282ed0a5c0223b71219f8541..3ab410bbaacb8a564bb227f98f911626f67952f4 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 3680a4a4c1e5f39113bcf5cb03a0cdd25bf9150a..609e1a0b7480c649b8db53ca278ede6efc371a6d 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 4508213cb4284e46b14c9777cb44c958ae65a07d..028d10ce5cb78b42928deee427a1bf3a81f88f48 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 68c5c7c64cba4997f0fc8fefaae53a8491b4c989..b00f24fc103833842fc65ee0088bbee7cbd7bb78 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 942d2f783c58209a2c27770a5879d0c8579fd1a5..f7ad7a7e1499f393514188d7e7226d751d34232c 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 6b2ad58a9d620fc34c0273780af80c5f7cfade5a..fc1915723765081b42392923c661fde295e8a27c 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 689e958b40c243c59dc7e0fb20b1352cba77d34f..0ce2b1e83a1940250edf61ebc539b3d6a4e09bd0 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 5eafd22e8a894603f5b8613187412217f67239b5..0426e9fb7efa8b2d60c021134bf977c720a6d6a6 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 45daf8e59ecf95fcdfa99355723f426bae03b2f7..60477ad345e1a563f211613f19d2fa1bbb4dd851 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 bbcaaabecb7bd4fb4ebed2eb48a70fe89564047e..b6cec8e10d0fe28e087c122d6685c95aee65784a 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 6b29d78da1a190eb20ea5980a6af043fb467e4fc..b3717ee27a67cbf382215128bf4954e4d5193cc9 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 8d008b48c8471bafc58587ddb36b4faf9df5d717..0079b535d94ae8be9e7d3a759dcb04393efeeddd 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 a7ba64850a135e562b2b97a15ac107be43768401..d0cb9f22463007730abdb458084e176bc353b50f 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 18434beaf35871d163a697c0f734dac6d5961d2a..f1091b1c54f45e62187aa6a3776507a0af8e851c 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 d39bfe64083afa2b6c80b247b96a83bc15340f1c..971a10aaac644a6012fe0b39571379e7f10f178d 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 a189375570110d0dac2f75c9281b233a3d298cc3..d5851e8e6bd389a0049d0369f960f1fc4014e090 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 6572455951ca243fa437ebf7aa49b48563be47d6..f853163e2f0c1ebdc067e166fc2ee2f420149a4b 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 fda5495e5f4e77da4e1778c50cbb0d3d2d44825e..170a620c8788eed7e804741b21af7aa6454f4bd6 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 b2011b25fc8a80fc99b6e494f34dd1978c80e411..11d2b97226767bb0d4c86ad0dc7a8f991389e54a 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 c17cd6c92c0722c85a1fbb9858180d784a42c877..aa2f6d116b392b6150d3a2a94736e55d48c71184 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// 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 1256133e2fa99e94b8703cc7c828becf2c220d4b..03cddb76888e2faabe0ee65032ec45bfedf2d5a7 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// 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 eb43cf5daf496ac8434ad4113a6a689dd3d03ae0..61a1b83728c1528c08c457477d2b724276471575 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// 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 e7bb906a54b354f0e8264f16a08267dbcb854a2c..a024f2c361c8be4b87ab99d89b8b33b1e490e516 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 60c0304e2e4f1f0321657f03cd4a3c822faf593a..47179ba48278684b45eaff9503728da1be4c2fdf 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// 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 76cb8ad80d65f730314b559508769bd2e1f33adf..d216e44fe7ce3a817c2e1801f8c4bc37a3702eb3 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 f5a85946fb09f2b581a7e9f13f32e4bada2f4a2a..b4ae3dda4b26eabdb3c161d9287e20371083cbaa 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 019139d01046247fa71684e1d0f4f3eed15e54d9..2189af6ae4c545fff30a41ce5a0da25609713e98 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 2641dd5a61be6bb1705eb5f18f09d3be4cf5b0d9..47dd87128fffb4d0b052a17314334852544585ae 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 7694c833f939f4bb700585aeb611b4ad52f6de6b..8921b7306c6b148f13611ecaca6da4b47dcbfb98 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 c6ea3c58ba87f2c81e66037d5a44b556e90cc420..eb720eba7c469afe32a1580ee8dd1e672767a5e7 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 ff5dbbb2d9f0556e773814b6bebc675b31967721..4eaa8184b30482cf510a311062672f1b779cfc09 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 6571fe02dcefa2b615d0c8ca860bd3f786a3dbb7..bc290bfcd5a795a280a4ce6a689d30f55f2d47b1 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 6e1d1065f63bbcca821c79267743f1a1c718f2c6..9c15f69e4015733c8ca95992196092f50368d0cd 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 9f493e6cca0b3e2795ba3afb6d1dc311b70df0f6..8a95b02ac35fc93c7d4ac4b48d321d267b3673c4 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 5fe3251e0b80f9031d3dbaf920a0c3a38f0c72bd..b3633b73f34c8ad855c502591d90347bbc0da809 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 68d4a03eacfee187755c9f31250f4415c81dcf10..1ca182c75ecaae001a1529af1575e3f7de51c075 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 d29f2fc5f22c1b5daa00898a9b3bcc9e3b27aadb..6323e4980e85bcb4f1433c46fcf6ea79fa19382e 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 5f370a81803416b391f579334a41277e91a7bdaf..3a62ddd3730f43b3aa6fafaf7466e35de2539d4f 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 69600de9cb41c3f440491cdf69e1500173ae04af..6144271321593bc83a6ff035bc60ad6dc62e521c 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 4fe1703a60db6058150cd375312e40a5c73bf750..71e5dcdd3df2e76c637f7677de299b4817d213b5 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 c0ec6f68d710c01ca4e5ebcbbfb47394a07f868f..7aab8ca2fc2d2d519702373e9da63c1c0a504fba 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 2c4f931d6f7a4d12b477ce59f73c1aa6a4bec2b7..23e103dc1093819ccf012b4187b51cda31b398da 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 02e54940731af470fccc0c8dea8693b55fec8501..e106dee3ec023d652ff9b5e9f917106a2b84e8d8 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 28cfe7297b12cc95e88c71b2483bee8c749a3e0e..a4fe193825b79682086f5293b36a51cc166ac3ec 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 644003eb05f256524115df4381fa423c7ce14067..05ecd8187c7b04d485e1347a10780cc8f27ab690 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 890dcbdf1d8486d59c309e875eef11bf75b7ea6b..f6a822a1065b268f37da359b07f6efa2276d3405 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 dd19dfbb01e2daffbe679ffa4be090dfda0340fe..66e2644d06648f51dde79547b9e6ae2f802400b3 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 9e50fb7027cb99db06d15c70e9c7dbcc73a1884a..c5c8a269f79d2856a4b0504c76326d54f5e679d0 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 ef8f86f53ea9aecbcc6d247727f2bdb0c31f2cf1..f863c58aa2aae022ed6e1788e27eeb1caa6afcdc 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 c396a0c4182b41853c57e1c75dfdb4ad366e77a1..4868da8e18508a4a472357eea0d65ee056cb2b42 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 e1796d6f723751ef3b3c7d71ebff69ae0755102f..2401c10e300687556fde412705b318f3d90785a1 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 6e3e24c2b75a4f0bb00e085f6b506cdaf0d22fcb..3af24c2d3c24057f14c64fc25d7923b551a3642a 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 3a22459e6899bc35d69663e9c8a2afb3ab5075dc..c4a08ee7c9e11be2dc0c89942662622465951c60 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 e6e1a4245729db97f26ed0dc5769c4891bf0d1ff..c8e1681295e8f2e5e082028a4f936d7910edb5a6 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 c46954b0747e0ebd2ef44ad2687fe3d9de4210cc..30f615222572a6acd680babbbd92ca43c3f81929 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 cc4be9093d1a07e0fecd4935ff2d1966e1775a55..25899271c93a181bd2df234acda8b423bf878f4b 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 12cd91d0563e0719e043cbb01e392f7d93cc5f48..febca1eb085fbd14d1d5cc775bf7b59dadc13e46 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 4df3e348c889d30a05c772f69158c01cde204f54..f85c16b2dced30b583a8ff7bbd874b352706de35 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 e3cb161db076448a1a9071e2a4697d5ff97fa690..c2193aa1f1cb6cda617ade881946b4ae3b50af23 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 32cb06b8c7acdcfbe5e1596add3bc0c72af71e95..71375698d376d8832727fab413d1a76a37794f5f 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 1bea38b6e8a61fc254a6f8830a250c80867875c6..947b90a00de2e2afde80a356678383231cdbf622 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 702115b811d50b520a84e25650e78d1365732dd8..69296b506e7641b158dbf59ec1f08ff87d739d38 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 3d3bbf951e6566049688a259a3f271ef8a51d47e..314038c1fe8be0c306cdbb3f49bf8c345ec8bf79 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 7e6863f7b6b1a7af9c66245dd689ab0f59193a74..2f9fe23b8dcc3ff10c9795daff7f1bdef21610b1 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 1ff97ec72943e181f697167ec9c382c9e6a1a499..eab36834501ff78389eb00ad127a074c1f65b09e 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 9282725126f3adeee910a13826cfdcaf00bd7c1b..5789b99ef67034f4644bac0aa9186e40675a1cf4 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 1cf43df37b601cc04530ebd1d792242e041d5df3..18c720191be397dbc0c9a8c759b29054a49247c0 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 a3fcf3b0a87c53dc0aecb0cb254715cbf515de23..cac98768dea9c8554fbe5a73c5a2aeed2726955d 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 93e2f4fab5b901124c8b54eb823d6ba35bac47ba..71e3f0d976ad4e1f5156d1b488a8a8c2844a0066 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 f734a25da3fb0b731ceff32dc19845a2e4ad5439..4fa4b2bbd7e3c6bb2d357d89b97e923d9d311902 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 0b48071d4d6551fd088b83ff3d50ec38a8ed467b..9b182870d8e16a9118d71bd6ec49263e6f752fd2 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 54dc39f8d1e0fc89404bdc728d51470e8bdc09c6..b18979b5f7ac86e64931264c28c2d04d69d356aa 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 336c4c6091003be45d09731633bac478de025ee4..53c3bf12d740c8bd84a0ba07bf727b9958b0f3fb 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 fe0a6321c1fd0377f5e45cfa3ecc3601b24fc70f..c81cd409199f84cd723e555c36b47d6c6943337e 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 8013b66a7480690e36cb04d98cd19e55fc5a525b..9041d95168d90928f0f31796ac6a56bccb61df48 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 14720a94d5aeb1879ac3d71adcb8b2385f03192e..7b46757700756c6368769b4c5ca8de0a630161f4 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 c879f2ae91d59d5f9ec5da1cb3c3f23b25786e88..0710da795071754d1e2a522425cc6777aac35905 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 ee9c45934d29a68a622ff100e893b449aa2ccd5b..84115266ffd545a07ac2c81042295f1b304022b7 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 ecb2aa32ecb7b5e140a0afbfd25dd81c00e31990..ab84339e1016f8e65f5185cf326f311b37d307ed 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 25c86153fd5dff4efa77447b58d011896cd3e3f2..059e316119d5c1397a79415fc73cb6050d5e33e2 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 25f18e2a455b95ef18a62b71d17a2d024666a966..a6a7d0c96015d998f385814368814c55747fb930 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 22893f35bd8a6b92ade0800dbd2b6a2745099c3d..c2ff5fbc4a545cfdd87fb52de3a30cc70d8ef838 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 b6a5b685f9b1d2ac1cb719c23ee214017d5925bb..9be1614233e11a09b966ded2247056bbee5c1ee1 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 4afba244fd59b99159e2cb734068ede9bd14d5d9..9832d799b94ea0105a5ca9e53086a8fa01a0e66f 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 6f5715b05d849b7925fc0bfa311f6cd4e88ec6d8..5642899c587c566d73a122cdbcd5d3cd60c21535 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 cd94cac376f41e95a40c1d7f0b28bbbee303d53a..d416a05e29ddb7b350cabcc59b6a08de2c0aa303 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 b79e242e9ccd6cffdf2f35b07e35c0b90cee5cbc..c54b54b64fc20ac0d987868fb795445d5b04dd6b 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 902878c25928e586d7555b33d8e7fc47f5763cf8..c337f911d90f68b8de958feb3285fb88fa55fdb5 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 e12d53422213244a1974dce43ca5203be0afc5bd..de60dbfcf2033b267eb5ec2ea06bdb09c35d7c26 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 a77b425b5cf67fb1ccb4834e367a76bc1ab62464..c94c2c6d4577a929c82d8d6a8f40e20917400cdc 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 897cdd081c693557f0050166b20d103abfb70393..1d5fb2ac7e09a8bcaf5c3815cc9ca2bfe70c992d 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 638c3b00cf6cb99ea239dedb10fae6ca4fcd8a3e..aaa51dcbf899b29b14e0f5a74c48607286cc9b9e 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 a020b6a724994ecbaf921a8d6661e06bd7653ab9..c191a1a66fe2086c3c5c476c1df0ce78482b87d7 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 4bea6e357367c9b2d9db71077d5ac9e457421a75..f36d8a10234549c0b298284e63003eb3279b9f7d 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 da9713178da07cedb7ec89b75bb02f1ebc362727..ce0345845f9440f2244301d56992eba906b033af 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 b92763789b21867c68a5f1981fe28039a7749459..1344e9eda62b253f61b9e96e0b57f3cc3d92ebde 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 e8f340f8b8d3ce7f35545f659feff5181ab04798..94ea0b6fa381ea7bbff3747bce21c8b90bd8a542 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 8a14ce6d7aa48b3f525b93301248cf5545ebe4f0..19123e79cfa2556bc40f5a880756cd5444adf18d 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 8e4190848941b648dd4a994dcfa8bad8067463a0..f704788aef8a45da1d8d195f8c478ee7d617f3e5 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 936ae9d5c1e236324f6dbed2623bfad35ea35ce9..8065be08904de3bcba1f732d0aefed4a67ce71b3 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 7fa55be4355f3835423bb0b4222badd85c3d81d7..92e2579e7ae12ade315a490624b4c121ba8bbd01 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 d52aed63e4b1c8d00af7a52887a3c284cf5ca1d0..5324aa2a175f0a16a2b27bae697dc0389dee2c88 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 16fa7cc6ec3d308809f0846a2f36bc93d61ed506..2e5a555b5823bee6e0981ca2e65d74a81cbd9cc5 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 2d871f0832bd9c6658eae14e30b9742258254172..4489ca9eb677ca7e8265a3e2727616134de229dc 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 ba7a344c53d9bcaca0258a7c7dd5d292b282ca78..00ab7d5202ce13b1ed6ab98aeaf4164af77cec24 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 584bb39342e4df25ca07c6a5095c9ed3feb42dd9..41b3c7c8ea3e62e9005f976273e3fed287a64fc2 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 2e217d9356ad3b37d752ce8bd0bc8bddb3405d2d..f812732cfd7aa657a60e8c3b7276e54e2b09017a 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 2950f87cfb81bda2ab1b7cecbe0b3db0d6e9b552..27ec23a26059f48a2774dec01a5dff8b61a95a0d 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 572b8155d80a731da42ab703cd0e8e275fad4bca..57a5b2db44bbbb6cd1d7cbbf5c2abf4cd76dcfae 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 e37a54f2af9591d0e76eaec495948fc0f900d190..83ca38531ab742070cb728e0cfadc4f7183b2be7 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 f09e95d4cf65a85e51e2a8b137fc868de53a8a74..48b86190a59fc6378b8a7dda8a644c1da4a52414 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 5c5983d4c2020107aec81b41cb1fee5e3d6db331..166d53f304e404e435342ab170f57a45787120fd 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 cba525f4c0d5fbc34eea11233f59106857ef69af..9bb50816b4474b96f278838a54a9caf239d1b761 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 9f80087b3bed818b9fa70fd270c31ce07f40648f..c88ec3b21e76517d9ec44d0a0b5fe0f236a41d52 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 6b9d5fa3a73396237a27e263489f356982b8f722..0ef3a8cacf3a3b34da2cb41bdab9f91f7c337e25 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 1dd8ccd333ae75a6f88854d57edd6c4fb2062b47..60193dc4117bdf31d1959fe83c3cebcaf393d24d 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 b3b4b7952c35cdfad08ab50ee38f2f899e4f12ec..34eb4983a4161c9a708a8a0fb2b12591f29af50f 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 a940bfba6f39392627dd90b630991edb1456eefd..efd3f770b6af124c97f69f72cce3bf7c4dfd475b 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 b29bacdfff4e5c2327fcb3c644ebd36f7b55e31d..4e8922a69c60c88caf6468fa291ffae72dc1d01c 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 ca95e0835960f55817dc8ae9fc8caaa32d28b86e..6773f94d3d6816c6cbdab8e827e22a908b70ef18 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 0f3432650a5e5285e9a2d353e64664232f0ae80b..c0c45398cda9db6502c2ace5dba990274a21ade3 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 7bc736b9d1127b3fe4b6825e53159ac36672d676..18840f2577c2313498af26f3572f1357a2d4f138 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 92258fde7250ee9143b6acc2410a54850414ba70..232144617118a36fe7022a9caa30e76e5522f781 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 7faccf2654ab87da8fee7c478f7e404c8f02bd4e..1ce0fd0d1e196472ca4c32ada4810e5283de2968 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 ebfd5c3bd81ba7c9ff76b33ef036e832ab8fa9bd..7915fa84f602b8bc3a87ccf0b09e31e97ac227f0 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 42dcd20c088b019befa136a6a46d6a4c36f9c517..6690cb034fcf36015f37787e8119c1976804fb28 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 c75e1c348618be0f1268713315b0db8324cb795d..6c91ff5f091b6227e10ea76f5c7e04346b4dcd96 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 757e22c3da1f4325d39de677afa0808e647c4263..4c8dab34f6e225ed2fe791063683e97b58265deb 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 9e0951c914b317c39e86f6c6a0cf436c8cd4bee6..6c377a701fb965fc036fb4fa48c76c99369d09d2 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 78234a07991043a3a2676b4748adafb4ae8f0af3..5018a1987caca01ea8913906ef1d7f983f6a8eed 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 c370f7b0d8310cdabb337f11808bc330d8d4e979..5c063963a0364b7e8ded7037097e7c9a3929fbb3 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 8069ebb7497a113e255557fd88ec23acbeabfc58..f203f8b0301839accdda8fbd4e7d51950c165aa1 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 8e9ee70033a4dc654e32ecd5b6d1d2d042b20219..e634220be7c1b62c9fbfba726c374dd4e314d21d 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 545951631e63f494c7adbd97a263c35785583422..957afce90d4aedc8a79f8bfa5e447871086876b2 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 aaf37f120fccd6d8d2f81c26efec2253c21e6cf9..5ec241e35a3a70057b7c3c64a3037ac5e8d9e0f1 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 eac24fba0d5af5fa1cc70ef42c7aae7b75a0ff18..88bd49c57f8956d5e1a34b66c7e01ca9aa5cebda 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 39c1719d2479c639599aa31eb5980f5dfee3f196..0d6e97f05becd5c5ab2ba24f3f4307a61d536db1 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 97bf73cc287814ab083d09bc11839d27724a2c4c..4b661060d83ad14b83ef1f6f50a72e937139378d 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 0c97ef1016c0322f23c29157575ec4df1345ec99..6181fe9c7ea1a9f93a58ea40324d6c69380579a3 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 dbbbab5760e2959e1a889697ef706cbdfe25d5f1..0c8a3004da22345c3c3d54e3579961035fd11a04 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 8ba341d08932ebec6e4d3be1c8a149dc78ac4753..b28ae0a6b7ab6c85811048c977ed07d7028dfd3d 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 38d0746768e33a82563d2bcb9c72f64b7cf87172..b1a520e6bc9cd5e32c69f032a887a697ab0b7474 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 84c2222b24702422b7e2d37b23908d7bf5c660dc..823b83b9344a50509c8b338bad5d95c0b5de29ec 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# Copyright 2014 The Go Authors.  All rights reserved.
+# Copyright 2014 The Go Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style
 # license that can be found in the LICENSE file.
 
index 7947e84e3b7e2941bb600970da08045f17afc8ce..da3dff461f4c6473d5b0e6656bf7df2ddf5aebc1 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# 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 e3535f3244e17221b920ab1056d58f1e9c3ec42d..f862e8a92ba9bb91f471a75bfdd552a9d0a0c66a 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 9712bcc4e735205d1c3a54f89b648891e135fa62..4ae5fcef8b63c32966e6a2acaeacfeca8f2898ab 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 60822fbfe99558c70536645c68c7b99cd5537476..764f5c3a9e63802b1f9370ec5cd56357c92d71e2 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 73905f18ce9db7700b7dae8cb424e227b7ccd1e3..9ac999167e1dbb75eb76ccde5ed0b90d6935cb28 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 9e5bba5a611d1531676d990aed190a2572ee3397..e1c8e4d0d9c1de5645c0cfbef70882203a406e9f 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index b72ccc98158479c1f677cb041219ac36685f9af2..2313bc4eb966cd47c7243d728c2f7bf3767905d8 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index f193291d01e2382ae6b21873a3af5487f879830f..ddf2ed969df2d077c809736cb88505252babb8ba 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 22be1afebcb87ff1a33ec8a726bac8afbd1cde8a..e32c264215d4b3f3beb71732c7c232ed6ef8112a 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index aaf7676404c04d20fc00cacfc9b8ff68bc2a5640..6e24dc2d5def7733be42e4000b033a0257cb3c6d 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 1b191ccb8fca1e59752584e2284d06127b2fac88..ac3ec9b4a74a664b8a0fb84b92065a02f5e859b4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# 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 7e641949579241f2eeff18b6507fc10e5462a12e..603d0349d601b7a8b408ed9023d5475f9b157348 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 001a715f7b7aa13d8ed7bb5b251bb330a5c1ab93..8e2a7ba446aa2203bbadd23915b2ed2ca1e5d78d 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 5763f79de1c8106dd77feb26450e7122ae983579..a80d72b9b82796513d6a601ffc286e3ff1892a0d 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index eb1c55d7e69b2d500a50783ba66cc73b7f80d507..864fd76d121f9e73143121839930a97a7c75ee99 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 96fe8ed033537b56408cd45b02a5bb1a3697b8db..6bb51583e2ccf838995a6c0efd7152a41eec861d 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 1fe18ba90c47c2a814716847edcfd76f418161fd..2d2a77367d226354a3ee36e00a81c87e7c1600dd 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 1137c50678bd66c21349db06c0319559920b04b8..5949e718f5c4ab7053c430b6f083658f3fd03da2 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index baca75680ade7510921a9d993a3d8f1ff574a809..8adb4e039bb361628dac9a6dd82575ed9b65d0d3 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 558ba4a4f419973b11fdbf625ccfe09358d632da..215c9b5cd6bab4486d0115d4e8d83fa617f56471 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 569ffd11bd87ff0bc7355e39b5f2190829562e9e..f432cd8933f93d6982f35be3ca62d03e2aa361da 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 0a4ecc0e5cf1679d15c46ff969576c1a8647df86..e70c10f267b56d48240c34c6d8855f9f3ebaeefb 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index d49a1aed9d70d721e78a26bc766c9e970025457f..cc94d728b470e849b79ff00f7ee831737e59a62d 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index ca166e1317728b36e48f9af140d11d2880d22758..4234b5967cae0719507fec3381d58afdbb6dfe48 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 564f96a94e182f7de0f4454defd9a902804d3528..d37091fe4586526b5ea4687e3899003f929bef42 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index bb2ac20e5370c679ac9e12c9191f494865f57887..a0c210e3ba9af9d8b7ba4a6b8936fd3782a429c1 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 042e6ab6488c67ae3a3b7e18d52da0fad15a5609..9cf2f2918e360c3ca57a9d67fd8afe64434d3144 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 5fe4cb10a5b166527a29f734d77fff024e91b176..29530fa2b096f612880f1877cbaafa785b53f0fd 100644 (file)
@@ -9,7 +9,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 4d2e4293aadd2a1323098cc5acca1b0052fa0dff..81a16d1a9b577722a0d46eb6b148090bce20db05 100644 (file)
@@ -9,7 +9,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index a97565e46f1f5b59513ce70080549bbe1df803e5..eaf702533a141fea9d8ec0dc13983cf5a5ccb2fa 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 57643f920a13425d0dbcf42e6bee6d61396ace5c..bc6b69df8d4c5aa2399c2e0874ab32609f240e2b 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 4a5ff2f3d42e65700feca4024ad3d6501a7dc604..11aa202215dd8775155a02e8a752f57f2dd03f59 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index ca80e8b96d30569c412180fa3e5ce79ca02170c9..28881e845da6bfc1ef9386f79b48d5e6a0a1e18a 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 49fc2fb864cf52b88b07c4760a9ca4e34db012fc..ade1ee566e8f00aaaf2507a91b1ac92ccbac1986 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index f10fc60413c33a5d211afb1385d34d132832d910..ffbff746dd405f976144214d6c1f84636443fd2a 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 4f6cdcde06b8b0169383e1252400390409d31252..5a1846c992dbda3cc683acfebb262362afd28638 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index f786f3c4434df3d1583e8183f7138665660300c8..42d7a638a72600a72304dd52886e5a435b98dc3f 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 4cdcfbcd27952b5120ed2d0ef769d59e1046e36f..d46297a3eb3f35857164e7c031638b50e4a92463 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 4f9b3943cf9ce8840480160834bfc767e7db260f..43e4825af01cdf8472613812f288dd00009800b9 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index e7256d1d41c56f0f8bdfb7a2763c2acffff23fcd..490695ca1d946ddfa4f5c0bd8ef393c2fb83372d 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 7077b5c594e4e5783e530e43daf0b22631e1f201..2a99bbe3903fef3b350f84f234abe9794877aaef 100644 (file)
@@ -7,7 +7,7 @@
 //    Portions Copyright Â© 2004,2006 Bruce Ellis
 //    Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //    Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//    Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//    Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 99702c993d6d69c0c75ea56c46764c8ba06e4134..152a45b1684197b8ff20ab2e824b113a0e734f2a 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 454a0d76ec84d6e0f6b7c08ac7b198f3de2b56ce..0526a35953719ba8ec6547c63aa9aa10ae0192a3 100644 (file)
@@ -7,7 +7,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index beacc94ee8e05528b602d76cf322f4026dcc818a..6f3542b3d4f42102ad6453088b63acc814783264 100644 (file)
@@ -9,7 +9,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index c41fd953e76d99d1becff758b7c7905faace0774..f00e4afdb8f7ac363d136b3259e15a5664e78143 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 1c7fcf37be3018ab37af20694d65d389d1b1e404..8605980b94d9960e798ad57221a0f62dcea5408a 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 0284bbfe8abed8620232fef5b58636e26e6164f6..fa9ddca7d2bdf22e1fa2b1c5e3f5fb1a03681aff 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index b638c048e83335c08084888788fa1a0f4c447723..df774437ac51dc9331b4bcb91253db833e374c27 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index cdb0354579b0e7910e91c472ae0bebcdb10cffbf..48250c92c84ab2335947b885d6cc79e8188624dc 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 2fbc8adc51ffdfdf6cc555768937a9b8fc2d3222..05f7fa36e46d527d7564eb29023e166bad67c099 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 860f58822474170ab20d81480f1d07086f1b9872..f62f237b57bed49e09484b2b5a31053d303c9ef2 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index aafdd9bc3d51c07b0708c921516624b0483b94e3..0c3e957a97d69782d2825e24c0ecc6582d2402c9 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 2b73a7b1729560cfaae2791c01a9b65625c0811a..63b1165687b4fcd2757ca756d1805427e1294839 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -42,7 +42,7 @@ package arm
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 9125a1fa32fa0de704b5cd83d78101d1cddc514a..9ea9771ca4e3b151360dcb9728a78698268e52dc 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 97803c9d03f024ca6cd7e6f31049ba72915ff593..7832e916ede3ce41ccf5709dca312a0ffb0d4859 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 67ad5c977fd87471cad5119818041cb0e5c6d055..cbee2a3d8794ad23baaca5b13fef5389495876cf 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -41,7 +41,7 @@ package arm64
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 1169e79a58f217d5315337ab9e89861a0d6d7219..86f9ff79b0257e953477489cdcc91a439c836e14 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 323dfbefc58f4379284f183f2abd9873aa6b0a9f..80c33ceebad2fd07b8cb485beb3e09453af32a22 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 89647578464cb0484515f68708e43adac74e2884..6e326ec1c91c92921c1c9bcc7818e8212517fe59 100644 (file)
@@ -9,7 +9,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index fce099da4581b15cb28750effca955921ee084a4..e66de49f4133735977587ab37ad7d8cd2e438058 100644 (file)
@@ -29,7 +29,7 @@ import (
  *
  * Copyright (c) 1996-1998 John D. Polstra.  All rights reserved.
  * Copyright (c) 2001 David E. O'Brien
- * Portions Copyright 2009 The Go Authors.  All rights reserved.
+ * Portions Copyright 2009 The Go Authors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 1068bdd767defd6097e8c2c0b4cfd0efe88a25b8..bbbfd3e0493095683076d179643186a593e00382 100644 (file)
@@ -9,7 +9,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 711945fbd1e24a10fe7b44beb01f9fc09dacfca5..0516ff60cf212610ecfac05985764df3d9b1bef9 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -63,7 +63,7 @@ import (
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index d0515d461719dcdec13ea8c03eacea3491c376d8..9bab68beb0cc89e97013f28baaf8edac38a3e97d 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index b64bb5deaf32d43a16601081fa51fafc87454e63..7a4555fd23016ee82e0e35c3c30b58f38efa5f6c 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 76fe7dab793d1ef47708d8bc7972645228b215f7..a44c8de1f22cf2390b35c33ac46430b61fa2de4c 100644 (file)
@@ -9,7 +9,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 94a6d0ab290087ef979693d394f73b36d2eb0576..06d7792be303d621fdd966ea223d5a0486ccf585 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 68d52ec954ff4cb459c926e90f2fbf4cf2d4c4a0..32d9f235a3ba0e52874b251fe102f28658dba6dc 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index f4191e69abcd90b0466573cd9bfb74891f468bef..e3f4fb30c817ac504176e60432560667ad2fe9bd 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -41,7 +41,7 @@ package mips64
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index dabd326d2171283597db56ae073d5d7fee4e3e0f..ae9a280083817e1fc7cd8bfcbb7cd5739af2b752 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index dbf5fac0de0659218102bd275d9085bce7953f2e..bd2e23fda08f548c10ca93ba2839e7a8be47f6cd 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index a720993fbc1de6e8cce8f7f59175c379ca3b7270..2e5c2356611fabd90b7a8addfc42f6756442f7a0 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -41,7 +41,7 @@ package ppc64
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index a540ab85b50d8a5baa373daaeca319e3f9d42c49..b619eb9f4380b75822485d3b47715336450ae42b 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 7c2e3358ff8a0677693227d69bdf255bbfe7a325..9864749964748dc6045b02aeea4244521d3881cb 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 42cf15ee855e3ac612cfba5f875104c66d4f7114..7c92bdb6d65d407a64c0d8b6228dd92f2182d338 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -41,7 +41,7 @@ package s390x
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2008 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index fdb989818121eb7c8cb87ba43611fd597960feac..b77f57db72459f1fa0db5d235b60f635c3788eba 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 4a55b535ac60c3bbaae332bea702359b803f8772..2a3513f6a68c605e8f796b4a6e27df53dabff293 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 2043f9bb4e725d4071841a40baf314cac9ceded0..065508eca3032a624bc8c7fac96d93f56468815e 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index 574c0dad2d996aacab23cd24704347e1384ff457..a4d8f5070ab0fedd299c775d19aa7a775e9d9a70 100644 (file)
@@ -8,7 +8,7 @@
 //     Portions Copyright Â© 2004,2006 Bruce Ellis
 //     Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
 //     Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-//     Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+//     Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
index cce330793d5ced4e2af464aa8216b962b2e3b1c2..6f67ab65669cf6bf1fbc0f478a017f14bbf45d75 100644 (file)
@@ -17,7 +17,7 @@ file such as NOTICE, LICENCE or COPYING.
        Portions Copyright Â© 2004,2006 Bruce Ellis
        Portions Copyright Â© 2005-2007 C H Forsyth (forsyth@terzarima.net)
        Revisions Copyright Â© 2000-2007 Lucent Technologies Inc. and others
-       Portions Copyright Â© 2009 The Go Authors.  All rights reserved.
+       Portions Copyright Â© 2009 The Go Authors. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index 3f43d4d896683994eb6e19bf218cfefb7d3e68f8..6e6c801a49a6680fc0498790d8e1e1d59de9e58e 100644 (file)
@@ -15,7 +15,7 @@
  *
  * Copyright (c) 1996-1998 John D. Polstra.  All rights reserved.
  * Copyright (c) 2001 David E. O'Brien
- * Portions Copyright 2009 The Go Authors.  All rights reserved.
+ * Portions Copyright 2009 The Go Authors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index bcfb157e0effd6a3075b9ef7e55a366fdc76e8a7..0469f4d0e1bba01925640c7070798fe8c99b0749 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 538d6b7e9b3cc5698f97857ea0db6fab5c0ed9ca..7bbd6601aec2de7a85b797c796827fa68a42008a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2014 The Go Authors.  All rights reserved.
+# Copyright 2014 The Go Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style
 # license that can be found in the LICENSE file.
 
index 90040fcb4960d9c2dcaf3357612c231cf3409b28..dc6d232a76cecf4f363c4962199b8f7fd490f3f9 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Copyright 2008 The Go Authors.  All rights reserved.
+# Copyright 2008 The Go Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style
 # license that can be found in the LICENSE file.
 
index 4fdfbe4d9f6b9b17da001ae1069471b76de2affa..01f9bb128b7795c141a5018aa2046e1672a0a8ab 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 47fb7bd88b06f4db6e187260a1eacd2179b83190..0a74db194185446bea0cc364c0aa36487705e7cb 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# 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 bb3e70a44f8b7a96b1a1299a846ffa1d03062b09..38cdef537ae2fe17160fed346199a4e22128fa00 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 ec93a2d101ff0ed42efc8248fa4917ff5c0dd30a..aabaef8f20e27e3216348e38ac7074bb7f07227f 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 42cf69340963ecd1484ad8ed03096a0c3e721fd3..5707917d201227570aac0d34df8e52cdb0562973 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 98838453aa6f49a28d27428ba9285d21490c8138..c10ef0a0f8c19a781a2724da60c79bcce105032a 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 a685507c5e9b434ebb80e525ccd11bb7ab7e4aab..817afa91b08dce7594cc5ddcbcd1158e7f84308d 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 6dc0aeb2331140d96701cdcefeba6886c89f7a84..937e00fa51762748f6ba0a4aa357bd087b152742 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 a171c696bbc5d7484a449416d29acfeba028a884..a70a1062390365ec8b2b721cab0a94ba91cf6b6f 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 c64c4b881669a742110f386296879358e746d98f..e5e49d502cfa45675913a4795f9bc7ff18709c2b 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 ae45bfd88130dfe382bffe61ad48613cc0632307..0cf6115805984769f573c561d199297b76fb892d 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 bff056fa90c9602a45024d4a82ae9dec3110325e..99d8c9754b1188bf2ca95afc9b39ebf4cc4e605c 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.
 
@@ -14,9 +14,9 @@ func makefasta() []byte {
        var n int = 25e6
        if runtime.GOARCH == "arm" {
                // TODO(dfc) remove this limitation after precise gc.
-               // A value of 25e6 consumes 465mb of heap on 32bit 
-               // platforms, which is too much for most ARM systems. 
-               // A value of 25e5 produces a memory layout that 
+               // A value of 25e6 consumes 465mb of heap on 32bit
+               // platforms, which is too much for most ARM systems.
+               // A value of 25e5 produces a memory layout that
                // confuses the gc on 32bit platforms. So 25e4 it is.
                n = 25e4
        }
index b172b805ad284efa25b96e643742798420e1193a..224beff6801760ff38656b78aa1e4eaf771db53f 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 fe4c480eb8470f9875dc5121dbcc454fdf426d06..648eec5d457843d9f5d495711ac9c265cd9c858a 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 34e789f6658284f1555d7b62013ec191b148f0a8..7ece9b2ac54878b8f1a6ea882810a42719795b2a 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 1d42619bdebfd684f17b9490db26acad474edc6f..5ff1f8b65068744f6616d7dc1ca4e448e985cf3b 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 59afe134cbfe696201ac9ea6a04fe05c4bcae664..281b6ca3562c652c0c07d94b2488d308da7f87c0 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 888c5e4ea82a7e1edfd9328998dd55aefe3be258..dd543b2bc86b04eec0584c590859357d5ad7e2bb 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 113e5e3e38e7300efe7d26231de29a1990d2600c..001c5d89636ccb38debfc04f5c05edd07d6908ac 100644 (file)
@@ -1,10 +1,10 @@
-// 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.
 
 // Input for parser benchmark.
 // This was generated by starting with a the contents of
-// src/pkg/go/parser/parser.go at rev 9b455eb64690, then 
+// src/pkg/go/parser/parser.go at rev 9b455eb64690, then
 // compressing with bzip2 -9, then encoding to base64.
 // We compile the data into the binary so that the benchmark is
 // a stand-alone binary that can be copied easily from machine to
index 6b6c1e5772b99759469af7b006aa1f41d15de7e2..7d57bd607b684d93a7b70cb8c5bf64208f028ea2 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 db4839a488a417acac59c07f240d0c1b30874290..10dacaa35f6dc06c9c980ec98639ade289c10ae1 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 b894d9ba9f211d0b5058597a3316b6ef23773174..6b79a98e48f8a5eca3312a27eda8e4dc4f5e8f50 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 50f7ad74196c5376e2cc46d647eaf863164866ce..a0febb515ac4b35e708932908bd722e9041030c4 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 5490a3d7867c581086b40bec26691240bea34bae..4fe81e07b45180e26202c47494d4adb856c33599 100644 (file)
@@ -2,7 +2,7 @@
 
 // When issue 1909 is fixed, change from skip to compile.
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index ccf9dab81bc2aab83c599ee173ed3123dcf31f34..31e27d7573709e23340dcf5b2298725a7ce5a52f 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 cfdc085918dd78f680a2f066cabe16cf067ecfc9..8b98c3aaa2e95b1c1488fc0bda93ff763f6cd055 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index af470a0d0d187fcc5ac237118c7b8a98ab6b8ce6..6e8129f947737cc3670bc444630108d06066620b 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 20456a9d62ec755867e2172ac0c5c954903a70e0..f7222ca35d583909e29c0942b44dfeb2fb715f9a 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index a92c4f63a7af85f96e2ed617282a7490f3daba0c..278fa1b9edb437de5723d40454f5c0d696a82ae6 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d65436223ca2c6080533539c0df9578e590a29c0..a475cc24c97a6635ef9874569f6b469ba198aa34 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 8e2967258f47229ab2b177df4aea349e8e46ad84..a8ae515d99223a76acc9cd510bd278c0e948f2fc 100644 (file)
@@ -1,6 +1,6 @@
 // run cmplxdivide1.go
 
-// 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 c7a2ac96e0cba4c87c5a2053964a023274b702c9..9dde99437670658c62a0c4cb2f5eebd8bbc7f800 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index de688b39bb60c146ca3f70cc990963fed7ddd058..e6375f2697b42a50cf1138bb590d7ad4d1a15b11 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 c005ac3696db53b98b96d858a6bde90e72298cf9..b340e589d5e1e01764106132b83ed65b7f162dc8 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 0f417a33804e3db4e787b2065e308583d5bf32ba..afb63cd55a102d051e6bc22992eb67cb8fdab2b6 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 01768b89f3be7c9139754920cfe73da4c4284e39..84503f7d5b182751a825ff42dc97e1cb01583e74 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 07981af126acfe3544aeb9eaa782263d9094e95d..7ea04f31c380073da44b31475cebda78266cff36 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 c9a267592604766d2df8c628494209e202c5aa7c..f3f863c83f183f5e1ea3ab2355ec769e36734e3c 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 5486fe8a049705c1ff8f5bcb09a24dae5e293b02..608091dd9b6383be98d427138a2ccadf68518f62 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 0d9f634ab6059a3d6c883e7c4160eeee5a14fbcc..612ba292c2eccb7f2ae3fa1a66c66a79e9712aa0 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 72c98b19fc960246cce7426bf875f1656b9f9ad7..3dc08542c1f76b20b2263e713c829c1be6e8862d 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// 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 b20f1062f62e99f7fe27a0a5d057e52366f31ed3..b5570415c242bb1c0c47fddb87c527cc69adc6fd 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index ad632bc83b823aab21e5e039bb036be60cf8737a..ab85b7f149237587ed978c2151e96a59f7332c44 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 06c779046b668fc75ca21bbbdb7519e22b1aa4e7..d051f33bf79db1941ddbb78179555f6064d86347 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 2105b89080bad9e03ae1d6c4e3d97f2873276ef7..90792ca76e10073aaef100015347b365a22fb4ce 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 6940a095dced422b34d977be2702291fbb38133d..3490c29d3bf6a3b2c3718887609bd457e6368fba 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 25b5a9b23fbb15ef9d2f7cecc83583e756c4aa02..74f6f8dd65efacf93cc16c5842cd9b23456c4582 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -N -m -l
 
-// 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 4c1989151465d0f69eefb41aa20a590e72715ab4..f1131a268845582d37dab792a10c7fbf90b37d83 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 248f8a96b977696c380482a934baf49d9902345e..69a54ac721b08c03121de26690ddb6567ec4eb56 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m
 
-// 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 6a138ea0903fd7162f250b6c8d3f508da012835c..c4bf17b2acf2e0ef1c8467a78cb07a0d2a55cc13 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 5da77713d26b2d4881a78ba6c27483854c6abcab..0204c690cddcccc8ccd89b769b8b6326e2f29958 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 2084fa5faf1fae2f8a587b49bb28ffcc6f3fa3b5..f0bbd0b93aa7adbc487e93f705c6e78e46c26b0a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -m -l
 
-// 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 8c9a6daddaae4c199caa0fb5e0eaa35dc83d734c..20cb6433346f748643245067b5f5cb6457154cd3 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 f36073e7d0762385775a73349d90f9b5e4481f1c..e9cf776afb87f7f489d874b764659d28a8ed891b 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 16d1e741b8b6450a2d7786abd2c57f0ee575eed4..e8835ae6ff3f536411831c78b643dd707887e737 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 9149fa17705e3e2f565077b564d4f725080c93a9..50a5132d1def05bb3380df391458ac962ebe962e 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 fe03c3fb1b2b8bd422e2a8c709ee47e1250ca42f..aac4e675c4d590a1c55b2895c465d804cf426e9e 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 867c81ae52b955cc025fcaac2ad0f77a480588c0..490f615f73ac0a872ff7be428422f530ce528ba2 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 868c456020733c8ad590abae88889ed764a01e4c..99cbd482a6001a27d80180060b4ef869fe1ba64f 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 cfbcd51ca7de0c4bc80504dcff15b152e1d2a2ed..2c43b96ba03163e3359a8574cf146b0d0afc82b8 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 0b6599719dc9cee4bf2aabbfe9c5eddca5553e06..ffd7cdb50935a8971acefa97831f4d47b10c2ac5 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 e30e327acdd7867efa716c3e73728f8125b24ecf..076fbc8ca358f22130f2e42ffffabe92ee9582a8 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 c10c336495fdce469fe4b3183ad681d16668fa03..d5305d4f407133211d4340666802e5aa5b6ddf15 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 b423ebd92a765b063233d3d9bb263b2c2fbcdecf..565f08ece3f96cf7b94d203f4b9c2c051de63654 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 e312256c461d3930b7cf7c9a2763a436ec298954..2f59d81a614d4857ec61f5e786a2e1f0a544bfb4 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 486fe760734e1f910fff048f020c0b6de9c7f0a1..ea5bcfe205ad5da6f954bd31cdc317537f8ab457 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 af9d991e607dc16ef867526adf1ab150ac526ab9..7a6e34747f6605013de116965fbbfb8146b21a79 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 cadf0e698a565bf141a364e9da2edb1399601e62..2568e37d0209cef4ac690c094c2c2559298fff53 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 d9c26a00bd1c93c684d0eef8594fc11d9cd16171..7494c580b77df90b611f873c52e4f3431aae6967 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 0f1d20e47d982dde412736b2a508362b3ac62567..eff0d36ed29532d38db96962fa511d18e9f10f93 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 48cd104c497b3665d94ac5f80bc083267a463d1b..19a2bfbd4b545214ecd153ea7e7cf12c3a3f76a1 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 7562147885194563df8d7f942cd06a35dd7a6302..dd59b2f2ec193b58a436c20f501c69c48e599c72 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 e53100112062fdb3f94118d0db71f1b40f8d9381..b6184c2e75b03e047441741e301690f16399a03a 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 4c30dac6a9a9b91fdfc80db972276635c6dac369..5dc736d443b949225f8e3070e8ec86c4493a6efc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 a4baccda779e267a0492a7b9dc392847bb4173ed..5fef5ad38acb0b2da44161e2523d9ece7e4ffbd0 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index bd52c6cc3c203173e90dd774e60feae5d134e3cc..2673552d80b8a6a2a6286ff79dc01987d2772ca9 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 27e2f352a41f634d469394dae1837859a393d010..428808dd19879a0a56ce39b90a60363a19c914f4 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 2fb084bd65820fa0a1ab0d33f4821d9797b38b97..68647ec372b46328f2c1b16683808bb12fb95bde 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ea8d02d10c6b6340c42e15091ce54eae4e646004..afbdd977d173ceeeb66279255d2cbb77fedc6a26 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 3fccd1728883dc72356ece64272503c94332e088..f7ac670689bd73c35f006f2fd6e51813dc818bee 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 5cc3988555504e31740e67fb2035f436570b7fb5..4baf65e48b758d61eab2d7dfee030ebb5ff141ed 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 210acc43075d344ca8480f276713b573b0564d22..e5eead52e200d88ac6c4640be211601cf9452c85 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 a9d409b7d5aa554533cde7c72af70c817643e756..f64ddc3e757cd0cecd749b32fc684e7c40ba3a55 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 d18727e907138ae7e33120caae4fc9892e390131..10b0c521a40b0480b4ace208417ff1b033a105b2 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 63f8ee2e9e6d1bcdf4a3b44d4962dc59d02425ff..d4e1e078169eea6fb92e51657fa104510a2921a5 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 9f503f04a0bc50bfe610267ed522baeb90c6096b..0d37ce22f5bb2504b6d4a858cfa8ba5e516ea954 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d12d9e7368a3e617f4ec36286c070e1f8264d9bb..a33092bdb64aa8fcd18c2911560b3798b5f67feb 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 6c245565f299fce30ccd2081bf4cad2dfc8ec7bd..de7e8e3d8a22d82ab7f9dae7c893305da462dc29 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 58996cadc0b661db0478754dc797df911dc5c6e8..75d6132df96bccabde84439003d5ff5eedccacfc 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 4870c3614cbf74eb54c2d1f79a71829552bb0061..5b6bb7517d26aa5d26d9abc55799e1d14f5c1962 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 c607a6dc33ca5e3daa5cd4b49bf5feeb5d6176b0..adf62f98b5426115aabba792810127453c5dbb3b 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 b6851e1bca041f91e06a59d06532ce1aad068c9c..6550bd87c0d9f91c8996228767687cc9b8756c7b 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 dc922455e3f7d57bdfcf4a095c9325fa99b71c1d..ec9699a894ef034e790d87f4ba8d78e2cc916bf1 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 5140f3e29daf8c087dc75780076e8a3fd8c1ad90..9fb34c33d5ef1c03bf3c87344b11395384795465 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 43d9d526fd15b937f529cf654a0c6ead81788c43..f061723eda531d468994af818d55bb53c4519997 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 6f007fb7714eb6faad3babd3fce2eeeaa54534e0..f678925fbb61ab74b5cfedc776cd31bb8a80b649 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 f6ab712ef212bbd1cc3dc06604682029b8b57f1a..933f3f1ccc2a8ef1d604ea01b0b10f56ae1606b5 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 9b1c81911b2a61aa51b2ff6f7f7c9d8754a9ee17..3902cd5e899c18e1e3fdcd67840d6bc812cac6b6 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 65ed1b8f6fd2381c4649f569356bfe6c43e59aa2..cc7d92fdb0f46dd42e3c011349a05417826ca2ac 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 0498a40d5483135a77ad9dbf11550d5a7c5c557b..705a0321b4ef2aa45e2a7f2c59c0bdf59aee27b1 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 003f3ff94d40274850f3d3143330fba32566f93c..b05c37a3312b7f275fdac954843159b12d756ab8 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d362e5a69739a8a771335c74514ea27bfa0f3ca6..075da87577cb6c76650080a6b18ba3f48891b00e 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 e4dcaeb2fea0f51e04e7fd595bf52dc9f9a0e4d7..857b442010093b3f7d16c9f2c314343b96905582 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 f7879b04c1043ec5c71c49c58180b90c079ca8b7..abe6431b515305969c7bb349ee94b93f1542e78b 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d4da891d31e27a7aadff62f684e74696607ce893..5d2334c05a84fd2cd843a5a687bdfe17c5e23e57 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 60ee7ee3f3f66d67fe33e4fffefa681472f2c67b..ec0dbc6c34bb44d31390ab93da93de0f5ecf4ae3 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 30d9bb1cc7bb44fdb275adffd7857f710855fcff..a6abbfef7e88bf8e227853ca61112b99af225402 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 f943d68a07ee4ad875ef501e22964f3fdd0f518e..6b8862f697480ec5db5e5de5c9824e417939494e 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 b4e3f65cb8b6a8213ce86733575c926a1b6b211b..b6258d54fc7d172f4f2e9f351724bb3bfcd9720b 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 e57d147a608beac8d4a242cb6689290da5b2ddd3..e93f30ee96910e124245df1d9c94f17cf6f06c3b 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 f5f6b14f010eb7e4a1ff9599365b3cbb196d95d1..d3be7548aaeb350fff356162b9a8272f5a60501c 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 68a3d811c7406b85bf7cddcb01bae3f8ebfc0aca..4817ebfee4e1faffb3b76171d8c5ea316dbe52a3 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 726ba603eee17a7d1b9e1dc0660ac6df82c887ed..3b1df3b8feb9385e539c2e0200849b2c74de564e 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 3925b9a4b551bf059de677bee07020ca27ccaaed..afec57f037ad6ba7fd401347b32fce52951a166f 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 92c8d860e3fd0210450bc759d476d9546754ba49..c65530f7ddb12134a9e1dc289b4dd81cc2376878 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 b562755e5b1142ae0306a3e09ce16d529bc63927..0f7422c0ba0e2d68c30a28e4c702785daa2523f5 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 3f8bd9d49b57466d6a0e9d1ea842bdf7021fba29..f614507946602c75adfc1d76ba41b1908c7b9da7 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 1f7f6e04104c7c14af04fae2bef1e804766e8901..ef1953b2feb7fdc1d63a156bdc7e3b07ada91adb 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 e0b3766bb363fd6f21698f0645aa27f7ca639497..0632ab4ba793c5d452b7d95ec554bb6b8b3b20c5 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 44f05153f48e4b4922f8f4926284144e1da0159f..b1271f465d26ba316a74e1764871cf2744e6fec8 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 2ed81c593df579d07718456f370536ee030ace2a..94582a86955ef9c218a72258d356ee01b3061cce 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 d2461e6a9f3c77ce1bdeafef9e650c9104fe7aca..0a53d32e9ffa5ff8ea8b67ce8b0a10f2a963bb7f 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 3c6b68767a68640c17807eee33d615cc44f5ec20..5a30979838991629fb2c54ca169e1ab83007019f 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 46ebc1ff005df1f7947b9abc454c39e13fa5c7d4..4eee285a355f2f6fcb3cac17b9a824403b3b2d49 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d627a9df671881175a66fb9acf6aca15d8324bf6..ac84a7e5ef3dd65d7c60c57d67ed3e68734e0bb3 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 0c2491257221ced7f4324164b932182cc98be5ca..1130a287d863ce2d1a23295307f841d1bf6af0dc 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 c985305668db7eb83b265954daba7f4414dac1b3..ae7cc1fd1cbbb799a78bd7daf22fb7761fa30d67 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ec41fe8d3cef28bc7c4c9ad2e6f0637e333b08bc..b35b7719162c5b83f6f6ccf49b42a7356aa9c23e 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 63a12a3a741883b320c00887896bc21aa360cdc4..d1c961ce1d8b868e150b8be38281584b49629722 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 a7c4e0c464eaa4b4d5245ec309134003dce3f0fa..2ef4e662203f152520b2c728b4d3ada904b4fcef 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ee2ff92437d3a41b42bb1a0e205901f59e29e621..852d208251677ff3fc6e82c93c5e13055cf6574a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 bd362ace2d0e6fd51a0a0e0dd144a39bb83ea417..0aed03216d56c883288ee5c912848002d94459f5 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1067fd1478d241b47238dc0b16eb25c5439c4261..cf11bcc1e0e6b69043b9107fae8a98f875040246 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1ef43a0ad0b532aa9443cc65343d9b6477ccb96f..1695a9640e7a4cc3ac18d3e26fb634164ba4a34f 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 fc5250393281ea0beef3984efa8cbf641f61928b..2be62b8bc806cd316a8243ef79ceb46084f78d3a 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 281f908fc4662e67fb8f336201c81b5a6d215f0f..52c054fb4c663339ff153569477a56d345f5f488 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 7c54b906c23571fe5f86d4dac165337100c87c04..0be521b4f88d51fa095ed4aba7f50d61e9fe1796 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 42345a956272b178d10cac811996e76fc840b5f6..e4de25d5d00e8912126a06d0fd48e8019829668b 100644 (file)
@@ -1,7 +1,7 @@
 // +build !nacl
 // run
 
-// 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 94ca07e702fd6a9f20e3918749907a9f335a5e39..aef8b22ba78b2ebadc4179772e8108176bedcf77 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ad71b20f3852c38ecaaff768268a0b31f2cbb4bd..4073073eec646a0fadce6709612f565fbdf8215a 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 d0a4b24b877f4e19921d770f979661a68fa5982f..0c34b1a9e71aa53c8f6cf27a939e5d778bbf7c96 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 bf87ea1491df88a3fdae226ec83700d49cf1a816..b28551807d663b885f3ff0e167651869367be5c3 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 3f8bd9d49b57466d6a0e9d1ea842bdf7021fba29..f614507946602c75adfc1d76ba41b1908c7b9da7 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 5bea5175b17c1c6d001d43d820d67219aed76ccf..a23903c49bccfe83457e4c31569907ba4d405a89 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 948ca5c796dccd218986464ef4305cf3eb804b47..d707aa3c934968f8e78cad4f7ac9cec4814cc926 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 edcd975963575eb71a5a126c7d84158db1783d56..f5cab44c7e2c93bf0b1b35b38c0d576ab2c22baf 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 c7c17e101189d4d39c919a282e8f2107c86f14e5..af423e5b293f8849008dd1661273f74de2804f69 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 cb4ca7256b9da14ce35226b26f94abb3e6225423..335f84d4ba16b2e1fa2ae0c178429289ef991801 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 7eda72b4f8b3c1deff6307f89015afefb70586aa..26e6413702fc3bcbff42d2765aeaa2c08783d88d 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 a7c1d3627bf85376394ceb5cf0194a37a910a83b..f7e023848b6702a1b2e1a15880b4f46ebd559168 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheckdir
 
-// 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 3ff4dc4657eba9576b71bb34e6a9c1dcc0077a28..4cd9ec28130a3f814b7c83ae073e8cc9ac1d08f2 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f8e959a3185cd7f6c144c5e26700dba099ce5f35..b93106d4bdb0a64b306d397e3a2c2d62b2d6d3d2 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c2dd31b813170bd5c588d944c321668c567bf3db..0406b965616d289beab55dd9ebef4b486ae3ad3c 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7d018271fc3afa958d98211128277f9a44714434..19970af34c215f179d9e99fbe8019f09141327bf 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 9730ae5c8c60cbae4597b0e0915fe02d7410c4be..3cb8eaab43fb68318998b78e0c20ec36b83652eb 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 6ccd0e3c820325096a7e1915d78301f1a1d37e0f..e6528ae46a21b29d4d922da3d060e7d7b3e63a43 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 57f6471dc8ef2fd49ec87009eb1e7d2acbd1980f..75d620cde533e266848dceea1ab007061f63a9cb 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 0598d95d6820a6709bb26d429d706aefcda4bc3a..ecb5d22684227527f8b0ffc348fc6f51c5264290 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 73ab46d4591ef232cc885c44aa5f5c135e3e3e11..180af05fde5a9904afd596d25e48d7448f48b626 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 74fc78198b393372b1299de757f2367ba1952cf0..37c93d0f6e634e626a53a3d0d1dac6c60b8e919c 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index ef6a0777fee6c27d157d21fcc6881466e0c1098c..2f33feb4b6afb49ea92844c994823b1c1fa77185 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index fac0e36289493ddce6370fb84bd9d9e242e0b405..9eb57cd3edb0bcc3756491fdc7d5de4523277ce0 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 702779ba675d458b3f41d409d366d9e94e3a53ca..91ae0b2ac883ec46ee398bec212c06c6ff2163b4 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index bb690f0e5b6e90790ab052c8bf36de1949f0e03e..149843a3b04904e1c290ab51c00ae9f6ee89f7e7 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index bd671696ba6896de85ab8b688d58271fc602117a..9558c06ca4681dfcd1870b14dcec8d11020b3bda 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 256c110d703736c6763e855b108e5dd8a931a6d9..6ecc5c45ef89224d7f2a20272dc83b200c540e31 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 1474470d4ceba10846b69bbf0f173542676901cf..a7735a82e41e57a53d1e026127bc9b787c9a67fb 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 37c97d7b5e210592865cc3558e1b01c7942ad457..fda9eb8f0a70bbf7167f1d30d1d424e5110b4c83 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index fbf23207c2ee922bdfd389db196469d59ebcffc9..fbcd3a51514566bf9479c715de69ccf3e40628db 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 38dc665fa68bb8f66dd9c9f92efa6018b63cebb1..1a0616f70adf5f8cc8086765ef28a11b1b7a08b9 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c2193fcc253a18dab721ceca52443a842248ddfc..a4537a4232952382ac834e1d9ab9e2f9c6c5c648 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 59921d41caba14ef4bb1655f5bf4a13b166ebd12..36be76170fa243f7c4b6cbedf9dcded5296c9712 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d996ab64cd4fcfa73e944f7d9c4cd3170033437b..118bbacc2202e9563a82034538fc2f5624be0fce 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index db1af3eaa3839b7c1f03fc994df6c33468219cca..baab28216f681660b83274bfcfacba7fd42c7ab3 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index ffcb668116070e104a1fdeb56f6e3377e9ba4c00..f90f6f32cc71cd88ceba9e2e30401dff04fc23bc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 82201088b2887a35b4b6d5856085239984ed2079..fd8bd76bbfce383685126fea1ece90d9ae6a0e88 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 4a92624c7695e3d7ccfa9d65e11820c1b0859c15..b53abd26e3f114f8c33eb9b545f12de22b7cef1a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 1d695c3045865191393e797349f4a7793b943900..ca7a5092e9f849cbe04e70c23bf86b90646b4f66 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 ddba8dad40ade8d4404d91fda3d8fce3f4faba97..6e4fdf4e21ab5b2ecee4b1000dacf64d1d075ad6 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 e291a5516784e8403e19f7e92fed96c86bbe0251..dcf62f0592a11e191e82ec517166c1eeb06ad514 100644 (file)
@@ -1,7 +1,7 @@
 // +build !nacl,!plan9,!windows
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 08edf0f4ffb9a81e662f9fbef9d816fb92124c83..92afb2e70444ff0e4cc86e45669c1075e3df3258 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 54a289a8de6823f39a53573b7e12c1feb82ffadd..c7f134615935a34e8450dcc96241532bbefeab32 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index a3e6bd1619aefd655ed78bdbc09f20c16a687ffa..a6e83869a447172585a970dc790eabf0ee76a0fc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 5ce8996ffaacf569a0d04ebbc2fe3527f8ee79f2..cdce1cfbe2c5753f06a29d0f6c82f63827747e77 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 4c5c7c32782595b9ce5267a9e507b72c8815de21..8fd63e3e95fcdd47a808ad6f91646fd687109acc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 1ae2d6139b74413754cfcd6f80bb42f198db19bc..464ad7b8bf42e97ade9d431d62aa0ccdb61c10b9 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 2a532c49115c7166075809dca55c8be6ea19ae72..4a65f7774a7ad5f496f0423b57edf2ac5c2bb2dc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 1245d91f5fde5cdfa6f952786fe543867434bc22..293180faee5b2ff386d07724e6c12836c839f9ee 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index fcf859b7fccfb4d54c85ff39dec3e767794e5835..880353a90287f9c42dc6f0d39ef8fe506373ad0d 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 273c5b8efc9024400a51a6ef51e44e4587b435ec..6d93860be95c6a1043c867a2ca8b92817519b7e4 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index ceb2009be512a55e3b588ef2413693fc7c578bfc..e9db50e88e97c0dcc07ad32c4075900bcbc639d2 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 6f9d73cf1fb2c2c641693cfb30081604f32a861b..5ca0be1f6e27116c08769fea77d1933ce86db36a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 3e3b7c18187bfeb808db36c11faf93eac596173a..8e282431eb394350281390267db2cd7c9827ee60 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b888ccb44872629812dabe495550d36bb275ab24..771d13d4353d60e2c5e427858507dbbf99b393fb 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 615c66865cbe15c93c63e0a0f5dffc7f55ff6d3a..1bd1400987d1b1bc139e5540423f3d46a36e6a57 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 795323bb3d2fbfe7379dc78cc0a98a152dcbd3a6..985b6de092726d6f11d12ce0e48b9d1924d89352 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 33a1a5a7ebfc3337f0ca02972b4bb72584407bf1..3af5beaaf077b9a769cbdb4e091f3297c7ec32dd 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c38cc7fad79c63a68a90e028fbf4992cf01c8b36..353ea5a0b1a3b3c5e8d5405bdc033ad8218c9c97 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 1c9e36bc2cb279bf381c1c7d5ad11b95586785c1..4812602c673f059a6023538a9438f382e2ff2385 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 cf57041928a507b81d787e4d32e5675612f977da..9964347250948886b45eb066a59e7bfb20e14c63 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 dd48da808b60f53bdd32ab9a37f7906614193684..60162ab1cb8c757a8f50ff2b7bfc31767025c23d 100644 (file)
@@ -1,7 +1,7 @@
 // +build !nacl,!windows
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 246bc7c4e5b7e20159897aef4a2f7dcc8a03875f..c5165c52ccf7cb952e56249685db060f2c724a61 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 86c73bf4a8f1be3e197c5b7ab9c1bc69de39b520..3a626e523ce58578bc1766dad99d3e8e13211dcc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 34578565afa04c55b40dd36c591249eb1f9f8a41..5fba131d7a22938543bbf75d1e3087f6cc1de433 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e91f26d6ed054e4d92fe644d2f8a4b3aa59bbcf9..aa0f5d1efa685d0912e8e017b6b3c2b0ef00881e 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 4f0b721f24bcdf28e110e0b93bcf64dea0002d03..2d604cbd3c6bda02763223b9fbc8a7b30b3924ca 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index cb159b0d6be0a2aad5a7b2cae29f662ed6080736..08d5afc894ddc519071e1929b9da1289e72238e0 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 5fbbc9cd444332ded2d7879c78c26aceaa9fcebd..7bef58bbd17b16c6859b2c1a59edb033b1c74a6d 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f3346c648dc6a480fe06026e18085824e6b34902..c7b0dac31324b8031c57f09738cac76d37fe68f8 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 14abe469bec9a14dbdeca9d97e2ae75fdd86a349..5638123d5028f5c80cdb67eee8bb604a36f847d8 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 96e1edecac8e24bc988f5657ddd7cde27827aafc..0cb34873272ba8b894d5a92d595009321f7078c8 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 0253e1446bc821ba64bcd112a17641352d0c472d..a0a1c8aaa44ce43128285e0c6c29447bd3116304 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f8d75d4541954d77c10ed9db96056bd086ce0b43..92fe4e335a1815d33728a8bb20c58c100e2f53de 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 503779c3772de6060a217878c0cfa1ffdd744528..dc2ecd61fbd66f51d6705fdc90c4f4ba9472093d 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 0233c197c4e9ce4d46d18aea8dde63085770e2c1..d02352b47845264e6963762050f500c61c3f440e 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index daf2a083c5356ecb65ceda51670569e36dbac3ea..73a1311f3223f26624fbd078504689aa4fdd9822 100644 (file)
@@ -1,7 +1,7 @@
 // +build 386 amd64p32 arm
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 6789c0abf0f7d6f8d5063e9d58f5d721cbb53dae..0f941ca2f4dfa2d8da31c09209345a6162604ab1 100644 (file)
@@ -1,7 +1,7 @@
 // +build amd64
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index ec358bd36e40ca690b78d0367954b2ae068733ea..889c8b0c12598d4d302962f40879a3f55b495e64 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 59d5ef903845d49165e2babe4d4094464c2692b8..d8854457446fc9076b6afc2ba61533f4f1423e52 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f76170efc950ec0af4e50a8d9dc05634c1a51deb..af0c9d9c574b3ade4e35a40371758c51390910b4 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 55a02e05c0705c97e5da03c6a050be2456d4f3c3..14804c8471540694032dd449f737fd2191db437b 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 07d129ddc4804ba002faebe938a19144c1b4f9b6..9211b1c2cf4992464197265aea998d2b27c1b0d7 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 8242f284620720e4edfd6d1ed52e8eca7f17b4e6..aba8649b5b1d387a32fc96c85048a4c85356bce9 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 8320b2fffa2e23a0cc35095f9dd0458f773eb132..2ee41f0251072d9d19e5c9696709bf931ee0f39c 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 402c3b083fd550d77bef5a6bb5c4e2f7a33521ed..1403798bd30a4fe473e1a465ff33696f00ca75d3 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 f8a9c657819ddc37065ff595ac7c88c55febecb4..61af578c5310471ac5428797e4991e4f37f0bcb3 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 2d77156c1aeccd650347d16df2751c0617e2d6c1..08bac182f704b6a1e9923c08affad872c63d65a0 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 96a1dd7dc26ee9607a9cf40c3707300989e3170c..66eba63f5c1dfd3614f10cc1370409f3dd017533 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 9b32508fd4f640a8a874b38021f3100820e89fe8..9152bec2545b73f7598d008d048960ff87d5a95d 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 56cc7cdd4d47b683043447f7c3867caa2d358970..6188e3ee0cc642365d4bad6f04d551326e54f544 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 1dd3fa4213a0f17ff5f64e6d5eba734f96d65512..a80a960394470b75c69eddf49982e4dd706e437a 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 94852c9ee58c4b4b254d8cdd4a472c6adcf17345..e460d812277d1627cd9f7d78e16bfd839a1adac0 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c58e1ca40042eef7f25f8db42e4288ebfe8166de..215498e085707eba846f6af3594d10608b85636f 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index db3f3da448ea3388301195e0a0239c13e32e42b9..f9f554d817daa48d5dcf2e2b2c1ad104a0bc1528 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ed7b49aea2f877ca39380334e26a0bf74440cc6c..aa3c1ea61fa7265e78b3e7e634a05d37c8440330 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 2024eb007cdfed21bf41e4b950fbd7d05213616b..9fc47707891a5467dae3b95515648c0a637302e7 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 162eae7124a92e34a3f8253c5f2a2dd698d8a54c..0c70a23a9e4b5a2aaf3332114ed0b72750bf150d 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 6df3c5cae669ce107d7fa3d147efc3d31f37c1e9..32cf3e35d278e58be97176f45223762102887f70 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 a91d904333b70882bdbceb42d03c2ac585fb0a3d..c85b077b66cdefca1c152808fb38edfa9660584c 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 67e1852ea0e2776c183967b375a331d08c0199a4..640305c654167039f53c9245e62401e5e71bd325 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 1dca43b7ae445291c17d14983a673fdc4bc69d1e..9e08a8e67633c53cf8df124d2716c5e87a411f58 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// 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 430ddcbb5237511a829aa5ceefb7b5cca95e5373..a4eef64d8e911f4c67999b8db966ac7a33b60e5b 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 3b90db88d6163635026d9037d9e1167c6185f10f..a1c36f617c7c06b37107f2aaea65836bd86c34ca 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 c7ddc0cac83d345a716f22aa98f74c1db57825fe..183fb7e4af026b251d70d5f818e52d0063385b56 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 ba80464907be5c4e33c64203cb28519eb7d3796e..819bd1a984ea4286b50c57ee5ea908618c609501 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 246383484334f493d2954075a74fa7fffa756a40..143e600073f010ac118ab6e84f43f614108d259e 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 f55d9469689958cc853725189b17923213b418ca..8945d6543d6d2ed7845ddf7c5cfb78824086a2d8 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 35e19be38e20e3801e2ac2d0d24007be90c2211f..5b435b4aeb9138aa5cd7c91e5000c009329d4c51 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 b4152d63a73a379a0da86306f93b60d7b04fa962..e86a697643b3f755989a5f4757e13a105fa187eb 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 b894453fc37576b48be8c1d82166829f21a66cfd..1ffde188b7858e0973a3bda3eb602570b4b0bc64 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 8cd4c49f24e0c99b054ac4e21c80dbaddbbdcbcc..daf4f0c8ce41c3d9344b7296e2aba42781d61461 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 1d24fa935da9cd3a3336d4ace9fcd93e4e07b3f8..9fc3532f1d671d15b6f1bd9683aff854760e70a6 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 97054da3a319db053852d0c8c4669e1aeacfd818..31df8c600f3a284da534c5d195b3a7a0f3c29d6b 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 c2fe1463cd6438b59011aa7c9afdacbbb8370eca..28b41e68a737dfe9e3e43f0b2c99238c673ddc54 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 59c2cd35c4c28f6079dfecf3140f54d22bd7ca30..9c59abe8026bfecfdf857d8b2a13a4d8fe551ad1 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 298c4551834e1f79573aa5efb48dcd4bad8f8b6b..d9ad276a311ede2bc95113fceafc7c69bd1820eb 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 31d5a3af18873f3ab94b65739ac78fe26db0c452..2c31f32da7b7fdfe76d298f7cd69b663f463ec14 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 0c2ac7b3bef15e01090dbdbfe8bdf4e7b03636be..692a4920165ab7645057026ef983289c3fa50b36 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 8d3caadae13e27faaac8c35763a000728fec6344..633573e51d1cb6ec3437f78cdd14637ca3e63814 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 406dd5903e3852d18f6973ed274c2933e5e52b81..61da121d513270a8b6e7bcb9e10f939a3e315fb6 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 364d017afa7189bfd11ce55e3ad4c7414f65a6b1..585b480c0a918f4cdba9475c0b2e418a25ecac8b 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 5c4a2ad0dcf5885ffd5573813a093f6d92d84661..98adce7cb4c6ba0abd8708362e6ce87c9ee2ad61 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 8562bfeef85e9427b49dd061ff662f361938a2d5..b67125b1e88ab789ff3bc6b6c53afe5d7cb970f1 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 1d1a948161af12020313b61dd3062a6ce801f0ed..684d54ffbbd6334ecbc158e15ffd4701b6c506c9 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 b67bd8cb87573f10bb6b957693783cd0b746be6a..9abd2548a589be58dd3c910dce3a46cd2f735886 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 b54fb4f5817f32b3c960bdc121229c8bc05715e8..29a60f590f06eba4ac26b70eb2ddbba4862364d4 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 497ecd3abaeb74cbf572d61a34fce184537b609b..45c32902e58d91bf87e9b5bfcdded7d87c114719 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 a4c871bdbf6b7270e5d6f3bfac05d34ebf1cfd75..8358f0034f91efd2ce1a4c27a1f4c23ed931e8e2 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput
 
-// 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 032e5d9de3b437219489c773a7651d6bc9f6dc8c..291903ca459f3d5dc6ac3db0685938ad1ace0cfb 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 5c78c7d2f3c7ef5e9554d9029da2fbbe9d0f2b8f..20d850915dde7ea16e93da6a323939bf7fd98f95 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 242f5999e84dafdfd0c121540dbaf1e133721480..481acda3284a8f2554c4b7b91932b0e9e25568bc 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 3f13de16ceb1c4977c11e29c6b389a84b31e9c6f..af27b723659b1fb198d23d256fb6fb740e2b72dc 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d2e4a0b44a6cc7b14224399c5bc6fe6d53dbbc38..f1f8b08e63b2f72fc1cafd39844c7ac7fd87c671 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 136abefb7d2e46363800916515a62f786b390029..1f4f3ea9bd89f2fe13047e31e4813b9448224110 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 a10abba8b288106abd6744245f040a9066532974..9e3344d5124a60d720b6ada349a6dbc5372c370f 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 8e3c7701be03348c46eb5e1ce0f1f5e60a6af993..9f6974d0643d3612eb16dc536f0743f0e8254dec 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 064e1aa02818ce26af0da696d1705fae1217e005..c77a76d057ac512617f504f73a8e069779dbf57e 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ee7048972afa68791f8aa4c7ae9ba2c2d0605fcc..84f8db456622910631994f1c41e2bf7c442582e8 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ddc97bdb0cc78479ed0fd87ab02e88fdb0515211..6332697bd23dc1fac6463fc5eeda4ba52de01903 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 014f2ef01f77caf3556886b727c24760bbc05fdc..c71cb1bd082ecb2b4e82d1482b813e9e521ee7f6 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 29049d9aae5779539fe0bf7c680f0a22674d6a0c..51c6836be7e92914f27c58e97205540956c30fea 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 5c0a0c47e3c164eff5ab2612663c2fb9c4f00d72..ef646946cf187ab02ef5a993f93e4d8e268a8da5 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 79234a3b9633d4da33f78cbcf81413d97cdced2a..a1b6f477ffd6964a5f7b18d81cab31e96a178496 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheckdir
 
-// 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 f0f7b0e69b6744b9d95ac6db265e484929ad5d35..d7fe8026e8d511994d64692cb5f6fa09f81ec404 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 1a23ad064dc43aedad3d10b6d25a2f016d243a58..3df63b091ddbbf0ceda202ca95e908345b1c0afa 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 3e7a1848270fe66794e2c7b725968128f3e88d25..c7f92379c84a16902018d79ff28d9673ce327630 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 582193997a155c0a9b7db96c64597b76684e4045..3e2c18a822c0d53bec659553dec10305b1395672 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 a9a8614bb33d084d934f76684370a73617cd5256..3e5d012e6a1097061c81f04ef6a12f54652c7c4f 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 c84c6836d62539666193391131edc2b059d90a04..db7f7315e6ab093f912b540791787a4612d9901f 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 a6ef5876ab633fa2f571c304a85c064831df1e83..84ff07b9487534902e530ed22a3d9494128ce2a1 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 b9de63edabee46cdf3b0e9ed1016113636a09f1b..e27699c2ef51ff6ad40c00ff43c17a508bbd0b46 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 82d66eacef944bc39418b24d447ba5b1fcaf8e96..04e3626c7524d145c0eefe174db9481b00b46639 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 6b65b33b0a84c47765d482b3cff464d8043621ce..dc909d483cdf45a69db3621767ddc7701e56d451 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 d73adbadffc23d79be4852df303eef503a3a9d96..4126f92eae597fdb3da8f1067687268eaeee0afd 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 ca175770fc1f1e7537575804061ee5c37670ff83..cdda735e965704d46b6ea7612539603600bbed77 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 1793c0e534e2d56d2d2f0903e99e65b45d6b322c..dbb46931b825f2d64ca31e62b298946277cc6ae9 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 12e4997d36b3aaebe5092b3a13aed20272c990a0..77941ce55ce02f3ab249505f7397ae3573ff0ca9 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 0a359184c6028e83618d9c07b80c9701f2a8f76d..c21663f3f312c4a52e3e2ef39c1c5e664929d0ef 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 e4542596e9ad1233b9927ac32cdd9a828a30f27f..343661f08d5b53c0d5ad0a812488560d9d493718 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 9d47fd84a7284502a38199f72ff01f3832617a3c..cda1aa7aa8c0f6377f636f4c3c62ceabb3b4857e 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 34a3f0487a4986ef2ca3bc7de6b30a33816d2f57..581ec400200fd1953566be9191c7f5f52b4e2994 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 6c29dd08c619b2c8a711fa1bcdc44cd8d194c00b..eb791bf443a3b33babcbf21c090c809ddfc12982 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 c79c64ca1ff207c1f7c1f22b5d45adea8ea3a8b9..6939e641ceb3181054c9cf00fc9dbb6b35dc264e 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 49ce7d737910016e0e2e054492c20e17a206c1ac..7649b6b5e008cc29c5498c38a32d05822ef080ae 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 b8264872a98d63b1ad1ce33a84af7dc13879bc0e..1efabe460a68036a9b740bea2aab0e4e24d003f2 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 1bd6fa35ce7ac1324483d28f72a9608f3f7064fc..0145aabf4117de045e86b07a85c3d7b1810cbb59 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 563fd9156e720cc804cf0d154c167a9ada679599..8695f95c42fe5d0f40898159ee224e35d251a8da 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 86289afa6db2305292f2470dad0a22a6aa256ea4..f1fbffa211881279dda70229ab849d41765f15b3 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 a40e454f9b1a269cd0768874c00bedbc43c2b442..b5a2dbcdb88a33e1e444d8aafbbcda8d801022c5 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 c0fdf1127b42a6dbaefcf7d5861d5c92e290249d..cfd1d273d8e6fc087812cda17a5e822148a6a7f6 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 5e339e801d5825c1bc8bbbdfdf5201680310cfd7..8757f461532a2d6223845820ac36bb2df31b71ea 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 5ff3bef1d16241f66590d5da40cb0df5fba7631e..eddb4cf0781a17bc105baa5e25082c0a1b546d9e 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 a1b27b3326414e43b48a0f7d6779dd230b145795..9f3f5e8f523d1af736ea290690bbfb6a731a12ef 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 f8a0f93c736c74ca8cd24353176a4edcb15ce349..80012ba8e467b3d5bb4d19a5c5a9af872dd169dc 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 6dff51586b7be9a902246db20254101c34b366d6..26a8d1166976a45d3a76128fcc99cd91eefc53d3 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 620736540aec1a6f2e547a7a70a3991bfb2fcaf5..5bd40f6205e32d261a4e53e6b098f788e14583ee 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 5b44af43083b251b321090be7a46050d705b53ad..ad2f73c16b9399a20ebd356b8d8043a02ebc487a 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 d0922a5a4ff16820faf63d837533c3d2349492df..13a53392da5cd1e61f026f3d0851b3607d6a0f6f 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 10c48287d3a15060dcabf30377ab486c351998b3..0e5417dee7550b9d6a8c4fe3338789e9f3c27f68 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 2372e89a71a2b2a0b2f7410599c26fa8dd855d28..8db6425be69d1c391c8448ab07eb250ca9ea3fb7 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7025affc2dc1ebff8e3c0b13077906845cc67164..bd4fa516a235dbf5d49638f08ddb156fd42eb88c 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 1544753ab4928bf4f16c42787269c30b1b45e29f..c99faed43e427d4eb800f5a3c870530c52afb944 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c1a4723f9ded52451e1b3bb18a2f38527b87d827..9ad23b3cfcb7d68a8a8d243d29cafc793848b9a2 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index eb1ad5e571a4839efba65e65f64fb92d79b3f2e5..e60af6c8e23b2dd6b0a11f85981f2e8585e766df 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 94eaf7f1ea8e233259960f0555bfd02a72844e6d..fc494207a1739907bd05d69af9568fba7e3036c5 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 21b4c5b541a0cef2fb949c584704526b875bc415..f93328c8da4a04a4efaf6431358dc65a9b358ce5 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 63a601ed934573ed57a483b00b363d2a5021d829..3912debac9ccb85fac486dbfa6c9c27a35454e78 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheckdir
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 4cf19e05978636b1fe3b9f53921376ba8df0eecc..34250cd8795ae1352d01fa7ba5bb77c7a3f6564b 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7d05f3945cfb08c711a36c7e7dc96e214f3cc53a..387a680aeefdf86489b4ca2e891927144b23ba1c 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f4b58af1e688cf300ac1bc78e2394ec11a4404d9..39a3509c69e321640e0064870ec8ac4c105689a6 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 5a5bb1692480f32289b97cded3a650fecc058214..e175f83633919ab8a5f28611c6bdab6b9062922f 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7fbc87200263c9968f485914d9774e4e0c49f50d..642bc610bbf7e7d37727d4425190366fb0101fbb 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 4866570b4229759fd01bbdea3ae1e3c4ad8b601a..797d6c7ffca829178c0bb6d0ed6c11d2e113a7a8 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 593c634187a85ad383066a6c8ad0f81120cb6a26..cb59c9fa7c85c5cf13c9308952e731db752f3e16 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index dc125ac6e83cfa9fd5c0d9eafc56a4c32b2db8ba..696b26e64d304ca5ba212b1420230b2fd35fab08 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 36ac7d48e6e67f269c787f78b18cff49fed27ef1..82e666e5c2980b5dd4d470aedc713424569eb24d 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index a0e6d189002acecf811164673de0696a2da81603..288fb54e517f319374046bd365a79903ab7cb78a 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 8474665c95402c7722095271f9764913bab0893c..e4dcb3376ab63b29358ab1ddcfc01d3d31f11101 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d4e05f4d1e28f088e89045f8507779cff9de6643..a4092f5bec31350d004553804609c72c2cef4ef1 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 42fae369b60cbebd53dbd459c043fdd3c6f6b6cd..be792332f58c7799cee2635c5a8d9f5f0f51215f 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 298322233721ccdb9a13caf2d19d6dca436370df..ed78b1ed2cd2c53858775cbc76e5109feddd8050 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e76f4d1f57280bc294402f805d9cbdfe8be59c08..1e5d11605f0ec1d75659184de20134f8a05bf036 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 1cb9c240c9710bd932bbe27d0f8d8d68f5007d78..dcbde48e8769964716274c674a39214d0975465a 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 e89d6f4418de2f3076250c1a301017e7b38c6af8..39028e756ca7867abbdf5b723ed3778e8bc9a9c4 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 697aad155fe53d39e391a9fe57c2aedc18a6f056..c7e2bab569c851c3afe189105710a36a8bdebc6a 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 e00a8b4dfbba8a90727e0969f18bdffc8acb8170..096b7a50554e35129701f9d07a05e8dcd326ab8c 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 fe033ef46e0ea138b1048f0c5fb94e83ca55cebc..c6461a362040a552bedb3ff119097c71fea23b02 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput
 
-// 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 f346828ec60ffcd0fe381ced0f56c3a895e9fc30..3b62cb9002fa7f87fb2f77724d9f86275fa3bc8a 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 1aa7d891777747908b883f58b8330d1d34bfd440..b5f043f0a7329c939cea05cc9bcb0bd545d2bcd9 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 e431cb446724db7c9190f9d6098e8df4bae606a3..81b412aef13a9f459f288dcea92b2f165a2b6ddd 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 e0a9555d2ace03e18c4cb459b237eb405e2235d5..542c2a349e5ef7314947edd41315a1bd16eebdac 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 3a4fbff3759ed7c82ca0c47745a40159c607219b..82754c73fba625e1ba3aae3a684311ba4378a030 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 6a6ae2f4494749b8e63f2caa05b0a6b804e15fa1..8aba4d91215ffdf1dc8cdd25a692b564d8b13021 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 680b0e540fe7ff1b7b6a56804c2bfdc2d4e88501..9e9e599595f6e8534a5e9d872c0692e69eb047df 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 f3032fcd53567f387af49ffd1b4d6e6089d7299d..09345473fb0df57363f6d1500becdd183d8eb551 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 93e18225c10e112fe40ffb2d9e2e5b26e8fbe335..e0ef09760099b3fa639bd0dbaab84410e48f4733 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 965c87fa8d60a26426ab9130e075ff4be8aa721e..755e9a1fde62391c8a4c5468fd7c648418b27f84 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 01ef096830e00e0fa1b1e13b1f0ea013394f2676..86ecf9ac4b859c653dabfdaa2f63c38517e577ff 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 5e6fe607fa71a5e542a81a09b1f0690834e63dde..d5a2b22dda0f0be3ee1b523877978b601fd20ea1 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 7691ca69a21854dc1e26ef6fa0cd9dea3c5a1545..d91fc5d9662828045fb7ebd82301bc420d2f8fe6 100644 (file)
@@ -1,7 +1,7 @@
 // +build !nacl
 // run
 
-// 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 d7669f83d5404ca4017f6c6bae7d98ad5c3a7f55..096b297f990d02a08997b180fa5fafe15860b6ad 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 78fc28bda7fa5ca0d665474a2c3c6f5c059a6095..9b665dc635e89055b53b95c12b1dfd0d02a5a564 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 01dced3b43e2da7880448f8bc7faed297cb66762..9d81a043fc6d9980d42d1d3f7a07cf4824098f80 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 7b02a47c7259381a563fc3e8e7df7a4a910e0c52..bbf9fb0063f1a645777709928d373bb55b008f41 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 4bbe09c3e8158586ff852245a7804ebb8f2b84be..fc5678e3ed7d6ff60fdb11dc44ca621585c5e6fd 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 0a8b7c362bc3f553dfed25c83ccc40d390145ba1..ff49314a6b5789e1571b78e241266281b505db6f 100644 (file)
@@ -1,7 +1,7 @@
 // +build !386
 // run
 
-// 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 3022f487f3571444bfa3b7d54c4bc42dddb4294b..87f1d478d6fbfefac6212fd5125ebd2cf7f6e685 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 5783c99a1a77ec038b84245815bffdf6977a0949..bde425501483df3c7177acf01948555707a12fe1 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 1206e1840feba35165e7ca05a9c5c30828ff0b54..9e0ca5ae3f6af2c6fc43e639c9123a25167d9c5e 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7eb4811373c32863da12d615b5962c47bfae8c52..c21ecf671a25376997ac5c1861c29c04184b5118 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 77767cd912fb59e05bca60580579c7f5f679ff0b..03c52e2951d7c132462841d3fbe104f506aeec69 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d01b8232e7e8b35c4b50f6f7d162847e50362e9a..524628159c4bd7809eab4cabe2d1f6a1e81f9738 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 c73062c6cae75b40849d6b739e9dd57adace0ec5..a944f3a9b57240cec7740f237e747ac9a2db8357 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 3c4f74b4ff19551964bbd118cb909db3da9b6544..37c5594a241501a69d9e167a37a7190b36ae45e3 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 fa3815f2bbb64fd21d0b09eab34c7c3667ce9e07..f8f679daab9e26ff23387d76cc5ee23fc28aef55 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 a93c63fb9152b09a06254e8331a29b3d810c0357..480f5bcc1134d9ac700cac9e06a0711d924e6f0e 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 fc35870e4cb898975a151651c685fcabc8528f5a..c9b4896a05113588a358dd50535a3c349e15b6a8 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 63f4efca8a73cfba5f47db858b77b38c55531cdd..81f984b7322b1e9600c49695edde970ab74aab56 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 eee408105d2b10dee3ccdc56aca8b3c86343fd99..81f034ba798ac67c99ac9ae121bff4255ad03df8 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 eea55022985b338b9bf6da9e9b27da9051b73918..b71bf9d7574d819a4d1a3ca53eaebfd7f5300a4a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -l -d=wb
 
-// 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 eda92a37e34b5419fc5849b1cd284e793ff25f76..a1d88566e40ca68e991ccb7e7b417fd0117c64a0 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 e1b96f7e9d1e39515e3877c8512521bfa60270b6..4819b5af96e540a9efb7c3aca1df280b1e60fdea 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m -l
 
-// 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 7d5024893f93cca89c6003ed58761b07bd03e78a..187e4b4cfb8bcb67a2266ef519801e073ff46829 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 0950fdea969f834681f5fb03905e7aa4debaf422..be67cea6dde4da745646cecbb21d1764f089dea6 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 b56ed73be9d57da461411ff242ccfff88138d778..c3c56b11a233e9f6f27f1463e509dd23c1d18d09 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 4fdbf76b9038504bfebf84700f5338e1ac8710eb..f5cab41a0d6b8385c01acc1d5d4d747ad7d60c59 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1b7f853bc948d41d805cb4d37ef461d74edf51cb..f1e57ef52785658234739ffeaf04053beb8607a4 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 7a0abb250679d462d44b49c2fd10e5ad33c086e4..a2280a362979639bdbeacd2409143433c8c05da6 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 32f3e5156c2cbcde72c464a1faa906bbf11e7df0..b8ee2fb14b7ca6f1447c272f2eca22b5964c72be 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 c2a89464ea16942b368767ed5444d9b5553f6bfc..94592fd18b8556587206c9138c004e7d6d2273cc 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 43c48b5c27560385f86829d4663c190752fd9870..1b1f4dedd336f740e606348010aecd23d137156e 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 e4fa80af5082764cd82b6a12f75062e01755dc2d..626fbbcac48374e53e26014d52f85a87377eba76 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 cbdf5a3dc970d8f1bf1cad3e0a0059597a615e44..49f3fbcf417c43d4cc53ed94967e6d7e3742d050 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 c16d1ca5451e29b0486702f9ce1f4173b9cfa291..6ce768e23b91c22b63e4c9cccd16a08df0ac7aeb 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -+
 
-// 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 2cda42e08ac32593cc4c9c47b54df363dd2ef108..a27fd92399db5e6417a32f2c30dbb6fbc013cf38 100644 (file)
@@ -2,7 +2,7 @@
 // +build amd64
 // +build linux darwin
 
-// 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 4520d4ca658bb5e1bc54be9a51429011da7b5fc7..9e218e6d81026f53d4a9869c0c7a847c39386cfc 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 71b0712d56f849b91bb9e5a851deaa7512b7d9e5..85d5d6c361a061d85f4d6568c15c8a4683abaaae 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 703f247249e2158052c8f96abfa1cb6fd491029c..e6041e602da3262c288ef150909a041a57281dd3 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 61f2de0e38908e329a4cfbb329bd3a86e2cb246e..96790dae83ad17e21233045e3e9f77ec056fdbc1 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 346e9061713cceb7b17b4566a070558eff09a8f0..00fb473d6a27e5004b60c0c2b06b82e80b897078 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -race
 
-// 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 c6cab532f877487df906ac63195b01061253e1b1..55a8f7d65ab394c94e66d387019ea75b073244bd 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 686e1e1ada3270a90658e8a4b0106831829fb4d5..831110e08b1e02cdb92c591aa4ce1f39b16c72d3 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 491ada1d9c4ebf30c881715d00f6215d2babef92..e594db7478bbf32af3fe9eef0232cdda23545d57 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 1366d244d3e91180c3d86c01fee2dfb3998af332..2f330bfdf3b4bbe43bb9f2284ebd03913861ac88 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 64ef38b10d5793377378ace9e886bf509917c517..ed0a193dcfbb54579abf9b5500734ddd0a9cfedf 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 d7a4a2e8f3cc667ece3858887d36f2a1d6dc3f35..7db06d1881dcd44869073277ac74ddf604a2f961 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 a62d4392e6ff66c7198d6d9cec4bca84d370c361..628c222685efbb34839cc5a9a71be11d4994c0fd 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 089637d86b86e1b04674a0700ff9134de2890be0..200290a081d1fa40c50bf97242f2ac6ca3dd9da8 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 63aca2378eed99d6e61964aa27c32cff21399883..583c417511985a051c4e9a8e343de921e40f4f3d 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 c2b7d9b4fbf5fbb1c67a5d20970ca6e00bd23edb..30b65bce8335d982141f0c6680cb157401452a37 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 89392bfff1d4b1cc09a1084aa07eebed51e7f136..8ea809c2149e1f5092bda80f96a58b7d53ffb43a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m
 
-// 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 c2a8338c705dd3c3ebed6f7afaa24725c0e31d2a..f236bd0f6a8754b99d81a6bef32b5c98a5b4d3cc 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 4e353312b879087a2e75a904767e3a89755bf975..86a636f66bdee700055453bf39ddcce18bb09da1 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 755b1b1de076bb4ba19f87ac320d1ce6efe9e8e2..935f3820c690ff9f6f65b03bc0e94fc411f2d4d9 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 3668d4c89a8748a96d0086c7636f74dab255beb7..d11ce51b97109e7bb0ba67e3f5bc92d582ddf1e0 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 089b6f20f42c0dbc71ffd7255508ba56bf691dcc..a587e28da7959a79a7da2333873548e916b5de7e 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 28e434224789cc0605a77ff327f82b4f924cd180..02d9836e98da207fc2e35bdbed3658193fd6ef9d 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 1b0e5b2028926dc84d70b84d0d800f998e905591..01bcbc433192c2fb9ca7cf2e0b8ac6b0612823da 100644 (file)
@@ -1,6 +1,6 @@
 // rundir
 
-// 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 128c87231ab6b99cb71a4061d26a813b0ed5087b..fa5629b20a9f8f37f2cf79066839061872d558df 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 b2f69dbfa419991a64848924ecbd0fd2b9804270..2494b83b03bbdd3e0abc7961cae6586b246429f1 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 bb18a0896242ee6072bc8d3448a385eb0724a927..de9a61b497d9eea7c771c4fa55b81eee7696e4e7 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 6bb78f43cf8ea80bcfc0df96d5d0be29bf57b19f..f082a1fb79f109c2fe4932181e6e6ea66391c41c 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 5ce2eea26617d64baf7f80e508eb2d8223d27efb..6a510f990d4ba8da16eb005e4880f7e6a77c6057 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 3dac8f7685c11969ae727cf7ceedbe42afd94695..c59b6b8caab22b90ceef34107f592dc6cdde4cb6 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 defe7c324c20bf344d49b080acb57d920d59e450..6a17c461620bf63bfa7004dbed1689e3c96da97a 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 b5adb4010b84e417ee88f8922ccde9b0dc96f1cb..c79e9e218c98353f838a0e34e20fa5fd2c448ef0 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 04d31f71adf691f42a99ce92bac866f86f155ae7..09ff1bf8f7f3f48acbdfa79e008a684e8b5e30c7 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 d732c8b363e1a4c18b7dbcdf8865c1037e004e96..d010e936534aebef4434f3e6a5393a1a97af4b7e 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 33370d07a4e197ff1124699b37c6b7ba39ee6a76..0d3e23625ec245a215f87594218925f25fcb8f19 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 13c996bc22983c7b176886a6af2ea26bc194e8c7..c275c6e222dd8b1b3f161b8898fcbcbec90abf98 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 76b47e1a6d56d8b4b3ff495f61f797c7c04f0c78..b1d036464a89c747163ef1bc3500f0a0b5056a72 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 b18c98bacd226e04682f4ff5d4a92f20622953c3..5bb05eb4041c33f404cff7bc541f7f9ee3e7523d 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 11ae1f7c6c6dcdbbf8cf4633664751a46b07bef0..38dd4b8cfb37a5fe20be04389ebc6e0b5315e4b7 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d0bf28fac28eada358829a6b9c26c3b2810cfdf5..1284870ece654139246118e3da0144e75f33926a 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 6674db9ec309e271f6c913b329253a2c0762030f..3dc212620afbd4e22652adecbd339d056fc4c3a7 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 b8458d77647b7bb9c9d6736e252a03a720ef3148..5ba3e1066cda55317d3f5fc918a07f6b96afccaf 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 6822760ef8cc87594017ab557fb95270901100be..9eb2e0f9c2ad31b2b273fdf24bbb5a864aaea5d6 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 fa1d9fe49d3e2d7a3c6e66df781f5ac3c4b2b04c..f5e47150eeafbfb4de4ac071baeaefb13de6163f 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 54dd214d69f29516acd36dd0a4efc8f8f1426342..f91bd2c0fbe1b98607bd608fdf87602120bf07b7 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 820f18cb8d7853baf283d055b5b614274465dc69..98ffea79dc443bc14fb5125d5b20d3743aa35900 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 70977ceb78271cdb5a4e7e43bf909787ccb47693..6ad1952d672f3dad8fca5eea1c16936f59f19434 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 f8821052af5c9fe6c77478dd3a0fbe12f856e394..d26725ec0130f318de657736b76d158027f196f9 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 5ed09ca554bda8d26be28e56830d74a3c3784c1d..d92247845585a7e6bb65d5fb970d4d861ed5058f 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 7ec1134d7b69f08e1d139170c64eefe84f8847a6..308acc22801280a33fc344dc01ee194cae4ed582 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 a1b6b57e9742359d6adf12306aff63fd05d66f82..83d42e7e509f6ce69b0259455a46e4a263799cb6 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 f04103ff5b2c592664b3d77d17842322f8e27e04..34fa98f8af8fefe08299c961a690cf3ca12229b0 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 47b21cf4084e50fc27909aec0a0a5d389e20f2f7..9023e0a846910eb178d3da2093407d5a4467143d 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 3d727d433edcfce427710f4cbab3fce2fa7db707..197c225c6f06b3d8799474c86e1f2f8ecdb94564 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 5c3a1782be149e12401a364b92278308a5e4b9ed..c482b0f114a3cec0d677dca7e6b74b37b4c799c3 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 4f37e7c36b6fc646c8234724740492c28455fe76..66b96c73c73b52ae49871376d16bda0d5441fd38 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 c37ccef7cbf7840f079bfd72228dd9de9016d130..534ba7113afc26d80d21f8702bfb200a1bc218ea 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 29d98b0283d9bcad9845c6fc9e1d6608879420c0..8c958f5725d66a97faf5605945a4428fc5681958 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ad1242d1e5f25627ecb779647e2fd973bce6f29a..9191ec5df88dcd5c3d3b1bdcd869b489301a744d 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 c447371c1ab0cd0d9b1a4304decd0c6b6c5650bc..96cac0a5c1c0d8851ff2a73629bca222d2ea482a 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 61c01d7aec2d4ef94fef0b62bafc59c9864177de..98bc2a52fb96da1c2ad93177d86e50cd2681d323 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 3220e85d3a6bc92de4626037035f19895b63dbfe..32055b28e246add2113231eff5df77f9a8ade611 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 1aa318c2b234abe5fb9179d9866c7724ee83c76a..ad378d8c531406fd05934ab570fdc6dd33060f4b 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 fe875b35013f9a7bf7f8d09a011eb1476a8bf309..0ba95230cf33523f176b827228ed1fcdfdbc8010 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 7b4ebf944d6841feba98d501d5284eec8f028ee9..5aa29086f79a3ec34bdf490e15e3cd5465482fe6 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d3f582b20c6bee704d8bf0c16fb94776464a5853..76aff76a6780332f61822e4ecb4d25a4220a3753 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 edaee93c5b77d667e4cd7e58800e039f8f41b80c..971290d8ddf8704c3b78bd1430bc87e77abf29ab 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 18d773c2cfb9a21201ec3530bdeed8141719834d..31b32841be3063049d4fb451527cbc79115a704f 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 69f66f2129f6ec9bd1da9e8296656e31fd566e6b..45e609d5084cdb69aeda777234dea18c5cfb1889 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 73c75393cf44aeac36aa7978e7cd5c2836cad687..f7c77cf882f3f5c0e947f1e0f3e182d10d51ce67 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d6781e39a22812294f60564f47d7ce594f81a437..af7bb92b58a7989b7a10733d42e5b77cfd6fe14f 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 13781af1f361b0428e2dddcd174b79ca6af6445e..a1009ad96130919bba718f9a0f8796527f53a76a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 c3dd6297d85ec20c462d01c007f333a755f5d9a6..d0bcd56c71117354b1ff0f531eb233ebf59fa393 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 aefe2d645571620f7f1aae72cd2125d5ec61997a..09e1b850990c84f729cab9c2d472af7136883f23 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1e74fa1a1f607607d13abebc4c92510281a7335c..5ac119a2b28159108fa25f76c5abfca4227465ed 100644 (file)
@@ -1,6 +1,6 @@
 // build
 
-// 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 a2cde2a501ea43f3108b51f57ee3e14aa85e770b..6fb444aa67958e1d5c791126d8c91e53a2d32ad1 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 81b9f0521f96ee01f32537c3348887f325e6f94b..9f7fa5a4d452c69ced3273d455ab42a94b9ed121 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 4039913dc90151e0c20fcecc58a4fb88c902a71b..6bc882675f28a36e88c3e5a1d65ab71f0ca0f805 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 c2b1da9e0e136d5afb2693eb5612fd46e37ec4de..25f1e521fe8dde64398b172937eb458cae4b0cca 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 17ce189f95997e516f4fb86413744d8ca4e76c17..8aee9a2c7813edca61b67c91e2a4ada3484b6675 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 36a4ad671d2c1225416e8d72e99e26e736162ad4..8834b4453d8a2d8dd403e8594ed800f53928a817 100644 (file)
@@ -3,7 +3,7 @@
 // Used to emit a spurious "invalid recursive type" error.
 // See golang.org/issue/5581.
 
-// 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 035bbd35d25a4be3fb863dbe3c7c385e302d3808..081541cb87d90f5cc17c35ed964bd412e8e8065c 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1dfa072143e76c1f0b9bac7c0b1734fb20c7ca5a..11b9a93246cbad3ecaa04351d9198fb5393b1894 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 f5a9965f24397be7705de3483b2237a150678422..81041551c8841bcd211c77a3eb7661cb12f15d47 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 ca060b55de6a2c94deeab349b2323d091fc3e253..fc8eeef82fa03534b83aa99203feb866b6848ddc 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 94de06d57db5ab0c4174dfaedcd571df3543d952..1046d66afbed17adfb8ebe36e553b069de13adee 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 cfc4a504c5ada95adea83daa8105f1b6f6890169..2be1aeefb14661c214be7276939dcad276ef3ab1 100644 (file)
@@ -1,6 +1,6 @@
 // build
 
-// 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 78ca3b9f6ada0292565ebdf60396ae694259d715..5e16c78b4d9b3cfe9a7cba2e64d0294704b55b2c 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 190e8f4564748513ae42e3b21ec2dde54db3eb17..f828303e492674f9e21e4a0676e09d0f69e0eb61 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 45aaffd2c90a09f3f7ef15c99bd2e280de1854d6..2b3dcd923d6a653935e087fd65777ee541c63ba5 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 5f787c56900b776f23d0bd18b08c46ca67007251..795b223d0bbe8f1a2ef769baa4904c80c0ad9b46 100644 (file)
@@ -1,7 +1,7 @@
 // +build amd64
 // compile
 
-// 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 698f62ac95678b789b4bcff1b21c454e84af60cf..459434892aa1c3508f9359eac984bb6210543af0 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 817e4a877cdc17b22418bad7a5566b374a1907f7..61548a2d52b2a7d13fa21062d7531557bb57365f 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 d494933b2e29d504aeafab47aa5b77b17e7132b4..dde7921d92f650e08983038173d53964d6d4a338 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 eea8f9c878f05a95f2df0b59e6767f6835392b0b..2786786ae118e48c7336cc14e48f4337d92affe6 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 af5feb728669ba69acfb31a546abd0e1ac9ca962..2930f52c8fe9546f5d39a8c91e06d5b862fa37bc 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 cf86fbcb56bd1e5d6c65dea3769278b634f6ddea..d4d4da7b3531b5942d730cc414cf00587b7daa52 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 974d02fb03b9856ce4b073ffb57b1a001de0d4e3..26efae7409653bd2c8538c885ab74eea20c437f0 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 4703ec035636843744f386edb46146366f42b01e..f5b6ffd0a1320123ac337b090e8d1c93291b5004 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 6303dbe5b093559f8399ff4ba7825100cde914a3..ab3bfcdfe7c69b2e7382341d16cd241a80d1bd17 100644 (file)
@@ -3,7 +3,7 @@
 // golang.org/issue/6298.
 // Used to cause "internal error: typename ideal bool"
 
-// 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 da90ca377b47e0500e6b11a880e1df12a82ce8b3..e5536feb61a46058f50ff3c6e5e595769f947f4a 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 3b35b2d324b85e35cfe197e4b21b21e8a751c828..ce3d52ec1ab78e92f90ef6baaeefb4e7415d7e4a 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 f09b7274821f8771f56c7d4f7c35ffb547623e61..8d8c02b9076e21b8ef5058a17737d9daf8b63beb 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 e75da54c99bfeaeb6760fbc7c652e9f15167510a..e4465e9d1eb7ef6a5fb7a34b736db6797fd9d82b 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b88faa4580c22ee2194f9bc0a658d72065398175..ce43f31d4f5e46e06595cdb31637e6da7165ec95 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d4c008f83682f118a8904014afe98c95135a3d89..38c59562d08755ca9e660aa30266e2601f63aa16 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 326b5839a791821a08894335b03f08d37fd04a42..35438c3b7454f30471c6e4c527a928c440c6ceb3 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 4735764758314715700db69188c0ea42ee28671d..ade40e33d42ded3f635a3f1bed87127ea946cca2 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 0a1952f78b643c25836a58560e2f6949748f386a..dd481636bd0adda3113ecd8a72db1b26fa17e90d 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 416066e8589c4d4fc6bb2b3aae4ab6cf0c38d487..d362d6e83284af4c152f5e8b8df65b8171476066 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 30238297b50d808a5dcb97812679b1fc2d215a5d..0b49026a69af33bcc1e636a324cf73fefac8d4fe 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 002b5a63683f46d9fa63514f6f72479d7f6edbce..05ec7405f3f9e57f7ee6717d2a58f34e86e66e8e 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 234ccb365c559153b4759234ed4119c9b779b54a..f6b69e1b70b14926f07615b327f677fd2a8b93bf 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 78b4d49804910d8b925e62d6087e23984557d6ee..fb580a2461021ff09abb6eff1b05da7337b421d1 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index a7f63f748393416120b21fe2d9d3887927a946af..b4c079f808d1a77d955ad8304932bc5e96f4e2b1 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 19c61078ca8a94427bd57bd7fc69ec3625b8878c..6f606e297608ab29924a75b229b23dc0c931567f 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 3f4ca31478623762985e056df14a4de0f832d220..684c2250021a886095428cc4b9e90ddea12dbc08 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d80959cdc60d6742c2f6f7cea5b00a5a4e8c8501..7d1b604860ae6aaeb776376a82933f879e8f3812 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 2c623f2197c0cc6790650db04cedc42b32350604..22646af783c87e1cbfef4a3fc01e8a89d67429e5 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index efc8947373f26782d5addff795d8b5e4a40348be..a11fdfd858e7faabd50c157b065b4eff0d801c63 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index dad88f634595408bdca12087e72fabd5a6d97125..3ac7a63de88fcf0d6320abc3f3d941cf2ca22426 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7bd748aaa242833e9fb325e5fc1d66408a245ebd..b087c15d37b5ade34bd665f26bdcc18eb9922298 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 669846241713b3ebd5ae6c96478f1aea52ff4914..de514f1802ab3f340c82a35ab1580e1acf8c64a0 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 6aa28483ac2eb24ffb3c89db84392bdb82dd04ba..cd3c5b342f5138231b18075033c3eab758032521 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index bad65ad16137021714994ce1f15ce6b22b284643..62de37c578488851e8a0e50ad5a3f96bb961a3ae 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b6813b77126a0711e346b3e19678c2edf65f532b..961a0001c343448cb1c1fa1d1fd45ed7a4e3723e 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index a1b3711bb271ad22740531ebdc8e81297dc94d20..2409911ae658de76f85f8878f018151ec150c5c1 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d4733debac30512b8ba2fe090770580118d880ce..b7b3d91a2fc4887677ef61ae4c8cd13e99745393 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 8008b8c379c301d1c798281adb95effd2ed4edd3..48daf03a9925ca4468c10eed3e2c4156fe191ad6 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index ac4526dda8dff55b7eaab7089637f7194e3249bf..278dfcdb5e0b2a5cbda83d1c84112cb0b07b1b82 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d4c17e13ae5246d853fdec4bd37b605b0d6ee40e..f81a3a8c341f56ef742cf1931cb8560ac86fc086 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e6427e19acf0251c59451640b9898948c2f412ce..da300bcd017f284ffd5b35b01e188360fcc88279 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index a693bf28508aa7999ddfab23da50ed1ad8e99a7e..f98f551b321a6d28e24350c594b5f92d3a57d592 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// 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 8f4b60db3cee28548801017ace2af039db1dabde..7ad83364ab0bdbf0637aac01a3c8946f613db743 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 cac6a768341c4149efca078acfd6c6eeac530eda..00c78c8cb93913c471eea87ac2d4a3a3bbf23773 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e58b6840496f3febd4dae0a42f59dd1c5ab73f42..be7a118f57516fa8f4821a32d0f93ac720fbbf1c 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 05e8d75514f8afda16c21f805f0acaecc6d293e2..8a8a7d088fc8f540b60d12eac2a2b2584dd2e6b0 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c5955d5994434de282a24566e4b1a21d6cf9af11..0ec3476403dbe45bac7856ffc1d11aa7c0499041 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 97a08da09f60f0ae6c78ab9f6540d255f3d3283a..b10a8bf830f6b35ce2534ccfa884fa8d020345e8 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 4a535a1fccdd1f7e47d7f94dab1e4346ca7e953d..1169fcfbf0b4b5f1384c8ad55aad6d1f3e7e5919 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 4b32261d48994cd4c393aaf6238bd2984f0439b6..073464165d1329926d9cf862ad99626612f9b459 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index dd5ea222f1f2940e32e7269dd78bf6e1a0bfedf9..21fab2d70bfe84df5e1f5704c076df5508fa8016 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 754da6fa274b1dc567af43b56d7ebc13ff8ac728..a6b786fc326b9d38c28b92e307b516f8e672077e 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e283832c3b1731ca64d76e9f8e3909c978a4a06e..607a3ae606d12de507b05704f643c1e982f6b54a 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 4ad9e8622ad656a283e392912a16770dad7b72fb..fea2aa16107a83c9136b0c91c31b385b227daa25 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 1e303bd4f2348a1bec16c7fccb930e17a2f5af12..f31de94079e502ecb428d2f8c4d8866d6a24b884 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 97f2255350365e68950142e620912d68051af105..da2ed05ba00f41d368c9b728670ba8e4172237af 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 9f28a7144a7c775fd3ab242ddf5c79c5595f54c2..166506e721cc7bfff5f15fc9f493e311a24e834d 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 497e26113f79a8a4bb2e3530d5f0a554d012b588..ab7a858e54658bce323a1a712b6e9f11b886f004 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 9e5bed1a15bac3765e7b890ce914bb1859085c26..960065b623bab841c0ed2ca55be563a83d60f667 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 05f116823f15470e9dac774ac370084d74580235..af77a6d164d2bf96d54868b572345574e8c4e970 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 98289eb0cb707797fd98d9915f9d8c0b04810bc3..1ee6fc709c47458c4dabc2c984ae81b9def45970 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 10c526273df5f43338302a82494b28564c9f1ac7..a342189a1f6dc3752214b561a0964ce5d0d20d27 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 245035eded46c8113c45963c88e48a72072ddaf4..8da39e86f26979204a067598eb97930c654879fd 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 37e2fe0660581b9aa42d616855f8ed0d1e815b58..548ee1c72bdd648b78a1b3342877c7fa526acee6 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b966174c05d87e18ae7500298153353b5f3a8b3d..57af2a9b1f6c60b8cebcabbfaba2ff2292266293 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 22056e08c552d361e2e6fd89e343474cdfed1431..9afcdf0046b87a09c366b1258a832921ef5e07c0 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7ceb902d41cbb02fa505a2b02bfcf18d579adecf..9f2649a5e32ffaf72362a42cf5690fcba1188a43 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f052cf9e5c80183e294210eaa0de6560abb43e73..82ba7f7dafedfd4bb07e13a94e65bc819c046634 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b13e474d9be6ea662306140789414b17ead329a5..ee00c60d3e56fe2731b50c89f074b1edd65a2c64 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index fe7ada5c0bed1fa11b42399849fae65f92386fe9..5ac4a0ef925dd2ebd3bf54d27097be54b330006b 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index de6acaab598de924cdeff4300909ae641a0c766c..df902a52433d23e13114a75837f4534369c48cb5 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index a7984c45a3989104796c5dc0144b5c382dbb520e..577f60670fee79d7a4c689758540c4810029bd61 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 66012211045b2467cb38aa0d733f7e8d4d7efd8c..d47481cd822e21657d8b9dd16948744b0d61334e 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index aedab240e3924233f0157f0d9eed166ebe6ef9d3..604a4f924e3117a066ac42c745ff472049516245 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index ad89067753adebedbeb5c2ede532f8643ac6b86d..543ccc130182b93c31598d365838615feb171881 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 52f5d39c2f6f869f15e6a00b4bf9096cd0d034ac..b28a84cd5a7e2870668c1c4973f0ebe227a5f309 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 821c9ff656927019ed88d10af43c345419a71d8d..6e5607d22f8099af4297f0a9f48ac5b4c1f78adf 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 92c3cacc467824400453962ec6dd370c53e13927..3ffad34aeea2733f1b24803d6025026368c6fc93 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 c611f6cb1866a646f2b89570094d9a921401aef6..56a67389206729d324a7ca8b5d21393515fa2116 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b110de11f40fbe0ba3d0fa350a84691686a38a06..150b338bbe74d7e0bb77e0200fb9a82f55ceacd0 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7104f1e00c57698d287fdb63f807c84a4bfcfba5..f23e660e9473e2045077cfd86447e76f122359e1 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 dd928566d6e1d8d1ab3400b99bbc73bd29db75d5..375b480a1738c4596ffa31286aaf2259e9c1149a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e22fd319db96080179f03b9fcee5673e2e95ed8d..6b0fc2570e38d146c5e290034759d55779e00745 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 26bdeabb259121e3f5fbe98846bed3f9207905b5..419fdf16272653447b75627f58e2d3708f0a6170 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 0828ccf0635d5fbaa50f4d7e9e524cc3550d5e3b..6394a9581661b2f867ca21c87383bb7b1b53f7d8 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e69794534c35c419f5268bb89521fb22a724a2dd..5b22067bfee6896fa2f0f6b37f7be696e987a332 100644 (file)
@@ -1,6 +1,6 @@
 // build
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 00a14aa88fa0bd1c2eea77f2e4554683b5bf95f8..ad6ba8ac68b271f79262de47228d83b090620d03 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 93370cf669b373ab87356050c886baafd5ea3604..2a622f4cb25c1a8a4c48a920bf9ec83ac88ad440 100644 (file)
@@ -1,6 +1,6 @@
 //compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d394662d25e0b1c6e9957ddf8a652d9f48b80573..c0ad131d8a262559ffd9105adc48ce8c40d57beb 100644 (file)
@@ -1,7 +1,7 @@
 // +build amd64
 // run
 
-// 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 30d7a820acc20ab507df09a99d6be87fa20cc17a..47546045eaf144c68d3fa3abb24ddb825e388c55 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f3a70aff71b594ee4c6de04ca626504961f2225e..fee2ca7ce0574a5716f4bdcb75b848b12944c0dd 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 badf639fccc6aeacac7cb06cebe9b47be3c384fb..7f458f7f03378d7343dc1216f14a43d3a00dca3a 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 92c18f61c09c324c032c4a83ec4acffc9e9c920e..039b9c7eb3b3b34e61ffec3e45a3022645bc80b3 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 5bc193bf96fbf8d930eda3b40ea33815865a7a8c..b68ba6997f84d85d8cbfc4fa9ada403916bbc018 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// 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 f40c02e998660dcb20880cc2635d60598e1d641f..703207db39fbab96157defb53d3ceeff8dcc3c4b 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index fbfb7e67f9a7ad345dca7b9e1e62dc86392b1295..22b0f0410a92e07ec65d0f20c8f292a4299365ee 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c559f58f14ae7f88558e420d2d396e1b7e1729cd..a61574b6f028cddd94092321f2a0c49865e44607 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e19bac2bd9f6ac09583c4387afd3f9104abf01ba..5659785c3f0957f6dddae2cba368abe50bd81e74 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 487e9438309f2504ce2b0284429860e42f34deeb..75ffb2ddef3133cf20d911f5cbf56a4613c9b7da 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 ad1cd5db0c638397dd22677a901779485de5d5c8..8daf12fee8be13c51e2c5c04e9be9dc5649a54ef 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c92c0a6630fde050b1e83222812e651934c8a2c3..8fbd78be7a744cfb0e312de0933e1a29a040cc69 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b9e861fd26a5c1c8c569e0e233e58ddf63ff4b83..086be772be6cd6f1b074433e4fe9f84dfd1a8502 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e850d8f200119a4110a66e0bba3af6ef62a5615d..2b2807a7b23207a64617e13ddb0c80fc2925be6f 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 40c9ba91615bc04275146121b3e489a99d0ee68d..10f8c7306916f509a3154bcefd9cc19414db4315 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 0d0bc960f948e8874f3f0b37f3b376676c8a52f3..20494604f7bed49048aa40cc8fad3a40d5544a15 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 286cebd7b693ea5a16de7d78b4aeb0d33695f835..9237d652ce7408cb5c7be33a5b27824a83e2cc36 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 692a60da99c28a4696dd6acefee632d2fc49f1cd..3572512651948d5512fd5faf5954cc9c9b778412 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 96d23f38d1f9d7099c12c8784c0f55d7b18d1958..bb86559a37f7cfd3c4a9493cbc00bbb814fdd711 100644 (file)
@@ -2,7 +2,7 @@
 
 // Check conversion of constant to float32/float64 near min/max boundaries.
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 43dca9cfa1f7c86193d52d2f5aa04759fe8186de..c4d1aa567cef2bf8c64f4c87ef8669a8c01160af 100644 (file)
@@ -2,7 +2,7 @@
 
 // Check flagging of invalid conversion of constant to float32/float64 near min/max boundaries.
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d1b7f46b85f83777ee9da473c7e5c304daab2c3f..5b2f9f273ec88a7f72a1eb4090dc3eb1426eda71 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index feb7c2084f454a63485b2bb7121ddea75c2d3973..3b22199f7e3b7515a058d0557268f1cccb8414f3 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 09ca02081416fd44a00cd84c5c7de6fa52851ca8..9de01d43ea5e86a9885071b9fd441185762c17a3 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index d15d685792f86aa23eb4f4fdc19a46aa7e032ab1..7b05d1260664f168126929f8092c4031b09566bb 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1db1a396b2e8d3d484b527476a5c03a4ee1f42c0..9513ef46bdd6f252e30878de05dd0b6274d42875 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 b33a02780405f7787fae3d6f8a5a76e8fc096a11..31b36d8a08b5e957bf848507ca242f3f35a5da88 100644 (file)
@@ -1,7 +1,7 @@
 // +build !nacl
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 627a426455aa025bfdda3b71f6b860476cd4c238..7633d5da55e31d738c3f327fd290f11fa2d466d1 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 7cf6230fc6c43ecdd02cd6d24478c7ea37af8fae..0648c77e7d8570372f9644fac6e15b0446d2d92b 100644 (file)
@@ -1,6 +1,6 @@
 // cmpout
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 2daaa950afc39ae759e3ae91fd270c55a4060fbc..f456901a90f1dcfac30a4fef9b1278de36046a73 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 8bb1eb9191386ae8b0b539474ad4d1e6abaf439c..9c54a1b87ea8bb48eaa987c3df75bdd7c42a375a 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 d7fe37b19969b1c727a6668e687558f6cbc899eb..3bf9cb0c3ca356e305e83c9e4799c32faef9ce27 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 f8d0b0a0fd9b2d4272e74871058c968ccfc3b6c9..1ef1dd4a187f50a90ab1197e8d78ccd0d36f4c09 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 9ff9e9fa719d85707c2a04f50fed8bf07f59bad6..d73d137ddae58da5d6751a9f7abbc736222874d2 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 04a16198d2a88445ae4e4e21a773967f58d273ff..62f339277b935261122daf8b3c98f550913ccd6e 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput ./index.go
 
-// 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 e28efa35f1df3db8b649ab7ce3ba8bf3ed985a51..40efc54eff61e3990c84b25e9c3cf505b504f6ab 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheckoutput ./index.go
 
-// 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 a7107cc051066077b150359544d9a827eabdb1bf..2a210cc981883c293d5ffec9aea5f298d3301680 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheckoutput ./index.go
 
-// 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 a008e3e134b0e7ee500732d12e00b5e83b8ca61c..0803dced1c4c6b4f1b1b0e8aa500a3e0830ff383 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index e246c52e6d5a7e6be883adacf8fc3ff45f3bb82d..773b047cf768542c4a0be5929805f888095dc4e5 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -m
 
-// 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 faa848a18cae1d8a85a7e5f8198d6aa59ec3c7df..227fe70d87de6435eefcf08d0a64d2cdc80c5d3d 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -d=typeassert
 
-// 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 1c5166ededf6d99d0a26cc22df78022235407c17..bb36893cd0d991893284689224f5310fb207391c 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 441f0ecaa5a63fbba0c8e17edb577c540eafa43b..8498cb5d7512081a8758dddef699df43801d8c2a 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 e8048c672b2f0e09eb78a5c9747e20c893f47d2e..29385df76df17a93b1b459a3e8e18aa2eed7ae75 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 62f61088441d02f60e5c6d042a8dfa342eae0752..ea2f4eb934a66a77e94c03f054ff3a54aac6bc26 100644 (file)
@@ -1,6 +1,6 @@
 // compiledir
 
-// 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 c3c0c27edd263b87a3d2477b6ce6014833d9c816..11716cc2c5d669d9e461aa0313b91fca5b3a387d 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 937b5cb9009e66649a400ace4d08421df4d667ba..bdd489f177827f5fbf353652c0edcc8a7a42feff 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index dcfbf5032063f8cdb0bd3dd71443d787295b4a73..af20ca5838d20ff4b61901b0fd90e697f0309ab0 100644 (file)
@@ -1,6 +1,6 @@
 // +build ignore
 
-// 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 ac2033400f813856798091ca223c91ddf52bfd38..20b8c773d8bfa90c3c33c0562cefef3b1c508e1c 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 c54f091d1b0729c0e6ab92025e635c5203703361..da0606db715a35c3660f03f82cfda59304051850 100644 (file)
@@ -1,7 +1,7 @@
 // +build !amd64
 // errorcheck -0 -l -live -wb=0
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b05ec1f59ff1ac706a6b062e7f16e16950f29db0..87c8c97c41cb1897320819ebd3207e1902be1381 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 430f9feb7e08ed784f3686086dbd26e417ec2d6e..a5bbfa597380392e2c6e41f3e1efd6f1bfedd625 100644 (file)
@@ -1,7 +1,7 @@
 // +build !amd64
 // errorcheck -0 -live -wb=0
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index fae0a2b82a11fd67867c4066425346e8931c67f4..bd709246f63ce8ee88706b50251012aab681deb6 100644 (file)
@@ -1,7 +1,7 @@
 // +build amd64
 // errorcheck -0 -l -live -wb=0
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index c9bf0f29c57a560f401024b769f94a8c1bd9291f..8aaa691187817e047f0bb6f513a69a01295bbde4 100644 (file)
@@ -2,7 +2,7 @@
 
 // +build !windows
 
-// 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 6f1a1c8ac01c97288756dc5654acd189194f8807..d3c0a9093b53fd0211fc94bf38cfc916fa5e1ff1 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 36508f2e76feac8762d7ac52a696991283890534..d87bb6f5b27d0e586d57cff141d7bbbf852c34cb 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 d0330ab23892ea40073b7db1e2d8416c36bb49d3..9763c76bfdf278ec98d60f2d1802ec1aee14105b 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 febad64ece60cd4f22f5b63fbadf9a893928a19f..7feae13b9d7045f9cd405ad13dbc559df56a7695 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 ab28b33d41ee359975da4129702f0e42fc0cf7d1..6879438e9cdb0ff8095248ab8a69a80bf42215cb 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -N -d=nil
 
-// 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 9631d1618b5a07cddee9e13ae7582f69e0de2eed..8d674a709821247867af5c381364a23623cf44d9 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 57a5f8068f090ba1a8b59225ee7c93ff10624b97..a5c036999a74802f3e1da363e5b09ca5a10343ad 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 1bec833fe32c879e9cf5d083cecb6d9daa94aa9f..8922729ec8952040695499ea5addd3531db2c60f 100644 (file)
@@ -4,7 +4,7 @@
 // Same reason for mips64x and s390x.
 // +build !ppc64,!ppc64le,!mips64,!mips64le,!amd64,!s390x
 
-// 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 6eefbac7d8022287392ae03eb5dacffa9f1af4fa..0d690eb44622c0b9e6eea7ea6545357d76fb9289 100644 (file)
@@ -3,7 +3,7 @@
 // See issues 9058.
 // +build !ppc64,!ppc64le,amd64
 
-// 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 3dd7d4e026c4e43e97f2c027e7db3400c2911f90..c75ce10c5951f9dce03efaaeaed78f3df42f780a 100644 (file)
@@ -1,6 +1,6 @@
 // build
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index a59a3c3c6c3e0502740de94ed394e92fe0a84798..a58a64587251f91f53f039a517eefed4b310c434 100644 (file)
@@ -1,7 +1,7 @@
 // +build !nacl
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 99e914654fec6dadb0ca902323a9e396a53a2346..5781253e3edf589770b4973ca951f6d9b82ddad4 100644 (file)
@@ -1,7 +1,7 @@
 // +build amd64
 // errorcheck -0 -d=ssa/likelyadjust/debug=1
 
-// 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 f92c15c1d6c9cea42bf5ca1ef95874b75c52d0b0..e4187c018f68a7e0d6b4bc7feb17af21e2ae4c4a 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 b763a10741746eeec64f2ccde024a469a9c3ce2e..c14a607c6ba4a876f8deab30dc0aa4a407edd40d 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 946d05ae637f7da30779468a2e60a8e228ea4374..cf4657a96304b0d435aef88efc23026369764281 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 e17bfb3f6aa53ab115bcefad02c8e61e06dead36..1b26cb36367dcdd206b8b30dd5aad3e371fb9137 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 4c50260686bfb7091c567b8c4da86022972e53eb..da5117cc21459e5bbda5af1812762f79e1a47e6f 100644 (file)
@@ -1,7 +1,7 @@
 // +build linux darwin
 // run
 
-// 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 dc4341718dc828a99cb70c36e3db1ef48b71cc58..83f184b74dcbd77c84948543a6b6ab60706d7834 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 53db68de16e759f9140430322a1d84a0ea2a747b..a71e5b2e5334fc92c706a24ac011258e356df592 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 8fd623c1c7074e4fc1d88b76b380cc48af679c5b..fc44be90de7ca5d37d0de24fd36dc0e8d9108db9 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 3e87998ffe7445894db8c0a667910b41509f0d02..07f1b158d0e7e962aa1c3c3fb72293d1b361807a 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// 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 482f22bd5f4d28c91bd2acca72011a813be1a697..95f94b9276c783367ba0949511bf48114ecd278b 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1d7149702a84d0fbff7cc41fcc6d7fbb24da08cd..9dc4b1e0ff80dba2495e0aafdbdbc7217dcfab1e 100644 (file)
@@ -2,7 +2,7 @@
 
 // NOTE: the actual tests to run are rotate[0123].go
 
-// 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 400b225cf7b998b87bf3564a8f7c548252ef92a8..09dd90095297df02cdfaff043c9271f03c121399 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput ./rotate.go
 
-// 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 98b0b1c849ea18f8294785af0e274bc82ba60c3f..19757ec2a8b6fba0b7239105bd0be9e7075b6bee 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput ./rotate.go
 
-// 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 c50f8ce73bd3089f10b0d6014c5a340772bdfb3c..a55305af3455793bc3866fc82dea4e79549a9f02 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput ./rotate.go
 
-// 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 73d47d8524c95f9dd9046a5987a07347bd36111f..edd5d3ac9dbba97b6a91d48b2eca53bbb7c7cf0a 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput ./rotate.go
 
-// 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 706eaa51f1ab34420e9ad65c648e3e954eac9cca..209ac9e6035a0c85e3975e13069cbf563092d66c 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 c013c471d32d63396229af080a63981e60c4beb5..73a5aa23f820c7748aa7972032e81a1366be3b88 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 89f59e3edb1688dd1f63c4aa758d85de144d1983..bccc9b53afc021950284370cc95834b9aae147d2 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 04f5321b73f21d2894d01cc5ec77ce9e74569a91..aeefbc45174d8f1b5fdc8ae38fcae3a6ce176961 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 80e6bbc190da5151fd613269e0d48069bb980110..adbfb773073844ba5228fdfefa9b9ecaf130cb01 100644 (file)
@@ -1,6 +1,6 @@
 // compile
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 188a5301a2f35d41e949dea0b26deee61c834898..c4d0edf87136ac9fa2b044ed9c3ab9de87d3af0b 100644 (file)
@@ -1,6 +1,6 @@
 // skip
 
-// 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 c3db1e5c3aefab121adb94836b8d25b386ce8a84..3e2689fda70f05eb709cffb0e15ede88ca347c5c 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 857eaf3a093e0c7215576e606c5b1316f38783b5..8a184d1c6ad5753ed8d6beefb2c96a452daa8e64 100644 (file)
@@ -1,6 +1,6 @@
 // runoutput
 
-// 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 83fb39be4c14f3a7fd517ef840c46d560482da6e..1309fdd56bde2f0ce0b8ce7222051a87f5c65a09 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 dceb7e2cca38e6dd33fc2ba32b05b5e188db70b3..f71a3b07fff76e71c81dfc7c64e2e946aadab3fa 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2014 The Go Authors.  All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 90ec75086e72032a1719d9de6ca1028375974e7e..a830ab7cf6b9f612b6eaa11daabef5c294749369 100644 (file)
@@ -1,7 +1,7 @@
 // +build !amd64
 // errorcheck -0 -d=append,slice
 
-// 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 fc5ab05a2c4cdc20d187da21b9e49facc5135e60..8ada23a9806bfa1a7704f44b25a639161df55e0b 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 a5856dd80ac905b8b888febf62377e6c3288dff2..98c4d9ad1bca7f94151096d5b7048abbebbc1463 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 76ab2a8b4faf918ccf6474e88be145c760b594e7..3f16fc9fb3fa87e8eb6e4eb6b34dad6e2d2c83db 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 e29eb30f544f8bf26e0f69c689dde750a5906cef..403e977ac91141a3d0aaa7258dcb43d70c207eb8 100644 (file)
@@ -1,6 +1,6 @@
 // run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index b016790fe764f1118f69814f112dd4230457e4cc..6f9d77df9091d48605b9e9f640c1c75bb49bdaf8 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 4860422ad87b5235059b3da161f1b4df2529bbb1..2e9929b6653885130161fa6320ec51ed89f01ae6 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 722805a273dae11aca705ec870ac981b7f056f57..f891931b6c98e37ed41c459a898c3b6795a366e7 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 e985a9c09c75946cb789d441914785cb635a4ac1..953732907156ec141621373c34d71880a0444334 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index 043c299040b0165e3dce0e9dfaa2d6c29ec41a76..3a70d9cfbeb7681a1926ded25f8471a3645464ac 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 b2a65f9a59374566a4d64ca286f5187c502f3227..c208a9f1360829bc82244783e8053333dce28ce5 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f0a792126265a5cc8f8f01b38fe2463de2af2bd1..8010beddf874cac071b5a14cc88df07b1983184d 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 0b76b5416fbc5f053108fee01eef00784eaf4c5c..010d3ce5783277d4a6f0976c79e56c7b0a46d7dc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 6e0428121ff60a9324d01f2dfbc2bfba380bdde4..c755445b42d001e8c000ccbec6d0998effa1b777 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 23d7bd0ee88dacb21697a01e4d25befd2d0df5f5..921678999a1dab0eb58b44ee3f2547aaeef46c76 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 ca070d8a577b70dac28289b1f1722fecdf139d51..d625d08350168e7c67d9f810c625fd30876dd172 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1f4e679cf88b3c1c0bd8b8ea2f325e73b3d651b8..6315f34eafb115614c0ad111c42aae83fd1b2af1 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 cf690f0840637118f2978fe94d57314d96ba63bf..c54a994d9f0bf135fc7e22f5df9996f590a92bf5 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 1b51d8ba7e342b3b7a62d54f308255cc824f7b95..325cc274255f146efcbf3d971f26c98601ba8c38 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 357352dea9f913da6b2e28a53a6d584592d4632a..a1948b0f7d38b6ed93aef91ccc1cc1fd60bed20b 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 c5958f5dd2c00a4e3d74c822807bdd8375bff07b..be080d20e53d85739dfea27d286048fcf37ad833 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 cd8cf35236ab5089e275aca83d5611158a1db426..8d89860d11d9e530d47aa00ec39fef68ec856090 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
index f08955e91bcccf55441d33e958154db34db76a51..0d4bb78b8fb695d6e648368de81cfc520fb9075a 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 d4952fedd7bde847b5c0a20028bbb780e71faac1..a2f9f34d33c6f10f77fc78851e9b8774452321bc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 0a77e59370bc4116c848295e807a5c6ba2744fb1..61524f3d4c364433c5692948655ffde3c586dddc 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 22aa9324f98e5d2eb4e3992c67a7ed0782eb3251..82ab814197dc6f135783ba40cb7dc66a412c5053 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck
 
-// 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 f2431ed5ca41c21545a30e7ae79f7379db3866d2..88b4b296df56648e74dcf97b2ee6f56f8d8a0572 100644 (file)
@@ -1,6 +1,6 @@
 // errorcheck -0 -l -d=wb
 
-// 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.