From a8bae7367306ade4b4f4a8bd8a57579d89f2f6a0 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sat, 15 Feb 2025 19:08:13 -0500 Subject: [PATCH] all: make copyright headers consistent The standard copyright header at https://go.dev/doc/contribute#copyright has a single space (also see CL 20022). Also, add it to a files where it was missed. Change-Id: I341ce5b5c455efa768b65597c387866e47a6757e Reviewed-on: https://go-review.googlesource.com/c/mobile/+/649382 Auto-Submit: Dmitri Shuralyov Reviewed-by: Hajime Hoshi LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Knyszek Reviewed-by: Dmitri Shuralyov --- bind/bind_test.go | 4 ++++ bind/testdata/basictypes.go | 2 +- bind/testdata/classes.go | 2 +- bind/testdata/customprefix.go | 2 +- bind/testdata/doc.go | 2 +- bind/testdata/ignore.go | 2 +- bind/testdata/interfaces.go | 2 +- bind/testdata/issue10788.go | 2 +- bind/testdata/issue12328.go | 2 +- bind/testdata/java.go | 2 +- bind/testdata/keywords.go | 2 +- bind/testdata/objc.go | 2 +- bind/testdata/objcw.go | 2 +- bind/testdata/structs.go | 2 +- bind/testdata/try.go | 2 +- cmd/gobind/doc.go | 2 +- cmd/gobind/gen.go | 2 +- cmd/gobind/gobind_test.go | 2 +- cmd/gobind/main.go | 2 +- cmd/gomobile/bind.go | 2 +- cmd/gomobile/bind_androidapp.go | 2 +- cmd/gomobile/bind_iosapp.go | 2 +- cmd/gomobile/bind_test.go | 2 +- cmd/gomobile/build.go | 2 +- cmd/gomobile/build_androidapp.go | 2 +- cmd/gomobile/build_apple.go | 2 +- cmd/gomobile/build_darwin_test.go | 2 +- cmd/gomobile/build_test.go | 2 +- cmd/gomobile/cert.go | 2 +- cmd/gomobile/cert_test.go | 2 +- cmd/gomobile/clean.go | 2 +- cmd/gomobile/dex.go | 2 +- cmd/gomobile/doc.go | 2 +- cmd/gomobile/env.go | 4 ++++ cmd/gomobile/env_test.go | 2 +- cmd/gomobile/gendex.go | 4 ++-- cmd/gomobile/init.go | 2 +- cmd/gomobile/init_test.go | 2 +- cmd/gomobile/install.go | 2 +- cmd/gomobile/main.go | 4 ++-- cmd/gomobile/manifest.go | 2 +- cmd/gomobile/strings_flag.go | 2 +- cmd/gomobile/version.go | 2 +- cmd/gomobile/writer.go | 2 +- cmd/gomobile/writer_test.go | 2 +- example/ivy/doc.go | 2 +- example/ivy/tools.go | 2 +- exp/f32/affine_test.go | 4 ++++ gl/consts.go | 2 +- gl/doc.go | 2 +- gl/fn.go | 2 +- gl/gendebug.go | 4 ++-- gl/gl.go | 2 +- gl/gldebug.go | 2 +- gl/interface.go | 2 +- gl/types_debug.go | 2 +- gl/types_prod.go | 2 +- internal/binres/arsc.go | 2 +- internal/binres/binres.go | 2 +- internal/binres/binres_test.go | 2 +- internal/binres/genarsc.go | 4 ++-- internal/binres/node.go | 2 +- internal/binres/pool.go | 2 +- internal/binres/sdk.go | 4 ++++ internal/binres/table.go | 2 +- internal/importers/ast.go | 2 +- internal/importers/ast_test.go | 4 ++++ internal/sdkpath/sdkpath.go | 2 +- 68 files changed, 87 insertions(+), 67 deletions(-) diff --git a/bind/bind_test.go b/bind/bind_test.go index fae951b31..af0973323 100644 --- a/bind/bind_test.go +++ b/bind/bind_test.go @@ -1,3 +1,7 @@ +// Copyright 2014 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package bind import ( diff --git a/bind/testdata/basictypes.go b/bind/testdata/basictypes.go index 1fc02e63a..1ff804e4b 100644 --- a/bind/testdata/basictypes.go +++ b/bind/testdata/basictypes.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/bind/testdata/classes.go b/bind/testdata/classes.go index 7263ac771..6d60349ca 100644 --- a/bind/testdata/classes.go +++ b/bind/testdata/classes.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/bind/testdata/customprefix.go b/bind/testdata/customprefix.go index b3a0967bb..057f78514 100644 --- a/bind/testdata/customprefix.go +++ b/bind/testdata/customprefix.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/bind/testdata/doc.go b/bind/testdata/doc.go index c17da8295..11125d0fb 100644 --- a/bind/testdata/doc.go +++ b/bind/testdata/doc.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/bind/testdata/ignore.go b/bind/testdata/ignore.go index 2d3e1a686..e8b8517a9 100644 --- a/bind/testdata/ignore.go +++ b/bind/testdata/ignore.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/bind/testdata/interfaces.go b/bind/testdata/interfaces.go index 9e2da3a34..c0e63bba6 100644 --- a/bind/testdata/interfaces.go +++ b/bind/testdata/interfaces.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/bind/testdata/issue10788.go b/bind/testdata/issue10788.go index af487218e..d3ceb75bc 100644 --- a/bind/testdata/issue10788.go +++ b/bind/testdata/issue10788.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/bind/testdata/issue12328.go b/bind/testdata/issue12328.go index 2b4ab887f..2dc5ee407 100644 --- a/bind/testdata/issue12328.go +++ b/bind/testdata/issue12328.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/bind/testdata/java.go b/bind/testdata/java.go index 8550582ff..f37e0386c 100644 --- a/bind/testdata/java.go +++ b/bind/testdata/java.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/bind/testdata/keywords.go b/bind/testdata/keywords.go index 6a04f0bdd..8a8808d92 100644 --- a/bind/testdata/keywords.go +++ b/bind/testdata/keywords.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/bind/testdata/objc.go b/bind/testdata/objc.go index ca42fb95f..2d154c306 100644 --- a/bind/testdata/objc.go +++ b/bind/testdata/objc.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/bind/testdata/objcw.go b/bind/testdata/objcw.go index dadfd93bc..353795b77 100644 --- a/bind/testdata/objcw.go +++ b/bind/testdata/objcw.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/bind/testdata/structs.go b/bind/testdata/structs.go index 5974bdc36..53be1c747 100644 --- a/bind/testdata/structs.go +++ b/bind/testdata/structs.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/bind/testdata/try.go b/bind/testdata/try.go index 5d3d21787..8dff65295 100644 --- a/bind/testdata/try.go +++ b/bind/testdata/try.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/cmd/gobind/doc.go b/cmd/gobind/doc.go index 0823d5d81..cffb0d8b5 100644 --- a/cmd/gobind/doc.go +++ b/cmd/gobind/doc.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/cmd/gobind/gen.go b/cmd/gobind/gen.go index fedbc2705..87c72d9d2 100644 --- a/cmd/gobind/gen.go +++ b/cmd/gobind/gen.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/cmd/gobind/gobind_test.go b/cmd/gobind/gobind_test.go index 302103c9e..f8c7879eb 100644 --- a/cmd/gobind/gobind_test.go +++ b/cmd/gobind/gobind_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/cmd/gobind/main.go b/cmd/gobind/main.go index 8ccb9951e..b2503080a 100644 --- a/cmd/gobind/main.go +++ b/cmd/gobind/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/cmd/gomobile/bind.go b/cmd/gomobile/bind.go index fc9f75631..4e1c453f4 100644 --- a/cmd/gomobile/bind.go +++ b/cmd/gomobile/bind.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/cmd/gomobile/bind_androidapp.go b/cmd/gomobile/bind_androidapp.go index f8fcabe1b..a8fab279d 100644 --- a/cmd/gomobile/bind_androidapp.go +++ b/cmd/gomobile/bind_androidapp.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/cmd/gomobile/bind_iosapp.go b/cmd/gomobile/bind_iosapp.go index 9a3e52169..ca3815e3a 100644 --- a/cmd/gomobile/bind_iosapp.go +++ b/cmd/gomobile/bind_iosapp.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/cmd/gomobile/bind_test.go b/cmd/gomobile/bind_test.go index 42d3f1110..07e366560 100644 --- a/cmd/gomobile/bind_test.go +++ b/cmd/gomobile/bind_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/cmd/gomobile/build.go b/cmd/gomobile/build.go index f8895eb31..a8f0ad2cc 100644 --- a/cmd/gomobile/build.go +++ b/cmd/gomobile/build.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/cmd/gomobile/build_androidapp.go b/cmd/gomobile/build_androidapp.go index bcd2664bd..5063f94ac 100644 --- a/cmd/gomobile/build_androidapp.go +++ b/cmd/gomobile/build_androidapp.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/cmd/gomobile/build_apple.go b/cmd/gomobile/build_apple.go index f7b682389..298367bdf 100644 --- a/cmd/gomobile/build_apple.go +++ b/cmd/gomobile/build_apple.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/cmd/gomobile/build_darwin_test.go b/cmd/gomobile/build_darwin_test.go index 43ca683ee..c640fa80e 100644 --- a/cmd/gomobile/build_darwin_test.go +++ b/cmd/gomobile/build_darwin_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/cmd/gomobile/build_test.go b/cmd/gomobile/build_test.go index b50aba752..5cec2acf2 100644 --- a/cmd/gomobile/build_test.go +++ b/cmd/gomobile/build_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/cmd/gomobile/cert.go b/cmd/gomobile/cert.go index 0aa00b3a4..f61299366 100644 --- a/cmd/gomobile/cert.go +++ b/cmd/gomobile/cert.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/cmd/gomobile/cert_test.go b/cmd/gomobile/cert_test.go index a4ab860b7..c871394b4 100644 --- a/cmd/gomobile/cert_test.go +++ b/cmd/gomobile/cert_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/cmd/gomobile/clean.go b/cmd/gomobile/clean.go index 1c0e348e3..6c3dddf28 100644 --- a/cmd/gomobile/clean.go +++ b/cmd/gomobile/clean.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/cmd/gomobile/dex.go b/cmd/gomobile/dex.go index ff844b348..59dc3defe 100644 --- a/cmd/gomobile/dex.go +++ b/cmd/gomobile/dex.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/cmd/gomobile/doc.go b/cmd/gomobile/doc.go index 74090da67..205f167b2 100644 --- a/cmd/gomobile/doc.go +++ b/cmd/gomobile/doc.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/cmd/gomobile/env.go b/cmd/gomobile/env.go index e9fd5dcc7..320597994 100644 --- a/cmd/gomobile/env.go +++ b/cmd/gomobile/env.go @@ -1,3 +1,7 @@ +// Copyright 2015 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/gomobile/env_test.go b/cmd/gomobile/env_test.go index e5ad28259..1b9e452b4 100644 --- a/cmd/gomobile/env_test.go +++ b/cmd/gomobile/env_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The Go Authors. All rights reserved. +// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/cmd/gomobile/gendex.go b/cmd/gomobile/gendex.go index be470a2bd..9ef5b315d 100644 --- a/cmd/gomobile/gendex.go +++ b/cmd/gomobile/gendex.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. @@ -148,7 +148,7 @@ func findLast(path string) (string, error) { return path + "/" + children[len(children)-1], nil } -var header = `// Copyright 2015 The Go Authors. All rights reserved. +var header = `// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/cmd/gomobile/init.go b/cmd/gomobile/init.go index e7392df71..48642e22b 100644 --- a/cmd/gomobile/init.go +++ b/cmd/gomobile/init.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/cmd/gomobile/init_test.go b/cmd/gomobile/init_test.go index 2eabda1a8..8a51e75ac 100644 --- a/cmd/gomobile/init_test.go +++ b/cmd/gomobile/init_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/cmd/gomobile/install.go b/cmd/gomobile/install.go index beb7e5262..5a893c2ab 100644 --- a/cmd/gomobile/install.go +++ b/cmd/gomobile/install.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/cmd/gomobile/main.go b/cmd/gomobile/main.go index fe6fd7e16..2d280b864 100644 --- a/cmd/gomobile/main.go +++ b/cmd/gomobile/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. @@ -128,7 +128,7 @@ func help(args []string) { os.Exit(2) } -const documentationHeader = `// Copyright 2015 The Go Authors. All rights reserved. +const documentationHeader = `// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/cmd/gomobile/manifest.go b/cmd/gomobile/manifest.go index 09b8ff0e0..53fe32071 100644 --- a/cmd/gomobile/manifest.go +++ b/cmd/gomobile/manifest.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/cmd/gomobile/strings_flag.go b/cmd/gomobile/strings_flag.go index 330833e70..6cf51c345 100644 --- a/cmd/gomobile/strings_flag.go +++ b/cmd/gomobile/strings_flag.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/cmd/gomobile/version.go b/cmd/gomobile/version.go index 27fd6bde0..faf072428 100644 --- a/cmd/gomobile/version.go +++ b/cmd/gomobile/version.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/cmd/gomobile/writer.go b/cmd/gomobile/writer.go index 880104120..029e6eeee 100644 --- a/cmd/gomobile/writer.go +++ b/cmd/gomobile/writer.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/cmd/gomobile/writer_test.go b/cmd/gomobile/writer_test.go index ae6e2c710..345ab2821 100644 --- a/cmd/gomobile/writer_test.go +++ b/cmd/gomobile/writer_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/example/ivy/doc.go b/example/ivy/doc.go index fa37ea90d..47eaa1fb6 100644 --- a/example/ivy/doc.go +++ b/example/ivy/doc.go @@ -1,4 +1,4 @@ -// Copyright 2021 The Go Authors. All rights reserved. +// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/example/ivy/tools.go b/example/ivy/tools.go index de6105c52..4219529ba 100644 --- a/example/ivy/tools.go +++ b/example/ivy/tools.go @@ -1,4 +1,4 @@ -// Copyright 2021 The Go Authors. All rights reserved. +// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/exp/f32/affine_test.go b/exp/f32/affine_test.go index f1d84cdd9..0c7009750 100644 --- a/exp/f32/affine_test.go +++ b/exp/f32/affine_test.go @@ -1,3 +1,7 @@ +// Copyright 2014 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package f32 import ( diff --git a/gl/consts.go b/gl/consts.go index 370d0b859..62d93aab0 100644 --- a/gl/consts.go +++ b/gl/consts.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/gl/doc.go b/gl/doc.go index 880d5f925..4cf95042c 100644 --- a/gl/doc.go +++ b/gl/doc.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/gl/fn.go b/gl/fn.go index 3f2f3adea..c34e51662 100644 --- a/gl/fn.go +++ b/gl/fn.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/gl/gendebug.go b/gl/gendebug.go index 146826f07..7e3d5a2a6 100644 --- a/gl/gendebug.go +++ b/gl/gendebug.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. @@ -877,7 +877,7 @@ func setEnqueueBlocking(c *ast.CallExpr) { }) } -const preamble = `// Copyright 2014 The Go Authors. All rights reserved. +const preamble = `// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/gl/gl.go b/gl/gl.go index 28e747b09..2272c59d1 100644 --- a/gl/gl.go +++ b/gl/gl.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/gl/gldebug.go b/gl/gldebug.go index fb79bb7ac..b3aca42e3 100644 --- a/gl/gldebug.go +++ b/gl/gldebug.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/gl/interface.go b/gl/interface.go index 6ad9ff65f..693abe422 100644 --- a/gl/interface.go +++ b/gl/interface.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/gl/types_debug.go b/gl/types_debug.go index ea011704e..e9e9bd7c8 100644 --- a/gl/types_debug.go +++ b/gl/types_debug.go @@ -1,4 +1,4 @@ -// Copyright 2014 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. diff --git a/gl/types_prod.go b/gl/types_prod.go index f87f91f75..6817c6f04 100644 --- a/gl/types_prod.go +++ b/gl/types_prod.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/internal/binres/arsc.go b/internal/binres/arsc.go index 1b4dff223..bd583ffa5 100644 --- a/internal/binres/arsc.go +++ b/internal/binres/arsc.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/internal/binres/binres.go b/internal/binres/binres.go index d77bde265..2f6dc7aae 100644 --- a/internal/binres/binres.go +++ b/internal/binres/binres.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/internal/binres/binres_test.go b/internal/binres/binres_test.go index 7e4f214c8..06259b420 100644 --- a/internal/binres/binres_test.go +++ b/internal/binres/binres_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/internal/binres/genarsc.go b/internal/binres/genarsc.go index 2e71f29f0..7d975cb8d 100644 --- a/internal/binres/genarsc.go +++ b/internal/binres/genarsc.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. @@ -19,7 +19,7 @@ import ( "golang.org/x/mobile/internal/binres" ) -const tmpl = `// Copyright 2016 The Go Authors. All rights reserved. +const tmpl = `// 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/internal/binres/node.go b/internal/binres/node.go index 491825143..20328fb9e 100644 --- a/internal/binres/node.go +++ b/internal/binres/node.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/internal/binres/pool.go b/internal/binres/pool.go index 273e94c72..c90350ce7 100644 --- a/internal/binres/pool.go +++ b/internal/binres/pool.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/internal/binres/sdk.go b/internal/binres/sdk.go index 607e0b7dc..44419c6ce 100644 --- a/internal/binres/sdk.go +++ b/internal/binres/sdk.go @@ -1,3 +1,7 @@ +// 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. + package binres import ( diff --git a/internal/binres/table.go b/internal/binres/table.go index b552cbaff..06dfb4392 100644 --- a/internal/binres/table.go +++ b/internal/binres/table.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/internal/importers/ast.go b/internal/importers/ast.go index 64da4a188..dafad08b8 100644 --- a/internal/importers/ast.go +++ b/internal/importers/ast.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/internal/importers/ast_test.go b/internal/importers/ast_test.go index 8e329940e..52c6d6304 100644 --- a/internal/importers/ast_test.go +++ b/internal/importers/ast_test.go @@ -1,3 +1,7 @@ +// 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. + package importers import ( diff --git a/internal/sdkpath/sdkpath.go b/internal/sdkpath/sdkpath.go index 91e9a5124..cdcf152cb 100644 --- a/internal/sdkpath/sdkpath.go +++ b/internal/sdkpath/sdkpath.go @@ -1,4 +1,4 @@ -// Copyright 2022 The Go Authors. All rights reserved. +// Copyright 2022 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.