From 53fd522c0db58f3bd75d85295f46bb06e8ab1a9b Mon Sep 17 00:00:00 2001 From: Emmanuel Odeke Date: Sun, 10 Apr 2016 14:32:26 -0700 Subject: [PATCH] all: make copyright headers consistent with one space after period 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 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- doc/codewalk/codewalk.js | 2 +- doc/codewalk/markov.go | 2 +- doc/codewalk/markov.xml | 2 +- lib/time/update.bash | 2 +- misc/android/go_android_exec.go | 2 +- misc/arm/a | 2 +- misc/cgo/errors/err1.go | 2 +- misc/cgo/errors/err2.go | 2 +- misc/cgo/errors/err3.go | 2 +- misc/cgo/errors/issue11097a.go | 2 +- misc/cgo/errors/issue11097b.go | 2 +- misc/cgo/errors/issue13129.go | 2 +- misc/cgo/errors/issue13423.go | 2 +- misc/cgo/errors/issue13635.go | 2 +- misc/cgo/errors/issue7757.go | 2 +- misc/cgo/errors/issue8442.go | 2 +- misc/cgo/errors/ptr.go | 2 +- misc/cgo/fortran/answer.f90 | 2 +- misc/cgo/fortran/fortran.go | 2 +- misc/cgo/fortran/fortran_test.go | 2 +- misc/cgo/gmp/fib.go | 2 +- misc/cgo/gmp/gmp.go | 2 +- misc/cgo/gmp/pi.go | 2 +- misc/cgo/life/c-life.c | 2 +- misc/cgo/life/life.go | 2 +- misc/cgo/life/life.h | 2 +- misc/cgo/life/main.go | 2 +- misc/cgo/stdio/chain.go | 2 +- misc/cgo/stdio/fib.go | 2 +- misc/cgo/stdio/file.go | 2 +- misc/cgo/stdio/hello.go | 2 +- misc/cgo/stdio/stdio.go | 2 +- misc/cgo/test/api.go | 2 +- misc/cgo/test/basic.go | 2 +- misc/cgo/test/buildid_linux.go | 2 +- misc/cgo/test/callback_c.c | 2 +- misc/cgo/test/callback_c_gc.c | 2 +- misc/cgo/test/callback_c_gccgo.c | 2 +- misc/cgo/test/cflags.go | 2 +- misc/cgo/test/cgo_linux_test.go | 2 +- misc/cgo/test/cgo_test.go | 2 +- misc/cgo/test/cgo_unix_test.go | 2 +- misc/cgo/test/cthread.go | 2 +- misc/cgo/test/cthread_unix.c | 2 +- misc/cgo/test/cthread_windows.c | 2 +- misc/cgo/test/duplicate_symbol.go | 2 +- misc/cgo/test/exports.go | 2 +- misc/cgo/test/fpvar.go | 2 +- misc/cgo/test/gcc68255.go | 2 +- misc/cgo/test/gcc68255/a.go | 2 +- misc/cgo/test/gcc68255/c.c | 2 +- misc/cgo/test/gcc68255/c.h | 2 +- misc/cgo/test/helpers.go | 2 +- misc/cgo/test/issue10303.go | 2 +- misc/cgo/test/issue11925.go | 2 +- misc/cgo/test/issue12030.go | 2 +- misc/cgo/test/issue1222.go | 2 +- misc/cgo/test/issue1328.go | 2 +- misc/cgo/test/issue13402.go | 2 +- misc/cgo/test/issue13930.go | 2 +- misc/cgo/test/issue14838.go | 2 +- misc/cgo/test/issue1560.go | 2 +- misc/cgo/test/issue1635.go | 2 +- misc/cgo/test/issue2462.go | 2 +- misc/cgo/test/issue3250.go | 2 +- misc/cgo/test/issue3250w.go | 2 +- misc/cgo/test/issue3261.go | 2 +- misc/cgo/test/issue3729.go | 2 +- misc/cgo/test/issue3729w.go | 2 +- misc/cgo/test/issue3741.go | 2 +- misc/cgo/test/issue3945.go | 2 +- misc/cgo/test/issue4029.c | 2 +- misc/cgo/test/issue4029.go | 2 +- misc/cgo/test/issue4029w.go | 2 +- misc/cgo/test/issue4273.c | 2 +- misc/cgo/test/issue4273b.c | 2 +- misc/cgo/test/issue4339.go | 2 +- misc/cgo/test/issue4417.go | 2 +- misc/cgo/test/issue4857.go | 2 +- misc/cgo/test/issue5227.go | 2 +- misc/cgo/test/issue5242.go | 2 +- misc/cgo/test/issue5337.go | 2 +- misc/cgo/test/issue5337w.go | 2 +- misc/cgo/test/issue5548.go | 2 +- misc/cgo/test/issue5548_c.c | 2 +- misc/cgo/test/issue5603.go | 2 +- misc/cgo/test/issue5740.go | 2 +- misc/cgo/test/issue5740a.c | 2 +- misc/cgo/test/issue5740b.c | 2 +- misc/cgo/test/issue5986.go | 2 +- misc/cgo/test/issue6128.go | 2 +- misc/cgo/test/issue6390.go | 2 +- misc/cgo/test/issue6472.go | 2 +- misc/cgo/test/issue6506.go | 2 +- misc/cgo/test/issue6612.go | 2 +- misc/cgo/test/issue6833.go | 2 +- misc/cgo/test/issue6833_c.c | 2 +- misc/cgo/test/issue6997_linux.c | 2 +- misc/cgo/test/issue6997_linux.go | 2 +- misc/cgo/test/issue7234_test.go | 2 +- misc/cgo/test/issue7560.go | 2 +- misc/cgo/test/issue7665.go | 2 +- misc/cgo/test/issue7786.go | 2 +- misc/cgo/test/issue7978.go | 2 +- misc/cgo/test/issue8092.go | 2 +- misc/cgo/test/issue8148.go | 2 +- misc/cgo/test/issue8331.h | 2 +- misc/cgo/test/issue8331a.go | 2 +- misc/cgo/test/issue8331b.go | 2 +- misc/cgo/test/issue8428.go | 2 +- misc/cgo/test/issue8441.go | 2 +- misc/cgo/test/issue8694.go | 2 +- misc/cgo/test/issue8811.c | 2 +- misc/cgo/test/issue8811.go | 2 +- misc/cgo/test/issue8828/issue8828.c | 2 +- misc/cgo/test/issue8945.go | 2 +- misc/cgo/test/issue9400/asm_386.s | 2 +- misc/cgo/test/issue9400/asm_amd64x.s | 2 +- misc/cgo/test/issue9400/asm_arm.s | 2 +- misc/cgo/test/issue9400/asm_arm64.s | 2 +- misc/cgo/test/issue9400/asm_ppc64x.s | 2 +- misc/cgo/test/issue9400/gccgo.go | 2 +- misc/cgo/test/issue9400/stubs.go | 2 +- misc/cgo/test/issue9400_linux.go | 2 +- misc/cgo/test/issue9510.go | 2 +- misc/cgo/test/issue9557.go | 2 +- misc/cgo/test/setgid_linux.go | 2 +- misc/cgo/testcarchive/carchive_test.go | 2 +- misc/cgo/testgodefs/anonunion.go | 2 +- misc/cgo/testgodefs/issue8478.go | 2 +- misc/cgo/testgodefs/main.go | 2 +- misc/cgo/testsanitizers/msan.go | 2 +- misc/cgo/testsanitizers/msan2.go | 2 +- misc/cgo/testsanitizers/msan4.go | 2 +- misc/cgo/testsanitizers/msan_fail.go | 2 +- misc/cgo/testsanitizers/tsan.go | 2 +- misc/cgo/testsanitizers/tsan2.go | 2 +- misc/cgo/testshared/shared_test.go | 2 +- misc/cgo/testshared/src/dep/asm.s | 2 +- misc/cgo/testtls/tls.go | 2 +- misc/cgo/testtls/tls_unix.c | 2 +- misc/nacl/mkzip.go | 2 +- misc/swig/callback/callback.cc | 2 +- misc/swig/callback/callback.go | 2 +- misc/swig/callback/callback.h | 2 +- misc/swig/callback/callback.swigcxx | 2 +- misc/swig/callback/callback_test.go | 2 +- misc/swig/stdio/file.swig | 2 +- misc/swig/stdio/file_test.go | 2 +- src/androidtest.bash | 2 +- src/bootstrap.bash | 2 +- src/cmd/compile/internal/amd64/gsubr.go | 2 +- src/cmd/compile/internal/amd64/peep.go | 2 +- src/cmd/compile/internal/amd64/reg.go | 2 +- src/cmd/compile/internal/arm/gsubr.go | 2 +- src/cmd/compile/internal/arm/peep.go | 2 +- src/cmd/compile/internal/arm/reg.go | 2 +- src/cmd/compile/internal/arm64/gsubr.go | 2 +- src/cmd/compile/internal/arm64/peep.go | 2 +- src/cmd/compile/internal/arm64/reg.go | 2 +- src/cmd/compile/internal/big/vendor.bash | 2 +- src/cmd/compile/internal/gc/gsubr.go | 2 +- src/cmd/compile/internal/gc/popt.go | 2 +- src/cmd/compile/internal/gc/reg.go | 2 +- src/cmd/compile/internal/mips64/gsubr.go | 2 +- src/cmd/compile/internal/mips64/peep.go | 2 +- src/cmd/compile/internal/mips64/reg.go | 2 +- src/cmd/compile/internal/ppc64/gsubr.go | 2 +- src/cmd/compile/internal/ppc64/peep.go | 2 +- src/cmd/compile/internal/ppc64/reg.go | 2 +- src/cmd/compile/internal/x86/gsubr.go | 2 +- src/cmd/compile/internal/x86/peep.go | 2 +- src/cmd/compile/internal/x86/reg.go | 2 +- src/cmd/internal/obj/arm/a.out.go | 2 +- src/cmd/internal/obj/arm/asm5.go | 2 +- src/cmd/internal/obj/arm/list5.go | 2 +- src/cmd/internal/obj/arm/obj5.go | 2 +- src/cmd/internal/obj/data.go | 2 +- src/cmd/internal/obj/ld.go | 2 +- src/cmd/internal/obj/link.go | 2 +- src/cmd/internal/obj/mips/a.out.go | 2 +- src/cmd/internal/obj/mips/asm0.go | 2 +- src/cmd/internal/obj/mips/list0.go | 2 +- src/cmd/internal/obj/mips/obj0.go | 2 +- src/cmd/internal/obj/pass.go | 2 +- src/cmd/internal/obj/ppc64/a.out.go | 2 +- src/cmd/internal/obj/ppc64/asm9.go | 2 +- src/cmd/internal/obj/ppc64/list9.go | 2 +- src/cmd/internal/obj/ppc64/obj9.go | 2 +- src/cmd/internal/obj/s390x/a.out.go | 2 +- src/cmd/internal/obj/s390x/asmz.go | 2 +- src/cmd/internal/obj/s390x/listz.go | 2 +- src/cmd/internal/obj/s390x/objz.go | 2 +- src/cmd/internal/obj/sym.go | 2 +- src/cmd/internal/obj/x86/a.out.go | 2 +- src/cmd/internal/obj/x86/asm6.go | 2 +- src/cmd/internal/obj/x86/list6.go | 2 +- src/cmd/internal/obj/x86/obj6.go | 2 +- src/cmd/link/internal/amd64/asm.go | 2 +- src/cmd/link/internal/amd64/l.go | 2 +- src/cmd/link/internal/amd64/obj.go | 2 +- src/cmd/link/internal/arm/asm.go | 2 +- src/cmd/link/internal/arm/l.go | 4 ++-- src/cmd/link/internal/arm/obj.go | 2 +- src/cmd/link/internal/arm64/asm.go | 2 +- src/cmd/link/internal/arm64/l.go | 4 ++-- src/cmd/link/internal/arm64/obj.go | 2 +- src/cmd/link/internal/ld/ar.go | 2 +- src/cmd/link/internal/ld/data.go | 2 +- src/cmd/link/internal/ld/elf.go | 2 +- src/cmd/link/internal/ld/ld.go | 2 +- src/cmd/link/internal/ld/lib.go | 4 ++-- src/cmd/link/internal/ld/link.go | 2 +- src/cmd/link/internal/ld/pobj.go | 2 +- src/cmd/link/internal/ld/sym.go | 2 +- src/cmd/link/internal/ld/symtab.go | 2 +- src/cmd/link/internal/mips64/asm.go | 2 +- src/cmd/link/internal/mips64/l.go | 4 ++-- src/cmd/link/internal/mips64/obj.go | 2 +- src/cmd/link/internal/ppc64/asm.go | 2 +- src/cmd/link/internal/ppc64/l.go | 4 ++-- src/cmd/link/internal/ppc64/obj.go | 2 +- src/cmd/link/internal/s390x/asm.go | 2 +- src/cmd/link/internal/s390x/l.go | 4 ++-- src/cmd/link/internal/s390x/obj.go | 2 +- src/cmd/link/internal/x86/asm.go | 2 +- src/cmd/link/internal/x86/l.go | 2 +- src/cmd/link/internal/x86/obj.go | 2 +- src/cmd/yacc/yacc.go | 2 +- src/debug/elf/elf.go | 2 +- src/math/sqrt_ppc64x.s | 2 +- src/nacltest.bash | 2 +- src/regexp/syntax/make_perl_groups.pl | 2 +- src/runtime/cgo/gcc_traceback.c | 2 +- src/runtime/mknacl.sh | 2 +- src/runtime/testdata/testprogcgo/traceback.go | 2 +- test/alias.go | 2 +- test/alias1.go | 2 +- test/bench/garbage/Makefile | 2 +- test/bench/garbage/parser.go | 2 +- test/bench/garbage/stats.go | 2 +- test/bench/garbage/tree2.go | 2 +- test/bench/go1/binarytree_test.go | 2 +- test/bench/go1/fannkuch_test.go | 2 +- test/bench/go1/fasta_test.go | 8 ++++---- test/bench/go1/gob_test.go | 2 +- test/bench/go1/gzip_test.go | 2 +- test/bench/go1/http_test.go | 2 +- test/bench/go1/json_test.go | 2 +- test/bench/go1/jsondata_test.go | 2 +- test/bench/go1/mandel_test.go | 2 +- test/bench/go1/parserdata_test.go | 4 ++-- test/bench/go1/revcomp_test.go | 2 +- test/bench/go1/template_test.go | 2 +- test/bombad.go | 2 +- test/bounds.go | 2 +- test/bugs/bug395.go | 2 +- test/chan/select2.go | 2 +- test/chan/select5.go | 2 +- test/chan/select6.go | 2 +- test/chan/select7.go | 2 +- test/chan/sendstmt.go | 2 +- test/cmplxdivide.c | 2 +- test/cmplxdivide.go | 2 +- test/complit1.go | 2 +- test/compos.go | 2 +- test/const6.go | 2 +- test/convert1.go | 2 +- test/ddd.go | 2 +- test/ddd1.go | 2 +- test/ddd2.dir/ddd2.go | 2 +- test/ddd2.dir/ddd3.go | 2 +- test/ddd2.go | 2 +- test/deferprint.go | 2 +- test/divide.go | 2 +- test/divmod.go | 2 +- test/eof.go | 2 +- test/eof1.go | 2 +- test/escape2.go | 2 +- test/escape2n.go | 2 +- test/escape3.go | 2 +- test/escape4.go | 2 +- test/escape5.go | 2 +- test/escape_array.go | 2 +- test/escape_because.go | 2 +- test/escape_calls.go | 2 +- test/escape_closure.go | 2 +- test/escape_field.go | 2 +- test/escape_iface.go | 2 +- test/escape_indir.go | 2 +- test/escape_level.go | 2 +- test/escape_map.go | 2 +- test/escape_param.go | 2 +- test/escape_slice.go | 2 +- test/escape_struct_param1.go | 2 +- test/escape_struct_param2.go | 2 +- test/escape_struct_return.go | 2 +- test/fixedbugs/bug083.dir/bug0.go | 2 +- test/fixedbugs/bug083.dir/bug1.go | 2 +- test/fixedbugs/bug088.dir/bug0.go | 2 +- test/fixedbugs/bug088.dir/bug1.go | 2 +- test/fixedbugs/bug106.dir/bug0.go | 2 +- test/fixedbugs/bug106.dir/bug1.go | 2 +- test/fixedbugs/bug133.dir/bug0.go | 2 +- test/fixedbugs/bug133.dir/bug1.go | 2 +- test/fixedbugs/bug133.dir/bug2.go | 2 +- test/fixedbugs/bug13343.go | 2 +- test/fixedbugs/bug1515.go | 2 +- test/fixedbugs/bug160.dir/x.go | 2 +- test/fixedbugs/bug160.dir/y.go | 2 +- test/fixedbugs/bug203.go | 2 +- test/fixedbugs/bug227.go | 2 +- test/fixedbugs/bug228.go | 2 +- test/fixedbugs/bug229.go | 2 +- test/fixedbugs/bug230.go | 2 +- test/fixedbugs/bug231.go | 2 +- test/fixedbugs/bug232.go | 2 +- test/fixedbugs/bug233.go | 2 +- test/fixedbugs/bug234.go | 2 +- test/fixedbugs/bug235.go | 2 +- test/fixedbugs/bug236.go | 2 +- test/fixedbugs/bug237.go | 2 +- test/fixedbugs/bug243.go | 2 +- test/fixedbugs/bug245.go | 2 +- test/fixedbugs/bug247.go | 2 +- test/fixedbugs/bug249.go | 2 +- test/fixedbugs/bug250.go | 2 +- test/fixedbugs/bug251.go | 2 +- test/fixedbugs/bug252.go | 2 +- test/fixedbugs/bug253.go | 2 +- test/fixedbugs/bug254.go | 2 +- test/fixedbugs/bug255.go | 2 +- test/fixedbugs/bug256.go | 2 +- test/fixedbugs/bug257.go | 2 +- test/fixedbugs/bug258.go | 2 +- test/fixedbugs/bug259.go | 2 +- test/fixedbugs/bug261.go | 2 +- test/fixedbugs/bug266.go | 2 +- test/fixedbugs/bug269.go | 2 +- test/fixedbugs/bug271.go | 2 +- test/fixedbugs/bug272.go | 2 +- test/fixedbugs/bug273.go | 2 +- test/fixedbugs/bug274.go | 2 +- test/fixedbugs/bug275.go | 2 +- test/fixedbugs/bug278.go | 2 +- test/fixedbugs/bug279.go | 2 +- test/fixedbugs/bug280.go | 2 +- test/fixedbugs/bug281.go | 2 +- test/fixedbugs/bug282.dir/p1.go | 2 +- test/fixedbugs/bug282.dir/p2.go | 2 +- test/fixedbugs/bug283.go | 2 +- test/fixedbugs/bug285.go | 2 +- test/fixedbugs/bug286.go | 2 +- test/fixedbugs/bug287.go | 2 +- test/fixedbugs/bug288.go | 2 +- test/fixedbugs/bug289.go | 2 +- test/fixedbugs/bug290.go | 2 +- test/fixedbugs/bug291.go | 2 +- test/fixedbugs/bug292.go | 2 +- test/fixedbugs/bug293.go | 2 +- test/fixedbugs/bug294.go | 2 +- test/fixedbugs/bug295.go | 2 +- test/fixedbugs/bug296.go | 2 +- test/fixedbugs/bug297.go | 2 +- test/fixedbugs/bug298.go | 2 +- test/fixedbugs/bug299.go | 2 +- test/fixedbugs/bug300.go | 2 +- test/fixedbugs/bug301.go | 2 +- test/fixedbugs/bug302.dir/main.go | 2 +- test/fixedbugs/bug302.dir/p.go | 2 +- test/fixedbugs/bug302.go | 2 +- test/fixedbugs/bug303.go | 2 +- test/fixedbugs/bug304.go | 2 +- test/fixedbugs/bug305.go | 2 +- test/fixedbugs/bug306.dir/p1.go | 2 +- test/fixedbugs/bug306.dir/p2.go | 2 +- test/fixedbugs/bug308.go | 2 +- test/fixedbugs/bug309.go | 2 +- test/fixedbugs/bug311.go | 2 +- test/fixedbugs/bug312.go | 2 +- test/fixedbugs/bug313.dir/a.go | 2 +- test/fixedbugs/bug313.dir/b.go | 2 +- test/fixedbugs/bug313.go | 2 +- test/fixedbugs/bug317.go | 2 +- test/fixedbugs/bug319.go | 2 +- test/fixedbugs/bug320.go | 2 +- test/fixedbugs/bug321.go | 2 +- test/fixedbugs/bug323.go | 2 +- test/fixedbugs/bug325.go | 2 +- test/fixedbugs/bug326.go | 2 +- test/fixedbugs/bug327.go | 2 +- test/fixedbugs/bug328.go | 2 +- test/fixedbugs/bug329.go | 2 +- test/fixedbugs/bug330.go | 2 +- test/fixedbugs/bug331.go | 2 +- test/fixedbugs/bug332.go | 2 +- test/fixedbugs/bug333.go | 2 +- test/fixedbugs/bug334.go | 2 +- test/fixedbugs/bug335.dir/a.go | 2 +- test/fixedbugs/bug335.dir/b.go | 2 +- test/fixedbugs/bug335.go | 2 +- test/fixedbugs/bug336.go | 2 +- test/fixedbugs/bug337.go | 2 +- test/fixedbugs/bug338.go | 2 +- test/fixedbugs/bug339.go | 2 +- test/fixedbugs/bug340.go | 2 +- test/fixedbugs/bug341.go | 2 +- test/fixedbugs/bug342.go | 2 +- test/fixedbugs/bug343.go | 2 +- test/fixedbugs/bug344.go | 2 +- test/fixedbugs/bug345.dir/io.go | 2 +- test/fixedbugs/bug345.dir/main.go | 2 +- test/fixedbugs/bug345.go | 2 +- test/fixedbugs/bug347.go | 2 +- test/fixedbugs/bug348.go | 2 +- test/fixedbugs/bug349.go | 2 +- test/fixedbugs/bug350.go | 2 +- test/fixedbugs/bug351.go | 2 +- test/fixedbugs/bug352.go | 2 +- test/fixedbugs/bug353.go | 2 +- test/fixedbugs/bug354.go | 2 +- test/fixedbugs/bug355.go | 2 +- test/fixedbugs/bug356.go | 2 +- test/fixedbugs/bug357.go | 2 +- test/fixedbugs/bug358.go | 2 +- test/fixedbugs/bug361.go | 2 +- test/fixedbugs/bug362.go | 2 +- test/fixedbugs/bug363.go | 2 +- test/fixedbugs/bug365.go | 2 +- test/fixedbugs/bug366.go | 2 +- test/fixedbugs/bug368.go | 2 +- test/fixedbugs/bug369.dir/main.go | 2 +- test/fixedbugs/bug369.dir/pkg.go | 2 +- test/fixedbugs/bug369.go | 2 +- test/fixedbugs/bug370.go | 2 +- test/fixedbugs/bug371.go | 2 +- test/fixedbugs/bug372.go | 2 +- test/fixedbugs/bug373.go | 2 +- test/fixedbugs/bug374.go | 2 +- test/fixedbugs/bug375.go | 2 +- test/fixedbugs/bug376.go | 2 +- test/fixedbugs/bug378.go | 2 +- test/fixedbugs/bug379.go | 2 +- test/fixedbugs/bug380.go | 2 +- test/fixedbugs/bug381.go | 2 +- test/fixedbugs/bug382.dir/pkg.go | 2 +- test/fixedbugs/bug383.go | 2 +- test/fixedbugs/bug384.go | 2 +- test/fixedbugs/bug385_32.go | 2 +- test/fixedbugs/bug385_64.go | 2 +- test/fixedbugs/bug386.go | 2 +- test/fixedbugs/bug387.go | 2 +- test/fixedbugs/bug388.go | 2 +- test/fixedbugs/bug389.go | 2 +- test/fixedbugs/bug391.go | 2 +- test/fixedbugs/bug392.dir/one.go | 2 +- test/fixedbugs/bug392.dir/pkg2.go | 2 +- test/fixedbugs/bug392.dir/pkg3.go | 2 +- test/fixedbugs/bug393.go | 2 +- test/fixedbugs/bug394.go | 2 +- test/fixedbugs/bug396.dir/one.go | 2 +- test/fixedbugs/bug396.dir/two.go | 2 +- test/fixedbugs/bug397.go | 2 +- test/fixedbugs/bug398.go | 2 +- test/fixedbugs/bug399.go | 2 +- test/fixedbugs/bug401.go | 2 +- test/fixedbugs/bug402.go | 2 +- test/fixedbugs/bug403.go | 2 +- test/fixedbugs/bug404.dir/one.go | 2 +- test/fixedbugs/bug404.dir/two.go | 2 +- test/fixedbugs/bug406.go | 2 +- test/fixedbugs/bug407.dir/one.go | 2 +- test/fixedbugs/bug407.dir/two.go | 2 +- test/fixedbugs/bug409.go | 2 +- test/fixedbugs/bug410.go | 2 +- test/fixedbugs/bug411.go | 2 +- test/fixedbugs/bug412.go | 2 +- test/fixedbugs/bug413.go | 2 +- test/fixedbugs/bug414.dir/p1.go | 2 +- test/fixedbugs/bug414.dir/prog.go | 2 +- test/fixedbugs/bug414.go | 2 +- test/fixedbugs/bug415.dir/p.go | 2 +- test/fixedbugs/bug415.dir/prog.go | 2 +- test/fixedbugs/bug415.go | 2 +- test/fixedbugs/bug416.go | 2 +- test/fixedbugs/bug424.dir/lib.go | 2 +- test/fixedbugs/bug424.dir/main.go | 2 +- test/fixedbugs/bug424.go | 2 +- test/fixedbugs/bug428.go | 2 +- test/fixedbugs/bug429.go | 2 +- test/fixedbugs/bug435.go | 2 +- test/fixedbugs/bug437.dir/one.go | 2 +- test/fixedbugs/bug437.dir/two.go | 2 +- test/fixedbugs/bug437.dir/x.go | 2 +- test/fixedbugs/bug437.go | 2 +- test/fixedbugs/bug441.go | 2 +- test/fixedbugs/bug442.go | 2 +- test/fixedbugs/bug443.go | 2 +- test/fixedbugs/bug444.go | 2 +- test/fixedbugs/bug445.go | 2 +- test/fixedbugs/bug447.go | 2 +- test/fixedbugs/bug448.dir/pkg1.go | 2 +- test/fixedbugs/bug448.dir/pkg2.go | 2 +- test/fixedbugs/bug448.go | 2 +- test/fixedbugs/bug450.go | 2 +- test/fixedbugs/bug452.go | 2 +- test/fixedbugs/bug453.go | 2 +- test/fixedbugs/bug454.go | 2 +- test/fixedbugs/bug455.go | 2 +- test/fixedbugs/bug456.go | 2 +- test/fixedbugs/bug457.go | 2 +- test/fixedbugs/bug458.go | 2 +- test/fixedbugs/bug459.go | 2 +- test/fixedbugs/bug460.dir/a.go | 2 +- test/fixedbugs/bug460.dir/b.go | 2 +- test/fixedbugs/bug460.go | 2 +- test/fixedbugs/bug461.go | 2 +- test/fixedbugs/bug462.go | 2 +- test/fixedbugs/bug463.go | 2 +- test/fixedbugs/bug464.go | 2 +- test/fixedbugs/bug465.dir/a.go | 2 +- test/fixedbugs/bug465.dir/b.go | 2 +- test/fixedbugs/bug465.go | 2 +- test/fixedbugs/bug466.dir/a.go | 2 +- test/fixedbugs/bug466.dir/b.go | 2 +- test/fixedbugs/bug466.go | 2 +- test/fixedbugs/bug467.go | 2 +- test/fixedbugs/bug468.dir/p1.go | 2 +- test/fixedbugs/bug468.dir/p2.go | 2 +- test/fixedbugs/bug468.go | 2 +- test/fixedbugs/bug470.go | 2 +- test/fixedbugs/bug471.go | 2 +- test/fixedbugs/bug472.dir/p1.go | 2 +- test/fixedbugs/bug472.dir/p2.go | 2 +- test/fixedbugs/bug472.dir/z.go | 2 +- test/fixedbugs/bug472.go | 2 +- test/fixedbugs/bug473.go | 2 +- test/fixedbugs/bug474.go | 2 +- test/fixedbugs/bug475.go | 2 +- test/fixedbugs/bug476.go | 2 +- test/fixedbugs/bug477.go | 2 +- test/fixedbugs/bug478.dir/a.go | 2 +- test/fixedbugs/bug478.dir/b.go | 2 +- test/fixedbugs/bug478.go | 2 +- test/fixedbugs/bug479.dir/a.go | 2 +- test/fixedbugs/bug479.dir/b.go | 2 +- test/fixedbugs/bug479.go | 2 +- test/fixedbugs/bug480.dir/a.go | 2 +- test/fixedbugs/bug480.dir/b.go | 2 +- test/fixedbugs/bug480.go | 2 +- test/fixedbugs/bug481.go | 2 +- test/fixedbugs/bug482.go | 2 +- test/fixedbugs/bug483.go | 2 +- test/fixedbugs/bug484.go | 2 +- test/fixedbugs/bug485.go | 2 +- test/fixedbugs/bug486.go | 2 +- test/fixedbugs/bug487.go | 2 +- test/fixedbugs/bug488.dir/a.go | 2 +- test/fixedbugs/bug488.dir/b.go | 2 +- test/fixedbugs/bug488.go | 2 +- test/fixedbugs/bug489.go | 2 +- test/fixedbugs/bug490.go | 2 +- test/fixedbugs/bug491.go | 2 +- test/fixedbugs/gcc61204.go | 2 +- test/fixedbugs/gcc61244.go | 2 +- test/fixedbugs/gcc61246.go | 2 +- test/fixedbugs/gcc61248.go | 2 +- test/fixedbugs/gcc61253.go | 2 +- test/fixedbugs/gcc61254.go | 2 +- test/fixedbugs/gcc61255.go | 2 +- test/fixedbugs/gcc61258.go | 2 +- test/fixedbugs/gcc61264.go | 2 +- test/fixedbugs/gcc61265.go | 2 +- test/fixedbugs/gcc61273.go | 2 +- test/fixedbugs/gcc65755.go | 2 +- test/fixedbugs/issue10047.go | 2 +- test/fixedbugs/issue10284.go | 2 +- test/fixedbugs/issue10320.go | 2 +- test/fixedbugs/issue10332.go | 2 +- test/fixedbugs/issue10407.go | 2 +- test/fixedbugs/issue10486.go | 2 +- test/fixedbugs/issue10975.go | 2 +- test/fixedbugs/issue11053.dir/p.go | 2 +- test/fixedbugs/issue11053.dir/p_test.go | 2 +- test/fixedbugs/issue11326.go | 2 +- test/fixedbugs/issue11326b.go | 2 +- test/fixedbugs/issue11362.go | 2 +- test/fixedbugs/issue11590.go | 2 +- test/fixedbugs/issue11656.go | 2 +- test/fixedbugs/issue11699.go | 2 +- test/fixedbugs/issue11737.go | 2 +- test/fixedbugs/issue11750.go | 2 +- test/fixedbugs/issue11771.go | 2 +- test/fixedbugs/issue11790.go | 2 +- test/fixedbugs/issue11987.go | 2 +- test/fixedbugs/issue12006.go | 2 +- test/fixedbugs/issue12133.go | 2 +- test/fixedbugs/issue12347.go | 2 +- test/fixedbugs/issue12411.go | 2 +- test/fixedbugs/issue12588.go | 2 +- test/fixedbugs/issue12686.go | 2 +- test/fixedbugs/issue1304.go | 2 +- test/fixedbugs/issue13160.go | 2 +- test/fixedbugs/issue13169.go | 2 +- test/fixedbugs/issue13248.go | 2 +- test/fixedbugs/issue13261.go | 2 +- test/fixedbugs/issue13266.go | 2 +- test/fixedbugs/issue13273.go | 2 +- test/fixedbugs/issue13274.go | 2 +- test/fixedbugs/issue13319.go | 2 +- test/fixedbugs/issue13337.go | 2 +- test/fixedbugs/issue13471.go | 2 +- test/fixedbugs/issue13587.go | 2 +- test/fixedbugs/issue13684.go | 2 +- test/fixedbugs/issue13799.go | 2 +- test/fixedbugs/issue13821.go | 2 +- test/fixedbugs/issue13821b.go | 2 +- test/fixedbugs/issue14006.go | 2 +- test/fixedbugs/issue14010.go | 2 +- test/fixedbugs/issue14331.dir/a.go | 2 +- test/fixedbugs/issue14331.dir/b.go | 2 +- test/fixedbugs/issue14331.go | 2 +- test/fixedbugs/issue14405.go | 2 +- test/fixedbugs/issue14520.go | 2 +- test/fixedbugs/issue14591.go | 2 +- test/fixedbugs/issue14725.go | 2 +- test/fixedbugs/issue14999.go | 2 +- test/fixedbugs/issue15002.go | 2 +- test/fixedbugs/issue15013.go | 2 +- test/fixedbugs/issue15042.go | 2 +- test/fixedbugs/issue15071.dir/exp/exp.go | 2 +- test/fixedbugs/issue15071.dir/main.go | 2 +- test/fixedbugs/issue15091.go | 2 +- test/fixedbugs/issue15175.go | 2 +- test/fixedbugs/issue2615.go | 2 +- test/fixedbugs/issue3552.dir/one.go | 2 +- test/fixedbugs/issue3552.dir/two.go | 2 +- test/fixedbugs/issue3705.go | 2 +- test/fixedbugs/issue3783.go | 2 +- test/fixedbugs/issue3925.go | 2 +- test/fixedbugs/issue4085a.go | 2 +- test/fixedbugs/issue4085b.go | 2 +- test/fixedbugs/issue4097.go | 2 +- test/fixedbugs/issue4099.go | 2 +- test/fixedbugs/issue4162.go | 2 +- test/fixedbugs/issue4167.go | 2 +- test/fixedbugs/issue4232.go | 2 +- test/fixedbugs/issue4251.go | 2 +- test/fixedbugs/issue4252.dir/a.go | 2 +- test/fixedbugs/issue4252.dir/main.go | 2 +- test/fixedbugs/issue4252.go | 2 +- test/fixedbugs/issue4283.go | 2 +- test/fixedbugs/issue4313.go | 2 +- test/fixedbugs/issue4316.go | 2 +- test/fixedbugs/issue4323.go | 2 +- test/fixedbugs/issue4326.go | 2 +- test/fixedbugs/issue4348.go | 2 +- test/fixedbugs/issue4353.go | 2 +- test/fixedbugs/issue4359.go | 2 +- test/fixedbugs/issue4365.go | 2 +- test/fixedbugs/issue4370.dir/p1.go | 2 +- test/fixedbugs/issue4370.dir/p2.go | 2 +- test/fixedbugs/issue4370.dir/p3.go | 2 +- test/fixedbugs/issue4370.go | 2 +- test/fixedbugs/issue4388.go | 2 +- test/fixedbugs/issue4396a.go | 2 +- test/fixedbugs/issue4396b.go | 2 +- test/fixedbugs/issue4399.go | 2 +- test/fixedbugs/issue4405.go | 2 +- test/fixedbugs/issue4429.go | 2 +- test/fixedbugs/issue4448.go | 2 +- test/fixedbugs/issue4452.go | 2 +- test/fixedbugs/issue4458.go | 2 +- test/fixedbugs/issue4463.go | 2 +- test/fixedbugs/issue4468.go | 2 +- test/fixedbugs/issue4470.go | 2 +- test/fixedbugs/issue4495.go | 2 +- test/fixedbugs/issue4517a.go | 2 +- test/fixedbugs/issue4517b.go | 2 +- test/fixedbugs/issue4517c.go | 2 +- test/fixedbugs/issue4517d.go | 2 +- test/fixedbugs/issue4518.go | 2 +- test/fixedbugs/issue4529.go | 2 +- test/fixedbugs/issue4545.go | 2 +- test/fixedbugs/issue4562.go | 2 +- test/fixedbugs/issue4585.go | 2 +- test/fixedbugs/issue4590.dir/pkg1.go | 2 +- test/fixedbugs/issue4590.dir/pkg2.go | 2 +- test/fixedbugs/issue4590.dir/prog.go | 2 +- test/fixedbugs/issue4614.go | 2 +- test/fixedbugs/issue4618.go | 2 +- test/fixedbugs/issue4620.go | 2 +- test/fixedbugs/issue4654.go | 2 +- test/fixedbugs/issue4663.go | 2 +- test/fixedbugs/issue4667.go | 2 +- test/fixedbugs/issue4734.go | 2 +- test/fixedbugs/issue4748.go | 2 +- test/fixedbugs/issue4752.go | 2 +- test/fixedbugs/issue4776.go | 2 +- test/fixedbugs/issue4785.go | 2 +- test/fixedbugs/issue4909a.go | 2 +- test/fixedbugs/issue5002.go | 2 +- test/fixedbugs/issue5056.go | 2 +- test/fixedbugs/issue5089.go | 2 +- test/fixedbugs/issue5231.go | 2 +- test/fixedbugs/issue5358.go | 2 +- test/fixedbugs/issue5373.go | 2 +- test/fixedbugs/issue5581.go | 2 +- test/fixedbugs/issue5698.go | 2 +- test/fixedbugs/issue5704.go | 2 +- test/fixedbugs/issue5793.go | 2 +- test/fixedbugs/issue5809.go | 2 +- test/fixedbugs/issue5820.go | 2 +- test/fixedbugs/issue5841.go | 2 +- test/fixedbugs/issue5856.go | 2 +- test/fixedbugs/issue5963.go | 2 +- test/fixedbugs/issue6004.go | 2 +- test/fixedbugs/issue6036.go | 2 +- test/fixedbugs/issue6055.go | 2 +- test/fixedbugs/issue6131.go | 2 +- test/fixedbugs/issue6140.go | 2 +- test/fixedbugs/issue6247.go | 2 +- test/fixedbugs/issue6269.go | 2 +- test/fixedbugs/issue6295.dir/p0.go | 2 +- test/fixedbugs/issue6295.dir/p1.go | 2 +- test/fixedbugs/issue6295.dir/p2.go | 2 +- test/fixedbugs/issue6298.go | 2 +- test/fixedbugs/issue6513.dir/a.go | 2 +- test/fixedbugs/issue6513.dir/b.go | 2 +- test/fixedbugs/issue6513.dir/main.go | 2 +- test/fixedbugs/issue6572.go | 2 +- test/fixedbugs/issue6671.go | 2 +- test/fixedbugs/issue6703a.go | 2 +- test/fixedbugs/issue6703b.go | 2 +- test/fixedbugs/issue6703c.go | 2 +- test/fixedbugs/issue6703d.go | 2 +- test/fixedbugs/issue6703e.go | 2 +- test/fixedbugs/issue6703f.go | 2 +- test/fixedbugs/issue6703g.go | 2 +- test/fixedbugs/issue6703h.go | 2 +- test/fixedbugs/issue6703i.go | 2 +- test/fixedbugs/issue6703j.go | 2 +- test/fixedbugs/issue6703k.go | 2 +- test/fixedbugs/issue6703l.go | 2 +- test/fixedbugs/issue6703m.go | 2 +- test/fixedbugs/issue6703n.go | 2 +- test/fixedbugs/issue6703o.go | 2 +- test/fixedbugs/issue6703p.go | 2 +- test/fixedbugs/issue6703q.go | 2 +- test/fixedbugs/issue6703r.go | 2 +- test/fixedbugs/issue6703s.go | 2 +- test/fixedbugs/issue6703t.go | 2 +- test/fixedbugs/issue6703u.go | 2 +- test/fixedbugs/issue6703v.go | 2 +- test/fixedbugs/issue6703w.go | 2 +- test/fixedbugs/issue6703x.go | 2 +- test/fixedbugs/issue6703y.go | 2 +- test/fixedbugs/issue6703z.go | 2 +- test/fixedbugs/issue6847.go | 2 +- test/fixedbugs/issue6899.go | 2 +- test/fixedbugs/issue6964.go | 2 +- test/fixedbugs/issue7044.go | 2 +- test/fixedbugs/issue7050.go | 2 +- test/fixedbugs/issue7150.go | 2 +- test/fixedbugs/issue7223.go | 2 +- test/fixedbugs/issue7272.go | 2 +- test/fixedbugs/issue7310.go | 2 +- test/fixedbugs/issue7316.go | 2 +- test/fixedbugs/issue7346.go | 2 +- test/fixedbugs/issue7366.go | 2 +- test/fixedbugs/issue7590.go | 2 +- test/fixedbugs/issue7690.go | 2 +- test/fixedbugs/issue7794.go | 2 +- test/fixedbugs/issue7863.go | 2 +- test/fixedbugs/issue7867.go | 2 +- test/fixedbugs/issue7884.go | 2 +- test/fixedbugs/issue7944.go | 2 +- test/fixedbugs/issue7995.go | 2 +- test/fixedbugs/issue7996.go | 2 +- test/fixedbugs/issue7997.go | 2 +- test/fixedbugs/issue7998.go | 2 +- test/fixedbugs/issue8004.go | 2 +- test/fixedbugs/issue8011.go | 2 +- test/fixedbugs/issue8017.go | 2 +- test/fixedbugs/issue8028.go | 2 +- test/fixedbugs/issue8036.go | 2 +- test/fixedbugs/issue8039.go | 2 +- test/fixedbugs/issue8047.go | 2 +- test/fixedbugs/issue8047b.go | 2 +- test/fixedbugs/issue8048.go | 2 +- test/fixedbugs/issue8073.go | 2 +- test/fixedbugs/issue8074.go | 2 +- test/fixedbugs/issue8076.go | 2 +- test/fixedbugs/issue8132.go | 2 +- test/fixedbugs/issue8139.go | 2 +- test/fixedbugs/issue8154.go | 2 +- test/fixedbugs/issue8155.go | 2 +- test/fixedbugs/issue8158.go | 2 +- test/fixedbugs/issue8183.go | 2 +- test/fixedbugs/issue8311.go | 2 +- test/fixedbugs/issue8325.go | 2 +- test/fixedbugs/issue8336.go | 2 +- test/fixedbugs/issue8347.go | 2 +- test/fixedbugs/issue8475.go | 2 +- test/fixedbugs/issue8507.go | 2 +- test/fixedbugs/issue8612.go | 2 +- test/fixedbugs/issue8613.go | 2 +- test/fixedbugs/issue8620.go | 2 +- test/fixedbugs/issue8745.go | 2 +- test/fixedbugs/issue8761.go | 2 +- test/fixedbugs/issue8836.go | 2 +- test/fixedbugs/issue887.go | 2 +- test/fixedbugs/issue8947.go | 2 +- test/fixedbugs/issue8961.go | 2 +- test/fixedbugs/issue9006.go | 2 +- test/fixedbugs/issue9017.go | 2 +- test/fixedbugs/issue9036.go | 2 +- test/fixedbugs/issue9076.go | 2 +- test/fixedbugs/issue9083.go | 2 +- test/fixedbugs/issue9110.go | 2 +- test/fixedbugs/issue9321.go | 2 +- test/fixedbugs/issue9355.go | 2 +- test/fixedbugs/issue9432.go | 2 +- test/fixedbugs/issue9731.go | 2 +- test/fixedbugs/issue9862.go | 2 +- test/float_lit2.go | 2 +- test/float_lit3.go | 2 +- test/func6.go | 2 +- test/func7.go | 2 +- test/func8.go | 2 +- test/funcdup.go | 2 +- test/funcdup2.go | 2 +- test/gc2.go | 2 +- test/gcstring.go | 2 +- test/goprint.go | 2 +- test/goto.go | 2 +- test/import2.dir/import2.go | 2 +- test/import2.dir/import3.go | 2 +- test/import2.go | 2 +- test/index.go | 2 +- test/index0.go | 2 +- test/index1.go | 2 +- test/index2.go | 2 +- test/init1.go | 2 +- test/inline.go | 2 +- test/interface/assertinline.go | 2 +- test/interface/noeq.go | 2 +- test/interface/recursive1.dir/recursive1.go | 2 +- test/interface/recursive1.dir/recursive2.go | 2 +- test/interface/recursive1.go | 2 +- test/label.go | 2 +- test/label1.go | 2 +- test/linkmain.go | 2 +- test/linkx.go | 2 +- test/live.go | 2 +- test/live1.go | 2 +- test/live2.go | 2 +- test/live_ssa.go | 2 +- test/live_syscall.go | 2 +- test/map1.go | 2 +- test/method5.go | 2 +- test/named.go | 2 +- test/named1.go | 2 +- test/nilcheck.go | 2 +- test/nilptr.go | 2 +- test/nilptr2.go | 2 +- test/nilptr3.go | 2 +- test/nilptr3_ssa.go | 2 +- test/nilptr4.go | 2 +- test/nosplit.go | 2 +- test/opt_branchlikely.go | 2 +- test/recover.go | 2 +- test/recover1.go | 2 +- test/recover2.go | 2 +- test/recover3.go | 2 +- test/recover4.go | 2 +- test/rename.go | 2 +- test/rename1.go | 2 +- test/reorder.go | 2 +- test/reorder2.go | 2 +- test/return.go | 2 +- test/rotate.go | 2 +- test/rotate0.go | 2 +- test/rotate1.go | 2 +- test/rotate2.go | 2 +- test/rotate3.go | 2 +- test/run.go | 2 +- test/rune.go | 2 +- test/runtime.go | 2 +- test/shift1.go | 2 +- test/shift2.go | 2 +- test/sinit.go | 2 +- test/sizeof.go | 2 +- test/slice3.go | 2 +- test/slice3err.go | 2 +- test/slicecap.go | 2 +- test/sliceopt.go | 2 +- test/stress/maps.go | 2 +- test/stress/parsego.go | 2 +- test/stress/runstress.go | 2 +- test/struct0.go | 2 +- test/syntax/chan.go | 2 +- test/syntax/chan1.go | 2 +- test/syntax/composite.go | 2 +- test/syntax/else.go | 2 +- test/syntax/forvar.go | 2 +- test/syntax/if.go | 2 +- test/syntax/import.go | 2 +- test/syntax/interface.go | 2 +- test/syntax/semi1.go | 2 +- test/syntax/semi2.go | 2 +- test/syntax/semi3.go | 2 +- test/syntax/semi4.go | 2 +- test/syntax/semi5.go | 2 +- test/syntax/semi6.go | 2 +- test/syntax/semi7.go | 2 +- test/syntax/topexpr.go | 2 +- test/syntax/typesw.go | 2 +- test/syntax/vareq.go | 2 +- test/syntax/vareq1.go | 2 +- test/undef.go | 2 +- test/varerr.go | 2 +- test/writebarrier.go | 2 +- 923 files changed, 933 insertions(+), 933 deletions(-) diff --git a/doc/codewalk/codewalk.js b/doc/codewalk/codewalk.js index 7bfcd39384144a..abc59373a0a51a 100644 --- a/doc/codewalk/codewalk.js +++ b/doc/codewalk/codewalk.js @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/doc/codewalk/markov.go b/doc/codewalk/markov.go index a8f322eb6b2637..5f62e0514426e0 100644 --- a/doc/codewalk/markov.go +++ b/doc/codewalk/markov.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/doc/codewalk/markov.xml b/doc/codewalk/markov.xml index 76c448ac32a0f1..7e44840dc4246f 100644 --- a/doc/codewalk/markov.xml +++ b/doc/codewalk/markov.xml @@ -1,5 +1,5 @@ diff --git a/lib/time/update.bash b/lib/time/update.bash index 01fe07bf345bcc..6d67b4caaa3990 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -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. diff --git a/misc/android/go_android_exec.go b/misc/android/go_android_exec.go index a67e990c349890..6db38c2cc50b45 100644 --- a/misc/android/go_android_exec.go +++ b/misc/android/go_android_exec.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/arm/a b/misc/arm/a index 701f4941ffbdde..644e775bb53104 100755 --- a/misc/arm/a +++ b/misc/arm/a @@ -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. diff --git a/misc/cgo/errors/err1.go b/misc/cgo/errors/err1.go index 8e674dce7dfaf3..61bbcd29577471 100644 --- a/misc/cgo/errors/err1.go +++ b/misc/cgo/errors/err1.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/err2.go b/misc/cgo/errors/err2.go index 0c64ffeebf85b8..3ab410bbaacb8a 100644 --- a/misc/cgo/errors/err2.go +++ b/misc/cgo/errors/err2.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/err3.go b/misc/cgo/errors/err3.go index 3680a4a4c1e5f3..609e1a0b7480c6 100644 --- a/misc/cgo/errors/err3.go +++ b/misc/cgo/errors/err3.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/issue11097a.go b/misc/cgo/errors/issue11097a.go index 4508213cb4284e..028d10ce5cb78b 100644 --- a/misc/cgo/errors/issue11097a.go +++ b/misc/cgo/errors/issue11097a.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/issue11097b.go b/misc/cgo/errors/issue11097b.go index 68c5c7c64cba49..b00f24fc103833 100644 --- a/misc/cgo/errors/issue11097b.go +++ b/misc/cgo/errors/issue11097b.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/issue13129.go b/misc/cgo/errors/issue13129.go index 942d2f783c5820..f7ad7a7e1499f3 100644 --- a/misc/cgo/errors/issue13129.go +++ b/misc/cgo/errors/issue13129.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/issue13423.go b/misc/cgo/errors/issue13423.go index 6b2ad58a9d620f..fc191572376508 100644 --- a/misc/cgo/errors/issue13423.go +++ b/misc/cgo/errors/issue13423.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/issue13635.go b/misc/cgo/errors/issue13635.go index 689e958b40c243..0ce2b1e83a1940 100644 --- a/misc/cgo/errors/issue13635.go +++ b/misc/cgo/errors/issue13635.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/issue7757.go b/misc/cgo/errors/issue7757.go index 5eafd22e8a8946..0426e9fb7efa8b 100644 --- a/misc/cgo/errors/issue7757.go +++ b/misc/cgo/errors/issue7757.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/issue8442.go b/misc/cgo/errors/issue8442.go index 45daf8e59ecf95..60477ad345e1a5 100644 --- a/misc/cgo/errors/issue8442.go +++ b/misc/cgo/errors/issue8442.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/errors/ptr.go b/misc/cgo/errors/ptr.go index bbcaaabecb7bd4..b6cec8e10d0fe2 100644 --- a/misc/cgo/errors/ptr.go +++ b/misc/cgo/errors/ptr.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/fortran/answer.f90 b/misc/cgo/fortran/answer.f90 index 6b29d78da1a190..b3717ee27a67cb 100644 --- a/misc/cgo/fortran/answer.f90 +++ b/misc/cgo/fortran/answer.f90 @@ -1,4 +1,4 @@ -! Copyright 2016 The Go Authors. All rights reserved. +! Copyright 2016 The Go Authors. All rights reserved. ! Use of this source code is governed by a BSD-style ! license that can be found in the LICENSE file. diff --git a/misc/cgo/fortran/fortran.go b/misc/cgo/fortran/fortran.go index 8d008b48c8471b..0079b535d94ae8 100644 --- a/misc/cgo/fortran/fortran.go +++ b/misc/cgo/fortran/fortran.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/fortran/fortran_test.go b/misc/cgo/fortran/fortran_test.go index a7ba64850a135e..d0cb9f22463007 100644 --- a/misc/cgo/fortran/fortran_test.go +++ b/misc/cgo/fortran/fortran_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/gmp/fib.go b/misc/cgo/gmp/fib.go index 18434beaf35871..f1091b1c54f45e 100644 --- a/misc/cgo/gmp/fib.go +++ b/misc/cgo/gmp/fib.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/gmp/gmp.go b/misc/cgo/gmp/gmp.go index d39bfe64083afa..971a10aaac644a 100644 --- a/misc/cgo/gmp/gmp.go +++ b/misc/cgo/gmp/gmp.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/gmp/pi.go b/misc/cgo/gmp/pi.go index a189375570110d..d5851e8e6bd389 100644 --- a/misc/cgo/gmp/pi.go +++ b/misc/cgo/gmp/pi.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/life/c-life.c b/misc/cgo/life/c-life.c index 6572455951ca24..f853163e2f0c1e 100644 --- a/misc/cgo/life/c-life.c +++ b/misc/cgo/life/c-life.c @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/life/life.go b/misc/cgo/life/life.go index fda5495e5f4e77..170a620c8788ee 100644 --- a/misc/cgo/life/life.go +++ b/misc/cgo/life/life.go @@ -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. diff --git a/misc/cgo/life/life.h b/misc/cgo/life/life.h index b2011b25fc8a80..11d2b97226767b 100644 --- a/misc/cgo/life/life.h +++ b/misc/cgo/life/life.h @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/life/main.go b/misc/cgo/life/main.go index c17cd6c92c0722..aa2f6d116b392b 100644 --- a/misc/cgo/life/main.go +++ b/misc/cgo/life/main.go @@ -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. diff --git a/misc/cgo/stdio/chain.go b/misc/cgo/stdio/chain.go index 1256133e2fa99e..03cddb76888e2f 100644 --- a/misc/cgo/stdio/chain.go +++ b/misc/cgo/stdio/chain.go @@ -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. diff --git a/misc/cgo/stdio/fib.go b/misc/cgo/stdio/fib.go index eb43cf5daf496a..61a1b83728c152 100644 --- a/misc/cgo/stdio/fib.go +++ b/misc/cgo/stdio/fib.go @@ -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. diff --git a/misc/cgo/stdio/file.go b/misc/cgo/stdio/file.go index e7bb906a54b354..a024f2c361c8be 100644 --- a/misc/cgo/stdio/file.go +++ b/misc/cgo/stdio/file.go @@ -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. diff --git a/misc/cgo/stdio/hello.go b/misc/cgo/stdio/hello.go index 60c0304e2e4f1f..47179ba4827868 100644 --- a/misc/cgo/stdio/hello.go +++ b/misc/cgo/stdio/hello.go @@ -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. diff --git a/misc/cgo/stdio/stdio.go b/misc/cgo/stdio/stdio.go index 76cb8ad80d65f7..d216e44fe7ce3a 100644 --- a/misc/cgo/stdio/stdio.go +++ b/misc/cgo/stdio/stdio.go @@ -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. diff --git a/misc/cgo/test/api.go b/misc/cgo/test/api.go index f5a85946fb09f2..b4ae3dda4b26ea 100644 --- a/misc/cgo/test/api.go +++ b/misc/cgo/test/api.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/basic.go b/misc/cgo/test/basic.go index 019139d0104624..2189af6ae4c545 100644 --- a/misc/cgo/test/basic.go +++ b/misc/cgo/test/basic.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/buildid_linux.go b/misc/cgo/test/buildid_linux.go index 2641dd5a61be6b..47dd87128fffb4 100644 --- a/misc/cgo/test/buildid_linux.go +++ b/misc/cgo/test/buildid_linux.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/callback_c.c b/misc/cgo/test/callback_c.c index 7694c833f939f4..8921b7306c6b14 100644 --- a/misc/cgo/test/callback_c.c +++ b/misc/cgo/test/callback_c.c @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/callback_c_gc.c b/misc/cgo/test/callback_c_gc.c index c6ea3c58ba87f2..eb720eba7c469a 100644 --- a/misc/cgo/test/callback_c_gc.c +++ b/misc/cgo/test/callback_c_gc.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/callback_c_gccgo.c b/misc/cgo/test/callback_c_gccgo.c index ff5dbbb2d9f055..4eaa8184b30482 100644 --- a/misc/cgo/test/callback_c_gccgo.c +++ b/misc/cgo/test/callback_c_gccgo.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/cflags.go b/misc/cgo/test/cflags.go index 6571fe02dcefa2..bc290bfcd5a795 100644 --- a/misc/cgo/test/cflags.go +++ b/misc/cgo/test/cflags.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/cgo_linux_test.go b/misc/cgo/test/cgo_linux_test.go index 6e1d1065f63bbc..9c15f69e401573 100644 --- a/misc/cgo/test/cgo_linux_test.go +++ b/misc/cgo/test/cgo_linux_test.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/cgo_test.go b/misc/cgo/test/cgo_test.go index 9f493e6cca0b3e..8a95b02ac35fc9 100644 --- a/misc/cgo/test/cgo_test.go +++ b/misc/cgo/test/cgo_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/cgo_unix_test.go b/misc/cgo/test/cgo_unix_test.go index 5fe3251e0b80f9..b3633b73f34c8a 100644 --- a/misc/cgo/test/cgo_unix_test.go +++ b/misc/cgo/test/cgo_unix_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/cthread.go b/misc/cgo/test/cthread.go index 68d4a03eacfee1..1ca182c75ecaae 100644 --- a/misc/cgo/test/cthread.go +++ b/misc/cgo/test/cthread.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/cthread_unix.c b/misc/cgo/test/cthread_unix.c index d29f2fc5f22c1b..6323e4980e85bc 100644 --- a/misc/cgo/test/cthread_unix.c +++ b/misc/cgo/test/cthread_unix.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/cthread_windows.c b/misc/cgo/test/cthread_windows.c index 5f370a81803416..3a62ddd3730f43 100644 --- a/misc/cgo/test/cthread_windows.c +++ b/misc/cgo/test/cthread_windows.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/duplicate_symbol.go b/misc/cgo/test/duplicate_symbol.go index 69600de9cb41c3..6144271321593b 100644 --- a/misc/cgo/test/duplicate_symbol.go +++ b/misc/cgo/test/duplicate_symbol.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/exports.go b/misc/cgo/test/exports.go index 4fe1703a60db60..71e5dcdd3df2e7 100644 --- a/misc/cgo/test/exports.go +++ b/misc/cgo/test/exports.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/fpvar.go b/misc/cgo/test/fpvar.go index c0ec6f68d710c0..7aab8ca2fc2d2d 100644 --- a/misc/cgo/test/fpvar.go +++ b/misc/cgo/test/fpvar.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/gcc68255.go b/misc/cgo/test/gcc68255.go index 2c4f931d6f7a4d..23e103dc109381 100644 --- a/misc/cgo/test/gcc68255.go +++ b/misc/cgo/test/gcc68255.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/gcc68255/a.go b/misc/cgo/test/gcc68255/a.go index 02e54940731af4..e106dee3ec023d 100644 --- a/misc/cgo/test/gcc68255/a.go +++ b/misc/cgo/test/gcc68255/a.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/gcc68255/c.c b/misc/cgo/test/gcc68255/c.c index 28cfe7297b12cc..a4fe193825b796 100644 --- a/misc/cgo/test/gcc68255/c.c +++ b/misc/cgo/test/gcc68255/c.c @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/gcc68255/c.h b/misc/cgo/test/gcc68255/c.h index 644003eb05f256..05ecd8187c7b04 100644 --- a/misc/cgo/test/gcc68255/c.h +++ b/misc/cgo/test/gcc68255/c.h @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/helpers.go b/misc/cgo/test/helpers.go index 890dcbdf1d8486..f6a822a1065b26 100644 --- a/misc/cgo/test/helpers.go +++ b/misc/cgo/test/helpers.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue10303.go b/misc/cgo/test/issue10303.go index dd19dfbb01e2da..66e2644d06648f 100644 --- a/misc/cgo/test/issue10303.go +++ b/misc/cgo/test/issue10303.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue11925.go b/misc/cgo/test/issue11925.go index 9e50fb7027cb99..c5c8a269f79d28 100644 --- a/misc/cgo/test/issue11925.go +++ b/misc/cgo/test/issue11925.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue12030.go b/misc/cgo/test/issue12030.go index ef8f86f53ea9ae..f863c58aa2aae0 100644 --- a/misc/cgo/test/issue12030.go +++ b/misc/cgo/test/issue12030.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue1222.go b/misc/cgo/test/issue1222.go index c396a0c4182b41..4868da8e18508a 100644 --- a/misc/cgo/test/issue1222.go +++ b/misc/cgo/test/issue1222.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue1328.go b/misc/cgo/test/issue1328.go index e1796d6f723751..2401c10e300687 100644 --- a/misc/cgo/test/issue1328.go +++ b/misc/cgo/test/issue1328.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue13402.go b/misc/cgo/test/issue13402.go index 6e3e24c2b75a4f..3af24c2d3c2405 100644 --- a/misc/cgo/test/issue13402.go +++ b/misc/cgo/test/issue13402.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue13930.go b/misc/cgo/test/issue13930.go index 3a22459e6899bc..c4a08ee7c9e11b 100644 --- a/misc/cgo/test/issue13930.go +++ b/misc/cgo/test/issue13930.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue14838.go b/misc/cgo/test/issue14838.go index e6e1a4245729db..c8e1681295e8f2 100644 --- a/misc/cgo/test/issue14838.go +++ b/misc/cgo/test/issue14838.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue1560.go b/misc/cgo/test/issue1560.go index c46954b0747e0e..30f615222572a6 100644 --- a/misc/cgo/test/issue1560.go +++ b/misc/cgo/test/issue1560.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue1635.go b/misc/cgo/test/issue1635.go index cc4be9093d1a07..25899271c93a18 100644 --- a/misc/cgo/test/issue1635.go +++ b/misc/cgo/test/issue1635.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue2462.go b/misc/cgo/test/issue2462.go index 12cd91d0563e07..febca1eb085fbd 100644 --- a/misc/cgo/test/issue2462.go +++ b/misc/cgo/test/issue2462.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue3250.go b/misc/cgo/test/issue3250.go index 4df3e348c889d3..f85c16b2dced30 100644 --- a/misc/cgo/test/issue3250.go +++ b/misc/cgo/test/issue3250.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue3250w.go b/misc/cgo/test/issue3250w.go index e3cb161db07644..c2193aa1f1cb6c 100644 --- a/misc/cgo/test/issue3250w.go +++ b/misc/cgo/test/issue3250w.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue3261.go b/misc/cgo/test/issue3261.go index 32cb06b8c7acdc..71375698d376d8 100644 --- a/misc/cgo/test/issue3261.go +++ b/misc/cgo/test/issue3261.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue3729.go b/misc/cgo/test/issue3729.go index 1bea38b6e8a61f..947b90a00de2e2 100644 --- a/misc/cgo/test/issue3729.go +++ b/misc/cgo/test/issue3729.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue3729w.go b/misc/cgo/test/issue3729w.go index 702115b811d50b..69296b506e7641 100644 --- a/misc/cgo/test/issue3729w.go +++ b/misc/cgo/test/issue3729w.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue3741.go b/misc/cgo/test/issue3741.go index 3d3bbf951e6566..314038c1fe8be0 100644 --- a/misc/cgo/test/issue3741.go +++ b/misc/cgo/test/issue3741.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue3945.go b/misc/cgo/test/issue3945.go index 7e6863f7b6b1a7..2f9fe23b8dcc3f 100644 --- a/misc/cgo/test/issue3945.go +++ b/misc/cgo/test/issue3945.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue4029.c b/misc/cgo/test/issue4029.c index 1ff97ec72943e1..eab36834501ff7 100644 --- a/misc/cgo/test/issue4029.c +++ b/misc/cgo/test/issue4029.c @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue4029.go b/misc/cgo/test/issue4029.go index 9282725126f3ad..5789b99ef67034 100644 --- a/misc/cgo/test/issue4029.go +++ b/misc/cgo/test/issue4029.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue4029w.go b/misc/cgo/test/issue4029w.go index 1cf43df37b601c..18c720191be397 100644 --- a/misc/cgo/test/issue4029w.go +++ b/misc/cgo/test/issue4029w.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue4273.c b/misc/cgo/test/issue4273.c index a3fcf3b0a87c53..cac98768dea9c8 100644 --- a/misc/cgo/test/issue4273.c +++ b/misc/cgo/test/issue4273.c @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue4273b.c b/misc/cgo/test/issue4273b.c index 93e2f4fab5b901..71e3f0d976ad4e 100644 --- a/misc/cgo/test/issue4273b.c +++ b/misc/cgo/test/issue4273b.c @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue4339.go b/misc/cgo/test/issue4339.go index f734a25da3fb0b..4fa4b2bbd7e3c6 100644 --- a/misc/cgo/test/issue4339.go +++ b/misc/cgo/test/issue4339.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue4417.go b/misc/cgo/test/issue4417.go index 0b48071d4d6551..9b182870d8e16a 100644 --- a/misc/cgo/test/issue4417.go +++ b/misc/cgo/test/issue4417.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue4857.go b/misc/cgo/test/issue4857.go index 54dc39f8d1e0fc..b18979b5f7ac86 100644 --- a/misc/cgo/test/issue4857.go +++ b/misc/cgo/test/issue4857.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5227.go b/misc/cgo/test/issue5227.go index 336c4c6091003b..53c3bf12d740c8 100644 --- a/misc/cgo/test/issue5227.go +++ b/misc/cgo/test/issue5227.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5242.go b/misc/cgo/test/issue5242.go index fe0a6321c1fd03..c81cd409199f84 100644 --- a/misc/cgo/test/issue5242.go +++ b/misc/cgo/test/issue5242.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5337.go b/misc/cgo/test/issue5337.go index 8013b66a748069..9041d95168d909 100644 --- a/misc/cgo/test/issue5337.go +++ b/misc/cgo/test/issue5337.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5337w.go b/misc/cgo/test/issue5337w.go index 14720a94d5aeb1..7b46757700756c 100644 --- a/misc/cgo/test/issue5337w.go +++ b/misc/cgo/test/issue5337w.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5548.go b/misc/cgo/test/issue5548.go index c879f2ae91d59d..0710da79507175 100644 --- a/misc/cgo/test/issue5548.go +++ b/misc/cgo/test/issue5548.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5548_c.c b/misc/cgo/test/issue5548_c.c index ee9c45934d29a6..84115266ffd545 100644 --- a/misc/cgo/test/issue5548_c.c +++ b/misc/cgo/test/issue5548_c.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5603.go b/misc/cgo/test/issue5603.go index ecb2aa32ecb7b5..ab84339e1016f8 100644 --- a/misc/cgo/test/issue5603.go +++ b/misc/cgo/test/issue5603.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5740.go b/misc/cgo/test/issue5740.go index 25c86153fd5dff..059e316119d5c1 100644 --- a/misc/cgo/test/issue5740.go +++ b/misc/cgo/test/issue5740.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5740a.c b/misc/cgo/test/issue5740a.c index 25f18e2a455b95..a6a7d0c96015d9 100644 --- a/misc/cgo/test/issue5740a.c +++ b/misc/cgo/test/issue5740a.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5740b.c b/misc/cgo/test/issue5740b.c index 22893f35bd8a6b..c2ff5fbc4a545c 100644 --- a/misc/cgo/test/issue5740b.c +++ b/misc/cgo/test/issue5740b.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue5986.go b/misc/cgo/test/issue5986.go index b6a5b685f9b1d2..9be1614233e11a 100644 --- a/misc/cgo/test/issue5986.go +++ b/misc/cgo/test/issue5986.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6128.go b/misc/cgo/test/issue6128.go index 4afba244fd59b9..9832d799b94ea0 100644 --- a/misc/cgo/test/issue6128.go +++ b/misc/cgo/test/issue6128.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6390.go b/misc/cgo/test/issue6390.go index 6f5715b05d849b..5642899c587c56 100644 --- a/misc/cgo/test/issue6390.go +++ b/misc/cgo/test/issue6390.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6472.go b/misc/cgo/test/issue6472.go index cd94cac376f41e..d416a05e29ddb7 100644 --- a/misc/cgo/test/issue6472.go +++ b/misc/cgo/test/issue6472.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6506.go b/misc/cgo/test/issue6506.go index b79e242e9ccd6c..c54b54b64fc20a 100644 --- a/misc/cgo/test/issue6506.go +++ b/misc/cgo/test/issue6506.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6612.go b/misc/cgo/test/issue6612.go index 902878c25928e5..c337f911d90f68 100644 --- a/misc/cgo/test/issue6612.go +++ b/misc/cgo/test/issue6612.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6833.go b/misc/cgo/test/issue6833.go index e12d5342221324..de60dbfcf2033b 100644 --- a/misc/cgo/test/issue6833.go +++ b/misc/cgo/test/issue6833.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6833_c.c b/misc/cgo/test/issue6833_c.c index a77b425b5cf67f..c94c2c6d4577a9 100644 --- a/misc/cgo/test/issue6833_c.c +++ b/misc/cgo/test/issue6833_c.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6997_linux.c b/misc/cgo/test/issue6997_linux.c index 897cdd081c6935..1d5fb2ac7e09a8 100644 --- a/misc/cgo/test/issue6997_linux.c +++ b/misc/cgo/test/issue6997_linux.c @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue6997_linux.go b/misc/cgo/test/issue6997_linux.go index 638c3b00cf6cb9..aaa51dcbf899b2 100644 --- a/misc/cgo/test/issue6997_linux.go +++ b/misc/cgo/test/issue6997_linux.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue7234_test.go b/misc/cgo/test/issue7234_test.go index a020b6a724994e..c191a1a66fe208 100644 --- a/misc/cgo/test/issue7234_test.go +++ b/misc/cgo/test/issue7234_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue7560.go b/misc/cgo/test/issue7560.go index 4bea6e357367c9..f36d8a10234549 100644 --- a/misc/cgo/test/issue7560.go +++ b/misc/cgo/test/issue7560.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue7665.go b/misc/cgo/test/issue7665.go index da9713178da07c..ce0345845f9440 100644 --- a/misc/cgo/test/issue7665.go +++ b/misc/cgo/test/issue7665.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue7786.go b/misc/cgo/test/issue7786.go index b92763789b2186..1344e9eda62b25 100644 --- a/misc/cgo/test/issue7786.go +++ b/misc/cgo/test/issue7786.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue7978.go b/misc/cgo/test/issue7978.go index e8f340f8b8d3ce..94ea0b6fa381ea 100644 --- a/misc/cgo/test/issue7978.go +++ b/misc/cgo/test/issue7978.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8092.go b/misc/cgo/test/issue8092.go index 8a14ce6d7aa48b..19123e79cfa255 100644 --- a/misc/cgo/test/issue8092.go +++ b/misc/cgo/test/issue8092.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8148.go b/misc/cgo/test/issue8148.go index 8e4190848941b6..f704788aef8a45 100644 --- a/misc/cgo/test/issue8148.go +++ b/misc/cgo/test/issue8148.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8331.h b/misc/cgo/test/issue8331.h index 936ae9d5c1e236..8065be08904de3 100644 --- a/misc/cgo/test/issue8331.h +++ b/misc/cgo/test/issue8331.h @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8331a.go b/misc/cgo/test/issue8331a.go index 7fa55be4355f38..92e2579e7ae12a 100644 --- a/misc/cgo/test/issue8331a.go +++ b/misc/cgo/test/issue8331a.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8331b.go b/misc/cgo/test/issue8331b.go index d52aed63e4b1c8..5324aa2a175f0a 100644 --- a/misc/cgo/test/issue8331b.go +++ b/misc/cgo/test/issue8331b.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8428.go b/misc/cgo/test/issue8428.go index 16fa7cc6ec3d30..2e5a555b5823be 100644 --- a/misc/cgo/test/issue8428.go +++ b/misc/cgo/test/issue8428.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8441.go b/misc/cgo/test/issue8441.go index 2d871f0832bd9c..4489ca9eb677ca 100644 --- a/misc/cgo/test/issue8441.go +++ b/misc/cgo/test/issue8441.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8694.go b/misc/cgo/test/issue8694.go index ba7a344c53d9bc..00ab7d5202ce13 100644 --- a/misc/cgo/test/issue8694.go +++ b/misc/cgo/test/issue8694.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8811.c b/misc/cgo/test/issue8811.c index 584bb39342e4df..41b3c7c8ea3e62 100644 --- a/misc/cgo/test/issue8811.c +++ b/misc/cgo/test/issue8811.c @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8811.go b/misc/cgo/test/issue8811.go index 2e217d9356ad3b..f812732cfd7aa6 100644 --- a/misc/cgo/test/issue8811.go +++ b/misc/cgo/test/issue8811.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8828/issue8828.c b/misc/cgo/test/issue8828/issue8828.c index 2950f87cfb81bd..27ec23a26059f4 100644 --- a/misc/cgo/test/issue8828/issue8828.c +++ b/misc/cgo/test/issue8828/issue8828.c @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue8945.go b/misc/cgo/test/issue8945.go index 572b8155d80a73..57a5b2db44bbbb 100644 --- a/misc/cgo/test/issue8945.go +++ b/misc/cgo/test/issue8945.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9400/asm_386.s b/misc/cgo/test/issue9400/asm_386.s index e37a54f2af9591..83ca38531ab742 100644 --- a/misc/cgo/test/issue9400/asm_386.s +++ b/misc/cgo/test/issue9400/asm_386.s @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9400/asm_amd64x.s b/misc/cgo/test/issue9400/asm_amd64x.s index f09e95d4cf65a8..48b86190a59fc6 100644 --- a/misc/cgo/test/issue9400/asm_amd64x.s +++ b/misc/cgo/test/issue9400/asm_amd64x.s @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9400/asm_arm.s b/misc/cgo/test/issue9400/asm_arm.s index 5c5983d4c20201..166d53f304e404 100644 --- a/misc/cgo/test/issue9400/asm_arm.s +++ b/misc/cgo/test/issue9400/asm_arm.s @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9400/asm_arm64.s b/misc/cgo/test/issue9400/asm_arm64.s index cba525f4c0d5fb..9bb50816b4474b 100644 --- a/misc/cgo/test/issue9400/asm_arm64.s +++ b/misc/cgo/test/issue9400/asm_arm64.s @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9400/asm_ppc64x.s b/misc/cgo/test/issue9400/asm_ppc64x.s index 9f80087b3bed81..c88ec3b21e7651 100644 --- a/misc/cgo/test/issue9400/asm_ppc64x.s +++ b/misc/cgo/test/issue9400/asm_ppc64x.s @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9400/gccgo.go b/misc/cgo/test/issue9400/gccgo.go index 6b9d5fa3a73396..0ef3a8cacf3a3b 100644 --- a/misc/cgo/test/issue9400/gccgo.go +++ b/misc/cgo/test/issue9400/gccgo.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9400/stubs.go b/misc/cgo/test/issue9400/stubs.go index 1dd8ccd333ae75..60193dc4117bdf 100644 --- a/misc/cgo/test/issue9400/stubs.go +++ b/misc/cgo/test/issue9400/stubs.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9400_linux.go b/misc/cgo/test/issue9400_linux.go index b3b4b7952c35cd..34eb4983a4161c 100644 --- a/misc/cgo/test/issue9400_linux.go +++ b/misc/cgo/test/issue9400_linux.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9510.go b/misc/cgo/test/issue9510.go index a940bfba6f3939..efd3f770b6af12 100644 --- a/misc/cgo/test/issue9510.go +++ b/misc/cgo/test/issue9510.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/issue9557.go b/misc/cgo/test/issue9557.go index b29bacdfff4e5c..4e8922a69c60c8 100644 --- a/misc/cgo/test/issue9557.go +++ b/misc/cgo/test/issue9557.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/test/setgid_linux.go b/misc/cgo/test/setgid_linux.go index ca95e0835960f5..6773f94d3d6816 100644 --- a/misc/cgo/test/setgid_linux.go +++ b/misc/cgo/test/setgid_linux.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testcarchive/carchive_test.go b/misc/cgo/testcarchive/carchive_test.go index 0f3432650a5e52..c0c45398cda9db 100644 --- a/misc/cgo/testcarchive/carchive_test.go +++ b/misc/cgo/testcarchive/carchive_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testgodefs/anonunion.go b/misc/cgo/testgodefs/anonunion.go index 7bc736b9d1127b..18840f2577c231 100644 --- a/misc/cgo/testgodefs/anonunion.go +++ b/misc/cgo/testgodefs/anonunion.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/misc/cgo/testgodefs/issue8478.go b/misc/cgo/testgodefs/issue8478.go index 92258fde7250ee..232144617118a3 100644 --- a/misc/cgo/testgodefs/issue8478.go +++ b/misc/cgo/testgodefs/issue8478.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // diff --git a/misc/cgo/testgodefs/main.go b/misc/cgo/testgodefs/main.go index 7faccf2654ab87..1ce0fd0d1e1964 100644 --- a/misc/cgo/testgodefs/main.go +++ b/misc/cgo/testgodefs/main.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testsanitizers/msan.go b/misc/cgo/testsanitizers/msan.go index ebfd5c3bd81ba7..7915fa84f602b8 100644 --- a/misc/cgo/testsanitizers/msan.go +++ b/misc/cgo/testsanitizers/msan.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testsanitizers/msan2.go b/misc/cgo/testsanitizers/msan2.go index 42dcd20c088b01..6690cb034fcf36 100644 --- a/misc/cgo/testsanitizers/msan2.go +++ b/misc/cgo/testsanitizers/msan2.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testsanitizers/msan4.go b/misc/cgo/testsanitizers/msan4.go index c75e1c348618be..6c91ff5f091b62 100644 --- a/misc/cgo/testsanitizers/msan4.go +++ b/misc/cgo/testsanitizers/msan4.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testsanitizers/msan_fail.go b/misc/cgo/testsanitizers/msan_fail.go index 757e22c3da1f43..4c8dab34f6e225 100644 --- a/misc/cgo/testsanitizers/msan_fail.go +++ b/misc/cgo/testsanitizers/msan_fail.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testsanitizers/tsan.go b/misc/cgo/testsanitizers/tsan.go index 9e0951c914b317..6c377a701fb965 100644 --- a/misc/cgo/testsanitizers/tsan.go +++ b/misc/cgo/testsanitizers/tsan.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testsanitizers/tsan2.go b/misc/cgo/testsanitizers/tsan2.go index 78234a07991043..5018a1987caca0 100644 --- a/misc/cgo/testsanitizers/tsan2.go +++ b/misc/cgo/testsanitizers/tsan2.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testshared/shared_test.go b/misc/cgo/testshared/shared_test.go index c370f7b0d8310c..5c063963a0364b 100644 --- a/misc/cgo/testshared/shared_test.go +++ b/misc/cgo/testshared/shared_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testshared/src/dep/asm.s b/misc/cgo/testshared/src/dep/asm.s index 8069ebb7497a11..f203f8b0301839 100644 --- a/misc/cgo/testshared/src/dep/asm.s +++ b/misc/cgo/testshared/src/dep/asm.s @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testtls/tls.go b/misc/cgo/testtls/tls.go index 8e9ee70033a4dc..e634220be7c1b6 100644 --- a/misc/cgo/testtls/tls.go +++ b/misc/cgo/testtls/tls.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/cgo/testtls/tls_unix.c b/misc/cgo/testtls/tls_unix.c index 545951631e63f4..957afce90d4aed 100644 --- a/misc/cgo/testtls/tls_unix.c +++ b/misc/cgo/testtls/tls_unix.c @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/nacl/mkzip.go b/misc/nacl/mkzip.go index aaf37f120fccd6..5ec241e35a3a70 100644 --- a/misc/nacl/mkzip.go +++ b/misc/nacl/mkzip.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/swig/callback/callback.cc b/misc/swig/callback/callback.cc index eac24fba0d5af5..88bd49c57f8956 100644 --- a/misc/swig/callback/callback.cc +++ b/misc/swig/callback/callback.cc @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/swig/callback/callback.go b/misc/swig/callback/callback.go index 39c1719d2479c6..0d6e97f05becd5 100644 --- a/misc/swig/callback/callback.go +++ b/misc/swig/callback/callback.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/swig/callback/callback.h b/misc/swig/callback/callback.h index 97bf73cc287814..4b661060d83ad1 100644 --- a/misc/swig/callback/callback.h +++ b/misc/swig/callback/callback.h @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/swig/callback/callback.swigcxx b/misc/swig/callback/callback.swigcxx index 0c97ef1016c032..6181fe9c7ea1a9 100644 --- a/misc/swig/callback/callback.swigcxx +++ b/misc/swig/callback/callback.swigcxx @@ -1,4 +1,4 @@ -/* Copyright 2011 The Go Authors. All rights reserved. +/* Copyright 2011 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ diff --git a/misc/swig/callback/callback_test.go b/misc/swig/callback/callback_test.go index dbbbab5760e295..0c8a3004da2234 100644 --- a/misc/swig/callback/callback_test.go +++ b/misc/swig/callback/callback_test.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/misc/swig/stdio/file.swig b/misc/swig/stdio/file.swig index 8ba341d08932eb..b28ae0a6b7ab6c 100644 --- a/misc/swig/stdio/file.swig +++ b/misc/swig/stdio/file.swig @@ -1,4 +1,4 @@ -/* Copyright 2011 The Go Authors. All rights reserved. +/* Copyright 2011 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ diff --git a/misc/swig/stdio/file_test.go b/misc/swig/stdio/file_test.go index 38d0746768e33a..b1a520e6bc9cd5 100644 --- a/misc/swig/stdio/file_test.go +++ b/misc/swig/stdio/file_test.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/src/androidtest.bash b/src/androidtest.bash index 84c2222b247024..823b83b9344a50 100755 --- a/src/androidtest.bash +++ b/src/androidtest.bash @@ -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. diff --git a/src/bootstrap.bash b/src/bootstrap.bash index 7947e84e3b7e29..da3dff461f4c64 100755 --- a/src/bootstrap.bash +++ b/src/bootstrap.bash @@ -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. diff --git a/src/cmd/compile/internal/amd64/gsubr.go b/src/cmd/compile/internal/amd64/gsubr.go index e3535f3244e172..f862e8a92ba9bb 100644 --- a/src/cmd/compile/internal/amd64/gsubr.go +++ b/src/cmd/compile/internal/amd64/gsubr.go @@ -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 diff --git a/src/cmd/compile/internal/amd64/peep.go b/src/cmd/compile/internal/amd64/peep.go index 9712bcc4e73520..4ae5fcef8b63c3 100644 --- a/src/cmd/compile/internal/amd64/peep.go +++ b/src/cmd/compile/internal/amd64/peep.go @@ -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 diff --git a/src/cmd/compile/internal/amd64/reg.go b/src/cmd/compile/internal/amd64/reg.go index 60822fbfe99558..764f5c3a9e6380 100644 --- a/src/cmd/compile/internal/amd64/reg.go +++ b/src/cmd/compile/internal/amd64/reg.go @@ -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 diff --git a/src/cmd/compile/internal/arm/gsubr.go b/src/cmd/compile/internal/arm/gsubr.go index 73905f18ce9db7..9ac999167e1dbb 100644 --- a/src/cmd/compile/internal/arm/gsubr.go +++ b/src/cmd/compile/internal/arm/gsubr.go @@ -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 diff --git a/src/cmd/compile/internal/arm/peep.go b/src/cmd/compile/internal/arm/peep.go index 9e5bba5a611d15..e1c8e4d0d9c1de 100644 --- a/src/cmd/compile/internal/arm/peep.go +++ b/src/cmd/compile/internal/arm/peep.go @@ -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 diff --git a/src/cmd/compile/internal/arm/reg.go b/src/cmd/compile/internal/arm/reg.go index b72ccc98158479..2313bc4eb966cd 100644 --- a/src/cmd/compile/internal/arm/reg.go +++ b/src/cmd/compile/internal/arm/reg.go @@ -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 diff --git a/src/cmd/compile/internal/arm64/gsubr.go b/src/cmd/compile/internal/arm64/gsubr.go index f193291d01e238..ddf2ed969df2d0 100644 --- a/src/cmd/compile/internal/arm64/gsubr.go +++ b/src/cmd/compile/internal/arm64/gsubr.go @@ -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 diff --git a/src/cmd/compile/internal/arm64/peep.go b/src/cmd/compile/internal/arm64/peep.go index 22be1afebcb87f..e32c264215d4b3 100644 --- a/src/cmd/compile/internal/arm64/peep.go +++ b/src/cmd/compile/internal/arm64/peep.go @@ -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 diff --git a/src/cmd/compile/internal/arm64/reg.go b/src/cmd/compile/internal/arm64/reg.go index aaf7676404c04d..6e24dc2d5def77 100644 --- a/src/cmd/compile/internal/arm64/reg.go +++ b/src/cmd/compile/internal/arm64/reg.go @@ -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 diff --git a/src/cmd/compile/internal/big/vendor.bash b/src/cmd/compile/internal/big/vendor.bash index 1b191ccb8fca1e..ac3ec9b4a74a66 100755 --- a/src/cmd/compile/internal/big/vendor.bash +++ b/src/cmd/compile/internal/big/vendor.bash @@ -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. diff --git a/src/cmd/compile/internal/gc/gsubr.go b/src/cmd/compile/internal/gc/gsubr.go index 7e641949579241..603d0349d601b7 100644 --- a/src/cmd/compile/internal/gc/gsubr.go +++ b/src/cmd/compile/internal/gc/gsubr.go @@ -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 diff --git a/src/cmd/compile/internal/gc/popt.go b/src/cmd/compile/internal/gc/popt.go index 001a715f7b7aa1..8e2a7ba446aa22 100644 --- a/src/cmd/compile/internal/gc/popt.go +++ b/src/cmd/compile/internal/gc/popt.go @@ -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 diff --git a/src/cmd/compile/internal/gc/reg.go b/src/cmd/compile/internal/gc/reg.go index 5763f79de1c810..a80d72b9b82796 100644 --- a/src/cmd/compile/internal/gc/reg.go +++ b/src/cmd/compile/internal/gc/reg.go @@ -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 diff --git a/src/cmd/compile/internal/mips64/gsubr.go b/src/cmd/compile/internal/mips64/gsubr.go index eb1c55d7e69b2d..864fd76d121f9e 100644 --- a/src/cmd/compile/internal/mips64/gsubr.go +++ b/src/cmd/compile/internal/mips64/gsubr.go @@ -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 diff --git a/src/cmd/compile/internal/mips64/peep.go b/src/cmd/compile/internal/mips64/peep.go index 96fe8ed033537b..6bb51583e2ccf8 100644 --- a/src/cmd/compile/internal/mips64/peep.go +++ b/src/cmd/compile/internal/mips64/peep.go @@ -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 diff --git a/src/cmd/compile/internal/mips64/reg.go b/src/cmd/compile/internal/mips64/reg.go index 1fe18ba90c47c2..2d2a77367d2263 100644 --- a/src/cmd/compile/internal/mips64/reg.go +++ b/src/cmd/compile/internal/mips64/reg.go @@ -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 diff --git a/src/cmd/compile/internal/ppc64/gsubr.go b/src/cmd/compile/internal/ppc64/gsubr.go index 1137c50678bd66..5949e718f5c4ab 100644 --- a/src/cmd/compile/internal/ppc64/gsubr.go +++ b/src/cmd/compile/internal/ppc64/gsubr.go @@ -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 diff --git a/src/cmd/compile/internal/ppc64/peep.go b/src/cmd/compile/internal/ppc64/peep.go index baca75680ade75..8adb4e039bb361 100644 --- a/src/cmd/compile/internal/ppc64/peep.go +++ b/src/cmd/compile/internal/ppc64/peep.go @@ -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 diff --git a/src/cmd/compile/internal/ppc64/reg.go b/src/cmd/compile/internal/ppc64/reg.go index 558ba4a4f41997..215c9b5cd6bab4 100644 --- a/src/cmd/compile/internal/ppc64/reg.go +++ b/src/cmd/compile/internal/ppc64/reg.go @@ -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 diff --git a/src/cmd/compile/internal/x86/gsubr.go b/src/cmd/compile/internal/x86/gsubr.go index 569ffd11bd87ff..f432cd8933f93d 100644 --- a/src/cmd/compile/internal/x86/gsubr.go +++ b/src/cmd/compile/internal/x86/gsubr.go @@ -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 diff --git a/src/cmd/compile/internal/x86/peep.go b/src/cmd/compile/internal/x86/peep.go index 0a4ecc0e5cf167..e70c10f267b56d 100644 --- a/src/cmd/compile/internal/x86/peep.go +++ b/src/cmd/compile/internal/x86/peep.go @@ -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 diff --git a/src/cmd/compile/internal/x86/reg.go b/src/cmd/compile/internal/x86/reg.go index d49a1aed9d70d7..cc94d728b470e8 100644 --- a/src/cmd/compile/internal/x86/reg.go +++ b/src/cmd/compile/internal/x86/reg.go @@ -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 diff --git a/src/cmd/internal/obj/arm/a.out.go b/src/cmd/internal/obj/arm/a.out.go index ca166e1317728b..4234b5967cae07 100644 --- a/src/cmd/internal/obj/arm/a.out.go +++ b/src/cmd/internal/obj/arm/a.out.go @@ -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 diff --git a/src/cmd/internal/obj/arm/asm5.go b/src/cmd/internal/obj/arm/asm5.go index 564f96a94e182f..d37091fe458652 100644 --- a/src/cmd/internal/obj/arm/asm5.go +++ b/src/cmd/internal/obj/arm/asm5.go @@ -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 diff --git a/src/cmd/internal/obj/arm/list5.go b/src/cmd/internal/obj/arm/list5.go index bb2ac20e5370c6..a0c210e3ba9af9 100644 --- a/src/cmd/internal/obj/arm/list5.go +++ b/src/cmd/internal/obj/arm/list5.go @@ -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 diff --git a/src/cmd/internal/obj/arm/obj5.go b/src/cmd/internal/obj/arm/obj5.go index 042e6ab6488c67..9cf2f2918e360c 100644 --- a/src/cmd/internal/obj/arm/obj5.go +++ b/src/cmd/internal/obj/arm/obj5.go @@ -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 diff --git a/src/cmd/internal/obj/data.go b/src/cmd/internal/obj/data.go index 5fe4cb10a5b166..29530fa2b096f6 100644 --- a/src/cmd/internal/obj/data.go +++ b/src/cmd/internal/obj/data.go @@ -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 diff --git a/src/cmd/internal/obj/ld.go b/src/cmd/internal/obj/ld.go index 4d2e4293aadd2a..81a16d1a9b5777 100644 --- a/src/cmd/internal/obj/ld.go +++ b/src/cmd/internal/obj/ld.go @@ -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 diff --git a/src/cmd/internal/obj/link.go b/src/cmd/internal/obj/link.go index a97565e46f1f5b..eaf702533a141f 100644 --- a/src/cmd/internal/obj/link.go +++ b/src/cmd/internal/obj/link.go @@ -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 diff --git a/src/cmd/internal/obj/mips/a.out.go b/src/cmd/internal/obj/mips/a.out.go index 57643f920a1342..bc6b69df8d4c5a 100644 --- a/src/cmd/internal/obj/mips/a.out.go +++ b/src/cmd/internal/obj/mips/a.out.go @@ -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 diff --git a/src/cmd/internal/obj/mips/asm0.go b/src/cmd/internal/obj/mips/asm0.go index 4a5ff2f3d42e65..11aa202215dd87 100644 --- a/src/cmd/internal/obj/mips/asm0.go +++ b/src/cmd/internal/obj/mips/asm0.go @@ -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 diff --git a/src/cmd/internal/obj/mips/list0.go b/src/cmd/internal/obj/mips/list0.go index ca80e8b96d3056..28881e845da6bf 100644 --- a/src/cmd/internal/obj/mips/list0.go +++ b/src/cmd/internal/obj/mips/list0.go @@ -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 diff --git a/src/cmd/internal/obj/mips/obj0.go b/src/cmd/internal/obj/mips/obj0.go index 49fc2fb864cf52..ade1ee566e8f00 100644 --- a/src/cmd/internal/obj/mips/obj0.go +++ b/src/cmd/internal/obj/mips/obj0.go @@ -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 diff --git a/src/cmd/internal/obj/pass.go b/src/cmd/internal/obj/pass.go index f10fc60413c33a..ffbff746dd405f 100644 --- a/src/cmd/internal/obj/pass.go +++ b/src/cmd/internal/obj/pass.go @@ -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 diff --git a/src/cmd/internal/obj/ppc64/a.out.go b/src/cmd/internal/obj/ppc64/a.out.go index 4f6cdcde06b8b0..5a1846c992dbda 100644 --- a/src/cmd/internal/obj/ppc64/a.out.go +++ b/src/cmd/internal/obj/ppc64/a.out.go @@ -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 diff --git a/src/cmd/internal/obj/ppc64/asm9.go b/src/cmd/internal/obj/ppc64/asm9.go index f786f3c4434df3..42d7a638a72600 100644 --- a/src/cmd/internal/obj/ppc64/asm9.go +++ b/src/cmd/internal/obj/ppc64/asm9.go @@ -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 diff --git a/src/cmd/internal/obj/ppc64/list9.go b/src/cmd/internal/obj/ppc64/list9.go index 4cdcfbcd27952b..d46297a3eb3f35 100644 --- a/src/cmd/internal/obj/ppc64/list9.go +++ b/src/cmd/internal/obj/ppc64/list9.go @@ -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 diff --git a/src/cmd/internal/obj/ppc64/obj9.go b/src/cmd/internal/obj/ppc64/obj9.go index 4f9b3943cf9ce8..43e4825af01cdf 100644 --- a/src/cmd/internal/obj/ppc64/obj9.go +++ b/src/cmd/internal/obj/ppc64/obj9.go @@ -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 diff --git a/src/cmd/internal/obj/s390x/a.out.go b/src/cmd/internal/obj/s390x/a.out.go index e7256d1d41c56f..490695ca1d946d 100644 --- a/src/cmd/internal/obj/s390x/a.out.go +++ b/src/cmd/internal/obj/s390x/a.out.go @@ -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 diff --git a/src/cmd/internal/obj/s390x/asmz.go b/src/cmd/internal/obj/s390x/asmz.go index 7077b5c594e4e5..2a99bbe3903fef 100644 --- a/src/cmd/internal/obj/s390x/asmz.go +++ b/src/cmd/internal/obj/s390x/asmz.go @@ -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 diff --git a/src/cmd/internal/obj/s390x/listz.go b/src/cmd/internal/obj/s390x/listz.go index 99702c993d6d69..152a45b1684197 100644 --- a/src/cmd/internal/obj/s390x/listz.go +++ b/src/cmd/internal/obj/s390x/listz.go @@ -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 diff --git a/src/cmd/internal/obj/s390x/objz.go b/src/cmd/internal/obj/s390x/objz.go index 454a0d76ec84d6..0526a35953719b 100644 --- a/src/cmd/internal/obj/s390x/objz.go +++ b/src/cmd/internal/obj/s390x/objz.go @@ -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 diff --git a/src/cmd/internal/obj/sym.go b/src/cmd/internal/obj/sym.go index beacc94ee8e055..6f3542b3d4f421 100644 --- a/src/cmd/internal/obj/sym.go +++ b/src/cmd/internal/obj/sym.go @@ -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 diff --git a/src/cmd/internal/obj/x86/a.out.go b/src/cmd/internal/obj/x86/a.out.go index c41fd953e76d99..f00e4afdb8f7ac 100644 --- a/src/cmd/internal/obj/x86/a.out.go +++ b/src/cmd/internal/obj/x86/a.out.go @@ -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 diff --git a/src/cmd/internal/obj/x86/asm6.go b/src/cmd/internal/obj/x86/asm6.go index 1c7fcf37be3018..8605980b94d996 100644 --- a/src/cmd/internal/obj/x86/asm6.go +++ b/src/cmd/internal/obj/x86/asm6.go @@ -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 diff --git a/src/cmd/internal/obj/x86/list6.go b/src/cmd/internal/obj/x86/list6.go index 0284bbfe8abed8..fa9ddca7d2bdf2 100644 --- a/src/cmd/internal/obj/x86/list6.go +++ b/src/cmd/internal/obj/x86/list6.go @@ -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 diff --git a/src/cmd/internal/obj/x86/obj6.go b/src/cmd/internal/obj/x86/obj6.go index b638c048e83335..df774437ac51dc 100644 --- a/src/cmd/internal/obj/x86/obj6.go +++ b/src/cmd/internal/obj/x86/obj6.go @@ -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 diff --git a/src/cmd/link/internal/amd64/asm.go b/src/cmd/link/internal/amd64/asm.go index cdb0354579b0e7..48250c92c84ab2 100644 --- a/src/cmd/link/internal/amd64/asm.go +++ b/src/cmd/link/internal/amd64/asm.go @@ -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 diff --git a/src/cmd/link/internal/amd64/l.go b/src/cmd/link/internal/amd64/l.go index 2fbc8adc51ffdf..05f7fa36e46d52 100644 --- a/src/cmd/link/internal/amd64/l.go +++ b/src/cmd/link/internal/amd64/l.go @@ -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 diff --git a/src/cmd/link/internal/amd64/obj.go b/src/cmd/link/internal/amd64/obj.go index 860f5882247417..f62f237b57bed4 100644 --- a/src/cmd/link/internal/amd64/obj.go +++ b/src/cmd/link/internal/amd64/obj.go @@ -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 diff --git a/src/cmd/link/internal/arm/asm.go b/src/cmd/link/internal/arm/asm.go index aafdd9bc3d51c0..0c3e957a97d697 100644 --- a/src/cmd/link/internal/arm/asm.go +++ b/src/cmd/link/internal/arm/asm.go @@ -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 diff --git a/src/cmd/link/internal/arm/l.go b/src/cmd/link/internal/arm/l.go index 2b73a7b1729560..63b1165687b4fc 100644 --- a/src/cmd/link/internal/arm/l.go +++ b/src/cmd/link/internal/arm/l.go @@ -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 diff --git a/src/cmd/link/internal/arm/obj.go b/src/cmd/link/internal/arm/obj.go index 9125a1fa32fa0d..9ea9771ca4e3b1 100644 --- a/src/cmd/link/internal/arm/obj.go +++ b/src/cmd/link/internal/arm/obj.go @@ -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 diff --git a/src/cmd/link/internal/arm64/asm.go b/src/cmd/link/internal/arm64/asm.go index 97803c9d03f024..7832e916ede3ce 100644 --- a/src/cmd/link/internal/arm64/asm.go +++ b/src/cmd/link/internal/arm64/asm.go @@ -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 diff --git a/src/cmd/link/internal/arm64/l.go b/src/cmd/link/internal/arm64/l.go index 67ad5c977fd874..cbee2a3d8794ad 100644 --- a/src/cmd/link/internal/arm64/l.go +++ b/src/cmd/link/internal/arm64/l.go @@ -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 diff --git a/src/cmd/link/internal/arm64/obj.go b/src/cmd/link/internal/arm64/obj.go index 1169e79a58f217..86f9ff79b0257e 100644 --- a/src/cmd/link/internal/arm64/obj.go +++ b/src/cmd/link/internal/arm64/obj.go @@ -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 diff --git a/src/cmd/link/internal/ld/ar.go b/src/cmd/link/internal/ld/ar.go index 323dfbefc58f43..80c33ceebad2fd 100644 --- a/src/cmd/link/internal/ld/ar.go +++ b/src/cmd/link/internal/ld/ar.go @@ -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 diff --git a/src/cmd/link/internal/ld/data.go b/src/cmd/link/internal/ld/data.go index 89647578464cb0..6e326ec1c91c92 100644 --- a/src/cmd/link/internal/ld/data.go +++ b/src/cmd/link/internal/ld/data.go @@ -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 diff --git a/src/cmd/link/internal/ld/elf.go b/src/cmd/link/internal/ld/elf.go index fce099da4581b1..e66de49f413373 100644 --- a/src/cmd/link/internal/ld/elf.go +++ b/src/cmd/link/internal/ld/elf.go @@ -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 diff --git a/src/cmd/link/internal/ld/ld.go b/src/cmd/link/internal/ld/ld.go index 1068bdd767defd..bbbfd3e0493095 100644 --- a/src/cmd/link/internal/ld/ld.go +++ b/src/cmd/link/internal/ld/ld.go @@ -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 diff --git a/src/cmd/link/internal/ld/lib.go b/src/cmd/link/internal/ld/lib.go index 711945fbd1e24a..0516ff60cf2126 100644 --- a/src/cmd/link/internal/ld/lib.go +++ b/src/cmd/link/internal/ld/lib.go @@ -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 diff --git a/src/cmd/link/internal/ld/link.go b/src/cmd/link/internal/ld/link.go index d0515d461719dc..9bab68beb0cc89 100644 --- a/src/cmd/link/internal/ld/link.go +++ b/src/cmd/link/internal/ld/link.go @@ -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 diff --git a/src/cmd/link/internal/ld/pobj.go b/src/cmd/link/internal/ld/pobj.go index b64bb5deaf32d4..7a4555fd23016e 100644 --- a/src/cmd/link/internal/ld/pobj.go +++ b/src/cmd/link/internal/ld/pobj.go @@ -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 diff --git a/src/cmd/link/internal/ld/sym.go b/src/cmd/link/internal/ld/sym.go index 76fe7dab793d1e..a44c8de1f22cf2 100644 --- a/src/cmd/link/internal/ld/sym.go +++ b/src/cmd/link/internal/ld/sym.go @@ -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 diff --git a/src/cmd/link/internal/ld/symtab.go b/src/cmd/link/internal/ld/symtab.go index 94a6d0ab290087..06d7792be303d6 100644 --- a/src/cmd/link/internal/ld/symtab.go +++ b/src/cmd/link/internal/ld/symtab.go @@ -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 diff --git a/src/cmd/link/internal/mips64/asm.go b/src/cmd/link/internal/mips64/asm.go index 68d52ec954ff4c..32d9f235a3ba0e 100644 --- a/src/cmd/link/internal/mips64/asm.go +++ b/src/cmd/link/internal/mips64/asm.go @@ -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 diff --git a/src/cmd/link/internal/mips64/l.go b/src/cmd/link/internal/mips64/l.go index f4191e69abcd90..e3f4fb30c817ac 100644 --- a/src/cmd/link/internal/mips64/l.go +++ b/src/cmd/link/internal/mips64/l.go @@ -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 diff --git a/src/cmd/link/internal/mips64/obj.go b/src/cmd/link/internal/mips64/obj.go index dabd326d217128..ae9a280083817e 100644 --- a/src/cmd/link/internal/mips64/obj.go +++ b/src/cmd/link/internal/mips64/obj.go @@ -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 diff --git a/src/cmd/link/internal/ppc64/asm.go b/src/cmd/link/internal/ppc64/asm.go index dbf5fac0de0659..bd2e23fda08f54 100644 --- a/src/cmd/link/internal/ppc64/asm.go +++ b/src/cmd/link/internal/ppc64/asm.go @@ -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 diff --git a/src/cmd/link/internal/ppc64/l.go b/src/cmd/link/internal/ppc64/l.go index a720993fbc1de6..2e5c2356611fab 100644 --- a/src/cmd/link/internal/ppc64/l.go +++ b/src/cmd/link/internal/ppc64/l.go @@ -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 diff --git a/src/cmd/link/internal/ppc64/obj.go b/src/cmd/link/internal/ppc64/obj.go index a540ab85b50d8a..b619eb9f4380b7 100644 --- a/src/cmd/link/internal/ppc64/obj.go +++ b/src/cmd/link/internal/ppc64/obj.go @@ -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 diff --git a/src/cmd/link/internal/s390x/asm.go b/src/cmd/link/internal/s390x/asm.go index 7c2e3358ff8a06..9864749964748d 100644 --- a/src/cmd/link/internal/s390x/asm.go +++ b/src/cmd/link/internal/s390x/asm.go @@ -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 diff --git a/src/cmd/link/internal/s390x/l.go b/src/cmd/link/internal/s390x/l.go index 42cf15ee855e3a..7c92bdb6d65d40 100644 --- a/src/cmd/link/internal/s390x/l.go +++ b/src/cmd/link/internal/s390x/l.go @@ -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 diff --git a/src/cmd/link/internal/s390x/obj.go b/src/cmd/link/internal/s390x/obj.go index fdb989818121eb..b77f57db72459f 100644 --- a/src/cmd/link/internal/s390x/obj.go +++ b/src/cmd/link/internal/s390x/obj.go @@ -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 diff --git a/src/cmd/link/internal/x86/asm.go b/src/cmd/link/internal/x86/asm.go index 4a55b535ac60c3..2a3513f6a68c60 100644 --- a/src/cmd/link/internal/x86/asm.go +++ b/src/cmd/link/internal/x86/asm.go @@ -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 diff --git a/src/cmd/link/internal/x86/l.go b/src/cmd/link/internal/x86/l.go index 2043f9bb4e725d..065508eca3032a 100644 --- a/src/cmd/link/internal/x86/l.go +++ b/src/cmd/link/internal/x86/l.go @@ -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 diff --git a/src/cmd/link/internal/x86/obj.go b/src/cmd/link/internal/x86/obj.go index 574c0dad2d996a..a4d8f5070ab0fe 100644 --- a/src/cmd/link/internal/x86/obj.go +++ b/src/cmd/link/internal/x86/obj.go @@ -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 diff --git a/src/cmd/yacc/yacc.go b/src/cmd/yacc/yacc.go index cce330793d5ced..6f67ab65669cf6 100644 --- a/src/cmd/yacc/yacc.go +++ b/src/cmd/yacc/yacc.go @@ -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 diff --git a/src/debug/elf/elf.go b/src/debug/elf/elf.go index 3f43d4d8966839..6e6c801a49a668 100644 --- a/src/debug/elf/elf.go +++ b/src/debug/elf/elf.go @@ -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 diff --git a/src/math/sqrt_ppc64x.s b/src/math/sqrt_ppc64x.s index bcfb157e0effd6..0469f4d0e1bba0 100644 --- a/src/math/sqrt_ppc64x.s +++ b/src/math/sqrt_ppc64x.s @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/src/nacltest.bash b/src/nacltest.bash index 538d6b7e9b3cc5..7bbd6601aec2de 100755 --- a/src/nacltest.bash +++ b/src/nacltest.bash @@ -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. diff --git a/src/regexp/syntax/make_perl_groups.pl b/src/regexp/syntax/make_perl_groups.pl index 90040fcb4960d9..dc6d232a76cecf 100755 --- a/src/regexp/syntax/make_perl_groups.pl +++ b/src/regexp/syntax/make_perl_groups.pl @@ -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. diff --git a/src/runtime/cgo/gcc_traceback.c b/src/runtime/cgo/gcc_traceback.c index 4fdfbe4d9f6b9b..01f9bb128b7795 100644 --- a/src/runtime/cgo/gcc_traceback.c +++ b/src/runtime/cgo/gcc_traceback.c @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/src/runtime/mknacl.sh b/src/runtime/mknacl.sh index 47fb7bd88b06f4..0a74db19418544 100644 --- a/src/runtime/mknacl.sh +++ b/src/runtime/mknacl.sh @@ -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. diff --git a/src/runtime/testdata/testprogcgo/traceback.go b/src/runtime/testdata/testprogcgo/traceback.go index bb3e70a44f8b7a..38cdef537ae2fe 100644 --- a/src/runtime/testdata/testprogcgo/traceback.go +++ b/src/runtime/testdata/testprogcgo/traceback.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/alias.go b/test/alias.go index ec93a2d101ff0e..aabaef8f20e27e 100644 --- a/test/alias.go +++ b/test/alias.go @@ -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. diff --git a/test/alias1.go b/test/alias1.go index 42cf69340963ec..5707917d201227 100644 --- a/test/alias1.go +++ b/test/alias1.go @@ -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. diff --git a/test/bench/garbage/Makefile b/test/bench/garbage/Makefile index 98838453aa6f49..c10ef0a0f8c19a 100644 --- a/test/bench/garbage/Makefile +++ b/test/bench/garbage/Makefile @@ -1,4 +1,4 @@ -# Copyright 2010 The Go Authors. All rights reserved. +# Copyright 2010 The Go Authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. diff --git a/test/bench/garbage/parser.go b/test/bench/garbage/parser.go index a685507c5e9b43..817afa91b08dce 100644 --- a/test/bench/garbage/parser.go +++ b/test/bench/garbage/parser.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/garbage/stats.go b/test/bench/garbage/stats.go index 6dc0aeb2331140..937e00fa517627 100644 --- a/test/bench/garbage/stats.go +++ b/test/bench/garbage/stats.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/garbage/tree2.go b/test/bench/garbage/tree2.go index a171c696bbc5d7..a70a1062390365 100644 --- a/test/bench/garbage/tree2.go +++ b/test/bench/garbage/tree2.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/binarytree_test.go b/test/bench/go1/binarytree_test.go index c64c4b881669a7..e5e49d502cfa45 100644 --- a/test/bench/go1/binarytree_test.go +++ b/test/bench/go1/binarytree_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/fannkuch_test.go b/test/bench/go1/fannkuch_test.go index ae45bfd88130df..0cf61158059847 100644 --- a/test/bench/go1/fannkuch_test.go +++ b/test/bench/go1/fannkuch_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/fasta_test.go b/test/bench/go1/fasta_test.go index bff056fa90c960..99d8c9754b1188 100644 --- a/test/bench/go1/fasta_test.go +++ b/test/bench/go1/fasta_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. @@ -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 } diff --git a/test/bench/go1/gob_test.go b/test/bench/go1/gob_test.go index b172b805ad284e..224beff6801760 100644 --- a/test/bench/go1/gob_test.go +++ b/test/bench/go1/gob_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/gzip_test.go b/test/bench/go1/gzip_test.go index fe4c480eb8470f..648eec5d457843 100644 --- a/test/bench/go1/gzip_test.go +++ b/test/bench/go1/gzip_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/http_test.go b/test/bench/go1/http_test.go index 34e789f6658284..7ece9b2ac54878 100644 --- a/test/bench/go1/http_test.go +++ b/test/bench/go1/http_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/json_test.go b/test/bench/go1/json_test.go index 1d42619bdebfd6..5ff1f8b6506874 100644 --- a/test/bench/go1/json_test.go +++ b/test/bench/go1/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/jsondata_test.go b/test/bench/go1/jsondata_test.go index 59afe134cbfe69..281b6ca3562c65 100644 --- a/test/bench/go1/jsondata_test.go +++ b/test/bench/go1/jsondata_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/mandel_test.go b/test/bench/go1/mandel_test.go index 888c5e4ea82a7e..dd543b2bc86b04 100644 --- a/test/bench/go1/mandel_test.go +++ b/test/bench/go1/mandel_test.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/parserdata_test.go b/test/bench/go1/parserdata_test.go index 113e5e3e38e730..001c5d89636ccb 100644 --- a/test/bench/go1/parserdata_test.go +++ b/test/bench/go1/parserdata_test.go @@ -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 diff --git a/test/bench/go1/revcomp_test.go b/test/bench/go1/revcomp_test.go index 6b6c1e5772b997..7d57bd607b684d 100644 --- a/test/bench/go1/revcomp_test.go +++ b/test/bench/go1/revcomp_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bench/go1/template_test.go b/test/bench/go1/template_test.go index db4839a488a417..10dacaa35f6dc0 100644 --- a/test/bench/go1/template_test.go +++ b/test/bench/go1/template_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/bombad.go b/test/bombad.go index b894d9ba9f211d..6b79a98e48f8a5 100644 --- a/test/bombad.go +++ b/test/bombad.go @@ -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. diff --git a/test/bounds.go b/test/bounds.go index 50f7ad74196c53..a0febb515ac4b3 100644 --- a/test/bounds.go +++ b/test/bounds.go @@ -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. diff --git a/test/bugs/bug395.go b/test/bugs/bug395.go index 5490a3d7867c58..4fe81e07b45180 100644 --- a/test/bugs/bug395.go +++ b/test/bugs/bug395.go @@ -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. diff --git a/test/chan/select2.go b/test/chan/select2.go index ccf9dab81bc2aa..31e27d7573709e 100644 --- a/test/chan/select2.go +++ b/test/chan/select2.go @@ -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. diff --git a/test/chan/select5.go b/test/chan/select5.go index cfdc085918dd78..8b98c3aaa2e95b 100644 --- a/test/chan/select5.go +++ b/test/chan/select5.go @@ -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. diff --git a/test/chan/select6.go b/test/chan/select6.go index af470a0d0d187f..6e8129f947737c 100644 --- a/test/chan/select6.go +++ b/test/chan/select6.go @@ -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. diff --git a/test/chan/select7.go b/test/chan/select7.go index 20456a9d62ec75..f7222ca35d5839 100644 --- a/test/chan/select7.go +++ b/test/chan/select7.go @@ -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. diff --git a/test/chan/sendstmt.go b/test/chan/sendstmt.go index a92c4f63a7af85..278fa1b9edb437 100644 --- a/test/chan/sendstmt.go +++ b/test/chan/sendstmt.go @@ -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. diff --git a/test/cmplxdivide.c b/test/cmplxdivide.c index d65436223ca2c6..a475cc24c97a66 100644 --- a/test/cmplxdivide.c +++ b/test/cmplxdivide.c @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/cmplxdivide.go b/test/cmplxdivide.go index 8e2967258f4722..a8ae515d99223a 100644 --- a/test/cmplxdivide.go +++ b/test/cmplxdivide.go @@ -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. diff --git a/test/complit1.go b/test/complit1.go index c7a2ac96e0cba4..9dde9943767065 100644 --- a/test/complit1.go +++ b/test/complit1.go @@ -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. diff --git a/test/compos.go b/test/compos.go index de688b39bb60c1..e6375f2697b42a 100644 --- a/test/compos.go +++ b/test/compos.go @@ -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. diff --git a/test/const6.go b/test/const6.go index c005ac3696db53..b340e589d5e1e0 100644 --- a/test/const6.go +++ b/test/const6.go @@ -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. diff --git a/test/convert1.go b/test/convert1.go index 0f417a33804e3d..afb63cd55a102d 100644 --- a/test/convert1.go +++ b/test/convert1.go @@ -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. diff --git a/test/ddd.go b/test/ddd.go index 01768b89f3be7c..84503f7d5b1827 100644 --- a/test/ddd.go +++ b/test/ddd.go @@ -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. diff --git a/test/ddd1.go b/test/ddd1.go index 07981af126acfe..7ea04f31c38007 100644 --- a/test/ddd1.go +++ b/test/ddd1.go @@ -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. diff --git a/test/ddd2.dir/ddd2.go b/test/ddd2.dir/ddd2.go index c9a26759260476..f3f863c83f183f 100644 --- a/test/ddd2.dir/ddd2.go +++ b/test/ddd2.dir/ddd2.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/ddd2.dir/ddd3.go b/test/ddd2.dir/ddd3.go index 5486fe8a049705..608091dd9b6383 100644 --- a/test/ddd2.dir/ddd3.go +++ b/test/ddd2.dir/ddd3.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/ddd2.go b/test/ddd2.go index 0d9f634ab6059a..612ba292c2eccb 100644 --- a/test/ddd2.go +++ b/test/ddd2.go @@ -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. diff --git a/test/deferprint.go b/test/deferprint.go index 72c98b19fc9602..3dc08542c1f76b 100644 --- a/test/deferprint.go +++ b/test/deferprint.go @@ -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. diff --git a/test/divide.go b/test/divide.go index b20f1062f62e99..b5570415c242bb 100644 --- a/test/divide.go +++ b/test/divide.go @@ -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. diff --git a/test/divmod.go b/test/divmod.go index ad632bc83b823a..ab85b7f1492375 100644 --- a/test/divmod.go +++ b/test/divmod.go @@ -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. diff --git a/test/eof.go b/test/eof.go index 06c779046b668f..d051f33bf79db1 100644 --- a/test/eof.go +++ b/test/eof.go @@ -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. diff --git a/test/eof1.go b/test/eof1.go index 2105b89080bad9..90792ca76e1007 100644 --- a/test/eof1.go +++ b/test/eof1.go @@ -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. diff --git a/test/escape2.go b/test/escape2.go index 6940a095dced42..3490c29d3bf6a3 100644 --- a/test/escape2.go +++ b/test/escape2.go @@ -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. diff --git a/test/escape2n.go b/test/escape2n.go index 25b5a9b23fbb15..74f6f8dd65efac 100644 --- a/test/escape2n.go +++ b/test/escape2n.go @@ -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. diff --git a/test/escape3.go b/test/escape3.go index 4c1989151465d0..f1131a26884558 100644 --- a/test/escape3.go +++ b/test/escape3.go @@ -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. diff --git a/test/escape4.go b/test/escape4.go index 248f8a96b97769..69a54ac721b08c 100644 --- a/test/escape4.go +++ b/test/escape4.go @@ -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. diff --git a/test/escape5.go b/test/escape5.go index 6a138ea0903fd7..c4bf17b2acf2e0 100644 --- a/test/escape5.go +++ b/test/escape5.go @@ -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. diff --git a/test/escape_array.go b/test/escape_array.go index 5da77713d26b2d..0204c690cddccc 100644 --- a/test/escape_array.go +++ b/test/escape_array.go @@ -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. diff --git a/test/escape_because.go b/test/escape_because.go index 2084fa5faf1fae..f0bbd0b93aa7ad 100644 --- a/test/escape_because.go +++ b/test/escape_because.go @@ -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. diff --git a/test/escape_calls.go b/test/escape_calls.go index 8c9a6daddaae4c..20cb6433346f74 100644 --- a/test/escape_calls.go +++ b/test/escape_calls.go @@ -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. diff --git a/test/escape_closure.go b/test/escape_closure.go index f36073e7d07623..e9cf776afb87f7 100644 --- a/test/escape_closure.go +++ b/test/escape_closure.go @@ -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. diff --git a/test/escape_field.go b/test/escape_field.go index 16d1e741b8b645..e8835ae6ff3f53 100644 --- a/test/escape_field.go +++ b/test/escape_field.go @@ -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. diff --git a/test/escape_iface.go b/test/escape_iface.go index 9149fa17705e3e..50a5132d1def05 100644 --- a/test/escape_iface.go +++ b/test/escape_iface.go @@ -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. diff --git a/test/escape_indir.go b/test/escape_indir.go index fe03c3fb1b2b8b..aac4e675c4d590 100644 --- a/test/escape_indir.go +++ b/test/escape_indir.go @@ -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. diff --git a/test/escape_level.go b/test/escape_level.go index 867c81ae52b955..490f615f73ac0a 100644 --- a/test/escape_level.go +++ b/test/escape_level.go @@ -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. diff --git a/test/escape_map.go b/test/escape_map.go index 868c456020733c..99cbd482a6001a 100644 --- a/test/escape_map.go +++ b/test/escape_map.go @@ -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. diff --git a/test/escape_param.go b/test/escape_param.go index cfbcd51ca7de0c..2c43b96ba03163 100644 --- a/test/escape_param.go +++ b/test/escape_param.go @@ -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. diff --git a/test/escape_slice.go b/test/escape_slice.go index 0b6599719dc9ce..ffd7cdb50935a8 100644 --- a/test/escape_slice.go +++ b/test/escape_slice.go @@ -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. diff --git a/test/escape_struct_param1.go b/test/escape_struct_param1.go index e30e327acdd786..076fbc8ca358f2 100644 --- a/test/escape_struct_param1.go +++ b/test/escape_struct_param1.go @@ -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. diff --git a/test/escape_struct_param2.go b/test/escape_struct_param2.go index c10c336495fdce..d5305d4f407133 100644 --- a/test/escape_struct_param2.go +++ b/test/escape_struct_param2.go @@ -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. diff --git a/test/escape_struct_return.go b/test/escape_struct_return.go index b423ebd92a765b..565f08ece3f96c 100644 --- a/test/escape_struct_return.go +++ b/test/escape_struct_return.go @@ -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. diff --git a/test/fixedbugs/bug083.dir/bug0.go b/test/fixedbugs/bug083.dir/bug0.go index e312256c461d39..2f59d81a614d48 100644 --- a/test/fixedbugs/bug083.dir/bug0.go +++ b/test/fixedbugs/bug083.dir/bug0.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug083.dir/bug1.go b/test/fixedbugs/bug083.dir/bug1.go index 486fe760734e1f..ea5bcfe205ad5d 100644 --- a/test/fixedbugs/bug083.dir/bug1.go +++ b/test/fixedbugs/bug083.dir/bug1.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug088.dir/bug0.go b/test/fixedbugs/bug088.dir/bug0.go index af9d991e607dc1..7a6e34747f6605 100644 --- a/test/fixedbugs/bug088.dir/bug0.go +++ b/test/fixedbugs/bug088.dir/bug0.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug088.dir/bug1.go b/test/fixedbugs/bug088.dir/bug1.go index cadf0e698a565b..2568e37d0209ce 100644 --- a/test/fixedbugs/bug088.dir/bug1.go +++ b/test/fixedbugs/bug088.dir/bug1.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug106.dir/bug0.go b/test/fixedbugs/bug106.dir/bug0.go index d9c26a00bd1c93..7494c580b77df9 100644 --- a/test/fixedbugs/bug106.dir/bug0.go +++ b/test/fixedbugs/bug106.dir/bug0.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug106.dir/bug1.go b/test/fixedbugs/bug106.dir/bug1.go index 0f1d20e47d982d..eff0d36ed29532 100644 --- a/test/fixedbugs/bug106.dir/bug1.go +++ b/test/fixedbugs/bug106.dir/bug1.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug133.dir/bug0.go b/test/fixedbugs/bug133.dir/bug0.go index 48cd104c497b36..19a2bfbd4b5452 100644 --- a/test/fixedbugs/bug133.dir/bug0.go +++ b/test/fixedbugs/bug133.dir/bug0.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug133.dir/bug1.go b/test/fixedbugs/bug133.dir/bug1.go index 75621478851945..dd59b2f2ec193b 100644 --- a/test/fixedbugs/bug133.dir/bug1.go +++ b/test/fixedbugs/bug133.dir/bug1.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug133.dir/bug2.go b/test/fixedbugs/bug133.dir/bug2.go index e53100112062fd..b6184c2e75b03e 100644 --- a/test/fixedbugs/bug133.dir/bug2.go +++ b/test/fixedbugs/bug133.dir/bug2.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug13343.go b/test/fixedbugs/bug13343.go index 4c30dac6a9a9b9..5dc736d443b949 100644 --- a/test/fixedbugs/bug13343.go +++ b/test/fixedbugs/bug13343.go @@ -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. diff --git a/test/fixedbugs/bug1515.go b/test/fixedbugs/bug1515.go index a4baccda779e26..5fef5ad38acb0b 100644 --- a/test/fixedbugs/bug1515.go +++ b/test/fixedbugs/bug1515.go @@ -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. diff --git a/test/fixedbugs/bug160.dir/x.go b/test/fixedbugs/bug160.dir/x.go index bd52c6cc3c2031..2673552d80b8a6 100644 --- a/test/fixedbugs/bug160.dir/x.go +++ b/test/fixedbugs/bug160.dir/x.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug160.dir/y.go b/test/fixedbugs/bug160.dir/y.go index 27e2f352a41f63..428808dd19879a 100644 --- a/test/fixedbugs/bug160.dir/y.go +++ b/test/fixedbugs/bug160.dir/y.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug203.go b/test/fixedbugs/bug203.go index 2fb084bd65820f..68647ec372b463 100644 --- a/test/fixedbugs/bug203.go +++ b/test/fixedbugs/bug203.go @@ -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. diff --git a/test/fixedbugs/bug227.go b/test/fixedbugs/bug227.go index ea8d02d10c6b63..afbdd977d173ce 100644 --- a/test/fixedbugs/bug227.go +++ b/test/fixedbugs/bug227.go @@ -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. diff --git a/test/fixedbugs/bug228.go b/test/fixedbugs/bug228.go index 3fccd1728883dc..f7ac670689bd73 100644 --- a/test/fixedbugs/bug228.go +++ b/test/fixedbugs/bug228.go @@ -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. diff --git a/test/fixedbugs/bug229.go b/test/fixedbugs/bug229.go index 5cc3988555504e..4baf65e48b758d 100644 --- a/test/fixedbugs/bug229.go +++ b/test/fixedbugs/bug229.go @@ -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. diff --git a/test/fixedbugs/bug230.go b/test/fixedbugs/bug230.go index 210acc43075d34..e5eead52e200d8 100644 --- a/test/fixedbugs/bug230.go +++ b/test/fixedbugs/bug230.go @@ -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. diff --git a/test/fixedbugs/bug231.go b/test/fixedbugs/bug231.go index a9d409b7d5aa55..f64ddc3e757cd0 100644 --- a/test/fixedbugs/bug231.go +++ b/test/fixedbugs/bug231.go @@ -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. diff --git a/test/fixedbugs/bug232.go b/test/fixedbugs/bug232.go index d18727e907138a..10b0c521a40b04 100644 --- a/test/fixedbugs/bug232.go +++ b/test/fixedbugs/bug232.go @@ -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. diff --git a/test/fixedbugs/bug233.go b/test/fixedbugs/bug233.go index 63f8ee2e9e6d1b..d4e1e078169eea 100644 --- a/test/fixedbugs/bug233.go +++ b/test/fixedbugs/bug233.go @@ -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. diff --git a/test/fixedbugs/bug234.go b/test/fixedbugs/bug234.go index 9f503f04a0bc50..0d37ce22f5bb25 100644 --- a/test/fixedbugs/bug234.go +++ b/test/fixedbugs/bug234.go @@ -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. diff --git a/test/fixedbugs/bug235.go b/test/fixedbugs/bug235.go index d12d9e7368a3e6..a33092bdb64aa8 100644 --- a/test/fixedbugs/bug235.go +++ b/test/fixedbugs/bug235.go @@ -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. diff --git a/test/fixedbugs/bug236.go b/test/fixedbugs/bug236.go index 6c245565f299fc..de7e8e3d8a22d8 100644 --- a/test/fixedbugs/bug236.go +++ b/test/fixedbugs/bug236.go @@ -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. diff --git a/test/fixedbugs/bug237.go b/test/fixedbugs/bug237.go index 58996cadc0b661..75d6132df96bcc 100644 --- a/test/fixedbugs/bug237.go +++ b/test/fixedbugs/bug237.go @@ -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. diff --git a/test/fixedbugs/bug243.go b/test/fixedbugs/bug243.go index 4870c3614cbf74..5b6bb7517d26aa 100644 --- a/test/fixedbugs/bug243.go +++ b/test/fixedbugs/bug243.go @@ -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. diff --git a/test/fixedbugs/bug245.go b/test/fixedbugs/bug245.go index c607a6dc33ca5e..adf62f98b54261 100644 --- a/test/fixedbugs/bug245.go +++ b/test/fixedbugs/bug245.go @@ -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. diff --git a/test/fixedbugs/bug247.go b/test/fixedbugs/bug247.go index b6851e1bca041f..6550bd87c0d9f9 100644 --- a/test/fixedbugs/bug247.go +++ b/test/fixedbugs/bug247.go @@ -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. diff --git a/test/fixedbugs/bug249.go b/test/fixedbugs/bug249.go index dc922455e3f7d5..ec9699a894ef03 100644 --- a/test/fixedbugs/bug249.go +++ b/test/fixedbugs/bug249.go @@ -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. diff --git a/test/fixedbugs/bug250.go b/test/fixedbugs/bug250.go index 5140f3e29daf8c..9fb34c33d5ef1c 100644 --- a/test/fixedbugs/bug250.go +++ b/test/fixedbugs/bug250.go @@ -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. diff --git a/test/fixedbugs/bug251.go b/test/fixedbugs/bug251.go index 43d9d526fd15b9..f061723eda531d 100644 --- a/test/fixedbugs/bug251.go +++ b/test/fixedbugs/bug251.go @@ -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. diff --git a/test/fixedbugs/bug252.go b/test/fixedbugs/bug252.go index 6f007fb7714eb6..f678925fbb61ab 100644 --- a/test/fixedbugs/bug252.go +++ b/test/fixedbugs/bug252.go @@ -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. diff --git a/test/fixedbugs/bug253.go b/test/fixedbugs/bug253.go index f6ab712ef212bb..933f3f1ccc2a8e 100644 --- a/test/fixedbugs/bug253.go +++ b/test/fixedbugs/bug253.go @@ -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. diff --git a/test/fixedbugs/bug254.go b/test/fixedbugs/bug254.go index 9b1c81911b2a61..3902cd5e899c18 100644 --- a/test/fixedbugs/bug254.go +++ b/test/fixedbugs/bug254.go @@ -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. diff --git a/test/fixedbugs/bug255.go b/test/fixedbugs/bug255.go index 65ed1b8f6fd238..cc7d92fdb0f46d 100644 --- a/test/fixedbugs/bug255.go +++ b/test/fixedbugs/bug255.go @@ -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. diff --git a/test/fixedbugs/bug256.go b/test/fixedbugs/bug256.go index 0498a40d548313..705a0321b4ef2a 100644 --- a/test/fixedbugs/bug256.go +++ b/test/fixedbugs/bug256.go @@ -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. diff --git a/test/fixedbugs/bug257.go b/test/fixedbugs/bug257.go index 003f3ff94d4027..b05c37a3312b7f 100644 --- a/test/fixedbugs/bug257.go +++ b/test/fixedbugs/bug257.go @@ -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. diff --git a/test/fixedbugs/bug258.go b/test/fixedbugs/bug258.go index d362e5a69739a8..075da87577cb6c 100644 --- a/test/fixedbugs/bug258.go +++ b/test/fixedbugs/bug258.go @@ -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. diff --git a/test/fixedbugs/bug259.go b/test/fixedbugs/bug259.go index e4dcaeb2fea0f5..857b442010093b 100644 --- a/test/fixedbugs/bug259.go +++ b/test/fixedbugs/bug259.go @@ -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. diff --git a/test/fixedbugs/bug261.go b/test/fixedbugs/bug261.go index f7879b04c1043e..abe6431b515305 100644 --- a/test/fixedbugs/bug261.go +++ b/test/fixedbugs/bug261.go @@ -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. diff --git a/test/fixedbugs/bug266.go b/test/fixedbugs/bug266.go index d4da891d31e27a..5d2334c05a84fd 100644 --- a/test/fixedbugs/bug266.go +++ b/test/fixedbugs/bug266.go @@ -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. diff --git a/test/fixedbugs/bug269.go b/test/fixedbugs/bug269.go index 60ee7ee3f3f66d..ec0dbc6c34bb44 100644 --- a/test/fixedbugs/bug269.go +++ b/test/fixedbugs/bug269.go @@ -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. diff --git a/test/fixedbugs/bug271.go b/test/fixedbugs/bug271.go index 30d9bb1cc7bb44..a6abbfef7e88bf 100644 --- a/test/fixedbugs/bug271.go +++ b/test/fixedbugs/bug271.go @@ -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. diff --git a/test/fixedbugs/bug272.go b/test/fixedbugs/bug272.go index f943d68a07ee4a..6b8862f697480e 100644 --- a/test/fixedbugs/bug272.go +++ b/test/fixedbugs/bug272.go @@ -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. diff --git a/test/fixedbugs/bug273.go b/test/fixedbugs/bug273.go index b4e3f65cb8b6a8..b6258d54fc7d17 100644 --- a/test/fixedbugs/bug273.go +++ b/test/fixedbugs/bug273.go @@ -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. diff --git a/test/fixedbugs/bug274.go b/test/fixedbugs/bug274.go index e57d147a608bea..e93f30ee96910e 100644 --- a/test/fixedbugs/bug274.go +++ b/test/fixedbugs/bug274.go @@ -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. diff --git a/test/fixedbugs/bug275.go b/test/fixedbugs/bug275.go index f5f6b14f010eb7..d3be7548aaeb35 100644 --- a/test/fixedbugs/bug275.go +++ b/test/fixedbugs/bug275.go @@ -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. diff --git a/test/fixedbugs/bug278.go b/test/fixedbugs/bug278.go index 68a3d811c7406b..4817ebfee4e1fa 100644 --- a/test/fixedbugs/bug278.go +++ b/test/fixedbugs/bug278.go @@ -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. diff --git a/test/fixedbugs/bug279.go b/test/fixedbugs/bug279.go index 726ba603eee17a..3b1df3b8feb938 100644 --- a/test/fixedbugs/bug279.go +++ b/test/fixedbugs/bug279.go @@ -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. diff --git a/test/fixedbugs/bug280.go b/test/fixedbugs/bug280.go index 3925b9a4b551bf..afec57f037ad6b 100644 --- a/test/fixedbugs/bug280.go +++ b/test/fixedbugs/bug280.go @@ -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. diff --git a/test/fixedbugs/bug281.go b/test/fixedbugs/bug281.go index 92c8d860e3fd02..c65530f7ddb121 100644 --- a/test/fixedbugs/bug281.go +++ b/test/fixedbugs/bug281.go @@ -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. diff --git a/test/fixedbugs/bug282.dir/p1.go b/test/fixedbugs/bug282.dir/p1.go index b562755e5b1142..0f7422c0ba0e2d 100644 --- a/test/fixedbugs/bug282.dir/p1.go +++ b/test/fixedbugs/bug282.dir/p1.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug282.dir/p2.go b/test/fixedbugs/bug282.dir/p2.go index 3f8bd9d49b5746..f614507946602c 100644 --- a/test/fixedbugs/bug282.dir/p2.go +++ b/test/fixedbugs/bug282.dir/p2.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug283.go b/test/fixedbugs/bug283.go index 1f7f6e04104c7c..ef1953b2feb7fd 100644 --- a/test/fixedbugs/bug283.go +++ b/test/fixedbugs/bug283.go @@ -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. diff --git a/test/fixedbugs/bug285.go b/test/fixedbugs/bug285.go index e0b3766bb363fd..0632ab4ba793c5 100644 --- a/test/fixedbugs/bug285.go +++ b/test/fixedbugs/bug285.go @@ -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. diff --git a/test/fixedbugs/bug286.go b/test/fixedbugs/bug286.go index 44f05153f48e4b..b1271f465d26ba 100644 --- a/test/fixedbugs/bug286.go +++ b/test/fixedbugs/bug286.go @@ -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. diff --git a/test/fixedbugs/bug287.go b/test/fixedbugs/bug287.go index 2ed81c593df579..94582a86955ef9 100644 --- a/test/fixedbugs/bug287.go +++ b/test/fixedbugs/bug287.go @@ -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. diff --git a/test/fixedbugs/bug288.go b/test/fixedbugs/bug288.go index d2461e6a9f3c77..0a53d32e9ffa5f 100644 --- a/test/fixedbugs/bug288.go +++ b/test/fixedbugs/bug288.go @@ -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. diff --git a/test/fixedbugs/bug289.go b/test/fixedbugs/bug289.go index 3c6b68767a6864..5a309798389916 100644 --- a/test/fixedbugs/bug289.go +++ b/test/fixedbugs/bug289.go @@ -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. diff --git a/test/fixedbugs/bug290.go b/test/fixedbugs/bug290.go index 46ebc1ff005df1..4eee285a355f2f 100644 --- a/test/fixedbugs/bug290.go +++ b/test/fixedbugs/bug290.go @@ -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. diff --git a/test/fixedbugs/bug291.go b/test/fixedbugs/bug291.go index d627a9df671881..ac84a7e5ef3dd6 100644 --- a/test/fixedbugs/bug291.go +++ b/test/fixedbugs/bug291.go @@ -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. diff --git a/test/fixedbugs/bug292.go b/test/fixedbugs/bug292.go index 0c2491257221ce..1130a287d863ce 100644 --- a/test/fixedbugs/bug292.go +++ b/test/fixedbugs/bug292.go @@ -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. diff --git a/test/fixedbugs/bug293.go b/test/fixedbugs/bug293.go index c985305668db7e..ae7cc1fd1cbbb7 100644 --- a/test/fixedbugs/bug293.go +++ b/test/fixedbugs/bug293.go @@ -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. diff --git a/test/fixedbugs/bug294.go b/test/fixedbugs/bug294.go index ec41fe8d3cef28..b35b7719162c5b 100644 --- a/test/fixedbugs/bug294.go +++ b/test/fixedbugs/bug294.go @@ -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. diff --git a/test/fixedbugs/bug295.go b/test/fixedbugs/bug295.go index 63a12a3a741883..d1c961ce1d8b86 100644 --- a/test/fixedbugs/bug295.go +++ b/test/fixedbugs/bug295.go @@ -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. diff --git a/test/fixedbugs/bug296.go b/test/fixedbugs/bug296.go index a7c4e0c464eaa4..2ef4e662203f15 100644 --- a/test/fixedbugs/bug296.go +++ b/test/fixedbugs/bug296.go @@ -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. diff --git a/test/fixedbugs/bug297.go b/test/fixedbugs/bug297.go index ee2ff92437d3a4..852d208251677f 100644 --- a/test/fixedbugs/bug297.go +++ b/test/fixedbugs/bug297.go @@ -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. diff --git a/test/fixedbugs/bug298.go b/test/fixedbugs/bug298.go index bd362ace2d0e6f..0aed03216d56c8 100644 --- a/test/fixedbugs/bug298.go +++ b/test/fixedbugs/bug298.go @@ -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. diff --git a/test/fixedbugs/bug299.go b/test/fixedbugs/bug299.go index 1067fd1478d241..cf11bcc1e0e6b6 100644 --- a/test/fixedbugs/bug299.go +++ b/test/fixedbugs/bug299.go @@ -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. diff --git a/test/fixedbugs/bug300.go b/test/fixedbugs/bug300.go index 1ef43a0ad0b532..1695a9640e7a4c 100644 --- a/test/fixedbugs/bug300.go +++ b/test/fixedbugs/bug300.go @@ -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. diff --git a/test/fixedbugs/bug301.go b/test/fixedbugs/bug301.go index fc5250393281ea..2be62b8bc806cd 100644 --- a/test/fixedbugs/bug301.go +++ b/test/fixedbugs/bug301.go @@ -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. diff --git a/test/fixedbugs/bug302.dir/main.go b/test/fixedbugs/bug302.dir/main.go index 281f908fc4662e..52c054fb4c6633 100644 --- a/test/fixedbugs/bug302.dir/main.go +++ b/test/fixedbugs/bug302.dir/main.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug302.dir/p.go b/test/fixedbugs/bug302.dir/p.go index 7c54b906c23571..0be521b4f88d51 100644 --- a/test/fixedbugs/bug302.dir/p.go +++ b/test/fixedbugs/bug302.dir/p.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug302.go b/test/fixedbugs/bug302.go index 42345a956272b1..e4de25d5d00e89 100644 --- a/test/fixedbugs/bug302.go +++ b/test/fixedbugs/bug302.go @@ -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. diff --git a/test/fixedbugs/bug303.go b/test/fixedbugs/bug303.go index 94ca07e702fd6a..aef8b22ba78b2e 100644 --- a/test/fixedbugs/bug303.go +++ b/test/fixedbugs/bug303.go @@ -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. diff --git a/test/fixedbugs/bug304.go b/test/fixedbugs/bug304.go index ad71b20f3852c3..4073073eec646a 100644 --- a/test/fixedbugs/bug304.go +++ b/test/fixedbugs/bug304.go @@ -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. diff --git a/test/fixedbugs/bug305.go b/test/fixedbugs/bug305.go index d0a4b24b877f4e..0c34b1a9e71aa5 100644 --- a/test/fixedbugs/bug305.go +++ b/test/fixedbugs/bug305.go @@ -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. diff --git a/test/fixedbugs/bug306.dir/p1.go b/test/fixedbugs/bug306.dir/p1.go index bf87ea1491df88..b28551807d663b 100644 --- a/test/fixedbugs/bug306.dir/p1.go +++ b/test/fixedbugs/bug306.dir/p1.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug306.dir/p2.go b/test/fixedbugs/bug306.dir/p2.go index 3f8bd9d49b5746..f614507946602c 100644 --- a/test/fixedbugs/bug306.dir/p2.go +++ b/test/fixedbugs/bug306.dir/p2.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug308.go b/test/fixedbugs/bug308.go index 5bea5175b17c1c..a23903c49bccfe 100644 --- a/test/fixedbugs/bug308.go +++ b/test/fixedbugs/bug308.go @@ -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. diff --git a/test/fixedbugs/bug309.go b/test/fixedbugs/bug309.go index 948ca5c796dccd..d707aa3c934968 100644 --- a/test/fixedbugs/bug309.go +++ b/test/fixedbugs/bug309.go @@ -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. diff --git a/test/fixedbugs/bug311.go b/test/fixedbugs/bug311.go index edcd975963575e..f5cab44c7e2c93 100644 --- a/test/fixedbugs/bug311.go +++ b/test/fixedbugs/bug311.go @@ -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. diff --git a/test/fixedbugs/bug312.go b/test/fixedbugs/bug312.go index c7c17e101189d4..af423e5b293f88 100644 --- a/test/fixedbugs/bug312.go +++ b/test/fixedbugs/bug312.go @@ -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. diff --git a/test/fixedbugs/bug313.dir/a.go b/test/fixedbugs/bug313.dir/a.go index cb4ca7256b9da1..335f84d4ba16b2 100644 --- a/test/fixedbugs/bug313.dir/a.go +++ b/test/fixedbugs/bug313.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug313.dir/b.go b/test/fixedbugs/bug313.dir/b.go index 7eda72b4f8b3c1..26e6413702fc3b 100644 --- a/test/fixedbugs/bug313.dir/b.go +++ b/test/fixedbugs/bug313.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug313.go b/test/fixedbugs/bug313.go index a7c1d3627bf853..f7e023848b6702 100644 --- a/test/fixedbugs/bug313.go +++ b/test/fixedbugs/bug313.go @@ -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. diff --git a/test/fixedbugs/bug317.go b/test/fixedbugs/bug317.go index 3ff4dc4657eba9..4cd9ec28130a3f 100644 --- a/test/fixedbugs/bug317.go +++ b/test/fixedbugs/bug317.go @@ -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. diff --git a/test/fixedbugs/bug319.go b/test/fixedbugs/bug319.go index f8e959a3185cd7..b93106d4bdb0a6 100644 --- a/test/fixedbugs/bug319.go +++ b/test/fixedbugs/bug319.go @@ -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. diff --git a/test/fixedbugs/bug320.go b/test/fixedbugs/bug320.go index c2dd31b813170b..0406b965616d28 100644 --- a/test/fixedbugs/bug320.go +++ b/test/fixedbugs/bug320.go @@ -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. diff --git a/test/fixedbugs/bug321.go b/test/fixedbugs/bug321.go index 7d018271fc3afa..19970af34c215f 100644 --- a/test/fixedbugs/bug321.go +++ b/test/fixedbugs/bug321.go @@ -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. diff --git a/test/fixedbugs/bug323.go b/test/fixedbugs/bug323.go index 9730ae5c8c60cb..3cb8eaab43fb68 100644 --- a/test/fixedbugs/bug323.go +++ b/test/fixedbugs/bug323.go @@ -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. diff --git a/test/fixedbugs/bug325.go b/test/fixedbugs/bug325.go index 6ccd0e3c820325..e6528ae46a21b2 100644 --- a/test/fixedbugs/bug325.go +++ b/test/fixedbugs/bug325.go @@ -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. diff --git a/test/fixedbugs/bug326.go b/test/fixedbugs/bug326.go index 57f6471dc8ef2f..75d620cde533e2 100644 --- a/test/fixedbugs/bug326.go +++ b/test/fixedbugs/bug326.go @@ -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. diff --git a/test/fixedbugs/bug327.go b/test/fixedbugs/bug327.go index 0598d95d6820a6..ecb5d226842275 100644 --- a/test/fixedbugs/bug327.go +++ b/test/fixedbugs/bug327.go @@ -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. diff --git a/test/fixedbugs/bug328.go b/test/fixedbugs/bug328.go index 73ab46d4591ef2..180af05fde5a99 100644 --- a/test/fixedbugs/bug328.go +++ b/test/fixedbugs/bug328.go @@ -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. diff --git a/test/fixedbugs/bug329.go b/test/fixedbugs/bug329.go index 74fc78198b3933..37c93d0f6e634e 100644 --- a/test/fixedbugs/bug329.go +++ b/test/fixedbugs/bug329.go @@ -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. diff --git a/test/fixedbugs/bug330.go b/test/fixedbugs/bug330.go index ef6a0777fee6c2..2f33feb4b6afb4 100644 --- a/test/fixedbugs/bug330.go +++ b/test/fixedbugs/bug330.go @@ -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. diff --git a/test/fixedbugs/bug331.go b/test/fixedbugs/bug331.go index fac0e36289493d..9eb57cd3edb0bc 100644 --- a/test/fixedbugs/bug331.go +++ b/test/fixedbugs/bug331.go @@ -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. diff --git a/test/fixedbugs/bug332.go b/test/fixedbugs/bug332.go index 702779ba675d45..91ae0b2ac883ec 100644 --- a/test/fixedbugs/bug332.go +++ b/test/fixedbugs/bug332.go @@ -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. diff --git a/test/fixedbugs/bug333.go b/test/fixedbugs/bug333.go index bb690f0e5b6e90..149843a3b04904 100644 --- a/test/fixedbugs/bug333.go +++ b/test/fixedbugs/bug333.go @@ -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. diff --git a/test/fixedbugs/bug334.go b/test/fixedbugs/bug334.go index bd671696ba6896..9558c06ca4681d 100644 --- a/test/fixedbugs/bug334.go +++ b/test/fixedbugs/bug334.go @@ -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. diff --git a/test/fixedbugs/bug335.dir/a.go b/test/fixedbugs/bug335.dir/a.go index 256c110d703736..6ecc5c45ef8922 100644 --- a/test/fixedbugs/bug335.dir/a.go +++ b/test/fixedbugs/bug335.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug335.dir/b.go b/test/fixedbugs/bug335.dir/b.go index 1474470d4ceba1..a7735a82e41e57 100644 --- a/test/fixedbugs/bug335.dir/b.go +++ b/test/fixedbugs/bug335.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug335.go b/test/fixedbugs/bug335.go index 37c97d7b5e2105..fda9eb8f0a70bb 100644 --- a/test/fixedbugs/bug335.go +++ b/test/fixedbugs/bug335.go @@ -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. diff --git a/test/fixedbugs/bug336.go b/test/fixedbugs/bug336.go index fbf23207c2ee92..fbcd3a51514566 100644 --- a/test/fixedbugs/bug336.go +++ b/test/fixedbugs/bug336.go @@ -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. diff --git a/test/fixedbugs/bug337.go b/test/fixedbugs/bug337.go index 38dc665fa68bb8..1a0616f70adf5f 100644 --- a/test/fixedbugs/bug337.go +++ b/test/fixedbugs/bug337.go @@ -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. diff --git a/test/fixedbugs/bug338.go b/test/fixedbugs/bug338.go index c2193fcc253a18..a4537a42329523 100644 --- a/test/fixedbugs/bug338.go +++ b/test/fixedbugs/bug338.go @@ -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. diff --git a/test/fixedbugs/bug339.go b/test/fixedbugs/bug339.go index 59921d41caba14..36be76170fa243 100644 --- a/test/fixedbugs/bug339.go +++ b/test/fixedbugs/bug339.go @@ -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. diff --git a/test/fixedbugs/bug340.go b/test/fixedbugs/bug340.go index d996ab64cd4fcf..118bbacc2202e9 100644 --- a/test/fixedbugs/bug340.go +++ b/test/fixedbugs/bug340.go @@ -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. diff --git a/test/fixedbugs/bug341.go b/test/fixedbugs/bug341.go index db1af3eaa3839b..baab28216f6816 100644 --- a/test/fixedbugs/bug341.go +++ b/test/fixedbugs/bug341.go @@ -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. diff --git a/test/fixedbugs/bug342.go b/test/fixedbugs/bug342.go index ffcb668116070e..f90f6f32cc71cd 100644 --- a/test/fixedbugs/bug342.go +++ b/test/fixedbugs/bug342.go @@ -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. diff --git a/test/fixedbugs/bug343.go b/test/fixedbugs/bug343.go index 82201088b2887a..fd8bd76bbfce38 100644 --- a/test/fixedbugs/bug343.go +++ b/test/fixedbugs/bug343.go @@ -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. diff --git a/test/fixedbugs/bug344.go b/test/fixedbugs/bug344.go index 4a92624c7695e3..b53abd26e3f114 100644 --- a/test/fixedbugs/bug344.go +++ b/test/fixedbugs/bug344.go @@ -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. diff --git a/test/fixedbugs/bug345.dir/io.go b/test/fixedbugs/bug345.dir/io.go index 1d695c30458651..ca7a5092e9f849 100644 --- a/test/fixedbugs/bug345.dir/io.go +++ b/test/fixedbugs/bug345.dir/io.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug345.dir/main.go b/test/fixedbugs/bug345.dir/main.go index ddba8dad40ade8..6e4fdf4e21ab5b 100644 --- a/test/fixedbugs/bug345.dir/main.go +++ b/test/fixedbugs/bug345.dir/main.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug345.go b/test/fixedbugs/bug345.go index e291a5516784e8..dcf62f0592a11e 100644 --- a/test/fixedbugs/bug345.go +++ b/test/fixedbugs/bug345.go @@ -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. diff --git a/test/fixedbugs/bug347.go b/test/fixedbugs/bug347.go index 08edf0f4ffb9a8..92afb2e70444ff 100644 --- a/test/fixedbugs/bug347.go +++ b/test/fixedbugs/bug347.go @@ -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. diff --git a/test/fixedbugs/bug348.go b/test/fixedbugs/bug348.go index 54a289a8de6823..c7f134615935a3 100644 --- a/test/fixedbugs/bug348.go +++ b/test/fixedbugs/bug348.go @@ -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. diff --git a/test/fixedbugs/bug349.go b/test/fixedbugs/bug349.go index a3e6bd1619aefd..a6e83869a44717 100644 --- a/test/fixedbugs/bug349.go +++ b/test/fixedbugs/bug349.go @@ -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. diff --git a/test/fixedbugs/bug350.go b/test/fixedbugs/bug350.go index 5ce8996ffaacf5..cdce1cfbe2c575 100644 --- a/test/fixedbugs/bug350.go +++ b/test/fixedbugs/bug350.go @@ -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. diff --git a/test/fixedbugs/bug351.go b/test/fixedbugs/bug351.go index 4c5c7c32782595..8fd63e3e95fcdd 100644 --- a/test/fixedbugs/bug351.go +++ b/test/fixedbugs/bug351.go @@ -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. diff --git a/test/fixedbugs/bug352.go b/test/fixedbugs/bug352.go index 1ae2d6139b7441..464ad7b8bf42e9 100644 --- a/test/fixedbugs/bug352.go +++ b/test/fixedbugs/bug352.go @@ -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. diff --git a/test/fixedbugs/bug353.go b/test/fixedbugs/bug353.go index 2a532c49115c71..4a65f7774a7ad5 100644 --- a/test/fixedbugs/bug353.go +++ b/test/fixedbugs/bug353.go @@ -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. diff --git a/test/fixedbugs/bug354.go b/test/fixedbugs/bug354.go index 1245d91f5fde5c..293180faee5b2f 100644 --- a/test/fixedbugs/bug354.go +++ b/test/fixedbugs/bug354.go @@ -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. diff --git a/test/fixedbugs/bug355.go b/test/fixedbugs/bug355.go index fcf859b7fccfb4..880353a90287f9 100644 --- a/test/fixedbugs/bug355.go +++ b/test/fixedbugs/bug355.go @@ -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. diff --git a/test/fixedbugs/bug356.go b/test/fixedbugs/bug356.go index 273c5b8efc9024..6d93860be95c6a 100644 --- a/test/fixedbugs/bug356.go +++ b/test/fixedbugs/bug356.go @@ -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. diff --git a/test/fixedbugs/bug357.go b/test/fixedbugs/bug357.go index ceb2009be512a5..e9db50e88e97c0 100644 --- a/test/fixedbugs/bug357.go +++ b/test/fixedbugs/bug357.go @@ -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. diff --git a/test/fixedbugs/bug358.go b/test/fixedbugs/bug358.go index 6f9d73cf1fb2c2..5ca0be1f6e2711 100644 --- a/test/fixedbugs/bug358.go +++ b/test/fixedbugs/bug358.go @@ -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. diff --git a/test/fixedbugs/bug361.go b/test/fixedbugs/bug361.go index 3e3b7c18187bfe..8e282431eb3943 100644 --- a/test/fixedbugs/bug361.go +++ b/test/fixedbugs/bug361.go @@ -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. diff --git a/test/fixedbugs/bug362.go b/test/fixedbugs/bug362.go index b888ccb4487262..771d13d4353d60 100644 --- a/test/fixedbugs/bug362.go +++ b/test/fixedbugs/bug362.go @@ -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. diff --git a/test/fixedbugs/bug363.go b/test/fixedbugs/bug363.go index 615c66865cbe15..1bd1400987d1b1 100644 --- a/test/fixedbugs/bug363.go +++ b/test/fixedbugs/bug363.go @@ -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. diff --git a/test/fixedbugs/bug365.go b/test/fixedbugs/bug365.go index 795323bb3d2fbf..985b6de092726d 100644 --- a/test/fixedbugs/bug365.go +++ b/test/fixedbugs/bug365.go @@ -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. diff --git a/test/fixedbugs/bug366.go b/test/fixedbugs/bug366.go index 33a1a5a7ebfc33..3af5beaaf077b9 100644 --- a/test/fixedbugs/bug366.go +++ b/test/fixedbugs/bug366.go @@ -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. diff --git a/test/fixedbugs/bug368.go b/test/fixedbugs/bug368.go index c38cc7fad79c63..353ea5a0b1a3b3 100644 --- a/test/fixedbugs/bug368.go +++ b/test/fixedbugs/bug368.go @@ -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. diff --git a/test/fixedbugs/bug369.dir/main.go b/test/fixedbugs/bug369.dir/main.go index 1c9e36bc2cb279..4812602c673f05 100644 --- a/test/fixedbugs/bug369.dir/main.go +++ b/test/fixedbugs/bug369.dir/main.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug369.dir/pkg.go b/test/fixedbugs/bug369.dir/pkg.go index cf57041928a507..99643472509488 100644 --- a/test/fixedbugs/bug369.dir/pkg.go +++ b/test/fixedbugs/bug369.dir/pkg.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug369.go b/test/fixedbugs/bug369.go index dd48da808b60f5..60162ab1cb8c75 100644 --- a/test/fixedbugs/bug369.go +++ b/test/fixedbugs/bug369.go @@ -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. diff --git a/test/fixedbugs/bug370.go b/test/fixedbugs/bug370.go index 246bc7c4e5b7e2..c5165c52ccf7cb 100644 --- a/test/fixedbugs/bug370.go +++ b/test/fixedbugs/bug370.go @@ -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. diff --git a/test/fixedbugs/bug371.go b/test/fixedbugs/bug371.go index 86c73bf4a8f1be..3a626e523ce585 100644 --- a/test/fixedbugs/bug371.go +++ b/test/fixedbugs/bug371.go @@ -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. diff --git a/test/fixedbugs/bug372.go b/test/fixedbugs/bug372.go index 34578565afa04c..5fba131d7a2293 100644 --- a/test/fixedbugs/bug372.go +++ b/test/fixedbugs/bug372.go @@ -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. diff --git a/test/fixedbugs/bug373.go b/test/fixedbugs/bug373.go index e91f26d6ed054e..aa0f5d1efa685d 100644 --- a/test/fixedbugs/bug373.go +++ b/test/fixedbugs/bug373.go @@ -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. diff --git a/test/fixedbugs/bug374.go b/test/fixedbugs/bug374.go index 4f0b721f24bcdf..2d604cbd3c6bda 100644 --- a/test/fixedbugs/bug374.go +++ b/test/fixedbugs/bug374.go @@ -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. diff --git a/test/fixedbugs/bug375.go b/test/fixedbugs/bug375.go index cb159b0d6be0a2..08d5afc894ddc5 100644 --- a/test/fixedbugs/bug375.go +++ b/test/fixedbugs/bug375.go @@ -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. diff --git a/test/fixedbugs/bug376.go b/test/fixedbugs/bug376.go index 5fbbc9cd444332..7bef58bbd17b16 100644 --- a/test/fixedbugs/bug376.go +++ b/test/fixedbugs/bug376.go @@ -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. diff --git a/test/fixedbugs/bug378.go b/test/fixedbugs/bug378.go index f3346c648dc6a4..c7b0dac31324b8 100644 --- a/test/fixedbugs/bug378.go +++ b/test/fixedbugs/bug378.go @@ -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. diff --git a/test/fixedbugs/bug379.go b/test/fixedbugs/bug379.go index 14abe469bec9a1..5638123d5028f5 100644 --- a/test/fixedbugs/bug379.go +++ b/test/fixedbugs/bug379.go @@ -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. diff --git a/test/fixedbugs/bug380.go b/test/fixedbugs/bug380.go index 96e1edecac8e24..0cb34873272ba8 100644 --- a/test/fixedbugs/bug380.go +++ b/test/fixedbugs/bug380.go @@ -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. diff --git a/test/fixedbugs/bug381.go b/test/fixedbugs/bug381.go index 0253e1446bc821..a0a1c8aaa44ce4 100644 --- a/test/fixedbugs/bug381.go +++ b/test/fixedbugs/bug381.go @@ -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. diff --git a/test/fixedbugs/bug382.dir/pkg.go b/test/fixedbugs/bug382.dir/pkg.go index f8d75d4541954d..92fe4e335a1815 100644 --- a/test/fixedbugs/bug382.dir/pkg.go +++ b/test/fixedbugs/bug382.dir/pkg.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug383.go b/test/fixedbugs/bug383.go index 503779c3772de6..dc2ecd61fbd66f 100644 --- a/test/fixedbugs/bug383.go +++ b/test/fixedbugs/bug383.go @@ -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. diff --git a/test/fixedbugs/bug384.go b/test/fixedbugs/bug384.go index 0233c197c4e9ce..d02352b4784526 100644 --- a/test/fixedbugs/bug384.go +++ b/test/fixedbugs/bug384.go @@ -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. diff --git a/test/fixedbugs/bug385_32.go b/test/fixedbugs/bug385_32.go index daf2a083c5356e..73a1311f3223f2 100644 --- a/test/fixedbugs/bug385_32.go +++ b/test/fixedbugs/bug385_32.go @@ -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. diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go index 6789c0abf0f7d6..0f941ca2f4dfa2 100644 --- a/test/fixedbugs/bug385_64.go +++ b/test/fixedbugs/bug385_64.go @@ -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. diff --git a/test/fixedbugs/bug386.go b/test/fixedbugs/bug386.go index ec358bd36e40ca..889c8b0c12598d 100644 --- a/test/fixedbugs/bug386.go +++ b/test/fixedbugs/bug386.go @@ -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. diff --git a/test/fixedbugs/bug387.go b/test/fixedbugs/bug387.go index 59d5ef903845d4..d8854457446fc9 100644 --- a/test/fixedbugs/bug387.go +++ b/test/fixedbugs/bug387.go @@ -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. diff --git a/test/fixedbugs/bug388.go b/test/fixedbugs/bug388.go index f76170efc950ec..af0c9d9c574b3a 100644 --- a/test/fixedbugs/bug388.go +++ b/test/fixedbugs/bug388.go @@ -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. diff --git a/test/fixedbugs/bug389.go b/test/fixedbugs/bug389.go index 55a02e05c0705c..14804c84715406 100644 --- a/test/fixedbugs/bug389.go +++ b/test/fixedbugs/bug389.go @@ -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. diff --git a/test/fixedbugs/bug391.go b/test/fixedbugs/bug391.go index 07d129ddc4804b..9211b1c2cf4992 100644 --- a/test/fixedbugs/bug391.go +++ b/test/fixedbugs/bug391.go @@ -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. diff --git a/test/fixedbugs/bug392.dir/one.go b/test/fixedbugs/bug392.dir/one.go index 8242f284620720..aba8649b5b1d38 100644 --- a/test/fixedbugs/bug392.dir/one.go +++ b/test/fixedbugs/bug392.dir/one.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug392.dir/pkg2.go b/test/fixedbugs/bug392.dir/pkg2.go index 8320b2fffa2e23..2ee41f0251072d 100644 --- a/test/fixedbugs/bug392.dir/pkg2.go +++ b/test/fixedbugs/bug392.dir/pkg2.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug392.dir/pkg3.go b/test/fixedbugs/bug392.dir/pkg3.go index 402c3b083fd550..1403798bd30a4f 100644 --- a/test/fixedbugs/bug392.dir/pkg3.go +++ b/test/fixedbugs/bug392.dir/pkg3.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug393.go b/test/fixedbugs/bug393.go index f8a9c657819ddc..61af578c531047 100644 --- a/test/fixedbugs/bug393.go +++ b/test/fixedbugs/bug393.go @@ -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. diff --git a/test/fixedbugs/bug394.go b/test/fixedbugs/bug394.go index 2d77156c1aeccd..08bac182f704b6 100644 --- a/test/fixedbugs/bug394.go +++ b/test/fixedbugs/bug394.go @@ -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. diff --git a/test/fixedbugs/bug396.dir/one.go b/test/fixedbugs/bug396.dir/one.go index 96a1dd7dc26ee9..66eba63f5c1dfd 100644 --- a/test/fixedbugs/bug396.dir/one.go +++ b/test/fixedbugs/bug396.dir/one.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug396.dir/two.go b/test/fixedbugs/bug396.dir/two.go index 9b32508fd4f640..9152bec2545b73 100644 --- a/test/fixedbugs/bug396.dir/two.go +++ b/test/fixedbugs/bug396.dir/two.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug397.go b/test/fixedbugs/bug397.go index 56cc7cdd4d47b6..6188e3ee0cc642 100644 --- a/test/fixedbugs/bug397.go +++ b/test/fixedbugs/bug397.go @@ -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. diff --git a/test/fixedbugs/bug398.go b/test/fixedbugs/bug398.go index 1dd3fa4213a0f1..a80a960394470b 100644 --- a/test/fixedbugs/bug398.go +++ b/test/fixedbugs/bug398.go @@ -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. diff --git a/test/fixedbugs/bug399.go b/test/fixedbugs/bug399.go index 94852c9ee58c4b..e460d812277d16 100644 --- a/test/fixedbugs/bug399.go +++ b/test/fixedbugs/bug399.go @@ -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. diff --git a/test/fixedbugs/bug401.go b/test/fixedbugs/bug401.go index c58e1ca40042ee..215498e085707e 100644 --- a/test/fixedbugs/bug401.go +++ b/test/fixedbugs/bug401.go @@ -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. diff --git a/test/fixedbugs/bug402.go b/test/fixedbugs/bug402.go index db3f3da448ea33..f9f554d817daa4 100644 --- a/test/fixedbugs/bug402.go +++ b/test/fixedbugs/bug402.go @@ -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. diff --git a/test/fixedbugs/bug403.go b/test/fixedbugs/bug403.go index ed7b49aea2f877..aa3c1ea61fa726 100644 --- a/test/fixedbugs/bug403.go +++ b/test/fixedbugs/bug403.go @@ -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. diff --git a/test/fixedbugs/bug404.dir/one.go b/test/fixedbugs/bug404.dir/one.go index 2024eb007cdfed..9fc47707891a54 100644 --- a/test/fixedbugs/bug404.dir/one.go +++ b/test/fixedbugs/bug404.dir/one.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug404.dir/two.go b/test/fixedbugs/bug404.dir/two.go index 162eae7124a92e..0c70a23a9e4b5a 100644 --- a/test/fixedbugs/bug404.dir/two.go +++ b/test/fixedbugs/bug404.dir/two.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug406.go b/test/fixedbugs/bug406.go index 6df3c5cae669ce..32cf3e35d278e5 100644 --- a/test/fixedbugs/bug406.go +++ b/test/fixedbugs/bug406.go @@ -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. diff --git a/test/fixedbugs/bug407.dir/one.go b/test/fixedbugs/bug407.dir/one.go index a91d904333b708..c85b077b66cdef 100644 --- a/test/fixedbugs/bug407.dir/one.go +++ b/test/fixedbugs/bug407.dir/one.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug407.dir/two.go b/test/fixedbugs/bug407.dir/two.go index 67e1852ea0e277..640305c6541670 100644 --- a/test/fixedbugs/bug407.dir/two.go +++ b/test/fixedbugs/bug407.dir/two.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug409.go b/test/fixedbugs/bug409.go index 1dca43b7ae4452..9e08a8e67633c5 100644 --- a/test/fixedbugs/bug409.go +++ b/test/fixedbugs/bug409.go @@ -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. diff --git a/test/fixedbugs/bug410.go b/test/fixedbugs/bug410.go index 430ddcbb523751..a4eef64d8e911f 100644 --- a/test/fixedbugs/bug410.go +++ b/test/fixedbugs/bug410.go @@ -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. diff --git a/test/fixedbugs/bug411.go b/test/fixedbugs/bug411.go index 3b90db88d61636..a1c36f617c7c06 100644 --- a/test/fixedbugs/bug411.go +++ b/test/fixedbugs/bug411.go @@ -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. diff --git a/test/fixedbugs/bug412.go b/test/fixedbugs/bug412.go index c7ddc0cac83d34..183fb7e4af026b 100644 --- a/test/fixedbugs/bug412.go +++ b/test/fixedbugs/bug412.go @@ -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. diff --git a/test/fixedbugs/bug413.go b/test/fixedbugs/bug413.go index ba80464907be5c..819bd1a984ea42 100644 --- a/test/fixedbugs/bug413.go +++ b/test/fixedbugs/bug413.go @@ -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. diff --git a/test/fixedbugs/bug414.dir/p1.go b/test/fixedbugs/bug414.dir/p1.go index 246383484334f4..143e600073f010 100644 --- a/test/fixedbugs/bug414.dir/p1.go +++ b/test/fixedbugs/bug414.dir/p1.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug414.dir/prog.go b/test/fixedbugs/bug414.dir/prog.go index f55d9469689958..8945d6543d6d2e 100644 --- a/test/fixedbugs/bug414.dir/prog.go +++ b/test/fixedbugs/bug414.dir/prog.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug414.go b/test/fixedbugs/bug414.go index 35e19be38e20e3..5b435b4aeb9138 100644 --- a/test/fixedbugs/bug414.go +++ b/test/fixedbugs/bug414.go @@ -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. diff --git a/test/fixedbugs/bug415.dir/p.go b/test/fixedbugs/bug415.dir/p.go index b4152d63a73a37..e86a697643b3f7 100644 --- a/test/fixedbugs/bug415.dir/p.go +++ b/test/fixedbugs/bug415.dir/p.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug415.dir/prog.go b/test/fixedbugs/bug415.dir/prog.go index b894453fc37576..1ffde188b7858e 100644 --- a/test/fixedbugs/bug415.dir/prog.go +++ b/test/fixedbugs/bug415.dir/prog.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug415.go b/test/fixedbugs/bug415.go index 8cd4c49f24e0c9..daf4f0c8ce41c3 100644 --- a/test/fixedbugs/bug415.go +++ b/test/fixedbugs/bug415.go @@ -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. diff --git a/test/fixedbugs/bug416.go b/test/fixedbugs/bug416.go index 1d24fa935da9cd..9fc3532f1d671d 100644 --- a/test/fixedbugs/bug416.go +++ b/test/fixedbugs/bug416.go @@ -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. diff --git a/test/fixedbugs/bug424.dir/lib.go b/test/fixedbugs/bug424.dir/lib.go index 97054da3a319db..31df8c600f3a28 100644 --- a/test/fixedbugs/bug424.dir/lib.go +++ b/test/fixedbugs/bug424.dir/lib.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug424.dir/main.go b/test/fixedbugs/bug424.dir/main.go index c2fe1463cd6438..28b41e68a737df 100644 --- a/test/fixedbugs/bug424.dir/main.go +++ b/test/fixedbugs/bug424.dir/main.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug424.go b/test/fixedbugs/bug424.go index 59c2cd35c4c28f..9c59abe8026bfe 100644 --- a/test/fixedbugs/bug424.go +++ b/test/fixedbugs/bug424.go @@ -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. diff --git a/test/fixedbugs/bug428.go b/test/fixedbugs/bug428.go index 298c4551834e1f..d9ad276a311ede 100644 --- a/test/fixedbugs/bug428.go +++ b/test/fixedbugs/bug428.go @@ -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. diff --git a/test/fixedbugs/bug429.go b/test/fixedbugs/bug429.go index 31d5a3af18873f..2c31f32da7b7fd 100644 --- a/test/fixedbugs/bug429.go +++ b/test/fixedbugs/bug429.go @@ -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. diff --git a/test/fixedbugs/bug435.go b/test/fixedbugs/bug435.go index 0c2ac7b3bef15e..692a4920165ab7 100644 --- a/test/fixedbugs/bug435.go +++ b/test/fixedbugs/bug435.go @@ -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. diff --git a/test/fixedbugs/bug437.dir/one.go b/test/fixedbugs/bug437.dir/one.go index 8d3caadae13e27..633573e51d1cb6 100644 --- a/test/fixedbugs/bug437.dir/one.go +++ b/test/fixedbugs/bug437.dir/one.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug437.dir/two.go b/test/fixedbugs/bug437.dir/two.go index 406dd5903e3852..61da121d513270 100644 --- a/test/fixedbugs/bug437.dir/two.go +++ b/test/fixedbugs/bug437.dir/two.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug437.dir/x.go b/test/fixedbugs/bug437.dir/x.go index 364d017afa7189..585b480c0a918f 100644 --- a/test/fixedbugs/bug437.dir/x.go +++ b/test/fixedbugs/bug437.dir/x.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug437.go b/test/fixedbugs/bug437.go index 5c4a2ad0dcf588..98adce7cb4c6ba 100644 --- a/test/fixedbugs/bug437.go +++ b/test/fixedbugs/bug437.go @@ -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. diff --git a/test/fixedbugs/bug441.go b/test/fixedbugs/bug441.go index 8562bfeef85e94..b67125b1e88ab7 100644 --- a/test/fixedbugs/bug441.go +++ b/test/fixedbugs/bug441.go @@ -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. diff --git a/test/fixedbugs/bug442.go b/test/fixedbugs/bug442.go index 1d1a948161af12..684d54ffbbd633 100644 --- a/test/fixedbugs/bug442.go +++ b/test/fixedbugs/bug442.go @@ -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. diff --git a/test/fixedbugs/bug443.go b/test/fixedbugs/bug443.go index b67bd8cb87573f..9abd2548a589be 100644 --- a/test/fixedbugs/bug443.go +++ b/test/fixedbugs/bug443.go @@ -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. diff --git a/test/fixedbugs/bug444.go b/test/fixedbugs/bug444.go index b54fb4f5817f32..29a60f590f06eb 100644 --- a/test/fixedbugs/bug444.go +++ b/test/fixedbugs/bug444.go @@ -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. diff --git a/test/fixedbugs/bug445.go b/test/fixedbugs/bug445.go index 497ecd3abaeb74..45c32902e58d91 100644 --- a/test/fixedbugs/bug445.go +++ b/test/fixedbugs/bug445.go @@ -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. diff --git a/test/fixedbugs/bug447.go b/test/fixedbugs/bug447.go index a4c871bdbf6b72..8358f0034f91ef 100644 --- a/test/fixedbugs/bug447.go +++ b/test/fixedbugs/bug447.go @@ -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. diff --git a/test/fixedbugs/bug448.dir/pkg1.go b/test/fixedbugs/bug448.dir/pkg1.go index 032e5d9de3b437..291903ca459f3d 100644 --- a/test/fixedbugs/bug448.dir/pkg1.go +++ b/test/fixedbugs/bug448.dir/pkg1.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug448.dir/pkg2.go b/test/fixedbugs/bug448.dir/pkg2.go index 5c78c7d2f3c7ef..20d850915dde7e 100644 --- a/test/fixedbugs/bug448.dir/pkg2.go +++ b/test/fixedbugs/bug448.dir/pkg2.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug448.go b/test/fixedbugs/bug448.go index 242f5999e84daf..481acda3284a8f 100644 --- a/test/fixedbugs/bug448.go +++ b/test/fixedbugs/bug448.go @@ -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. diff --git a/test/fixedbugs/bug450.go b/test/fixedbugs/bug450.go index 3f13de16ceb1c4..af27b723659b1f 100644 --- a/test/fixedbugs/bug450.go +++ b/test/fixedbugs/bug450.go @@ -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. diff --git a/test/fixedbugs/bug452.go b/test/fixedbugs/bug452.go index d2e4a0b44a6cc7..f1f8b08e63b2f7 100644 --- a/test/fixedbugs/bug452.go +++ b/test/fixedbugs/bug452.go @@ -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. diff --git a/test/fixedbugs/bug453.go b/test/fixedbugs/bug453.go index 136abefb7d2e46..1f4f3ea9bd89f2 100644 --- a/test/fixedbugs/bug453.go +++ b/test/fixedbugs/bug453.go @@ -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. diff --git a/test/fixedbugs/bug454.go b/test/fixedbugs/bug454.go index a10abba8b28810..9e3344d5124a60 100644 --- a/test/fixedbugs/bug454.go +++ b/test/fixedbugs/bug454.go @@ -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. diff --git a/test/fixedbugs/bug455.go b/test/fixedbugs/bug455.go index 8e3c7701be0334..9f6974d0643d36 100644 --- a/test/fixedbugs/bug455.go +++ b/test/fixedbugs/bug455.go @@ -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. diff --git a/test/fixedbugs/bug456.go b/test/fixedbugs/bug456.go index 064e1aa02818ce..c77a76d057ac51 100644 --- a/test/fixedbugs/bug456.go +++ b/test/fixedbugs/bug456.go @@ -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. diff --git a/test/fixedbugs/bug457.go b/test/fixedbugs/bug457.go index ee7048972afa68..84f8db45662291 100644 --- a/test/fixedbugs/bug457.go +++ b/test/fixedbugs/bug457.go @@ -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. diff --git a/test/fixedbugs/bug458.go b/test/fixedbugs/bug458.go index ddc97bdb0cc784..6332697bd23dc1 100644 --- a/test/fixedbugs/bug458.go +++ b/test/fixedbugs/bug458.go @@ -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. diff --git a/test/fixedbugs/bug459.go b/test/fixedbugs/bug459.go index 014f2ef01f77ca..c71cb1bd082ecb 100644 --- a/test/fixedbugs/bug459.go +++ b/test/fixedbugs/bug459.go @@ -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. diff --git a/test/fixedbugs/bug460.dir/a.go b/test/fixedbugs/bug460.dir/a.go index 29049d9aae5779..51c6836be7e929 100644 --- a/test/fixedbugs/bug460.dir/a.go +++ b/test/fixedbugs/bug460.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug460.dir/b.go b/test/fixedbugs/bug460.dir/b.go index 5c0a0c47e3c164..ef646946cf187a 100644 --- a/test/fixedbugs/bug460.dir/b.go +++ b/test/fixedbugs/bug460.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug460.go b/test/fixedbugs/bug460.go index 79234a3b9633d4..a1b6f477ffd696 100644 --- a/test/fixedbugs/bug460.go +++ b/test/fixedbugs/bug460.go @@ -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. diff --git a/test/fixedbugs/bug461.go b/test/fixedbugs/bug461.go index f0f7b0e69b6744..d7fe8026e8d511 100644 --- a/test/fixedbugs/bug461.go +++ b/test/fixedbugs/bug461.go @@ -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. diff --git a/test/fixedbugs/bug462.go b/test/fixedbugs/bug462.go index 1a23ad064dc43a..3df63b091ddbbf 100644 --- a/test/fixedbugs/bug462.go +++ b/test/fixedbugs/bug462.go @@ -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. diff --git a/test/fixedbugs/bug463.go b/test/fixedbugs/bug463.go index 3e7a1848270fe6..c7f92379c84a16 100644 --- a/test/fixedbugs/bug463.go +++ b/test/fixedbugs/bug463.go @@ -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. diff --git a/test/fixedbugs/bug464.go b/test/fixedbugs/bug464.go index 582193997a155c..3e2c18a822c0d5 100644 --- a/test/fixedbugs/bug464.go +++ b/test/fixedbugs/bug464.go @@ -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. diff --git a/test/fixedbugs/bug465.dir/a.go b/test/fixedbugs/bug465.dir/a.go index a9a8614bb33d08..3e5d012e6a1097 100644 --- a/test/fixedbugs/bug465.dir/a.go +++ b/test/fixedbugs/bug465.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug465.dir/b.go b/test/fixedbugs/bug465.dir/b.go index c84c6836d62539..db7f7315e6ab09 100644 --- a/test/fixedbugs/bug465.dir/b.go +++ b/test/fixedbugs/bug465.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug465.go b/test/fixedbugs/bug465.go index a6ef5876ab633f..84ff07b9487534 100644 --- a/test/fixedbugs/bug465.go +++ b/test/fixedbugs/bug465.go @@ -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. diff --git a/test/fixedbugs/bug466.dir/a.go b/test/fixedbugs/bug466.dir/a.go index b9de63edabee46..e27699c2ef51ff 100644 --- a/test/fixedbugs/bug466.dir/a.go +++ b/test/fixedbugs/bug466.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug466.dir/b.go b/test/fixedbugs/bug466.dir/b.go index 82d66eacef944b..04e3626c7524d1 100644 --- a/test/fixedbugs/bug466.dir/b.go +++ b/test/fixedbugs/bug466.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug466.go b/test/fixedbugs/bug466.go index 6b65b33b0a84c4..dc909d483cdf45 100644 --- a/test/fixedbugs/bug466.go +++ b/test/fixedbugs/bug466.go @@ -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. diff --git a/test/fixedbugs/bug467.go b/test/fixedbugs/bug467.go index d73adbadffc23d..4126f92eae597f 100644 --- a/test/fixedbugs/bug467.go +++ b/test/fixedbugs/bug467.go @@ -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. diff --git a/test/fixedbugs/bug468.dir/p1.go b/test/fixedbugs/bug468.dir/p1.go index ca175770fc1f1e..cdda735e965704 100644 --- a/test/fixedbugs/bug468.dir/p1.go +++ b/test/fixedbugs/bug468.dir/p1.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug468.dir/p2.go b/test/fixedbugs/bug468.dir/p2.go index 1793c0e534e2d5..dbb46931b825f2 100644 --- a/test/fixedbugs/bug468.dir/p2.go +++ b/test/fixedbugs/bug468.dir/p2.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug468.go b/test/fixedbugs/bug468.go index 12e4997d36b3aa..77941ce55ce02f 100644 --- a/test/fixedbugs/bug468.go +++ b/test/fixedbugs/bug468.go @@ -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. diff --git a/test/fixedbugs/bug470.go b/test/fixedbugs/bug470.go index 0a359184c6028e..c21663f3f312c4 100644 --- a/test/fixedbugs/bug470.go +++ b/test/fixedbugs/bug470.go @@ -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. diff --git a/test/fixedbugs/bug471.go b/test/fixedbugs/bug471.go index e4542596e9ad12..343661f08d5b53 100644 --- a/test/fixedbugs/bug471.go +++ b/test/fixedbugs/bug471.go @@ -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. diff --git a/test/fixedbugs/bug472.dir/p1.go b/test/fixedbugs/bug472.dir/p1.go index 9d47fd84a72845..cda1aa7aa8c0f6 100644 --- a/test/fixedbugs/bug472.dir/p1.go +++ b/test/fixedbugs/bug472.dir/p1.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug472.dir/p2.go b/test/fixedbugs/bug472.dir/p2.go index 34a3f0487a4986..581ec400200fd1 100644 --- a/test/fixedbugs/bug472.dir/p2.go +++ b/test/fixedbugs/bug472.dir/p2.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug472.dir/z.go b/test/fixedbugs/bug472.dir/z.go index 6c29dd08c619b2..eb791bf443a3b3 100644 --- a/test/fixedbugs/bug472.dir/z.go +++ b/test/fixedbugs/bug472.dir/z.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug472.go b/test/fixedbugs/bug472.go index c79c64ca1ff207..6939e641ceb318 100644 --- a/test/fixedbugs/bug472.go +++ b/test/fixedbugs/bug472.go @@ -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. diff --git a/test/fixedbugs/bug473.go b/test/fixedbugs/bug473.go index 49ce7d73791001..7649b6b5e008cc 100644 --- a/test/fixedbugs/bug473.go +++ b/test/fixedbugs/bug473.go @@ -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. diff --git a/test/fixedbugs/bug474.go b/test/fixedbugs/bug474.go index b8264872a98d63..1efabe460a6803 100644 --- a/test/fixedbugs/bug474.go +++ b/test/fixedbugs/bug474.go @@ -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. diff --git a/test/fixedbugs/bug475.go b/test/fixedbugs/bug475.go index 1bd6fa35ce7ac1..0145aabf4117de 100644 --- a/test/fixedbugs/bug475.go +++ b/test/fixedbugs/bug475.go @@ -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. diff --git a/test/fixedbugs/bug476.go b/test/fixedbugs/bug476.go index 563fd9156e720c..8695f95c42fe5d 100644 --- a/test/fixedbugs/bug476.go +++ b/test/fixedbugs/bug476.go @@ -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. diff --git a/test/fixedbugs/bug477.go b/test/fixedbugs/bug477.go index 86289afa6db230..f1fbffa2118812 100644 --- a/test/fixedbugs/bug477.go +++ b/test/fixedbugs/bug477.go @@ -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. diff --git a/test/fixedbugs/bug478.dir/a.go b/test/fixedbugs/bug478.dir/a.go index a40e454f9b1a26..b5a2dbcdb88a33 100644 --- a/test/fixedbugs/bug478.dir/a.go +++ b/test/fixedbugs/bug478.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug478.dir/b.go b/test/fixedbugs/bug478.dir/b.go index c0fdf1127b42a6..cfd1d273d8e6fc 100644 --- a/test/fixedbugs/bug478.dir/b.go +++ b/test/fixedbugs/bug478.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug478.go b/test/fixedbugs/bug478.go index 5e339e801d5825..8757f461532a2d 100644 --- a/test/fixedbugs/bug478.go +++ b/test/fixedbugs/bug478.go @@ -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. diff --git a/test/fixedbugs/bug479.dir/a.go b/test/fixedbugs/bug479.dir/a.go index 5ff3bef1d16241..eddb4cf0781a17 100644 --- a/test/fixedbugs/bug479.dir/a.go +++ b/test/fixedbugs/bug479.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug479.dir/b.go b/test/fixedbugs/bug479.dir/b.go index a1b27b3326414e..9f3f5e8f523d1a 100644 --- a/test/fixedbugs/bug479.dir/b.go +++ b/test/fixedbugs/bug479.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug479.go b/test/fixedbugs/bug479.go index f8a0f93c736c74..80012ba8e467b3 100644 --- a/test/fixedbugs/bug479.go +++ b/test/fixedbugs/bug479.go @@ -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. diff --git a/test/fixedbugs/bug480.dir/a.go b/test/fixedbugs/bug480.dir/a.go index 6dff51586b7be9..26a8d1166976a4 100644 --- a/test/fixedbugs/bug480.dir/a.go +++ b/test/fixedbugs/bug480.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug480.dir/b.go b/test/fixedbugs/bug480.dir/b.go index 620736540aec1a..5bd40f6205e32d 100644 --- a/test/fixedbugs/bug480.dir/b.go +++ b/test/fixedbugs/bug480.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug480.go b/test/fixedbugs/bug480.go index 5b44af43083b25..ad2f73c16b9399 100644 --- a/test/fixedbugs/bug480.go +++ b/test/fixedbugs/bug480.go @@ -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. diff --git a/test/fixedbugs/bug481.go b/test/fixedbugs/bug481.go index d0922a5a4ff168..13a53392da5cd1 100644 --- a/test/fixedbugs/bug481.go +++ b/test/fixedbugs/bug481.go @@ -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. diff --git a/test/fixedbugs/bug482.go b/test/fixedbugs/bug482.go index 10c48287d3a150..0e5417dee7550b 100644 --- a/test/fixedbugs/bug482.go +++ b/test/fixedbugs/bug482.go @@ -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. diff --git a/test/fixedbugs/bug483.go b/test/fixedbugs/bug483.go index 2372e89a71a2b2..8db6425be69d1c 100644 --- a/test/fixedbugs/bug483.go +++ b/test/fixedbugs/bug483.go @@ -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. diff --git a/test/fixedbugs/bug484.go b/test/fixedbugs/bug484.go index 7025affc2dc1eb..bd4fa516a235db 100644 --- a/test/fixedbugs/bug484.go +++ b/test/fixedbugs/bug484.go @@ -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. diff --git a/test/fixedbugs/bug485.go b/test/fixedbugs/bug485.go index 1544753ab4928b..c99faed43e427d 100644 --- a/test/fixedbugs/bug485.go +++ b/test/fixedbugs/bug485.go @@ -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. diff --git a/test/fixedbugs/bug486.go b/test/fixedbugs/bug486.go index c1a4723f9ded52..9ad23b3cfcb7d6 100644 --- a/test/fixedbugs/bug486.go +++ b/test/fixedbugs/bug486.go @@ -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. diff --git a/test/fixedbugs/bug487.go b/test/fixedbugs/bug487.go index eb1ad5e571a483..e60af6c8e23b2d 100644 --- a/test/fixedbugs/bug487.go +++ b/test/fixedbugs/bug487.go @@ -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. diff --git a/test/fixedbugs/bug488.dir/a.go b/test/fixedbugs/bug488.dir/a.go index 94eaf7f1ea8e23..fc494207a17399 100644 --- a/test/fixedbugs/bug488.dir/a.go +++ b/test/fixedbugs/bug488.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug488.dir/b.go b/test/fixedbugs/bug488.dir/b.go index 21b4c5b541a0ce..f93328c8da4a04 100644 --- a/test/fixedbugs/bug488.dir/b.go +++ b/test/fixedbugs/bug488.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/bug488.go b/test/fixedbugs/bug488.go index 63a601ed934573..3912debac9ccb8 100644 --- a/test/fixedbugs/bug488.go +++ b/test/fixedbugs/bug488.go @@ -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. diff --git a/test/fixedbugs/bug489.go b/test/fixedbugs/bug489.go index 4cf19e05978636..34250cd8795ae1 100644 --- a/test/fixedbugs/bug489.go +++ b/test/fixedbugs/bug489.go @@ -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. diff --git a/test/fixedbugs/bug490.go b/test/fixedbugs/bug490.go index 7d05f3945cfb08..387a680aeefdf8 100644 --- a/test/fixedbugs/bug490.go +++ b/test/fixedbugs/bug490.go @@ -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. diff --git a/test/fixedbugs/bug491.go b/test/fixedbugs/bug491.go index f4b58af1e688cf..39a3509c69e321 100644 --- a/test/fixedbugs/bug491.go +++ b/test/fixedbugs/bug491.go @@ -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. diff --git a/test/fixedbugs/gcc61204.go b/test/fixedbugs/gcc61204.go index 5a5bb1692480f3..e175f83633919a 100644 --- a/test/fixedbugs/gcc61204.go +++ b/test/fixedbugs/gcc61204.go @@ -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. diff --git a/test/fixedbugs/gcc61244.go b/test/fixedbugs/gcc61244.go index 7fbc87200263c9..642bc610bbf7e7 100644 --- a/test/fixedbugs/gcc61244.go +++ b/test/fixedbugs/gcc61244.go @@ -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. diff --git a/test/fixedbugs/gcc61246.go b/test/fixedbugs/gcc61246.go index 4866570b422975..797d6c7ffca829 100644 --- a/test/fixedbugs/gcc61246.go +++ b/test/fixedbugs/gcc61246.go @@ -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. diff --git a/test/fixedbugs/gcc61248.go b/test/fixedbugs/gcc61248.go index 593c634187a85a..cb59c9fa7c85c5 100644 --- a/test/fixedbugs/gcc61248.go +++ b/test/fixedbugs/gcc61248.go @@ -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. diff --git a/test/fixedbugs/gcc61253.go b/test/fixedbugs/gcc61253.go index dc125ac6e83cfa..696b26e64d304c 100644 --- a/test/fixedbugs/gcc61253.go +++ b/test/fixedbugs/gcc61253.go @@ -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. diff --git a/test/fixedbugs/gcc61254.go b/test/fixedbugs/gcc61254.go index 36ac7d48e6e67f..82e666e5c2980b 100644 --- a/test/fixedbugs/gcc61254.go +++ b/test/fixedbugs/gcc61254.go @@ -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. diff --git a/test/fixedbugs/gcc61255.go b/test/fixedbugs/gcc61255.go index a0e6d189002ace..288fb54e517f31 100644 --- a/test/fixedbugs/gcc61255.go +++ b/test/fixedbugs/gcc61255.go @@ -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. diff --git a/test/fixedbugs/gcc61258.go b/test/fixedbugs/gcc61258.go index 8474665c95402c..e4dcb3376ab63b 100644 --- a/test/fixedbugs/gcc61258.go +++ b/test/fixedbugs/gcc61258.go @@ -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. diff --git a/test/fixedbugs/gcc61264.go b/test/fixedbugs/gcc61264.go index d4e05f4d1e28f0..a4092f5bec3135 100644 --- a/test/fixedbugs/gcc61264.go +++ b/test/fixedbugs/gcc61264.go @@ -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. diff --git a/test/fixedbugs/gcc61265.go b/test/fixedbugs/gcc61265.go index 42fae369b60cbe..be792332f58c77 100644 --- a/test/fixedbugs/gcc61265.go +++ b/test/fixedbugs/gcc61265.go @@ -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. diff --git a/test/fixedbugs/gcc61273.go b/test/fixedbugs/gcc61273.go index 298322233721cc..ed78b1ed2cd2c5 100644 --- a/test/fixedbugs/gcc61273.go +++ b/test/fixedbugs/gcc61273.go @@ -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. diff --git a/test/fixedbugs/gcc65755.go b/test/fixedbugs/gcc65755.go index e76f4d1f57280b..1e5d11605f0ec1 100644 --- a/test/fixedbugs/gcc65755.go +++ b/test/fixedbugs/gcc65755.go @@ -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. diff --git a/test/fixedbugs/issue10047.go b/test/fixedbugs/issue10047.go index 1cb9c240c9710b..dcbde48e876996 100644 --- a/test/fixedbugs/issue10047.go +++ b/test/fixedbugs/issue10047.go @@ -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. diff --git a/test/fixedbugs/issue10284.go b/test/fixedbugs/issue10284.go index e89d6f4418de2f..39028e756ca786 100644 --- a/test/fixedbugs/issue10284.go +++ b/test/fixedbugs/issue10284.go @@ -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. diff --git a/test/fixedbugs/issue10320.go b/test/fixedbugs/issue10320.go index 697aad155fe53d..c7e2bab569c851 100644 --- a/test/fixedbugs/issue10320.go +++ b/test/fixedbugs/issue10320.go @@ -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. diff --git a/test/fixedbugs/issue10332.go b/test/fixedbugs/issue10332.go index e00a8b4dfbba8a..096b7a50554e35 100644 --- a/test/fixedbugs/issue10332.go +++ b/test/fixedbugs/issue10332.go @@ -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. diff --git a/test/fixedbugs/issue10407.go b/test/fixedbugs/issue10407.go index fe033ef46e0ea1..c6461a362040a5 100644 --- a/test/fixedbugs/issue10407.go +++ b/test/fixedbugs/issue10407.go @@ -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. diff --git a/test/fixedbugs/issue10486.go b/test/fixedbugs/issue10486.go index f346828ec60ffc..3b62cb9002fa7f 100644 --- a/test/fixedbugs/issue10486.go +++ b/test/fixedbugs/issue10486.go @@ -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. diff --git a/test/fixedbugs/issue10975.go b/test/fixedbugs/issue10975.go index 1aa7d891777747..b5f043f0a7329c 100644 --- a/test/fixedbugs/issue10975.go +++ b/test/fixedbugs/issue10975.go @@ -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. diff --git a/test/fixedbugs/issue11053.dir/p.go b/test/fixedbugs/issue11053.dir/p.go index e431cb446724db..81b412aef13a9f 100644 --- a/test/fixedbugs/issue11053.dir/p.go +++ b/test/fixedbugs/issue11053.dir/p.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue11053.dir/p_test.go b/test/fixedbugs/issue11053.dir/p_test.go index e0a9555d2ace03..542c2a349e5ef7 100644 --- a/test/fixedbugs/issue11053.dir/p_test.go +++ b/test/fixedbugs/issue11053.dir/p_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue11326.go b/test/fixedbugs/issue11326.go index 3a4fbff3759ed7..82754c73fba625 100644 --- a/test/fixedbugs/issue11326.go +++ b/test/fixedbugs/issue11326.go @@ -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. diff --git a/test/fixedbugs/issue11326b.go b/test/fixedbugs/issue11326b.go index 6a6ae2f4494749..8aba4d91215ffd 100644 --- a/test/fixedbugs/issue11326b.go +++ b/test/fixedbugs/issue11326b.go @@ -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. diff --git a/test/fixedbugs/issue11362.go b/test/fixedbugs/issue11362.go index 680b0e540fe7ff..9e9e599595f6e8 100644 --- a/test/fixedbugs/issue11362.go +++ b/test/fixedbugs/issue11362.go @@ -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. diff --git a/test/fixedbugs/issue11590.go b/test/fixedbugs/issue11590.go index f3032fcd53567f..09345473fb0df5 100644 --- a/test/fixedbugs/issue11590.go +++ b/test/fixedbugs/issue11590.go @@ -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. diff --git a/test/fixedbugs/issue11656.go b/test/fixedbugs/issue11656.go index 93e18225c10e11..e0ef09760099b3 100644 --- a/test/fixedbugs/issue11656.go +++ b/test/fixedbugs/issue11656.go @@ -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. diff --git a/test/fixedbugs/issue11699.go b/test/fixedbugs/issue11699.go index 965c87fa8d60a2..755e9a1fde6239 100644 --- a/test/fixedbugs/issue11699.go +++ b/test/fixedbugs/issue11699.go @@ -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. diff --git a/test/fixedbugs/issue11737.go b/test/fixedbugs/issue11737.go index 01ef096830e00e..86ecf9ac4b859c 100644 --- a/test/fixedbugs/issue11737.go +++ b/test/fixedbugs/issue11737.go @@ -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. diff --git a/test/fixedbugs/issue11750.go b/test/fixedbugs/issue11750.go index 5e6fe607fa71a5..d5a2b22dda0f0b 100644 --- a/test/fixedbugs/issue11750.go +++ b/test/fixedbugs/issue11750.go @@ -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. diff --git a/test/fixedbugs/issue11771.go b/test/fixedbugs/issue11771.go index 7691ca69a21854..d91fc5d9662828 100644 --- a/test/fixedbugs/issue11771.go +++ b/test/fixedbugs/issue11771.go @@ -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. diff --git a/test/fixedbugs/issue11790.go b/test/fixedbugs/issue11790.go index d7669f83d5404c..096b297f990d02 100644 --- a/test/fixedbugs/issue11790.go +++ b/test/fixedbugs/issue11790.go @@ -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. diff --git a/test/fixedbugs/issue11987.go b/test/fixedbugs/issue11987.go index 78fc28bda7fa5c..9b665dc635e890 100644 --- a/test/fixedbugs/issue11987.go +++ b/test/fixedbugs/issue11987.go @@ -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. diff --git a/test/fixedbugs/issue12006.go b/test/fixedbugs/issue12006.go index 01dced3b43e2da..9d81a043fc6d99 100644 --- a/test/fixedbugs/issue12006.go +++ b/test/fixedbugs/issue12006.go @@ -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. diff --git a/test/fixedbugs/issue12133.go b/test/fixedbugs/issue12133.go index 7b02a47c725938..bbf9fb0063f1a6 100644 --- a/test/fixedbugs/issue12133.go +++ b/test/fixedbugs/issue12133.go @@ -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. diff --git a/test/fixedbugs/issue12347.go b/test/fixedbugs/issue12347.go index 4bbe09c3e81585..fc5678e3ed7d6f 100644 --- a/test/fixedbugs/issue12347.go +++ b/test/fixedbugs/issue12347.go @@ -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. diff --git a/test/fixedbugs/issue12411.go b/test/fixedbugs/issue12411.go index 0a8b7c362bc3f5..ff49314a6b5789 100644 --- a/test/fixedbugs/issue12411.go +++ b/test/fixedbugs/issue12411.go @@ -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. diff --git a/test/fixedbugs/issue12588.go b/test/fixedbugs/issue12588.go index 3022f487f35714..87f1d478d6fbfe 100644 --- a/test/fixedbugs/issue12588.go +++ b/test/fixedbugs/issue12588.go @@ -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. diff --git a/test/fixedbugs/issue12686.go b/test/fixedbugs/issue12686.go index 5783c99a1a77ec..bde425501483df 100644 --- a/test/fixedbugs/issue12686.go +++ b/test/fixedbugs/issue12686.go @@ -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. diff --git a/test/fixedbugs/issue1304.go b/test/fixedbugs/issue1304.go index 1206e1840feba3..9e0ca5ae3f6af2 100644 --- a/test/fixedbugs/issue1304.go +++ b/test/fixedbugs/issue1304.go @@ -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. diff --git a/test/fixedbugs/issue13160.go b/test/fixedbugs/issue13160.go index 7eb4811373c328..c21ecf671a2537 100644 --- a/test/fixedbugs/issue13160.go +++ b/test/fixedbugs/issue13160.go @@ -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. diff --git a/test/fixedbugs/issue13169.go b/test/fixedbugs/issue13169.go index 77767cd912fb59..03c52e2951d7c1 100644 --- a/test/fixedbugs/issue13169.go +++ b/test/fixedbugs/issue13169.go @@ -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. diff --git a/test/fixedbugs/issue13248.go b/test/fixedbugs/issue13248.go index d01b8232e7e8b3..524628159c4bd7 100644 --- a/test/fixedbugs/issue13248.go +++ b/test/fixedbugs/issue13248.go @@ -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. diff --git a/test/fixedbugs/issue13261.go b/test/fixedbugs/issue13261.go index c73062c6cae75b..a944f3a9b57240 100644 --- a/test/fixedbugs/issue13261.go +++ b/test/fixedbugs/issue13261.go @@ -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. diff --git a/test/fixedbugs/issue13266.go b/test/fixedbugs/issue13266.go index 3c4f74b4ff1955..37c5594a241501 100644 --- a/test/fixedbugs/issue13266.go +++ b/test/fixedbugs/issue13266.go @@ -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. diff --git a/test/fixedbugs/issue13273.go b/test/fixedbugs/issue13273.go index fa3815f2bbb64f..f8f679daab9e26 100644 --- a/test/fixedbugs/issue13273.go +++ b/test/fixedbugs/issue13273.go @@ -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. diff --git a/test/fixedbugs/issue13274.go b/test/fixedbugs/issue13274.go index a93c63fb9152b0..480f5bcc1134d9 100644 --- a/test/fixedbugs/issue13274.go +++ b/test/fixedbugs/issue13274.go @@ -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. diff --git a/test/fixedbugs/issue13319.go b/test/fixedbugs/issue13319.go index fc35870e4cb898..c9b4896a051135 100644 --- a/test/fixedbugs/issue13319.go +++ b/test/fixedbugs/issue13319.go @@ -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. diff --git a/test/fixedbugs/issue13337.go b/test/fixedbugs/issue13337.go index 63f4efca8a73cf..81f984b7322b1e 100644 --- a/test/fixedbugs/issue13337.go +++ b/test/fixedbugs/issue13337.go @@ -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. diff --git a/test/fixedbugs/issue13471.go b/test/fixedbugs/issue13471.go index eee408105d2b10..81f034ba798ac6 100644 --- a/test/fixedbugs/issue13471.go +++ b/test/fixedbugs/issue13471.go @@ -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. diff --git a/test/fixedbugs/issue13587.go b/test/fixedbugs/issue13587.go index eea55022985b33..b71bf9d7574d81 100644 --- a/test/fixedbugs/issue13587.go +++ b/test/fixedbugs/issue13587.go @@ -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. diff --git a/test/fixedbugs/issue13684.go b/test/fixedbugs/issue13684.go index eda92a37e34b54..a1d88566e40ca6 100644 --- a/test/fixedbugs/issue13684.go +++ b/test/fixedbugs/issue13684.go @@ -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. diff --git a/test/fixedbugs/issue13799.go b/test/fixedbugs/issue13799.go index e1b96f7e9d1e39..4819b5af96e540 100644 --- a/test/fixedbugs/issue13799.go +++ b/test/fixedbugs/issue13799.go @@ -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. diff --git a/test/fixedbugs/issue13821.go b/test/fixedbugs/issue13821.go index 7d5024893f93cc..187e4b4cfb8bcb 100644 --- a/test/fixedbugs/issue13821.go +++ b/test/fixedbugs/issue13821.go @@ -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. diff --git a/test/fixedbugs/issue13821b.go b/test/fixedbugs/issue13821b.go index 0950fdea969f83..be67cea6dde4da 100644 --- a/test/fixedbugs/issue13821b.go +++ b/test/fixedbugs/issue13821b.go @@ -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. diff --git a/test/fixedbugs/issue14006.go b/test/fixedbugs/issue14006.go index b56ed73be9d57d..c3c56b11a233e9 100644 --- a/test/fixedbugs/issue14006.go +++ b/test/fixedbugs/issue14006.go @@ -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. diff --git a/test/fixedbugs/issue14010.go b/test/fixedbugs/issue14010.go index 4fdbf76b903850..f5cab41a0d6b83 100644 --- a/test/fixedbugs/issue14010.go +++ b/test/fixedbugs/issue14010.go @@ -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. diff --git a/test/fixedbugs/issue14331.dir/a.go b/test/fixedbugs/issue14331.dir/a.go index 1b7f853bc948d4..f1e57ef5278565 100644 --- a/test/fixedbugs/issue14331.dir/a.go +++ b/test/fixedbugs/issue14331.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue14331.dir/b.go b/test/fixedbugs/issue14331.dir/b.go index 7a0abb250679d4..a2280a36297963 100644 --- a/test/fixedbugs/issue14331.dir/b.go +++ b/test/fixedbugs/issue14331.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue14331.go b/test/fixedbugs/issue14331.go index 32f3e5156c2cbc..b8ee2fb14b7ca6 100644 --- a/test/fixedbugs/issue14331.go +++ b/test/fixedbugs/issue14331.go @@ -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. diff --git a/test/fixedbugs/issue14405.go b/test/fixedbugs/issue14405.go index c2a89464ea1694..94592fd18b8556 100644 --- a/test/fixedbugs/issue14405.go +++ b/test/fixedbugs/issue14405.go @@ -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. diff --git a/test/fixedbugs/issue14520.go b/test/fixedbugs/issue14520.go index 43c48b5c275603..1b1f4dedd336f7 100644 --- a/test/fixedbugs/issue14520.go +++ b/test/fixedbugs/issue14520.go @@ -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. diff --git a/test/fixedbugs/issue14591.go b/test/fixedbugs/issue14591.go index e4fa80af508276..626fbbcac48374 100644 --- a/test/fixedbugs/issue14591.go +++ b/test/fixedbugs/issue14591.go @@ -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. diff --git a/test/fixedbugs/issue14725.go b/test/fixedbugs/issue14725.go index cbdf5a3dc970d8..49f3fbcf417c43 100644 --- a/test/fixedbugs/issue14725.go +++ b/test/fixedbugs/issue14725.go @@ -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. diff --git a/test/fixedbugs/issue14999.go b/test/fixedbugs/issue14999.go index c16d1ca5451e29..6ce768e23b91c2 100644 --- a/test/fixedbugs/issue14999.go +++ b/test/fixedbugs/issue14999.go @@ -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. diff --git a/test/fixedbugs/issue15002.go b/test/fixedbugs/issue15002.go index 2cda42e08ac325..a27fd92399db5e 100644 --- a/test/fixedbugs/issue15002.go +++ b/test/fixedbugs/issue15002.go @@ -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. diff --git a/test/fixedbugs/issue15013.go b/test/fixedbugs/issue15013.go index 4520d4ca658bb5..9e218e6d81026f 100644 --- a/test/fixedbugs/issue15013.go +++ b/test/fixedbugs/issue15013.go @@ -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. diff --git a/test/fixedbugs/issue15042.go b/test/fixedbugs/issue15042.go index 71b0712d56f849..85d5d6c361a061 100644 --- a/test/fixedbugs/issue15042.go +++ b/test/fixedbugs/issue15042.go @@ -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. diff --git a/test/fixedbugs/issue15071.dir/exp/exp.go b/test/fixedbugs/issue15071.dir/exp/exp.go index 703f247249e215..e6041e602da326 100644 --- a/test/fixedbugs/issue15071.dir/exp/exp.go +++ b/test/fixedbugs/issue15071.dir/exp/exp.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue15071.dir/main.go b/test/fixedbugs/issue15071.dir/main.go index 61f2de0e38908e..96790dae83ad17 100644 --- a/test/fixedbugs/issue15071.dir/main.go +++ b/test/fixedbugs/issue15071.dir/main.go @@ -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. diff --git a/test/fixedbugs/issue15091.go b/test/fixedbugs/issue15091.go index 346e9061713cce..00fb473d6a27e5 100644 --- a/test/fixedbugs/issue15091.go +++ b/test/fixedbugs/issue15091.go @@ -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. diff --git a/test/fixedbugs/issue15175.go b/test/fixedbugs/issue15175.go index c6cab532f87748..55a8f7d65ab394 100644 --- a/test/fixedbugs/issue15175.go +++ b/test/fixedbugs/issue15175.go @@ -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. diff --git a/test/fixedbugs/issue2615.go b/test/fixedbugs/issue2615.go index 686e1e1ada3270..831110e08b1e02 100644 --- a/test/fixedbugs/issue2615.go +++ b/test/fixedbugs/issue2615.go @@ -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. diff --git a/test/fixedbugs/issue3552.dir/one.go b/test/fixedbugs/issue3552.dir/one.go index 491ada1d9c4ebf..e594db7478bbf3 100644 --- a/test/fixedbugs/issue3552.dir/one.go +++ b/test/fixedbugs/issue3552.dir/one.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue3552.dir/two.go b/test/fixedbugs/issue3552.dir/two.go index 1366d244d3e911..2f330bfdf3b4bb 100644 --- a/test/fixedbugs/issue3552.dir/two.go +++ b/test/fixedbugs/issue3552.dir/two.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue3705.go b/test/fixedbugs/issue3705.go index 64ef38b10d5793..ed0a193dcfbb54 100644 --- a/test/fixedbugs/issue3705.go +++ b/test/fixedbugs/issue3705.go @@ -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. diff --git a/test/fixedbugs/issue3783.go b/test/fixedbugs/issue3783.go index d7a4a2e8f3cc66..7db06d1881dcd4 100644 --- a/test/fixedbugs/issue3783.go +++ b/test/fixedbugs/issue3783.go @@ -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. diff --git a/test/fixedbugs/issue3925.go b/test/fixedbugs/issue3925.go index a62d4392e6ff66..628c222685efbb 100644 --- a/test/fixedbugs/issue3925.go +++ b/test/fixedbugs/issue3925.go @@ -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. diff --git a/test/fixedbugs/issue4085a.go b/test/fixedbugs/issue4085a.go index 089637d86b86e1..200290a081d1fa 100644 --- a/test/fixedbugs/issue4085a.go +++ b/test/fixedbugs/issue4085a.go @@ -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. diff --git a/test/fixedbugs/issue4085b.go b/test/fixedbugs/issue4085b.go index 63aca2378eed99..583c417511985a 100644 --- a/test/fixedbugs/issue4085b.go +++ b/test/fixedbugs/issue4085b.go @@ -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. diff --git a/test/fixedbugs/issue4097.go b/test/fixedbugs/issue4097.go index c2b7d9b4fbf5fb..30b65bce8335d9 100644 --- a/test/fixedbugs/issue4097.go +++ b/test/fixedbugs/issue4097.go @@ -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. diff --git a/test/fixedbugs/issue4099.go b/test/fixedbugs/issue4099.go index 89392bfff1d4b1..8ea809c2149e1f 100644 --- a/test/fixedbugs/issue4099.go +++ b/test/fixedbugs/issue4099.go @@ -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. diff --git a/test/fixedbugs/issue4162.go b/test/fixedbugs/issue4162.go index c2a8338c705dd3..f236bd0f6a8754 100644 --- a/test/fixedbugs/issue4162.go +++ b/test/fixedbugs/issue4162.go @@ -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. diff --git a/test/fixedbugs/issue4167.go b/test/fixedbugs/issue4167.go index 4e353312b87908..86a636f66bdee7 100644 --- a/test/fixedbugs/issue4167.go +++ b/test/fixedbugs/issue4167.go @@ -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. diff --git a/test/fixedbugs/issue4232.go b/test/fixedbugs/issue4232.go index 755b1b1de076bb..935f3820c690ff 100644 --- a/test/fixedbugs/issue4232.go +++ b/test/fixedbugs/issue4232.go @@ -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. diff --git a/test/fixedbugs/issue4251.go b/test/fixedbugs/issue4251.go index 3668d4c89a8748..d11ce51b97109e 100644 --- a/test/fixedbugs/issue4251.go +++ b/test/fixedbugs/issue4251.go @@ -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. diff --git a/test/fixedbugs/issue4252.dir/a.go b/test/fixedbugs/issue4252.dir/a.go index 089b6f20f42c0d..a587e28da7959a 100644 --- a/test/fixedbugs/issue4252.dir/a.go +++ b/test/fixedbugs/issue4252.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue4252.dir/main.go b/test/fixedbugs/issue4252.dir/main.go index 28e434224789cc..02d9836e98da20 100644 --- a/test/fixedbugs/issue4252.dir/main.go +++ b/test/fixedbugs/issue4252.dir/main.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue4252.go b/test/fixedbugs/issue4252.go index 1b0e5b2028926d..01bcbc433192c2 100644 --- a/test/fixedbugs/issue4252.go +++ b/test/fixedbugs/issue4252.go @@ -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. diff --git a/test/fixedbugs/issue4283.go b/test/fixedbugs/issue4283.go index 128c87231ab6b9..fa5629b20a9f8f 100644 --- a/test/fixedbugs/issue4283.go +++ b/test/fixedbugs/issue4283.go @@ -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. diff --git a/test/fixedbugs/issue4313.go b/test/fixedbugs/issue4313.go index b2f69dbfa41999..2494b83b03bbdd 100644 --- a/test/fixedbugs/issue4313.go +++ b/test/fixedbugs/issue4313.go @@ -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. diff --git a/test/fixedbugs/issue4316.go b/test/fixedbugs/issue4316.go index bb18a0896242ee..de9a61b497d9ee 100644 --- a/test/fixedbugs/issue4316.go +++ b/test/fixedbugs/issue4316.go @@ -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. diff --git a/test/fixedbugs/issue4323.go b/test/fixedbugs/issue4323.go index 6bb78f43cf8ea8..f082a1fb79f109 100644 --- a/test/fixedbugs/issue4323.go +++ b/test/fixedbugs/issue4323.go @@ -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. diff --git a/test/fixedbugs/issue4326.go b/test/fixedbugs/issue4326.go index 5ce2eea26617d6..6a510f990d4ba8 100644 --- a/test/fixedbugs/issue4326.go +++ b/test/fixedbugs/issue4326.go @@ -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. diff --git a/test/fixedbugs/issue4348.go b/test/fixedbugs/issue4348.go index 3dac8f7685c119..c59b6b8caab22b 100644 --- a/test/fixedbugs/issue4348.go +++ b/test/fixedbugs/issue4348.go @@ -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. diff --git a/test/fixedbugs/issue4353.go b/test/fixedbugs/issue4353.go index defe7c324c20bf..6a17c461620bf6 100644 --- a/test/fixedbugs/issue4353.go +++ b/test/fixedbugs/issue4353.go @@ -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. diff --git a/test/fixedbugs/issue4359.go b/test/fixedbugs/issue4359.go index b5adb4010b84e4..c79e9e218c9835 100644 --- a/test/fixedbugs/issue4359.go +++ b/test/fixedbugs/issue4359.go @@ -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. diff --git a/test/fixedbugs/issue4365.go b/test/fixedbugs/issue4365.go index 04d31f71adf691..09ff1bf8f7f3f4 100644 --- a/test/fixedbugs/issue4365.go +++ b/test/fixedbugs/issue4365.go @@ -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. diff --git a/test/fixedbugs/issue4370.dir/p1.go b/test/fixedbugs/issue4370.dir/p1.go index d732c8b363e1a4..d010e936534aeb 100644 --- a/test/fixedbugs/issue4370.dir/p1.go +++ b/test/fixedbugs/issue4370.dir/p1.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue4370.dir/p2.go b/test/fixedbugs/issue4370.dir/p2.go index 33370d07a4e197..0d3e23625ec245 100644 --- a/test/fixedbugs/issue4370.dir/p2.go +++ b/test/fixedbugs/issue4370.dir/p2.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue4370.dir/p3.go b/test/fixedbugs/issue4370.dir/p3.go index 13c996bc22983c..c275c6e222dd8b 100644 --- a/test/fixedbugs/issue4370.dir/p3.go +++ b/test/fixedbugs/issue4370.dir/p3.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue4370.go b/test/fixedbugs/issue4370.go index 76b47e1a6d56d8..b1d036464a89c7 100644 --- a/test/fixedbugs/issue4370.go +++ b/test/fixedbugs/issue4370.go @@ -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. diff --git a/test/fixedbugs/issue4388.go b/test/fixedbugs/issue4388.go index b18c98bacd226e..5bb05eb4041c33 100644 --- a/test/fixedbugs/issue4388.go +++ b/test/fixedbugs/issue4388.go @@ -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. diff --git a/test/fixedbugs/issue4396a.go b/test/fixedbugs/issue4396a.go index 11ae1f7c6c6dcd..38dd4b8cfb37a5 100644 --- a/test/fixedbugs/issue4396a.go +++ b/test/fixedbugs/issue4396a.go @@ -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. diff --git a/test/fixedbugs/issue4396b.go b/test/fixedbugs/issue4396b.go index d0bf28fac28ead..1284870ece6541 100644 --- a/test/fixedbugs/issue4396b.go +++ b/test/fixedbugs/issue4396b.go @@ -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. diff --git a/test/fixedbugs/issue4399.go b/test/fixedbugs/issue4399.go index 6674db9ec309e2..3dc212620afbd4 100644 --- a/test/fixedbugs/issue4399.go +++ b/test/fixedbugs/issue4399.go @@ -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. diff --git a/test/fixedbugs/issue4405.go b/test/fixedbugs/issue4405.go index b8458d77647b7b..5ba3e1066cda55 100644 --- a/test/fixedbugs/issue4405.go +++ b/test/fixedbugs/issue4405.go @@ -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. diff --git a/test/fixedbugs/issue4429.go b/test/fixedbugs/issue4429.go index 6822760ef8cc87..9eb2e0f9c2ad31 100644 --- a/test/fixedbugs/issue4429.go +++ b/test/fixedbugs/issue4429.go @@ -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. diff --git a/test/fixedbugs/issue4448.go b/test/fixedbugs/issue4448.go index fa1d9fe49d3e2d..f5e47150eeafbf 100644 --- a/test/fixedbugs/issue4448.go +++ b/test/fixedbugs/issue4448.go @@ -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. diff --git a/test/fixedbugs/issue4452.go b/test/fixedbugs/issue4452.go index 54dd214d69f295..f91bd2c0fbe1b9 100644 --- a/test/fixedbugs/issue4452.go +++ b/test/fixedbugs/issue4452.go @@ -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. diff --git a/test/fixedbugs/issue4458.go b/test/fixedbugs/issue4458.go index 820f18cb8d7853..98ffea79dc443b 100644 --- a/test/fixedbugs/issue4458.go +++ b/test/fixedbugs/issue4458.go @@ -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. diff --git a/test/fixedbugs/issue4463.go b/test/fixedbugs/issue4463.go index 70977ceb78271c..6ad1952d672f3d 100644 --- a/test/fixedbugs/issue4463.go +++ b/test/fixedbugs/issue4463.go @@ -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. diff --git a/test/fixedbugs/issue4468.go b/test/fixedbugs/issue4468.go index f8821052af5c9f..d26725ec0130f3 100644 --- a/test/fixedbugs/issue4468.go +++ b/test/fixedbugs/issue4468.go @@ -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. diff --git a/test/fixedbugs/issue4470.go b/test/fixedbugs/issue4470.go index 5ed09ca554bda8..d92247845585a7 100644 --- a/test/fixedbugs/issue4470.go +++ b/test/fixedbugs/issue4470.go @@ -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. diff --git a/test/fixedbugs/issue4495.go b/test/fixedbugs/issue4495.go index 7ec1134d7b69f0..308acc22801280 100644 --- a/test/fixedbugs/issue4495.go +++ b/test/fixedbugs/issue4495.go @@ -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. diff --git a/test/fixedbugs/issue4517a.go b/test/fixedbugs/issue4517a.go index a1b6b57e974235..83d42e7e509f6c 100644 --- a/test/fixedbugs/issue4517a.go +++ b/test/fixedbugs/issue4517a.go @@ -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. diff --git a/test/fixedbugs/issue4517b.go b/test/fixedbugs/issue4517b.go index f04103ff5b2c59..34fa98f8af8fef 100644 --- a/test/fixedbugs/issue4517b.go +++ b/test/fixedbugs/issue4517b.go @@ -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. diff --git a/test/fixedbugs/issue4517c.go b/test/fixedbugs/issue4517c.go index 47b21cf4084e50..9023e0a846910e 100644 --- a/test/fixedbugs/issue4517c.go +++ b/test/fixedbugs/issue4517c.go @@ -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. diff --git a/test/fixedbugs/issue4517d.go b/test/fixedbugs/issue4517d.go index 3d727d433edcfc..197c225c6f06b3 100644 --- a/test/fixedbugs/issue4517d.go +++ b/test/fixedbugs/issue4517d.go @@ -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. diff --git a/test/fixedbugs/issue4518.go b/test/fixedbugs/issue4518.go index 5c3a1782be149e..c482b0f114a3ce 100644 --- a/test/fixedbugs/issue4518.go +++ b/test/fixedbugs/issue4518.go @@ -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. diff --git a/test/fixedbugs/issue4529.go b/test/fixedbugs/issue4529.go index 4f37e7c36b6fc6..66b96c73c73b52 100644 --- a/test/fixedbugs/issue4529.go +++ b/test/fixedbugs/issue4529.go @@ -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. diff --git a/test/fixedbugs/issue4545.go b/test/fixedbugs/issue4545.go index c37ccef7cbf784..534ba7113afc26 100644 --- a/test/fixedbugs/issue4545.go +++ b/test/fixedbugs/issue4545.go @@ -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. diff --git a/test/fixedbugs/issue4562.go b/test/fixedbugs/issue4562.go index 29d98b0283d9bc..8c958f5725d66a 100644 --- a/test/fixedbugs/issue4562.go +++ b/test/fixedbugs/issue4562.go @@ -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. diff --git a/test/fixedbugs/issue4585.go b/test/fixedbugs/issue4585.go index ad1242d1e5f256..9191ec5df88dcd 100644 --- a/test/fixedbugs/issue4585.go +++ b/test/fixedbugs/issue4585.go @@ -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. diff --git a/test/fixedbugs/issue4590.dir/pkg1.go b/test/fixedbugs/issue4590.dir/pkg1.go index c447371c1ab0cd..96cac0a5c1c0d8 100644 --- a/test/fixedbugs/issue4590.dir/pkg1.go +++ b/test/fixedbugs/issue4590.dir/pkg1.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue4590.dir/pkg2.go b/test/fixedbugs/issue4590.dir/pkg2.go index 61c01d7aec2d4e..98bc2a52fb96da 100644 --- a/test/fixedbugs/issue4590.dir/pkg2.go +++ b/test/fixedbugs/issue4590.dir/pkg2.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue4590.dir/prog.go b/test/fixedbugs/issue4590.dir/prog.go index 3220e85d3a6bc9..32055b28e246ad 100644 --- a/test/fixedbugs/issue4590.dir/prog.go +++ b/test/fixedbugs/issue4590.dir/prog.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue4614.go b/test/fixedbugs/issue4614.go index 1aa318c2b234ab..ad378d8c531406 100644 --- a/test/fixedbugs/issue4614.go +++ b/test/fixedbugs/issue4614.go @@ -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. diff --git a/test/fixedbugs/issue4618.go b/test/fixedbugs/issue4618.go index fe875b35013f9a..0ba95230cf3352 100644 --- a/test/fixedbugs/issue4618.go +++ b/test/fixedbugs/issue4618.go @@ -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. diff --git a/test/fixedbugs/issue4620.go b/test/fixedbugs/issue4620.go index 7b4ebf944d6841..5aa29086f79a3e 100644 --- a/test/fixedbugs/issue4620.go +++ b/test/fixedbugs/issue4620.go @@ -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. diff --git a/test/fixedbugs/issue4654.go b/test/fixedbugs/issue4654.go index d3f582b20c6bee..76aff76a678033 100644 --- a/test/fixedbugs/issue4654.go +++ b/test/fixedbugs/issue4654.go @@ -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. diff --git a/test/fixedbugs/issue4663.go b/test/fixedbugs/issue4663.go index edaee93c5b77d6..971290d8ddf870 100644 --- a/test/fixedbugs/issue4663.go +++ b/test/fixedbugs/issue4663.go @@ -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. diff --git a/test/fixedbugs/issue4667.go b/test/fixedbugs/issue4667.go index 18d773c2cfb9a2..31b32841be3063 100644 --- a/test/fixedbugs/issue4667.go +++ b/test/fixedbugs/issue4667.go @@ -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. diff --git a/test/fixedbugs/issue4734.go b/test/fixedbugs/issue4734.go index 69f66f2129f6ec..45e609d5084cdb 100644 --- a/test/fixedbugs/issue4734.go +++ b/test/fixedbugs/issue4734.go @@ -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. diff --git a/test/fixedbugs/issue4748.go b/test/fixedbugs/issue4748.go index 73c75393cf44ae..f7c77cf882f3f5 100644 --- a/test/fixedbugs/issue4748.go +++ b/test/fixedbugs/issue4748.go @@ -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. diff --git a/test/fixedbugs/issue4752.go b/test/fixedbugs/issue4752.go index d6781e39a22812..af7bb92b58a798 100644 --- a/test/fixedbugs/issue4752.go +++ b/test/fixedbugs/issue4752.go @@ -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. diff --git a/test/fixedbugs/issue4776.go b/test/fixedbugs/issue4776.go index 13781af1f361b0..a1009ad9613091 100644 --- a/test/fixedbugs/issue4776.go +++ b/test/fixedbugs/issue4776.go @@ -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. diff --git a/test/fixedbugs/issue4785.go b/test/fixedbugs/issue4785.go index c3dd6297d85ec2..d0bcd56c711173 100644 --- a/test/fixedbugs/issue4785.go +++ b/test/fixedbugs/issue4785.go @@ -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. diff --git a/test/fixedbugs/issue4909a.go b/test/fixedbugs/issue4909a.go index aefe2d64557162..09e1b850990c84 100644 --- a/test/fixedbugs/issue4909a.go +++ b/test/fixedbugs/issue4909a.go @@ -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. diff --git a/test/fixedbugs/issue5002.go b/test/fixedbugs/issue5002.go index 1e74fa1a1f6076..5ac119a2b28159 100644 --- a/test/fixedbugs/issue5002.go +++ b/test/fixedbugs/issue5002.go @@ -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. diff --git a/test/fixedbugs/issue5056.go b/test/fixedbugs/issue5056.go index a2cde2a501ea43..6fb444aa67958e 100644 --- a/test/fixedbugs/issue5056.go +++ b/test/fixedbugs/issue5056.go @@ -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. diff --git a/test/fixedbugs/issue5089.go b/test/fixedbugs/issue5089.go index 81b9f0521f96ee..9f7fa5a4d452c6 100644 --- a/test/fixedbugs/issue5089.go +++ b/test/fixedbugs/issue5089.go @@ -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. diff --git a/test/fixedbugs/issue5231.go b/test/fixedbugs/issue5231.go index 4039913dc90151..6bc882675f28a3 100644 --- a/test/fixedbugs/issue5231.go +++ b/test/fixedbugs/issue5231.go @@ -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. diff --git a/test/fixedbugs/issue5358.go b/test/fixedbugs/issue5358.go index c2b1da9e0e136d..25f1e521fe8dde 100644 --- a/test/fixedbugs/issue5358.go +++ b/test/fixedbugs/issue5358.go @@ -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. diff --git a/test/fixedbugs/issue5373.go b/test/fixedbugs/issue5373.go index 17ce189f95997e..8aee9a2c7813ed 100644 --- a/test/fixedbugs/issue5373.go +++ b/test/fixedbugs/issue5373.go @@ -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. diff --git a/test/fixedbugs/issue5581.go b/test/fixedbugs/issue5581.go index 36a4ad671d2c12..8834b4453d8a2d 100644 --- a/test/fixedbugs/issue5581.go +++ b/test/fixedbugs/issue5581.go @@ -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. diff --git a/test/fixedbugs/issue5698.go b/test/fixedbugs/issue5698.go index 035bbd35d25a4b..081541cb87d90f 100644 --- a/test/fixedbugs/issue5698.go +++ b/test/fixedbugs/issue5698.go @@ -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. diff --git a/test/fixedbugs/issue5704.go b/test/fixedbugs/issue5704.go index 1dfa072143e76c..11b9a93246cbad 100644 --- a/test/fixedbugs/issue5704.go +++ b/test/fixedbugs/issue5704.go @@ -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. diff --git a/test/fixedbugs/issue5793.go b/test/fixedbugs/issue5793.go index f5a9965f24397b..81041551c8841b 100644 --- a/test/fixedbugs/issue5793.go +++ b/test/fixedbugs/issue5793.go @@ -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. diff --git a/test/fixedbugs/issue5809.go b/test/fixedbugs/issue5809.go index ca060b55de6a2c..fc8eeef82fa035 100644 --- a/test/fixedbugs/issue5809.go +++ b/test/fixedbugs/issue5809.go @@ -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. diff --git a/test/fixedbugs/issue5820.go b/test/fixedbugs/issue5820.go index 94de06d57db5ab..1046d66afbed17 100644 --- a/test/fixedbugs/issue5820.go +++ b/test/fixedbugs/issue5820.go @@ -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. diff --git a/test/fixedbugs/issue5841.go b/test/fixedbugs/issue5841.go index cfc4a504c5ada9..2be1aeefb14661 100644 --- a/test/fixedbugs/issue5841.go +++ b/test/fixedbugs/issue5841.go @@ -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. diff --git a/test/fixedbugs/issue5856.go b/test/fixedbugs/issue5856.go index 78ca3b9f6ada02..5e16c78b4d9b3c 100644 --- a/test/fixedbugs/issue5856.go +++ b/test/fixedbugs/issue5856.go @@ -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. diff --git a/test/fixedbugs/issue5963.go b/test/fixedbugs/issue5963.go index 190e8f45647485..f828303e492674 100644 --- a/test/fixedbugs/issue5963.go +++ b/test/fixedbugs/issue5963.go @@ -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. diff --git a/test/fixedbugs/issue6004.go b/test/fixedbugs/issue6004.go index 45aaffd2c90a09..2b3dcd923d6a65 100644 --- a/test/fixedbugs/issue6004.go +++ b/test/fixedbugs/issue6004.go @@ -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. diff --git a/test/fixedbugs/issue6036.go b/test/fixedbugs/issue6036.go index 5f787c56900b77..795b223d0bbe8f 100644 --- a/test/fixedbugs/issue6036.go +++ b/test/fixedbugs/issue6036.go @@ -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. diff --git a/test/fixedbugs/issue6055.go b/test/fixedbugs/issue6055.go index 698f62ac95678b..459434892aa1c3 100644 --- a/test/fixedbugs/issue6055.go +++ b/test/fixedbugs/issue6055.go @@ -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. diff --git a/test/fixedbugs/issue6131.go b/test/fixedbugs/issue6131.go index 817e4a877cdc17..61548a2d52b2a7 100644 --- a/test/fixedbugs/issue6131.go +++ b/test/fixedbugs/issue6131.go @@ -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. diff --git a/test/fixedbugs/issue6140.go b/test/fixedbugs/issue6140.go index d494933b2e29d5..dde7921d92f650 100644 --- a/test/fixedbugs/issue6140.go +++ b/test/fixedbugs/issue6140.go @@ -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. diff --git a/test/fixedbugs/issue6247.go b/test/fixedbugs/issue6247.go index eea8f9c878f05a..2786786ae118e4 100644 --- a/test/fixedbugs/issue6247.go +++ b/test/fixedbugs/issue6247.go @@ -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. diff --git a/test/fixedbugs/issue6269.go b/test/fixedbugs/issue6269.go index af5feb728669ba..2930f52c8fe954 100644 --- a/test/fixedbugs/issue6269.go +++ b/test/fixedbugs/issue6269.go @@ -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. diff --git a/test/fixedbugs/issue6295.dir/p0.go b/test/fixedbugs/issue6295.dir/p0.go index cf86fbcb56bd1e..d4d4da7b3531b5 100644 --- a/test/fixedbugs/issue6295.dir/p0.go +++ b/test/fixedbugs/issue6295.dir/p0.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue6295.dir/p1.go b/test/fixedbugs/issue6295.dir/p1.go index 974d02fb03b985..26efae7409653b 100644 --- a/test/fixedbugs/issue6295.dir/p1.go +++ b/test/fixedbugs/issue6295.dir/p1.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue6295.dir/p2.go b/test/fixedbugs/issue6295.dir/p2.go index 4703ec03563684..f5b6ffd0a13201 100644 --- a/test/fixedbugs/issue6295.dir/p2.go +++ b/test/fixedbugs/issue6295.dir/p2.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue6298.go b/test/fixedbugs/issue6298.go index 6303dbe5b09355..ab3bfcdfe7c69b 100644 --- a/test/fixedbugs/issue6298.go +++ b/test/fixedbugs/issue6298.go @@ -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. diff --git a/test/fixedbugs/issue6513.dir/a.go b/test/fixedbugs/issue6513.dir/a.go index da90ca377b47e0..e5536feb61a460 100644 --- a/test/fixedbugs/issue6513.dir/a.go +++ b/test/fixedbugs/issue6513.dir/a.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue6513.dir/b.go b/test/fixedbugs/issue6513.dir/b.go index 3b35b2d324b85e..ce3d52ec1ab78e 100644 --- a/test/fixedbugs/issue6513.dir/b.go +++ b/test/fixedbugs/issue6513.dir/b.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue6513.dir/main.go b/test/fixedbugs/issue6513.dir/main.go index f09b7274821f87..8d8c02b9076e21 100644 --- a/test/fixedbugs/issue6513.dir/main.go +++ b/test/fixedbugs/issue6513.dir/main.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/fixedbugs/issue6572.go b/test/fixedbugs/issue6572.go index e75da54c99bfea..e4465e9d1eb7ef 100644 --- a/test/fixedbugs/issue6572.go +++ b/test/fixedbugs/issue6572.go @@ -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. diff --git a/test/fixedbugs/issue6671.go b/test/fixedbugs/issue6671.go index b88faa4580c22e..ce43f31d4f5e46 100644 --- a/test/fixedbugs/issue6671.go +++ b/test/fixedbugs/issue6671.go @@ -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. diff --git a/test/fixedbugs/issue6703a.go b/test/fixedbugs/issue6703a.go index d4c008f83682f1..38c59562d08755 100644 --- a/test/fixedbugs/issue6703a.go +++ b/test/fixedbugs/issue6703a.go @@ -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. diff --git a/test/fixedbugs/issue6703b.go b/test/fixedbugs/issue6703b.go index 326b5839a79182..35438c3b7454f3 100644 --- a/test/fixedbugs/issue6703b.go +++ b/test/fixedbugs/issue6703b.go @@ -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. diff --git a/test/fixedbugs/issue6703c.go b/test/fixedbugs/issue6703c.go index 47357647583147..ade40e33d42ded 100644 --- a/test/fixedbugs/issue6703c.go +++ b/test/fixedbugs/issue6703c.go @@ -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. diff --git a/test/fixedbugs/issue6703d.go b/test/fixedbugs/issue6703d.go index 0a1952f78b643c..dd481636bd0add 100644 --- a/test/fixedbugs/issue6703d.go +++ b/test/fixedbugs/issue6703d.go @@ -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. diff --git a/test/fixedbugs/issue6703e.go b/test/fixedbugs/issue6703e.go index 416066e8589c4d..d362d6e83284af 100644 --- a/test/fixedbugs/issue6703e.go +++ b/test/fixedbugs/issue6703e.go @@ -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. diff --git a/test/fixedbugs/issue6703f.go b/test/fixedbugs/issue6703f.go index 30238297b50d80..0b49026a69af33 100644 --- a/test/fixedbugs/issue6703f.go +++ b/test/fixedbugs/issue6703f.go @@ -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. diff --git a/test/fixedbugs/issue6703g.go b/test/fixedbugs/issue6703g.go index 002b5a63683f46..05ec7405f3f9e5 100644 --- a/test/fixedbugs/issue6703g.go +++ b/test/fixedbugs/issue6703g.go @@ -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. diff --git a/test/fixedbugs/issue6703h.go b/test/fixedbugs/issue6703h.go index 234ccb365c5591..f6b69e1b70b149 100644 --- a/test/fixedbugs/issue6703h.go +++ b/test/fixedbugs/issue6703h.go @@ -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. diff --git a/test/fixedbugs/issue6703i.go b/test/fixedbugs/issue6703i.go index 78b4d49804910d..fb580a2461021f 100644 --- a/test/fixedbugs/issue6703i.go +++ b/test/fixedbugs/issue6703i.go @@ -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. diff --git a/test/fixedbugs/issue6703j.go b/test/fixedbugs/issue6703j.go index a7f63f74839341..b4c079f808d1a7 100644 --- a/test/fixedbugs/issue6703j.go +++ b/test/fixedbugs/issue6703j.go @@ -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. diff --git a/test/fixedbugs/issue6703k.go b/test/fixedbugs/issue6703k.go index 19c61078ca8a94..6f606e297608ab 100644 --- a/test/fixedbugs/issue6703k.go +++ b/test/fixedbugs/issue6703k.go @@ -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. diff --git a/test/fixedbugs/issue6703l.go b/test/fixedbugs/issue6703l.go index 3f4ca314786237..684c2250021a88 100644 --- a/test/fixedbugs/issue6703l.go +++ b/test/fixedbugs/issue6703l.go @@ -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. diff --git a/test/fixedbugs/issue6703m.go b/test/fixedbugs/issue6703m.go index d80959cdc60d67..7d1b604860ae6a 100644 --- a/test/fixedbugs/issue6703m.go +++ b/test/fixedbugs/issue6703m.go @@ -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. diff --git a/test/fixedbugs/issue6703n.go b/test/fixedbugs/issue6703n.go index 2c623f2197c0cc..22646af783c87e 100644 --- a/test/fixedbugs/issue6703n.go +++ b/test/fixedbugs/issue6703n.go @@ -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. diff --git a/test/fixedbugs/issue6703o.go b/test/fixedbugs/issue6703o.go index efc8947373f267..a11fdfd858e7fa 100644 --- a/test/fixedbugs/issue6703o.go +++ b/test/fixedbugs/issue6703o.go @@ -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. diff --git a/test/fixedbugs/issue6703p.go b/test/fixedbugs/issue6703p.go index dad88f63459540..3ac7a63de88fcf 100644 --- a/test/fixedbugs/issue6703p.go +++ b/test/fixedbugs/issue6703p.go @@ -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. diff --git a/test/fixedbugs/issue6703q.go b/test/fixedbugs/issue6703q.go index 7bd748aaa24283..b087c15d37b5ad 100644 --- a/test/fixedbugs/issue6703q.go +++ b/test/fixedbugs/issue6703q.go @@ -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. diff --git a/test/fixedbugs/issue6703r.go b/test/fixedbugs/issue6703r.go index 669846241713b3..de514f1802ab3f 100644 --- a/test/fixedbugs/issue6703r.go +++ b/test/fixedbugs/issue6703r.go @@ -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. diff --git a/test/fixedbugs/issue6703s.go b/test/fixedbugs/issue6703s.go index 6aa28483ac2eb2..cd3c5b342f5138 100644 --- a/test/fixedbugs/issue6703s.go +++ b/test/fixedbugs/issue6703s.go @@ -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. diff --git a/test/fixedbugs/issue6703t.go b/test/fixedbugs/issue6703t.go index bad65ad1613702..62de37c5784888 100644 --- a/test/fixedbugs/issue6703t.go +++ b/test/fixedbugs/issue6703t.go @@ -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. diff --git a/test/fixedbugs/issue6703u.go b/test/fixedbugs/issue6703u.go index b6813b77126a07..961a0001c34344 100644 --- a/test/fixedbugs/issue6703u.go +++ b/test/fixedbugs/issue6703u.go @@ -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. diff --git a/test/fixedbugs/issue6703v.go b/test/fixedbugs/issue6703v.go index a1b3711bb271ad..2409911ae658de 100644 --- a/test/fixedbugs/issue6703v.go +++ b/test/fixedbugs/issue6703v.go @@ -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. diff --git a/test/fixedbugs/issue6703w.go b/test/fixedbugs/issue6703w.go index d4733debac3051..b7b3d91a2fc488 100644 --- a/test/fixedbugs/issue6703w.go +++ b/test/fixedbugs/issue6703w.go @@ -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. diff --git a/test/fixedbugs/issue6703x.go b/test/fixedbugs/issue6703x.go index 8008b8c379c301..48daf03a9925ca 100644 --- a/test/fixedbugs/issue6703x.go +++ b/test/fixedbugs/issue6703x.go @@ -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. diff --git a/test/fixedbugs/issue6703y.go b/test/fixedbugs/issue6703y.go index ac4526dda8dff5..278dfcdb5e0b2a 100644 --- a/test/fixedbugs/issue6703y.go +++ b/test/fixedbugs/issue6703y.go @@ -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. diff --git a/test/fixedbugs/issue6703z.go b/test/fixedbugs/issue6703z.go index d4c17e13ae5246..f81a3a8c341f56 100644 --- a/test/fixedbugs/issue6703z.go +++ b/test/fixedbugs/issue6703z.go @@ -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. diff --git a/test/fixedbugs/issue6847.go b/test/fixedbugs/issue6847.go index e6427e19acf025..da300bcd017f28 100644 --- a/test/fixedbugs/issue6847.go +++ b/test/fixedbugs/issue6847.go @@ -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. diff --git a/test/fixedbugs/issue6899.go b/test/fixedbugs/issue6899.go index a693bf28508aa7..f98f551b321a6d 100644 --- a/test/fixedbugs/issue6899.go +++ b/test/fixedbugs/issue6899.go @@ -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. diff --git a/test/fixedbugs/issue6964.go b/test/fixedbugs/issue6964.go index 8f4b60db3cee28..7ad83364ab0bdb 100644 --- a/test/fixedbugs/issue6964.go +++ b/test/fixedbugs/issue6964.go @@ -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. diff --git a/test/fixedbugs/issue7044.go b/test/fixedbugs/issue7044.go index cac6a768341c41..00c78c8cb93913 100644 --- a/test/fixedbugs/issue7044.go +++ b/test/fixedbugs/issue7044.go @@ -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. diff --git a/test/fixedbugs/issue7050.go b/test/fixedbugs/issue7050.go index e58b6840496f3f..be7a118f57516f 100644 --- a/test/fixedbugs/issue7050.go +++ b/test/fixedbugs/issue7050.go @@ -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. diff --git a/test/fixedbugs/issue7150.go b/test/fixedbugs/issue7150.go index 05e8d75514f8af..8a8a7d088fc8f5 100644 --- a/test/fixedbugs/issue7150.go +++ b/test/fixedbugs/issue7150.go @@ -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. diff --git a/test/fixedbugs/issue7223.go b/test/fixedbugs/issue7223.go index c5955d5994434d..0ec3476403dbe4 100644 --- a/test/fixedbugs/issue7223.go +++ b/test/fixedbugs/issue7223.go @@ -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. diff --git a/test/fixedbugs/issue7272.go b/test/fixedbugs/issue7272.go index 97a08da09f60f0..b10a8bf830f6b3 100644 --- a/test/fixedbugs/issue7272.go +++ b/test/fixedbugs/issue7272.go @@ -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. diff --git a/test/fixedbugs/issue7310.go b/test/fixedbugs/issue7310.go index 4a535a1fccdd1f..1169fcfbf0b4b5 100644 --- a/test/fixedbugs/issue7310.go +++ b/test/fixedbugs/issue7310.go @@ -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. diff --git a/test/fixedbugs/issue7316.go b/test/fixedbugs/issue7316.go index 4b32261d48994c..073464165d1329 100644 --- a/test/fixedbugs/issue7316.go +++ b/test/fixedbugs/issue7316.go @@ -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. diff --git a/test/fixedbugs/issue7346.go b/test/fixedbugs/issue7346.go index dd5ea222f1f294..21fab2d70bfe84 100644 --- a/test/fixedbugs/issue7346.go +++ b/test/fixedbugs/issue7346.go @@ -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. diff --git a/test/fixedbugs/issue7366.go b/test/fixedbugs/issue7366.go index 754da6fa274b1d..a6b786fc326b9d 100644 --- a/test/fixedbugs/issue7366.go +++ b/test/fixedbugs/issue7366.go @@ -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. diff --git a/test/fixedbugs/issue7590.go b/test/fixedbugs/issue7590.go index e283832c3b1731..607a3ae606d12d 100644 --- a/test/fixedbugs/issue7590.go +++ b/test/fixedbugs/issue7590.go @@ -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. diff --git a/test/fixedbugs/issue7690.go b/test/fixedbugs/issue7690.go index 4ad9e8622ad656..fea2aa16107a83 100644 --- a/test/fixedbugs/issue7690.go +++ b/test/fixedbugs/issue7690.go @@ -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. diff --git a/test/fixedbugs/issue7794.go b/test/fixedbugs/issue7794.go index 1e303bd4f2348a..f31de94079e502 100644 --- a/test/fixedbugs/issue7794.go +++ b/test/fixedbugs/issue7794.go @@ -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. diff --git a/test/fixedbugs/issue7863.go b/test/fixedbugs/issue7863.go index 97f2255350365e..da2ed05ba00f41 100644 --- a/test/fixedbugs/issue7863.go +++ b/test/fixedbugs/issue7863.go @@ -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. diff --git a/test/fixedbugs/issue7867.go b/test/fixedbugs/issue7867.go index 9f28a7144a7c77..166506e721cc7b 100644 --- a/test/fixedbugs/issue7867.go +++ b/test/fixedbugs/issue7867.go @@ -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. diff --git a/test/fixedbugs/issue7884.go b/test/fixedbugs/issue7884.go index 497e26113f79a8..ab7a858e54658b 100644 --- a/test/fixedbugs/issue7884.go +++ b/test/fixedbugs/issue7884.go @@ -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. diff --git a/test/fixedbugs/issue7944.go b/test/fixedbugs/issue7944.go index 9e5bed1a15bac3..960065b623bab8 100644 --- a/test/fixedbugs/issue7944.go +++ b/test/fixedbugs/issue7944.go @@ -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. diff --git a/test/fixedbugs/issue7995.go b/test/fixedbugs/issue7995.go index 05f116823f1547..af77a6d164d2bf 100644 --- a/test/fixedbugs/issue7995.go +++ b/test/fixedbugs/issue7995.go @@ -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. diff --git a/test/fixedbugs/issue7996.go b/test/fixedbugs/issue7996.go index 98289eb0cb7077..1ee6fc709c4745 100644 --- a/test/fixedbugs/issue7996.go +++ b/test/fixedbugs/issue7996.go @@ -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. diff --git a/test/fixedbugs/issue7997.go b/test/fixedbugs/issue7997.go index 10c526273df5f4..a342189a1f6dc3 100644 --- a/test/fixedbugs/issue7997.go +++ b/test/fixedbugs/issue7997.go @@ -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. diff --git a/test/fixedbugs/issue7998.go b/test/fixedbugs/issue7998.go index 245035eded46c8..8da39e86f26979 100644 --- a/test/fixedbugs/issue7998.go +++ b/test/fixedbugs/issue7998.go @@ -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. diff --git a/test/fixedbugs/issue8004.go b/test/fixedbugs/issue8004.go index 37e2fe0660581b..548ee1c72bdd64 100644 --- a/test/fixedbugs/issue8004.go +++ b/test/fixedbugs/issue8004.go @@ -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. diff --git a/test/fixedbugs/issue8011.go b/test/fixedbugs/issue8011.go index b966174c05d87e..57af2a9b1f6c60 100644 --- a/test/fixedbugs/issue8011.go +++ b/test/fixedbugs/issue8011.go @@ -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. diff --git a/test/fixedbugs/issue8017.go b/test/fixedbugs/issue8017.go index 22056e08c552d3..9afcdf0046b87a 100644 --- a/test/fixedbugs/issue8017.go +++ b/test/fixedbugs/issue8017.go @@ -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. diff --git a/test/fixedbugs/issue8028.go b/test/fixedbugs/issue8028.go index 7ceb902d41cbb0..9f2649a5e32ffa 100644 --- a/test/fixedbugs/issue8028.go +++ b/test/fixedbugs/issue8028.go @@ -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. diff --git a/test/fixedbugs/issue8036.go b/test/fixedbugs/issue8036.go index f052cf9e5c8018..82ba7f7dafedfd 100644 --- a/test/fixedbugs/issue8036.go +++ b/test/fixedbugs/issue8036.go @@ -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. diff --git a/test/fixedbugs/issue8039.go b/test/fixedbugs/issue8039.go index b13e474d9be6ea..ee00c60d3e56fe 100644 --- a/test/fixedbugs/issue8039.go +++ b/test/fixedbugs/issue8039.go @@ -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. diff --git a/test/fixedbugs/issue8047.go b/test/fixedbugs/issue8047.go index fe7ada5c0bed1f..5ac4a0ef925dd2 100644 --- a/test/fixedbugs/issue8047.go +++ b/test/fixedbugs/issue8047.go @@ -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. diff --git a/test/fixedbugs/issue8047b.go b/test/fixedbugs/issue8047b.go index de6acaab598de9..df902a52433d23 100644 --- a/test/fixedbugs/issue8047b.go +++ b/test/fixedbugs/issue8047b.go @@ -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. diff --git a/test/fixedbugs/issue8048.go b/test/fixedbugs/issue8048.go index a7984c45a39891..577f60670fee79 100644 --- a/test/fixedbugs/issue8048.go +++ b/test/fixedbugs/issue8048.go @@ -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. diff --git a/test/fixedbugs/issue8073.go b/test/fixedbugs/issue8073.go index 66012211045b24..d47481cd822e21 100644 --- a/test/fixedbugs/issue8073.go +++ b/test/fixedbugs/issue8073.go @@ -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. diff --git a/test/fixedbugs/issue8074.go b/test/fixedbugs/issue8074.go index aedab240e39242..604a4f924e3117 100644 --- a/test/fixedbugs/issue8074.go +++ b/test/fixedbugs/issue8074.go @@ -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. diff --git a/test/fixedbugs/issue8076.go b/test/fixedbugs/issue8076.go index ad89067753adeb..543ccc130182b9 100644 --- a/test/fixedbugs/issue8076.go +++ b/test/fixedbugs/issue8076.go @@ -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. diff --git a/test/fixedbugs/issue8132.go b/test/fixedbugs/issue8132.go index 52f5d39c2f6f86..b28a84cd5a7e28 100644 --- a/test/fixedbugs/issue8132.go +++ b/test/fixedbugs/issue8132.go @@ -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. diff --git a/test/fixedbugs/issue8139.go b/test/fixedbugs/issue8139.go index 821c9ff6569270..6e5607d22f8099 100644 --- a/test/fixedbugs/issue8139.go +++ b/test/fixedbugs/issue8139.go @@ -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. diff --git a/test/fixedbugs/issue8154.go b/test/fixedbugs/issue8154.go index 92c3cacc467824..3ffad34aeea273 100644 --- a/test/fixedbugs/issue8154.go +++ b/test/fixedbugs/issue8154.go @@ -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. diff --git a/test/fixedbugs/issue8155.go b/test/fixedbugs/issue8155.go index c611f6cb1866a6..56a67389206729 100644 --- a/test/fixedbugs/issue8155.go +++ b/test/fixedbugs/issue8155.go @@ -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. diff --git a/test/fixedbugs/issue8158.go b/test/fixedbugs/issue8158.go index b110de11f40fbe..150b338bbe74d7 100644 --- a/test/fixedbugs/issue8158.go +++ b/test/fixedbugs/issue8158.go @@ -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. diff --git a/test/fixedbugs/issue8183.go b/test/fixedbugs/issue8183.go index 7104f1e00c5769..f23e660e9473e2 100644 --- a/test/fixedbugs/issue8183.go +++ b/test/fixedbugs/issue8183.go @@ -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. diff --git a/test/fixedbugs/issue8311.go b/test/fixedbugs/issue8311.go index dd928566d6e1d8..375b480a1738c4 100644 --- a/test/fixedbugs/issue8311.go +++ b/test/fixedbugs/issue8311.go @@ -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. diff --git a/test/fixedbugs/issue8325.go b/test/fixedbugs/issue8325.go index e22fd319db9608..6b0fc2570e38d1 100644 --- a/test/fixedbugs/issue8325.go +++ b/test/fixedbugs/issue8325.go @@ -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. diff --git a/test/fixedbugs/issue8336.go b/test/fixedbugs/issue8336.go index 26bdeabb259121..419fdf16272653 100644 --- a/test/fixedbugs/issue8336.go +++ b/test/fixedbugs/issue8336.go @@ -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. diff --git a/test/fixedbugs/issue8347.go b/test/fixedbugs/issue8347.go index 0828ccf0635d5f..6394a9581661b2 100644 --- a/test/fixedbugs/issue8347.go +++ b/test/fixedbugs/issue8347.go @@ -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. diff --git a/test/fixedbugs/issue8475.go b/test/fixedbugs/issue8475.go index e69794534c35c4..5b22067bfee689 100644 --- a/test/fixedbugs/issue8475.go +++ b/test/fixedbugs/issue8475.go @@ -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. diff --git a/test/fixedbugs/issue8507.go b/test/fixedbugs/issue8507.go index 00a14aa88fa0bd..ad6ba8ac68b271 100644 --- a/test/fixedbugs/issue8507.go +++ b/test/fixedbugs/issue8507.go @@ -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. diff --git a/test/fixedbugs/issue8612.go b/test/fixedbugs/issue8612.go index 93370cf669b373..2a622f4cb25c1a 100644 --- a/test/fixedbugs/issue8612.go +++ b/test/fixedbugs/issue8612.go @@ -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. diff --git a/test/fixedbugs/issue8613.go b/test/fixedbugs/issue8613.go index d394662d25e0b1..c0ad131d8a2625 100644 --- a/test/fixedbugs/issue8613.go +++ b/test/fixedbugs/issue8613.go @@ -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. diff --git a/test/fixedbugs/issue8620.go b/test/fixedbugs/issue8620.go index 30d7a820acc20a..47546045eaf144 100644 --- a/test/fixedbugs/issue8620.go +++ b/test/fixedbugs/issue8620.go @@ -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. diff --git a/test/fixedbugs/issue8745.go b/test/fixedbugs/issue8745.go index f3a70aff71b594..fee2ca7ce0574a 100644 --- a/test/fixedbugs/issue8745.go +++ b/test/fixedbugs/issue8745.go @@ -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. diff --git a/test/fixedbugs/issue8761.go b/test/fixedbugs/issue8761.go index badf639fccc6ae..7f458f7f03378d 100644 --- a/test/fixedbugs/issue8761.go +++ b/test/fixedbugs/issue8761.go @@ -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. diff --git a/test/fixedbugs/issue8836.go b/test/fixedbugs/issue8836.go index 92c18f61c09c32..039b9c7eb3b3b3 100644 --- a/test/fixedbugs/issue8836.go +++ b/test/fixedbugs/issue8836.go @@ -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. diff --git a/test/fixedbugs/issue887.go b/test/fixedbugs/issue887.go index 5bc193bf96fbf8..b68ba6997f84d8 100644 --- a/test/fixedbugs/issue887.go +++ b/test/fixedbugs/issue887.go @@ -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. diff --git a/test/fixedbugs/issue8947.go b/test/fixedbugs/issue8947.go index f40c02e998660d..703207db39fbab 100644 --- a/test/fixedbugs/issue8947.go +++ b/test/fixedbugs/issue8947.go @@ -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. diff --git a/test/fixedbugs/issue8961.go b/test/fixedbugs/issue8961.go index fbfb7e67f9a7ad..22b0f0410a92e0 100644 --- a/test/fixedbugs/issue8961.go +++ b/test/fixedbugs/issue8961.go @@ -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. diff --git a/test/fixedbugs/issue9006.go b/test/fixedbugs/issue9006.go index c559f58f14ae7f..a61574b6f028cd 100644 --- a/test/fixedbugs/issue9006.go +++ b/test/fixedbugs/issue9006.go @@ -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. diff --git a/test/fixedbugs/issue9017.go b/test/fixedbugs/issue9017.go index e19bac2bd9f6ac..5659785c3f0957 100644 --- a/test/fixedbugs/issue9017.go +++ b/test/fixedbugs/issue9017.go @@ -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. diff --git a/test/fixedbugs/issue9036.go b/test/fixedbugs/issue9036.go index 487e9438309f25..75ffb2ddef3133 100644 --- a/test/fixedbugs/issue9036.go +++ b/test/fixedbugs/issue9036.go @@ -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. diff --git a/test/fixedbugs/issue9076.go b/test/fixedbugs/issue9076.go index ad1cd5db0c6383..8daf12fee8be13 100644 --- a/test/fixedbugs/issue9076.go +++ b/test/fixedbugs/issue9076.go @@ -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. diff --git a/test/fixedbugs/issue9083.go b/test/fixedbugs/issue9083.go index c92c0a6630fde0..8fbd78be7a744c 100644 --- a/test/fixedbugs/issue9083.go +++ b/test/fixedbugs/issue9083.go @@ -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. diff --git a/test/fixedbugs/issue9110.go b/test/fixedbugs/issue9110.go index b9e861fd26a5c1..086be772be6cd6 100644 --- a/test/fixedbugs/issue9110.go +++ b/test/fixedbugs/issue9110.go @@ -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. diff --git a/test/fixedbugs/issue9321.go b/test/fixedbugs/issue9321.go index e850d8f200119a..2b2807a7b23207 100644 --- a/test/fixedbugs/issue9321.go +++ b/test/fixedbugs/issue9321.go @@ -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. diff --git a/test/fixedbugs/issue9355.go b/test/fixedbugs/issue9355.go index 40c9ba91615bc0..10f8c7306916f5 100644 --- a/test/fixedbugs/issue9355.go +++ b/test/fixedbugs/issue9355.go @@ -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. diff --git a/test/fixedbugs/issue9432.go b/test/fixedbugs/issue9432.go index 0d0bc960f948e8..20494604f7bed4 100644 --- a/test/fixedbugs/issue9432.go +++ b/test/fixedbugs/issue9432.go @@ -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. diff --git a/test/fixedbugs/issue9731.go b/test/fixedbugs/issue9731.go index 286cebd7b693ea..9237d652ce7408 100644 --- a/test/fixedbugs/issue9731.go +++ b/test/fixedbugs/issue9731.go @@ -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. diff --git a/test/fixedbugs/issue9862.go b/test/fixedbugs/issue9862.go index 692a60da99c28a..3572512651948d 100644 --- a/test/fixedbugs/issue9862.go +++ b/test/fixedbugs/issue9862.go @@ -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. diff --git a/test/float_lit2.go b/test/float_lit2.go index 96d23f38d1f9d7..bb86559a37f7cf 100644 --- a/test/float_lit2.go +++ b/test/float_lit2.go @@ -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. diff --git a/test/float_lit3.go b/test/float_lit3.go index 43dca9cfa1f7c8..c4d1aa567cef2b 100644 --- a/test/float_lit3.go +++ b/test/float_lit3.go @@ -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. diff --git a/test/func6.go b/test/func6.go index d1b7f46b85f837..5b2f9f273ec88a 100644 --- a/test/func6.go +++ b/test/func6.go @@ -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. diff --git a/test/func7.go b/test/func7.go index feb7c2084f454a..3b22199f7e3b75 100644 --- a/test/func7.go +++ b/test/func7.go @@ -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. diff --git a/test/func8.go b/test/func8.go index 09ca02081416fd..9de01d43ea5e86 100644 --- a/test/func8.go +++ b/test/func8.go @@ -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. diff --git a/test/funcdup.go b/test/funcdup.go index d15d685792f86a..7b05d1260664f1 100644 --- a/test/funcdup.go +++ b/test/funcdup.go @@ -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. diff --git a/test/funcdup2.go b/test/funcdup2.go index 1db1a396b2e8d3..9513ef46bdd6f2 100644 --- a/test/funcdup2.go +++ b/test/funcdup2.go @@ -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. diff --git a/test/gc2.go b/test/gc2.go index b33a02780405f7..31b36d8a08b5e9 100644 --- a/test/gc2.go +++ b/test/gc2.go @@ -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. diff --git a/test/gcstring.go b/test/gcstring.go index 627a426455aa02..7633d5da55e31d 100644 --- a/test/gcstring.go +++ b/test/gcstring.go @@ -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. diff --git a/test/goprint.go b/test/goprint.go index 7cf6230fc6c43e..0648c77e7d8570 100644 --- a/test/goprint.go +++ b/test/goprint.go @@ -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. diff --git a/test/goto.go b/test/goto.go index 2daaa950afc39a..f456901a90f1dc 100644 --- a/test/goto.go +++ b/test/goto.go @@ -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. diff --git a/test/import2.dir/import2.go b/test/import2.dir/import2.go index 8bb1eb9191386a..9c54a1b87ea8bb 100644 --- a/test/import2.dir/import2.go +++ b/test/import2.dir/import2.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/import2.dir/import3.go b/test/import2.dir/import3.go index d7fe37b19969b1..3bf9cb0c3ca356 100644 --- a/test/import2.dir/import3.go +++ b/test/import2.dir/import3.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/import2.go b/test/import2.go index f8d0b0a0fd9b2d..1ef1dd4a187f50 100644 --- a/test/import2.go +++ b/test/import2.go @@ -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. diff --git a/test/index.go b/test/index.go index 9ff9e9fa719d85..d73d137ddae58d 100644 --- a/test/index.go +++ b/test/index.go @@ -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. diff --git a/test/index0.go b/test/index0.go index 04a16198d2a884..62f339277b9352 100644 --- a/test/index0.go +++ b/test/index0.go @@ -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. diff --git a/test/index1.go b/test/index1.go index e28efa35f1df3d..40efc54eff61e3 100644 --- a/test/index1.go +++ b/test/index1.go @@ -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. diff --git a/test/index2.go b/test/index2.go index a7107cc0510660..2a210cc981883c 100644 --- a/test/index2.go +++ b/test/index2.go @@ -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. diff --git a/test/init1.go b/test/init1.go index a008e3e134b0e7..0803dced1c4c6b 100644 --- a/test/init1.go +++ b/test/init1.go @@ -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. diff --git a/test/inline.go b/test/inline.go index e246c52e6d5a7e..773b047cf76854 100644 --- a/test/inline.go +++ b/test/inline.go @@ -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. diff --git a/test/interface/assertinline.go b/test/interface/assertinline.go index faa848a18cae1d..227fe70d87de64 100644 --- a/test/interface/assertinline.go +++ b/test/interface/assertinline.go @@ -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. diff --git a/test/interface/noeq.go b/test/interface/noeq.go index 1c5166ededf6d9..bb36893cd0d991 100644 --- a/test/interface/noeq.go +++ b/test/interface/noeq.go @@ -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. diff --git a/test/interface/recursive1.dir/recursive1.go b/test/interface/recursive1.dir/recursive1.go index 441f0ecaa5a63f..8498cb5d751208 100644 --- a/test/interface/recursive1.dir/recursive1.go +++ b/test/interface/recursive1.dir/recursive1.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/interface/recursive1.dir/recursive2.go b/test/interface/recursive1.dir/recursive2.go index e8048c672b2f0e..29385df76df17a 100644 --- a/test/interface/recursive1.dir/recursive2.go +++ b/test/interface/recursive1.dir/recursive2.go @@ -1,4 +1,4 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/interface/recursive1.go b/test/interface/recursive1.go index 62f61088441d02..ea2f4eb934a66a 100644 --- a/test/interface/recursive1.go +++ b/test/interface/recursive1.go @@ -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. diff --git a/test/label.go b/test/label.go index c3c0c27edd263b..11716cc2c5d669 100644 --- a/test/label.go +++ b/test/label.go @@ -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. diff --git a/test/label1.go b/test/label1.go index 937b5cb9009e66..bdd489f177827f 100644 --- a/test/label1.go +++ b/test/label1.go @@ -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. diff --git a/test/linkmain.go b/test/linkmain.go index dcfbf5032063f8..af20ca5838d20f 100644 --- a/test/linkmain.go +++ b/test/linkmain.go @@ -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. diff --git a/test/linkx.go b/test/linkx.go index ac2033400f8138..20b8c773d8bfa9 100644 --- a/test/linkx.go +++ b/test/linkx.go @@ -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. diff --git a/test/live.go b/test/live.go index c54f091d1b0729..da0606db715a35 100644 --- a/test/live.go +++ b/test/live.go @@ -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. diff --git a/test/live1.go b/test/live1.go index b05ec1f59ff1ac..87c8c97c41cb18 100644 --- a/test/live1.go +++ b/test/live1.go @@ -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. diff --git a/test/live2.go b/test/live2.go index 430f9feb7e08ed..a5bbfa59738039 100644 --- a/test/live2.go +++ b/test/live2.go @@ -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. diff --git a/test/live_ssa.go b/test/live_ssa.go index fae0a2b82a11fd..bd709246f63ce8 100644 --- a/test/live_ssa.go +++ b/test/live_ssa.go @@ -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. diff --git a/test/live_syscall.go b/test/live_syscall.go index c9bf0f29c57a56..8aaa691187817e 100644 --- a/test/live_syscall.go +++ b/test/live_syscall.go @@ -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. diff --git a/test/map1.go b/test/map1.go index 6f1a1c8ac01c97..d3c0a9093b53fd 100644 --- a/test/map1.go +++ b/test/map1.go @@ -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. diff --git a/test/method5.go b/test/method5.go index 36508f2e76feac..d87bb6f5b27d0e 100644 --- a/test/method5.go +++ b/test/method5.go @@ -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. diff --git a/test/named.go b/test/named.go index d0330ab23892ea..9763c76bfdf278 100644 --- a/test/named.go +++ b/test/named.go @@ -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. diff --git a/test/named1.go b/test/named1.go index febad64ece60cd..7feae13b9d7045 100644 --- a/test/named1.go +++ b/test/named1.go @@ -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. diff --git a/test/nilcheck.go b/test/nilcheck.go index ab28b33d41ee35..6879438e9cdb0f 100644 --- a/test/nilcheck.go +++ b/test/nilcheck.go @@ -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. diff --git a/test/nilptr.go b/test/nilptr.go index 9631d1618b5a07..8d674a70982124 100644 --- a/test/nilptr.go +++ b/test/nilptr.go @@ -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. diff --git a/test/nilptr2.go b/test/nilptr2.go index 57a5f8068f090b..a5c036999a7480 100644 --- a/test/nilptr2.go +++ b/test/nilptr2.go @@ -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. diff --git a/test/nilptr3.go b/test/nilptr3.go index 1bec833fe32c87..8922729ec89520 100644 --- a/test/nilptr3.go +++ b/test/nilptr3.go @@ -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. diff --git a/test/nilptr3_ssa.go b/test/nilptr3_ssa.go index 6eefbac7d80222..0d690eb44622c0 100644 --- a/test/nilptr3_ssa.go +++ b/test/nilptr3_ssa.go @@ -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. diff --git a/test/nilptr4.go b/test/nilptr4.go index 3dd7d4e026c4e4..c75ce10c5951f9 100644 --- a/test/nilptr4.go +++ b/test/nilptr4.go @@ -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. diff --git a/test/nosplit.go b/test/nosplit.go index a59a3c3c6c3e05..a58a64587251f9 100644 --- a/test/nosplit.go +++ b/test/nosplit.go @@ -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. diff --git a/test/opt_branchlikely.go b/test/opt_branchlikely.go index 99e914654fec6d..5781253e3edf58 100644 --- a/test/opt_branchlikely.go +++ b/test/opt_branchlikely.go @@ -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. diff --git a/test/recover.go b/test/recover.go index f92c15c1d6c9ce..e4187c018f68a7 100644 --- a/test/recover.go +++ b/test/recover.go @@ -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. diff --git a/test/recover1.go b/test/recover1.go index b763a10741746e..c14a607c6ba4a8 100644 --- a/test/recover1.go +++ b/test/recover1.go @@ -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. diff --git a/test/recover2.go b/test/recover2.go index 946d05ae637f7d..cf4657a96304b0 100644 --- a/test/recover2.go +++ b/test/recover2.go @@ -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. diff --git a/test/recover3.go b/test/recover3.go index e17bfb3f6aa53a..1b26cb36367dcd 100644 --- a/test/recover3.go +++ b/test/recover3.go @@ -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. diff --git a/test/recover4.go b/test/recover4.go index 4c50260686bfb7..da5117cc21459e 100644 --- a/test/recover4.go +++ b/test/recover4.go @@ -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. diff --git a/test/rename.go b/test/rename.go index dc4341718dc828..83f184b74dcbd7 100644 --- a/test/rename.go +++ b/test/rename.go @@ -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. diff --git a/test/rename1.go b/test/rename1.go index 53db68de16e759..a71e5b2e5334fc 100644 --- a/test/rename1.go +++ b/test/rename1.go @@ -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. diff --git a/test/reorder.go b/test/reorder.go index 8fd623c1c7074e..fc44be90de7ca5 100644 --- a/test/reorder.go +++ b/test/reorder.go @@ -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. diff --git a/test/reorder2.go b/test/reorder2.go index 3e87998ffe7445..07f1b158d0e7e9 100644 --- a/test/reorder2.go +++ b/test/reorder2.go @@ -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. diff --git a/test/return.go b/test/return.go index 482f22bd5f4d28..95f94b9276c783 100644 --- a/test/return.go +++ b/test/return.go @@ -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. diff --git a/test/rotate.go b/test/rotate.go index 1d7149702a84d0..9dc4b1e0ff80db 100644 --- a/test/rotate.go +++ b/test/rotate.go @@ -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. diff --git a/test/rotate0.go b/test/rotate0.go index 400b225cf7b998..09dd90095297df 100644 --- a/test/rotate0.go +++ b/test/rotate0.go @@ -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. diff --git a/test/rotate1.go b/test/rotate1.go index 98b0b1c849ea18..19757ec2a8b6fb 100644 --- a/test/rotate1.go +++ b/test/rotate1.go @@ -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. diff --git a/test/rotate2.go b/test/rotate2.go index c50f8ce73bd308..a55305af345579 100644 --- a/test/rotate2.go +++ b/test/rotate2.go @@ -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. diff --git a/test/rotate3.go b/test/rotate3.go index 73d47d8524c95f..edd5d3ac9dbba9 100644 --- a/test/rotate3.go +++ b/test/rotate3.go @@ -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. diff --git a/test/run.go b/test/run.go index 706eaa51f1ab34..209ac9e6035a0c 100644 --- a/test/run.go +++ b/test/run.go @@ -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. diff --git a/test/rune.go b/test/rune.go index c013c471d32d63..73a5aa23f820c7 100644 --- a/test/rune.go +++ b/test/rune.go @@ -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. diff --git a/test/runtime.go b/test/runtime.go index 89f59e3edb1688..bccc9b53afc021 100644 --- a/test/runtime.go +++ b/test/runtime.go @@ -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. diff --git a/test/shift1.go b/test/shift1.go index 04f5321b73f21d..aeefbc45174d8f 100644 --- a/test/shift1.go +++ b/test/shift1.go @@ -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. diff --git a/test/shift2.go b/test/shift2.go index 80e6bbc190da51..adbfb773073844 100644 --- a/test/shift2.go +++ b/test/shift2.go @@ -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. diff --git a/test/sinit.go b/test/sinit.go index 188a5301a2f35d..c4d0edf87136ac 100644 --- a/test/sinit.go +++ b/test/sinit.go @@ -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. diff --git a/test/sizeof.go b/test/sizeof.go index c3db1e5c3aefab..3e2689fda70f05 100644 --- a/test/sizeof.go +++ b/test/sizeof.go @@ -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. diff --git a/test/slice3.go b/test/slice3.go index 857eaf3a093e0c..8a184d1c6ad575 100644 --- a/test/slice3.go +++ b/test/slice3.go @@ -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. diff --git a/test/slice3err.go b/test/slice3err.go index 83fb39be4c14f3..1309fdd56bde2f 100644 --- a/test/slice3err.go +++ b/test/slice3err.go @@ -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. diff --git a/test/slicecap.go b/test/slicecap.go index dceb7e2cca38e6..f71a3b07fff76e 100644 --- a/test/slicecap.go +++ b/test/slicecap.go @@ -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. diff --git a/test/sliceopt.go b/test/sliceopt.go index 90ec75086e7203..a830ab7cf6b9f6 100644 --- a/test/sliceopt.go +++ b/test/sliceopt.go @@ -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. diff --git a/test/stress/maps.go b/test/stress/maps.go index fc5ab05a2c4cdc..8ada23a9806bfa 100644 --- a/test/stress/maps.go +++ b/test/stress/maps.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/stress/parsego.go b/test/stress/parsego.go index a5856dd80ac905..98c4d9ad1bca7f 100644 --- a/test/stress/parsego.go +++ b/test/stress/parsego.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/stress/runstress.go b/test/stress/runstress.go index 76ab2a8b4faf91..3f16fc9fb3fa87 100644 --- a/test/stress/runstress.go +++ b/test/stress/runstress.go @@ -1,4 +1,4 @@ -// Copyright 2013 The Go Authors. All rights reserved. +// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/test/struct0.go b/test/struct0.go index e29eb30f544f8b..403e977ac91141 100644 --- a/test/struct0.go +++ b/test/struct0.go @@ -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. diff --git a/test/syntax/chan.go b/test/syntax/chan.go index b016790fe764f1..6f9d77df9091d4 100644 --- a/test/syntax/chan.go +++ b/test/syntax/chan.go @@ -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. diff --git a/test/syntax/chan1.go b/test/syntax/chan1.go index 4860422ad87b52..2e9929b6653885 100644 --- a/test/syntax/chan1.go +++ b/test/syntax/chan1.go @@ -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. diff --git a/test/syntax/composite.go b/test/syntax/composite.go index 722805a273dae1..f891931b6c98e3 100644 --- a/test/syntax/composite.go +++ b/test/syntax/composite.go @@ -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. diff --git a/test/syntax/else.go b/test/syntax/else.go index e985a9c09c7594..953732907156ec 100644 --- a/test/syntax/else.go +++ b/test/syntax/else.go @@ -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. diff --git a/test/syntax/forvar.go b/test/syntax/forvar.go index 043c299040b016..3a70d9cfbeb768 100644 --- a/test/syntax/forvar.go +++ b/test/syntax/forvar.go @@ -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. diff --git a/test/syntax/if.go b/test/syntax/if.go index b2a65f9a593745..c208a9f1360829 100644 --- a/test/syntax/if.go +++ b/test/syntax/if.go @@ -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. diff --git a/test/syntax/import.go b/test/syntax/import.go index f0a792126265a5..8010beddf874ca 100644 --- a/test/syntax/import.go +++ b/test/syntax/import.go @@ -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. diff --git a/test/syntax/interface.go b/test/syntax/interface.go index 0b76b5416fbc5f..010d3ce5783277 100644 --- a/test/syntax/interface.go +++ b/test/syntax/interface.go @@ -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. diff --git a/test/syntax/semi1.go b/test/syntax/semi1.go index 6e0428121ff60a..c755445b42d001 100644 --- a/test/syntax/semi1.go +++ b/test/syntax/semi1.go @@ -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. diff --git a/test/syntax/semi2.go b/test/syntax/semi2.go index 23d7bd0ee88dac..921678999a1dab 100644 --- a/test/syntax/semi2.go +++ b/test/syntax/semi2.go @@ -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. diff --git a/test/syntax/semi3.go b/test/syntax/semi3.go index ca070d8a577b70..d625d08350168e 100644 --- a/test/syntax/semi3.go +++ b/test/syntax/semi3.go @@ -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. diff --git a/test/syntax/semi4.go b/test/syntax/semi4.go index 1f4e679cf88b3c..6315f34eafb115 100644 --- a/test/syntax/semi4.go +++ b/test/syntax/semi4.go @@ -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. diff --git a/test/syntax/semi5.go b/test/syntax/semi5.go index cf690f08406371..c54a994d9f0bf1 100644 --- a/test/syntax/semi5.go +++ b/test/syntax/semi5.go @@ -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. diff --git a/test/syntax/semi6.go b/test/syntax/semi6.go index 1b51d8ba7e342b..325cc274255f14 100644 --- a/test/syntax/semi6.go +++ b/test/syntax/semi6.go @@ -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. diff --git a/test/syntax/semi7.go b/test/syntax/semi7.go index 357352dea9f913..a1948b0f7d38b6 100644 --- a/test/syntax/semi7.go +++ b/test/syntax/semi7.go @@ -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. diff --git a/test/syntax/topexpr.go b/test/syntax/topexpr.go index c5958f5dd2c00a..be080d20e53d85 100644 --- a/test/syntax/topexpr.go +++ b/test/syntax/topexpr.go @@ -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. diff --git a/test/syntax/typesw.go b/test/syntax/typesw.go index cd8cf35236ab50..8d89860d11d9e5 100644 --- a/test/syntax/typesw.go +++ b/test/syntax/typesw.go @@ -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. diff --git a/test/syntax/vareq.go b/test/syntax/vareq.go index f08955e91bcccf..0d4bb78b8fb695 100644 --- a/test/syntax/vareq.go +++ b/test/syntax/vareq.go @@ -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. diff --git a/test/syntax/vareq1.go b/test/syntax/vareq1.go index d4952fedd7bde8..a2f9f34d33c6f1 100644 --- a/test/syntax/vareq1.go +++ b/test/syntax/vareq1.go @@ -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. diff --git a/test/undef.go b/test/undef.go index 0a77e59370bc41..61524f3d4c3644 100644 --- a/test/undef.go +++ b/test/undef.go @@ -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. diff --git a/test/varerr.go b/test/varerr.go index 22aa9324f98e5d..82ab814197dc6f 100644 --- a/test/varerr.go +++ b/test/varerr.go @@ -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. diff --git a/test/writebarrier.go b/test/writebarrier.go index f2431ed5ca41c2..88b4b296df5664 100644 --- a/test/writebarrier.go +++ b/test/writebarrier.go @@ -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.