diff --git a/doc/codewalk/codewalk.js b/doc/codewalk/codewalk.js index 7bfcd39384144..abc59373a0a51 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 a8f322eb6b263..5f62e0514426e 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 76c448ac32a0f..7e44840dc4246 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 01fe07bf345bc..6d67b4caaa399 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 a67e990c34989..6db38c2cc50b4 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 701f4941ffbdd..644e775bb5310 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 8e674dce7dfaf..61bbcd2957747 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 0c64ffeebf85b..3ab410bbaacb8 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 3680a4a4c1e5f..609e1a0b7480c 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 4508213cb4284..028d10ce5cb78 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 68c5c7c64cba4..b00f24fc10383 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 942d2f783c582..f7ad7a7e1499f 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 6b2ad58a9d620..fc19157237650 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 689e958b40c24..0ce2b1e83a194 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 5eafd22e8a894..0426e9fb7efa8 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 45daf8e59ecf9..60477ad345e1a 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 bbcaaabecb7bd..b6cec8e10d0fe 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 6b29d78da1a19..b3717ee27a67c 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 8d008b48c8471..0079b535d94ae 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 a7ba64850a135..d0cb9f2246300 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 18434beaf3587..f1091b1c54f45 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 d39bfe64083af..971a10aaac644 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 a189375570110..d5851e8e6bd38 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 6572455951ca2..f853163e2f0c1 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 fda5495e5f4e7..170a620c8788e 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 b2011b25fc8a8..11d2b97226767 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 c17cd6c92c072..aa2f6d116b392 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 1256133e2fa99..03cddb76888e2 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 eb43cf5daf496..61a1b83728c15 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 e7bb906a54b35..a024f2c361c8b 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 60c0304e2e4f1..47179ba482786 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 76cb8ad80d65f..d216e44fe7ce3 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 f5a85946fb09f..b4ae3dda4b26e 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 019139d010462..2189af6ae4c54 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 2641dd5a61be6..47dd87128fffb 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 7694c833f939f..8921b7306c6b1 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 c6ea3c58ba87f..eb720eba7c469 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 ff5dbbb2d9f05..4eaa8184b3048 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 6571fe02dcefa..bc290bfcd5a79 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 6e1d1065f63bb..9c15f69e40157 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 9f493e6cca0b3..8a95b02ac35fc 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 5fe3251e0b80f..b3633b73f34c8 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 68d4a03eacfee..1ca182c75ecaa 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 d29f2fc5f22c1..6323e4980e85b 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 5f370a8180341..3a62ddd3730f4 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 69600de9cb41c..6144271321593 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 4fe1703a60db6..71e5dcdd3df2e 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 c0ec6f68d710c..7aab8ca2fc2d2 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 2c4f931d6f7a4..23e103dc10938 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 02e54940731af..e106dee3ec023 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 28cfe7297b12c..a4fe193825b79 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 644003eb05f25..05ecd8187c7b0 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 890dcbdf1d848..f6a822a1065b2 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 dd19dfbb01e2d..66e2644d06648 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 9e50fb7027cb9..c5c8a269f79d2 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 ef8f86f53ea9a..f863c58aa2aae 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 c396a0c4182b4..4868da8e18508 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 e1796d6f72375..2401c10e30068 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 6e3e24c2b75a4..3af24c2d3c240 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 3a22459e6899b..c4a08ee7c9e11 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 e6e1a4245729d..c8e1681295e8f 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 c46954b0747e0..30f615222572a 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 cc4be9093d1a0..25899271c93a1 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 12cd91d0563e0..febca1eb085fb 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 4df3e348c889d..f85c16b2dced3 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 e3cb161db0764..c2193aa1f1cb6 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 32cb06b8c7acd..71375698d376d 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 1bea38b6e8a61..947b90a00de2e 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 702115b811d50..69296b506e764 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 3d3bbf951e656..314038c1fe8be 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 7e6863f7b6b1a..2f9fe23b8dcc3 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 1ff97ec72943e..eab36834501ff 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 9282725126f3a..5789b99ef6703 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 1cf43df37b601..18c720191be39 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 a3fcf3b0a87c5..cac98768dea9c 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 93e2f4fab5b90..71e3f0d976ad4 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 f734a25da3fb0..4fa4b2bbd7e3c 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 0b48071d4d655..9b182870d8e16 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 54dc39f8d1e0f..b18979b5f7ac8 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 336c4c6091003..53c3bf12d740c 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 fe0a6321c1fd0..c81cd409199f8 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 8013b66a74806..9041d95168d90 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 14720a94d5aeb..7b46757700756 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 c879f2ae91d59..0710da7950717 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 ee9c45934d29a..84115266ffd54 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 ecb2aa32ecb7b..ab84339e1016f 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 25c86153fd5df..059e316119d5c 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 25f18e2a455b9..a6a7d0c96015d 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 22893f35bd8a6..c2ff5fbc4a545 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 b6a5b685f9b1d..9be1614233e11 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 4afba244fd59b..9832d799b94ea 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 6f5715b05d849..5642899c587c5 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 cd94cac376f41..d416a05e29ddb 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 b79e242e9ccd6..c54b54b64fc20 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 902878c25928e..c337f911d90f6 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 e12d534222132..de60dbfcf2033 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 a77b425b5cf67..c94c2c6d4577a 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 897cdd081c693..1d5fb2ac7e09a 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 638c3b00cf6cb..aaa51dcbf899b 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 a020b6a724994..c191a1a66fe20 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 4bea6e357367c..f36d8a1023454 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 da9713178da07..ce0345845f944 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 b92763789b218..1344e9eda62b2 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 e8f340f8b8d3c..94ea0b6fa381e 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 8a14ce6d7aa48..19123e79cfa25 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 8e4190848941b..f704788aef8a4 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 936ae9d5c1e23..8065be08904de 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 7fa55be4355f3..92e2579e7ae12 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 d52aed63e4b1c..5324aa2a175f0 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 16fa7cc6ec3d3..2e5a555b5823b 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 2d871f0832bd9..4489ca9eb677c 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 ba7a344c53d9b..00ab7d5202ce1 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 584bb39342e4d..41b3c7c8ea3e6 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 2e217d9356ad3..f812732cfd7aa 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 2950f87cfb81b..27ec23a26059f 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 572b8155d80a7..57a5b2db44bbb 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 e37a54f2af959..83ca38531ab74 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 f09e95d4cf65a..48b86190a59fc 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 5c5983d4c2020..166d53f304e40 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 cba525f4c0d5f..9bb50816b4474 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 9f80087b3bed8..c88ec3b21e765 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 6b9d5fa3a7339..0ef3a8cacf3a3 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 1dd8ccd333ae7..60193dc4117bd 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 b3b4b7952c35c..34eb4983a4161 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 a940bfba6f393..efd3f770b6af1 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 b29bacdfff4e5..4e8922a69c60c 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 ca95e0835960f..6773f94d3d681 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 0f3432650a5e5..c0c45398cda9d 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 7bc736b9d1127..18840f2577c23 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 92258fde7250e..232144617118a 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 7faccf2654ab8..1ce0fd0d1e196 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 ebfd5c3bd81ba..7915fa84f602b 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 42dcd20c088b0..6690cb034fcf3 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 c75e1c348618b..6c91ff5f091b6 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 757e22c3da1f4..4c8dab34f6e22 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 9e0951c914b31..6c377a701fb96 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 78234a0799104..5018a1987caca 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 c370f7b0d8310..5c063963a0364 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 8069ebb7497a1..f203f8b030183 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 8e9ee70033a4d..e634220be7c1b 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 545951631e63f..957afce90d4ae 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 aaf37f120fccd..5ec241e35a3a7 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 eac24fba0d5af..88bd49c57f895 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 39c1719d2479c..0d6e97f05becd 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 97bf73cc28781..4b661060d83ad 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 0c97ef1016c03..6181fe9c7ea1a 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 dbbbab5760e29..0c8a3004da223 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 8ba341d08932e..b28ae0a6b7ab6 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 38d0746768e33..b1a520e6bc9cd 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 84c2222b24702..823b83b9344a5 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 7947e84e3b7e2..da3dff461f4c6 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 e3535f3244e17..f862e8a92ba9b 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 9712bcc4e7352..4ae5fcef8b63c 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 60822fbfe9955..764f5c3a9e638 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 73905f18ce9db..9ac999167e1db 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 9e5bba5a611d1..e1c8e4d0d9c1d 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 b72ccc9815847..2313bc4eb966c 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 f193291d01e23..ddf2ed969df2d 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 22be1afebcb87..e32c264215d4b 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 aaf7676404c04..6e24dc2d5def7 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 1b191ccb8fca1..ac3ec9b4a74a6 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 7e64194957924..603d0349d601b 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 001a715f7b7aa..8e2a7ba446aa2 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 5763f79de1c81..a80d72b9b8279 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 eb1c55d7e69b2..864fd76d121f9 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 96fe8ed033537..6bb51583e2ccf 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 1fe18ba90c47c..2d2a77367d226 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 1137c50678bd6..5949e718f5c4a 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 baca75680ade7..8adb4e039bb36 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 558ba4a4f4199..215c9b5cd6bab 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 569ffd11bd87f..f432cd8933f93 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 0a4ecc0e5cf16..e70c10f267b56 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 d49a1aed9d70d..cc94d728b470e 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 ca166e1317728..4234b5967cae0 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 564f96a94e182..d37091fe45865 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 bb2ac20e5370c..a0c210e3ba9af 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 042e6ab6488c6..9cf2f2918e360 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 5fe4cb10a5b16..29530fa2b096f 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 4d2e4293aadd2..81a16d1a9b577 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 a97565e46f1f5..eaf702533a141 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 57643f920a134..bc6b69df8d4c5 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 4a5ff2f3d42e6..11aa202215dd8 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 ca80e8b96d305..28881e845da6b 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 49fc2fb864cf5..ade1ee566e8f0 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 f10fc60413c33..ffbff746dd405 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 4f6cdcde06b8b..5a1846c992dbd 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 f786f3c4434df..42d7a638a7260 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 4cdcfbcd27952..d46297a3eb3f3 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 4f9b3943cf9ce..43e4825af01cd 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 e7256d1d41c56..490695ca1d946 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 7077b5c594e4e..2a99bbe3903fe 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 99702c993d6d6..152a45b168419 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 454a0d76ec84d..0526a35953719 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 beacc94ee8e05..6f3542b3d4f42 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 c41fd953e76d9..f00e4afdb8f7a 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 1c7fcf37be301..8605980b94d99 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 0284bbfe8abed..fa9ddca7d2bdf 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 b638c048e8333..df774437ac51d 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 cdb0354579b0e..48250c92c84ab 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 2fbc8adc51ffd..05f7fa36e46d5 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 860f588224741..f62f237b57bed 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 aafdd9bc3d51c..0c3e957a97d69 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 2b73a7b172956..63b1165687b4f 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 9125a1fa32fa0..9ea9771ca4e3b 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 97803c9d03f02..7832e916ede3c 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 67ad5c977fd87..cbee2a3d8794a 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 1169e79a58f21..86f9ff79b0257 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 323dfbefc58f4..80c33ceebad2f 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 89647578464cb..6e326ec1c91c9 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 fce099da4581b..e66de49f41337 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 1068bdd767def..bbbfd3e049309 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 711945fbd1e24..0516ff60cf212 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 d0515d461719d..9bab68beb0cc8 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 b64bb5deaf32d..7a4555fd23016 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 76fe7dab793d1..a44c8de1f22cf 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 94a6d0ab29008..06d7792be303d 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 68d52ec954ff4..32d9f235a3ba0 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 f4191e69abcd9..e3f4fb30c817a 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 dabd326d21712..ae9a280083817 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 dbf5fac0de065..bd2e23fda08f5 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 a720993fbc1de..2e5c2356611fa 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 a540ab85b50d8..b619eb9f4380b 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 7c2e3358ff8a0..9864749964748 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 42cf15ee855e3..7c92bdb6d65d4 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 fdb989818121e..b77f57db72459 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 4a55b535ac60c..2a3513f6a68c6 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 2043f9bb4e725..065508eca3032 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 574c0dad2d996..a4d8f5070ab0f 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 cce330793d5ce..6f67ab65669cf 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 3f43d4d896683..6e6c801a49a66 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 bcfb157e0effd..0469f4d0e1bba 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 538d6b7e9b3cc..7bbd6601aec2d 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 90040fcb4960d..dc6d232a76cec 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 4fdfbe4d9f6b9..01f9bb128b779 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 47fb7bd88b06f..0a74db1941854 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 bb3e70a44f8b7..38cdef537ae2f 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 ec93a2d101ff0..aabaef8f20e27 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 42cf69340963e..5707917d20122 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 98838453aa6f4..c10ef0a0f8c19 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 a685507c5e9b4..817afa91b08dc 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 6dc0aeb233114..937e00fa51762 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 a171c696bbc5d..a70a106239036 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 c64c4b881669a..e5e49d502cfa4 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 ae45bfd88130d..0cf6115805984 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 bff056fa90c96..99d8c9754b118 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 b172b805ad284..224beff680176 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 fe4c480eb8470..648eec5d45784 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 34e789f665828..7ece9b2ac5487 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 1d42619bdebfd..5ff1f8b650687 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 59afe134cbfe6..281b6ca3562c6 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 888c5e4ea82a7..dd543b2bc86b0 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 113e5e3e38e73..001c5d89636cc 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 6b6c1e5772b99..7d57bd607b684 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 db4839a488a41..10dacaa35f6dc 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 b894d9ba9f211..6b79a98e48f8a 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 50f7ad74196c5..a0febb515ac4b 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 5490a3d7867c5..4fe81e07b4518 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 ccf9dab81bc2a..31e27d7573709 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 cfdc085918dd7..8b98c3aaa2e95 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 af470a0d0d187..6e8129f947737 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 20456a9d62ec7..f7222ca35d583 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 a92c4f63a7af8..278fa1b9edb43 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 d65436223ca2c..a475cc24c97a6 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 8e2967258f472..a8ae515d99223 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 c7a2ac96e0cba..9dde994376706 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 de688b39bb60c..e6375f2697b42 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 c005ac3696db5..b340e589d5e1e 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 0f417a33804e3..afb63cd55a102 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 01768b89f3be7..84503f7d5b182 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 07981af126acf..7ea04f31c3800 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 c9a2675926047..f3f863c83f183 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 5486fe8a04970..608091dd9b638 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 0d9f634ab6059..612ba292c2ecc 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 72c98b19fc960..3dc08542c1f76 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 b20f1062f62e9..b5570415c242b 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 ad632bc83b823..ab85b7f149237 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 06c779046b668..d051f33bf79db 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 2105b89080bad..90792ca76e100 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 6940a095dced4..3490c29d3bf6a 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 25b5a9b23fbb1..74f6f8dd65efa 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 4c1989151465d..f1131a2688455 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 248f8a96b9776..69a54ac721b08 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 6a138ea0903fd..c4bf17b2acf2e 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 5da77713d26b2..0204c690cddcc 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 2084fa5faf1fa..f0bbd0b93aa7a 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 8c9a6daddaae4..20cb6433346f7 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 f36073e7d0762..e9cf776afb87f 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 16d1e741b8b64..e8835ae6ff3f5 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 9149fa17705e3..50a5132d1def0 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 fe03c3fb1b2b8..aac4e675c4d59 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 867c81ae52b95..490f615f73ac0 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 868c456020733..99cbd482a6001 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 cfbcd51ca7de0..2c43b96ba0316 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 0b6599719dc9c..ffd7cdb50935a 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 e30e327acdd78..076fbc8ca358f 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 c10c336495fdc..d5305d4f40713 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 b423ebd92a765..565f08ece3f96 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 e312256c461d3..2f59d81a614d4 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 486fe760734e1..ea5bcfe205ad5 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 af9d991e607dc..7a6e34747f660 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 cadf0e698a565..2568e37d0209c 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 d9c26a00bd1c9..7494c580b77df 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 0f1d20e47d982..eff0d36ed2953 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 48cd104c497b3..19a2bfbd4b545 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 7562147885194..dd59b2f2ec193 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 e53100112062f..b6184c2e75b03 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 4c30dac6a9a9b..5dc736d443b94 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 a4baccda779e2..5fef5ad38acb0 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 bd52c6cc3c203..2673552d80b8a 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 27e2f352a41f6..428808dd19879 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 2fb084bd65820..68647ec372b46 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 ea8d02d10c6b6..afbdd977d173c 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 3fccd1728883d..f7ac670689bd7 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 5cc3988555504..4baf65e48b758 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 210acc43075d3..e5eead52e200d 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 a9d409b7d5aa5..f64ddc3e757cd 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 d18727e907138..10b0c521a40b0 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 63f8ee2e9e6d1..d4e1e078169ee 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 9f503f04a0bc5..0d37ce22f5bb2 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 d12d9e7368a3e..a33092bdb64aa 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 6c245565f299f..de7e8e3d8a22d 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 58996cadc0b66..75d6132df96bc 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 4870c3614cbf7..5b6bb7517d26a 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 c607a6dc33ca5..adf62f98b5426 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 b6851e1bca041..6550bd87c0d9f 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 dc922455e3f7d..ec9699a894ef0 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 5140f3e29daf8..9fb34c33d5ef1 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 43d9d526fd15b..f061723eda531 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 6f007fb7714eb..f678925fbb61a 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 f6ab712ef212b..933f3f1ccc2a8 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 9b1c81911b2a6..3902cd5e899c1 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 65ed1b8f6fd23..cc7d92fdb0f46 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 0498a40d54831..705a0321b4ef2 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 003f3ff94d402..b05c37a3312b7 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 d362e5a69739a..075da87577cb6 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 e4dcaeb2fea0f..857b442010093 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 f7879b04c1043..abe6431b51530 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 d4da891d31e27..5d2334c05a84f 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 60ee7ee3f3f66..ec0dbc6c34bb4 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 30d9bb1cc7bb4..a6abbfef7e88b 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 f943d68a07ee4..6b8862f697480 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 b4e3f65cb8b6a..b6258d54fc7d1 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 e57d147a608be..e93f30ee96910 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 f5f6b14f010eb..d3be7548aaeb3 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 68a3d811c7406..4817ebfee4e1f 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 726ba603eee17..3b1df3b8feb93 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 3925b9a4b551b..afec57f037ad6 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 92c8d860e3fd0..c65530f7ddb12 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 b562755e5b114..0f7422c0ba0e2 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 3f8bd9d49b574..f614507946602 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 1f7f6e04104c7..ef1953b2feb7f 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 e0b3766bb363f..0632ab4ba793c 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 44f05153f48e4..b1271f465d26b 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 2ed81c593df57..94582a86955ef 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 d2461e6a9f3c7..0a53d32e9ffa5 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 3c6b68767a686..5a30979838991 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 46ebc1ff005df..4eee285a355f2 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 d627a9df67188..ac84a7e5ef3dd 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 0c2491257221c..1130a287d863c 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 c985305668db7..ae7cc1fd1cbbb 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 ec41fe8d3cef2..b35b7719162c5 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 63a12a3a74188..d1c961ce1d8b8 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 a7c4e0c464eaa..2ef4e662203f1 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 ee2ff92437d3a..852d208251677 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 bd362ace2d0e6..0aed03216d56c 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 1067fd1478d24..cf11bcc1e0e6b 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 1ef43a0ad0b53..1695a9640e7a4 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 fc5250393281e..2be62b8bc806c 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 281f908fc4662..52c054fb4c663 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 7c54b906c2357..0be521b4f88d5 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 42345a956272b..e4de25d5d00e8 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 94ca07e702fd6..aef8b22ba78b2 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 ad71b20f3852c..4073073eec646 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 d0a4b24b877f4..0c34b1a9e71aa 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 bf87ea1491df8..b28551807d663 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 3f8bd9d49b574..f614507946602 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 5bea5175b17c1..a23903c49bccf 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 948ca5c796dcc..d707aa3c93496 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 edcd975963575..f5cab44c7e2c9 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 c7c17e101189d..af423e5b293f8 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 cb4ca7256b9da..335f84d4ba16b 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 7eda72b4f8b3c..26e6413702fc3 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 a7c1d3627bf85..f7e023848b670 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 3ff4dc4657eba..4cd9ec28130a3 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 f8e959a3185cd..b93106d4bdb0a 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 c2dd31b813170..0406b965616d2 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 7d018271fc3af..19970af34c215 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 9730ae5c8c60c..3cb8eaab43fb6 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 6ccd0e3c82032..e6528ae46a21b 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 57f6471dc8ef2..75d620cde533e 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 0598d95d6820a..ecb5d22684227 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 73ab46d4591ef..180af05fde5a9 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 74fc78198b393..37c93d0f6e634 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 ef6a0777fee6c..2f33feb4b6afb 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 fac0e36289493..9eb57cd3edb0b 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 702779ba675d4..91ae0b2ac883e 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 bb690f0e5b6e9..149843a3b0490 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 bd671696ba689..9558c06ca4681 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 256c110d70373..6ecc5c45ef892 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 1474470d4ceba..a7735a82e41e5 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 37c97d7b5e210..fda9eb8f0a70b 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 fbf23207c2ee9..fbcd3a5151456 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 38dc665fa68bb..1a0616f70adf5 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 c2193fcc253a1..a4537a4232952 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 59921d41caba1..36be76170fa24 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 d996ab64cd4fc..118bbacc2202e 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 db1af3eaa3839..baab28216f681 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 ffcb668116070..f90f6f32cc71c 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 82201088b2887..fd8bd76bbfce3 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 4a92624c7695e..b53abd26e3f11 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 1d695c3045865..ca7a5092e9f84 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 ddba8dad40ade..6e4fdf4e21ab5 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 e291a5516784e..dcf62f0592a11 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 08edf0f4ffb9a..92afb2e70444f 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 54a289a8de682..c7f134615935a 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 a3e6bd1619aef..a6e83869a4471 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 5ce8996ffaacf..cdce1cfbe2c57 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 4c5c7c3278259..8fd63e3e95fcd 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 1ae2d6139b744..464ad7b8bf42e 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 2a532c49115c7..4a65f7774a7ad 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 1245d91f5fde5..293180faee5b2 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 fcf859b7fccfb..880353a90287f 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 273c5b8efc902..6d93860be95c6 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 ceb2009be512a..e9db50e88e97c 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 6f9d73cf1fb2c..5ca0be1f6e271 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 3e3b7c18187bf..8e282431eb394 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 b888ccb448726..771d13d4353d6 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 615c66865cbe1..1bd1400987d1b 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 795323bb3d2fb..985b6de092726 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 33a1a5a7ebfc3..3af5beaaf077b 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 c38cc7fad79c6..353ea5a0b1a3b 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 1c9e36bc2cb27..4812602c673f0 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 cf57041928a50..9964347250948 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 dd48da808b60f..60162ab1cb8c7 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 246bc7c4e5b7e..c5165c52ccf7c 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 86c73bf4a8f1b..3a626e523ce58 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 34578565afa04..5fba131d7a229 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 e91f26d6ed054..aa0f5d1efa685 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 4f0b721f24bcd..2d604cbd3c6bd 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 cb159b0d6be0a..08d5afc894ddc 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 5fbbc9cd44433..7bef58bbd17b1 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 f3346c648dc6a..c7b0dac31324b 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 14abe469bec9a..5638123d5028f 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 96e1edecac8e2..0cb34873272ba 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 0253e1446bc82..a0a1c8aaa44ce 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 f8d75d4541954..92fe4e335a181 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 503779c3772de..dc2ecd61fbd66 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 0233c197c4e9c..d02352b478452 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 daf2a083c5356..73a1311f3223f 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 6789c0abf0f7d..0f941ca2f4dfa 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 ec358bd36e40c..889c8b0c12598 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 59d5ef903845d..d8854457446fc 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 f76170efc950e..af0c9d9c574b3 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 55a02e05c0705..14804c8471540 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 07d129ddc4804..9211b1c2cf499 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 8242f28462072..aba8649b5b1d3 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 8320b2fffa2e2..2ee41f0251072 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 402c3b083fd55..1403798bd30a4 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 f8a9c657819dd..61af578c53104 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 2d77156c1aecc..08bac182f704b 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 96a1dd7dc26ee..66eba63f5c1df 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 9b32508fd4f64..9152bec2545b7 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 56cc7cdd4d47b..6188e3ee0cc64 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 1dd3fa4213a0f..a80a960394470 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 94852c9ee58c4..e460d812277d1 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 c58e1ca40042e..215498e085707 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 db3f3da448ea3..f9f554d817daa 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 ed7b49aea2f87..aa3c1ea61fa72 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 2024eb007cdfe..9fc47707891a5 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 162eae7124a92..0c70a23a9e4b5 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 6df3c5cae669c..32cf3e35d278e 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 a91d904333b70..c85b077b66cde 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 67e1852ea0e27..640305c654167 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 1dca43b7ae445..9e08a8e67633c 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 430ddcbb52375..a4eef64d8e911 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 3b90db88d6163..a1c36f617c7c0 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 c7ddc0cac83d3..183fb7e4af026 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 ba80464907be5..819bd1a984ea4 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 246383484334f..143e600073f01 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 f55d946968995..8945d6543d6d2 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 35e19be38e20e..5b435b4aeb913 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 b4152d63a73a3..e86a697643b3f 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 b894453fc3757..1ffde188b7858 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 8cd4c49f24e0c..daf4f0c8ce41c 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 1d24fa935da9c..9fc3532f1d671 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 97054da3a319d..31df8c600f3a2 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 c2fe1463cd643..28b41e68a737d 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 59c2cd35c4c28..9c59abe8026bf 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 298c4551834e1..d9ad276a311ed 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 31d5a3af18873..2c31f32da7b7f 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 0c2ac7b3bef15..692a4920165ab 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 8d3caadae13e2..633573e51d1cb 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 406dd5903e385..61da121d51327 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 364d017afa718..585b480c0a918 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 5c4a2ad0dcf58..98adce7cb4c6b 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 8562bfeef85e9..b67125b1e88ab 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 1d1a948161af1..684d54ffbbd63 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 b67bd8cb87573..9abd2548a589b 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 b54fb4f5817f3..29a60f590f06e 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 497ecd3abaeb7..45c32902e58d9 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 a4c871bdbf6b7..8358f0034f91e 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 032e5d9de3b43..291903ca459f3 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 5c78c7d2f3c7e..20d850915dde7 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 242f5999e84da..481acda3284a8 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 3f13de16ceb1c..af27b723659b1 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 d2e4a0b44a6cc..f1f8b08e63b2f 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 136abefb7d2e4..1f4f3ea9bd89f 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 a10abba8b2881..9e3344d5124a6 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 8e3c7701be033..9f6974d0643d3 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 064e1aa02818c..c77a76d057ac5 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 ee7048972afa6..84f8db4566229 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 ddc97bdb0cc78..6332697bd23dc 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 014f2ef01f77c..c71cb1bd082ec 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 29049d9aae577..51c6836be7e92 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 5c0a0c47e3c16..ef646946cf187 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 79234a3b9633d..a1b6f477ffd69 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 f0f7b0e69b674..d7fe8026e8d51 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 1a23ad064dc43..3df63b091ddbb 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 3e7a1848270fe..c7f92379c84a1 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 582193997a155..3e2c18a822c0d 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 a9a8614bb33d0..3e5d012e6a109 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 c84c6836d6253..db7f7315e6ab0 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 a6ef5876ab633..84ff07b948753 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 b9de63edabee4..e27699c2ef51f 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 82d66eacef944..04e3626c7524d 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 6b65b33b0a84c..dc909d483cdf4 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 d73adbadffc23..4126f92eae597 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 ca175770fc1f1..cdda735e96570 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 1793c0e534e2d..dbb46931b825f 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 12e4997d36b3a..77941ce55ce02 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 0a359184c6028..c21663f3f312c 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 e4542596e9ad1..343661f08d5b5 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 9d47fd84a7284..cda1aa7aa8c0f 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 34a3f0487a498..581ec400200fd 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 6c29dd08c619b..eb791bf443a3b 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 c79c64ca1ff20..6939e641ceb31 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 49ce7d7379100..7649b6b5e008c 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 b8264872a98d6..1efabe460a680 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 1bd6fa35ce7ac..0145aabf4117d 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 563fd9156e720..8695f95c42fe5 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 86289afa6db23..f1fbffa211881 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 a40e454f9b1a2..b5a2dbcdb88a3 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 c0fdf1127b42a..cfd1d273d8e6f 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 5e339e801d582..8757f461532a2 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 5ff3bef1d1624..eddb4cf0781a1 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 a1b27b3326414..9f3f5e8f523d1 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 f8a0f93c736c7..80012ba8e467b 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 6dff51586b7be..26a8d1166976a 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 620736540aec1..5bd40f6205e32 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 5b44af43083b2..ad2f73c16b939 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 d0922a5a4ff16..13a53392da5cd 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 10c48287d3a15..0e5417dee7550 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 2372e89a71a2b..8db6425be69d1 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 7025affc2dc1e..bd4fa516a235d 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 1544753ab4928..c99faed43e427 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 c1a4723f9ded5..9ad23b3cfcb7d 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 eb1ad5e571a48..e60af6c8e23b2 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 94eaf7f1ea8e2..fc494207a1739 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 21b4c5b541a0c..f93328c8da4a0 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 63a601ed93457..3912debac9ccb 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 4cf19e0597863..34250cd8795ae 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 7d05f3945cfb0..387a680aeefdf 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 f4b58af1e688c..39a3509c69e32 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 5a5bb1692480f..e175f83633919 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 7fbc87200263c..642bc610bbf7e 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 4866570b42297..797d6c7ffca82 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 593c634187a85..cb59c9fa7c85c 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 dc125ac6e83cf..696b26e64d304 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 36ac7d48e6e67..82e666e5c2980 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 a0e6d189002ac..288fb54e517f3 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 8474665c95402..e4dcb3376ab63 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 d4e05f4d1e28f..a4092f5bec313 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 42fae369b60cb..be792332f58c7 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 298322233721c..ed78b1ed2cd2c 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 e76f4d1f57280..1e5d11605f0ec 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 1cb9c240c9710..dcbde48e87699 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 e89d6f4418de2..39028e756ca78 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 697aad155fe53..c7e2bab569c85 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 e00a8b4dfbba8..096b7a50554e3 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 fe033ef46e0ea..c6461a362040a 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 f346828ec60ff..3b62cb9002fa7 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 1aa7d89177774..b5f043f0a7329 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 e431cb446724d..81b412aef13a9 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 e0a9555d2ace0..542c2a349e5ef 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 3a4fbff3759ed..82754c73fba62 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 6a6ae2f449474..8aba4d91215ff 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 680b0e540fe7f..9e9e599595f6e 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 f3032fcd53567..09345473fb0df 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 93e18225c10e1..e0ef09760099b 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 965c87fa8d60a..755e9a1fde623 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 01ef096830e00..86ecf9ac4b859 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 5e6fe607fa71a..d5a2b22dda0f0 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 7691ca69a2185..d91fc5d966282 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 d7669f83d5404..096b297f990d0 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 78fc28bda7fa5..9b665dc635e89 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 01dced3b43e2d..9d81a043fc6d9 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 7b02a47c72593..bbf9fb0063f1a 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 4bbe09c3e8158..fc5678e3ed7d6 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 0a8b7c362bc3f..ff49314a6b578 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 3022f487f3571..87f1d478d6fbf 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 5783c99a1a77e..bde425501483d 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 1206e1840feba..9e0ca5ae3f6af 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 7eb4811373c32..c21ecf671a253 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 77767cd912fb5..03c52e2951d7c 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 d01b8232e7e8b..524628159c4bd 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 c73062c6cae75..a944f3a9b5724 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 3c4f74b4ff195..37c5594a24150 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 fa3815f2bbb64..f8f679daab9e2 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 a93c63fb9152b..480f5bcc1134d 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 fc35870e4cb89..c9b4896a05113 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 63f4efca8a73c..81f984b7322b1 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 eee408105d2b1..81f034ba798ac 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 eea55022985b3..b71bf9d7574d8 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 eda92a37e34b5..a1d88566e40ca 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 e1b96f7e9d1e3..4819b5af96e54 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 7d5024893f93c..187e4b4cfb8bc 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 0950fdea969f8..be67cea6dde4d 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 b56ed73be9d57..c3c56b11a233e 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 4fdbf76b90385..f5cab41a0d6b8 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 1b7f853bc948d..f1e57ef527856 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 7a0abb250679d..a2280a3629796 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 32f3e5156c2cb..b8ee2fb14b7ca 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 c2a89464ea169..94592fd18b855 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 43c48b5c27560..1b1f4dedd336f 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 e4fa80af50827..626fbbcac4837 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 cbdf5a3dc970d..49f3fbcf417c4 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 c16d1ca5451e2..6ce768e23b91c 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 2cda42e08ac32..a27fd92399db5 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 4520d4ca658bb..9e218e6d81026 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 71b0712d56f84..85d5d6c361a06 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 703f247249e21..e6041e602da32 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 61f2de0e38908..96790dae83ad1 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 346e9061713cc..00fb473d6a27e 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 c6cab532f8774..55a8f7d65ab39 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 686e1e1ada327..831110e08b1e0 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 491ada1d9c4eb..e594db7478bbf 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 1366d244d3e91..2f330bfdf3b4b 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 64ef38b10d579..ed0a193dcfbb5 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 d7a4a2e8f3cc6..7db06d1881dcd 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 a62d4392e6ff6..628c222685efb 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 089637d86b86e..200290a081d1f 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 63aca2378eed9..583c417511985 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 c2b7d9b4fbf5f..30b65bce8335d 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 89392bfff1d4b..8ea809c2149e1 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 c2a8338c705dd..f236bd0f6a875 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 4e353312b8790..86a636f66bdee 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 755b1b1de076b..935f3820c690f 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 3668d4c89a874..d11ce51b97109 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 089b6f20f42c0..a587e28da7959 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 28e434224789c..02d9836e98da2 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 1b0e5b2028926..01bcbc433192c 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 128c87231ab6b..fa5629b20a9f8 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 b2f69dbfa4199..2494b83b03bbd 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 bb18a0896242e..de9a61b497d9e 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 6bb78f43cf8ea..f082a1fb79f10 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 5ce2eea26617d..6a510f990d4ba 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 3dac8f7685c11..c59b6b8caab22 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 defe7c324c20b..6a17c461620bf 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 b5adb4010b84e..c79e9e218c983 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 04d31f71adf69..09ff1bf8f7f3f 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 d732c8b363e1a..d010e936534ae 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 33370d07a4e19..0d3e23625ec24 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 13c996bc22983..c275c6e222dd8 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 76b47e1a6d56d..b1d036464a89c 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 b18c98bacd226..5bb05eb4041c3 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 11ae1f7c6c6dc..38dd4b8cfb37a 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 d0bf28fac28ea..1284870ece654 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 6674db9ec309e..3dc212620afbd 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 b8458d77647b7..5ba3e1066cda5 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 6822760ef8cc8..9eb2e0f9c2ad3 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 fa1d9fe49d3e2..f5e47150eeafb 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 54dd214d69f29..f91bd2c0fbe1b 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 820f18cb8d785..98ffea79dc443 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 70977ceb78271..6ad1952d672f3 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 f8821052af5c9..d26725ec0130f 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 5ed09ca554bda..d92247845585a 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 7ec1134d7b69f..308acc2280128 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 a1b6b57e97423..83d42e7e509f6 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 f04103ff5b2c5..34fa98f8af8fe 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 47b21cf4084e5..9023e0a846910 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 3d727d433edcf..197c225c6f06b 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 5c3a1782be149..c482b0f114a3c 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 4f37e7c36b6fc..66b96c73c73b5 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 c37ccef7cbf78..534ba7113afc2 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 29d98b0283d9b..8c958f5725d66 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 ad1242d1e5f25..9191ec5df88dc 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 c447371c1ab0c..96cac0a5c1c0d 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 61c01d7aec2d4..98bc2a52fb96d 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 3220e85d3a6bc..32055b28e246a 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 1aa318c2b234a..ad378d8c53140 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 fe875b35013f9..0ba95230cf335 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 7b4ebf944d684..5aa29086f79a3 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 d3f582b20c6be..76aff76a67803 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 edaee93c5b77d..971290d8ddf87 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 18d773c2cfb9a..31b32841be306 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 69f66f2129f6e..45e609d5084cd 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 73c75393cf44a..f7c77cf882f3f 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 d6781e39a2281..af7bb92b58a79 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 13781af1f361b..a1009ad961309 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 c3dd6297d85ec..d0bcd56c71117 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 aefe2d6455716..09e1b850990c8 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 1e74fa1a1f607..5ac119a2b2815 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 a2cde2a501ea4..6fb444aa67958 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 81b9f0521f96e..9f7fa5a4d452c 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 4039913dc9015..6bc882675f28a 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 c2b1da9e0e136..25f1e521fe8dd 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 17ce189f95997..8aee9a2c7813e 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 36a4ad671d2c1..8834b4453d8a2 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 035bbd35d25a4..081541cb87d90 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 1dfa072143e76..11b9a93246cba 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 f5a9965f24397..81041551c8841 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 ca060b55de6a2..fc8eeef82fa03 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 94de06d57db5a..1046d66afbed1 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 cfc4a504c5ada..2be1aeefb1466 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 78ca3b9f6ada0..5e16c78b4d9b3 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 190e8f4564748..f828303e49267 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 45aaffd2c90a0..2b3dcd923d6a6 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 5f787c56900b7..795b223d0bbe8 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 698f62ac95678..459434892aa1c 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 817e4a877cdc1..61548a2d52b2a 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 d494933b2e29d..dde7921d92f65 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 eea8f9c878f05..2786786ae118e 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 af5feb728669b..2930f52c8fe95 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 cf86fbcb56bd1..d4d4da7b3531b 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 974d02fb03b98..26efae7409653 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 4703ec0356368..f5b6ffd0a1320 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 6303dbe5b0935..ab3bfcdfe7c69 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 da90ca377b47e..e5536feb61a46 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 3b35b2d324b85..ce3d52ec1ab78 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 f09b7274821f8..8d8c02b9076e2 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 e75da54c99bfe..e4465e9d1eb7e 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 b88faa4580c22..ce43f31d4f5e4 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 d4c008f83682f..38c59562d0875 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 326b5839a7918..35438c3b7454f 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 4735764758314..ade40e33d42de 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 0a1952f78b643..dd481636bd0ad 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 416066e8589c4..d362d6e83284a 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 30238297b50d8..0b49026a69af3 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 002b5a63683f4..05ec7405f3f9e 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 234ccb365c559..f6b69e1b70b14 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 78b4d49804910..fb580a2461021 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 a7f63f7483934..b4c079f808d1a 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 19c61078ca8a9..6f606e297608a 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 3f4ca31478623..684c2250021a8 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 d80959cdc60d6..7d1b604860ae6 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 2c623f2197c0c..22646af783c87 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 efc8947373f26..a11fdfd858e7f 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 dad88f6345954..3ac7a63de88fc 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 7bd748aaa2428..b087c15d37b5a 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 669846241713b..de514f1802ab3 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 6aa28483ac2eb..cd3c5b342f513 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 bad65ad161370..62de37c578488 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 b6813b77126a0..961a0001c3434 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 a1b3711bb271a..2409911ae658d 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 d4733debac305..b7b3d91a2fc48 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 8008b8c379c30..48daf03a9925c 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 ac4526dda8dff..278dfcdb5e0b2 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 d4c17e13ae524..f81a3a8c341f5 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 e6427e19acf02..da300bcd017f2 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 a693bf28508aa..f98f551b321a6 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 8f4b60db3cee2..7ad83364ab0bd 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 cac6a768341c4..00c78c8cb9391 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 e58b6840496f3..be7a118f57516 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 05e8d75514f8a..8a8a7d088fc8f 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 c5955d5994434..0ec3476403dbe 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 97a08da09f60f..b10a8bf830f6b 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 4a535a1fccdd1..1169fcfbf0b4b 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 4b32261d48994..073464165d132 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 dd5ea222f1f29..21fab2d70bfe8 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 754da6fa274b1..a6b786fc326b9 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 e283832c3b173..607a3ae606d12 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 4ad9e8622ad65..fea2aa16107a8 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 1e303bd4f2348..f31de94079e50 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 97f2255350365..da2ed05ba00f4 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 9f28a7144a7c7..166506e721cc7 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 497e26113f79a..ab7a858e54658 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 9e5bed1a15bac..960065b623bab 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 05f116823f154..af77a6d164d2b 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 98289eb0cb707..1ee6fc709c474 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 10c526273df5f..a342189a1f6dc 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 245035eded46c..8da39e86f2697 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 37e2fe0660581..548ee1c72bdd6 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 b966174c05d87..57af2a9b1f6c6 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 22056e08c552d..9afcdf0046b87 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 7ceb902d41cbb..9f2649a5e32ff 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 f052cf9e5c801..82ba7f7dafedf 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 b13e474d9be6e..ee00c60d3e56f 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 fe7ada5c0bed1..5ac4a0ef925dd 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 de6acaab598de..df902a52433d2 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 a7984c45a3989..577f60670fee7 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 66012211045b2..d47481cd822e2 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 aedab240e3924..604a4f924e311 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 ad89067753ade..543ccc130182b 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 52f5d39c2f6f8..b28a84cd5a7e2 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 821c9ff656927..6e5607d22f809 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 92c3cacc46782..3ffad34aeea27 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 c611f6cb1866a..56a6738920672 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 b110de11f40fb..150b338bbe74d 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 7104f1e00c576..f23e660e9473e 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 dd928566d6e1d..375b480a1738c 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 e22fd319db960..6b0fc2570e38d 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 26bdeabb25912..419fdf1627265 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 0828ccf0635d5..6394a9581661b 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 e69794534c35c..5b22067bfee68 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 00a14aa88fa0b..ad6ba8ac68b27 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 93370cf669b37..2a622f4cb25c1 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 d394662d25e0b..c0ad131d8a262 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 30d7a820acc20..47546045eaf14 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 f3a70aff71b59..fee2ca7ce0574 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 badf639fccc6a..7f458f7f03378 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 92c18f61c09c3..039b9c7eb3b3b 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 5bc193bf96fbf..b68ba6997f84d 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 f40c02e998660..703207db39fba 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 fbfb7e67f9a7a..22b0f0410a92e 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 c559f58f14ae7..a61574b6f028c 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 e19bac2bd9f6a..5659785c3f095 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 487e9438309f2..75ffb2ddef313 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 ad1cd5db0c638..8daf12fee8be1 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 c92c0a6630fde..8fbd78be7a744 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 b9e861fd26a5c..086be772be6cd 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 e850d8f200119..2b2807a7b2320 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 40c9ba91615bc..10f8c7306916f 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 0d0bc960f948e..20494604f7bed 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 286cebd7b693e..9237d652ce740 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 692a60da99c28..3572512651948 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 96d23f38d1f9d..bb86559a37f7c 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 43dca9cfa1f7c..c4d1aa567cef2 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 d1b7f46b85f83..5b2f9f273ec88 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 feb7c2084f454..3b22199f7e3b7 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 09ca02081416f..9de01d43ea5e8 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 d15d685792f86..7b05d1260664f 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 1db1a396b2e8d..9513ef46bdd6f 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 b33a02780405f..31b36d8a08b5e 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 627a426455aa0..7633d5da55e31 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 7cf6230fc6c43..0648c77e7d857 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 2daaa950afc39..f456901a90f1d 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 8bb1eb9191386..9c54a1b87ea8b 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 d7fe37b19969b..3bf9cb0c3ca35 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 f8d0b0a0fd9b2..1ef1dd4a187f5 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 9ff9e9fa719d8..d73d137ddae58 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 04a16198d2a88..62f339277b935 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 e28efa35f1df3..40efc54eff61e 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 a7107cc051066..2a210cc981883 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 a008e3e134b0e..0803dced1c4c6 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 e246c52e6d5a7..773b047cf7685 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 faa848a18cae1..227fe70d87de6 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 1c5166ededf6d..bb36893cd0d99 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 441f0ecaa5a63..8498cb5d75120 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 e8048c672b2f0..29385df76df17 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 62f61088441d0..ea2f4eb934a66 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 c3c0c27edd263..11716cc2c5d66 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 937b5cb9009e6..bdd489f177827 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 dcfbf5032063f..af20ca5838d20 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 ac2033400f813..20b8c773d8bfa 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 c54f091d1b072..da0606db715a3 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 b05ec1f59ff1a..87c8c97c41cb1 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 430f9feb7e08e..a5bbfa5973803 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 fae0a2b82a11f..bd709246f63ce 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 c9bf0f29c57a5..8aaa691187817 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 6f1a1c8ac01c9..d3c0a9093b53f 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 36508f2e76fea..d87bb6f5b27d0 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 d0330ab23892e..9763c76bfdf27 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 febad64ece60c..7feae13b9d704 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 ab28b33d41ee3..6879438e9cdb0 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 9631d1618b5a0..8d674a7098212 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 57a5f8068f090..a5c036999a748 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 1bec833fe32c8..8922729ec8952 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 6eefbac7d8022..0d690eb44622c 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 3dd7d4e026c4e..c75ce10c5951f 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 a59a3c3c6c3e0..a58a64587251f 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 99e914654fec6..5781253e3edf5 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 f92c15c1d6c9c..e4187c018f68a 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 b763a10741746..c14a607c6ba4a 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 946d05ae637f7..cf4657a96304b 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 e17bfb3f6aa53..1b26cb36367dc 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 4c50260686bfb..da5117cc21459 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 dc4341718dc82..83f184b74dcbd 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 53db68de16e75..a71e5b2e5334f 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 8fd623c1c7074..fc44be90de7ca 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 3e87998ffe744..07f1b158d0e7e 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 482f22bd5f4d2..95f94b9276c78 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 1d7149702a84d..9dc4b1e0ff80d 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 400b225cf7b99..09dd90095297d 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 98b0b1c849ea1..19757ec2a8b6f 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 c50f8ce73bd30..a55305af34557 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 73d47d8524c95..edd5d3ac9dbba 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 706eaa51f1ab3..209ac9e6035a0 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 c013c471d32d6..73a5aa23f820c 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 89f59e3edb168..bccc9b53afc02 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 04f5321b73f21..aeefbc45174d8 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 80e6bbc190da5..adbfb77307384 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 188a5301a2f35..c4d0edf87136a 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 c3db1e5c3aefa..3e2689fda70f0 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 857eaf3a093e0..8a184d1c6ad57 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 83fb39be4c14f..1309fdd56bde2 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 dceb7e2cca38e..f71a3b07fff76 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 90ec75086e720..a830ab7cf6b9f 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 fc5ab05a2c4cd..8ada23a9806bf 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 a5856dd80ac90..98c4d9ad1bca7 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 76ab2a8b4faf9..3f16fc9fb3fa8 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 e29eb30f544f8..403e977ac9114 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 b016790fe764f..6f9d77df9091d 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 4860422ad87b5..2e9929b665388 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 722805a273dae..f891931b6c98e 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 e985a9c09c759..953732907156e 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 043c299040b01..3a70d9cfbeb76 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 b2a65f9a59374..c208a9f136082 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 f0a792126265a..8010beddf874c 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 0b76b5416fbc5..010d3ce578327 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 6e0428121ff60..c755445b42d00 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 23d7bd0ee88da..921678999a1da 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 ca070d8a577b7..d625d08350168 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 1f4e679cf88b3..6315f34eafb11 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 cf690f0840637..c54a994d9f0bf 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 1b51d8ba7e342..325cc274255f1 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 357352dea9f91..a1948b0f7d38b 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 c5958f5dd2c00..be080d20e53d8 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 cd8cf35236ab5..8d89860d11d9e 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 f08955e91bccc..0d4bb78b8fb69 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 d4952fedd7bde..a2f9f34d33c6f 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 0a77e59370bc4..61524f3d4c364 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 22aa9324f98e5..82ab814197dc6 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 f2431ed5ca41c..88b4b296df566 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.