]> Cypherpunks.ru repositories - gostls13.git/commitdiff
all: add missing copyright header
authorcui fliter <imcusg@gmail.com>
Wed, 9 Nov 2022 11:53:15 +0000 (19:53 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 9 Nov 2022 14:05:53 +0000 (14:05 +0000)
Change-Id: Ia5a090953d324f0f8aa9c1808c88125ad5eb6f98
Reviewed-on: https://go-review.googlesource.com/c/go/+/448955
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>

19 files changed:
src/cmd/api/testdata/src/pkg/p1/p1.go
src/cmd/api/testdata/src/pkg/p2/p2.go
src/cmd/api/testdata/src/pkg/p3/p3.go
src/cmd/compile/internal/compare/compare_test.go
src/cmd/compile/internal/ssa/fuse_test.go
src/cmd/compile/internal/ssa/stmtlines_test.go
src/cmd/dist/quoted.go
src/cmd/go/internal/fsys/fsys.go
src/cmd/go/internal/fsys/fsys_test.go
src/cmd/go/internal/load/pkg_test.go
src/cmd/go/internal/modindex/scan.go
src/cmd/internal/obj/x86/obj6_test.go
src/internal/goos/nonunix.go
src/internal/goos/unix.go
src/internal/profile/proto_test.go
src/path/filepath/symlink_unix.go
src/reflect/internal/example1/example.go
src/reflect/internal/example2/example.go
src/syscall/const_plan9.go

index 81826d768b4f8c06111b66f1db7cc3e75ed56002..de00baf75f5db06642402835c99ba9dac67bee78 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 The Go 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 p1
 
 import (
index 6b107b50790459a497fc34ec52567dd7e419333c..b179a399eee36c79346234cb3701a609060039aa 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 The Go 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 p2
 
 type Twoer interface {
index 1b2b1a4262e16b3e75e7fc161528cb465be6e8ce..3a0686abb01981d84aba69fc9912af5bd90d8d8e 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 The Go 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 p3
 
 type ThirdBase struct{}
index 85c11bfd40f39f5f25b749a21c2ccb5051c06600..db346573346174c82d2cdd2f6758e9f1add0c82e 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package compare
 
 import (
index 27a14b17819c5d6c1626a4c242b36cb2f861ce0b..fa7921a18f6f16a738d5e14b99f97eb75ade0423 100644 (file)
@@ -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 ssa
 
 import (
index 673c88a600990206da8a1325c6fe829d1c978223..4dadfe863079ed1342e79af1b85e94a46611d400 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2018 The Go 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 ssa_test
 
 import (
index e87b8a3965d025933ce83a88e0f0c8b9f72c0818..9f3058198e55089b7e3d649c5582b84e805a4ea5 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package main
 
 import "fmt"
index 7ff4538d41e7c90b96a827489a297d0b41072f95..b5754f40caf5141c1d6d7f9213102e21e26f9d7f 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2020 The Go 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 fsys is an abstraction for reading files that
 // allows for virtual overlays on top of the files on disk.
 package fsys
index 41da4f4b02a1adea23e2b960d1de51f8ea899390..b441e19afefcaf3c29efd1e9d784d27bc3bb0637 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2020 The Go 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 fsys
 
 import (
index 1e59fb989c59c29f8ad68e6df9fe5f6740757870..3bcddee30bcaef91d7ddeef0d1068986f575099a 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package load
 
 import (
index 7207e1e523bf084ee580c1b4cbc113b90d1bb4ba..712257ac219da7930c0118f321d46d68b052379c 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package modindex
 
 import (
index 6384fa07d82b636b7404c71a4405fdfe6ddf2c71..354454fe24bd3a50a08563734f63c073cc8892d2 100644 (file)
@@ -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 x86_test
 
 import (
index 0f1373ff31a6b2067506e28176f0a76e74ff5417..2ba5c8555a303042783bb5c19e863b1201b3083c 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 //go:build !unix
 
 package goos
index 6ef2a2c7d1480336ddb0b677d8284302d3cd9a84..6cfd5ef67527b2099974ad9337802e0ca9776244 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 //go:build unix
 
 package goos
index c2613fc375a54f834e4f06c775ee3feff66ee7dd..46c6d8306383cbf6ca1f225648adcd7c996ef322 100644 (file)
@@ -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 profile
 
 import (
index f8980d5ad3886e7f5917d622142429a244e85bbd..4cac063be00df594058cda84d4769adcb4108725 100644 (file)
@@ -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.
+
 //go:build !windows && !plan9
 
 package filepath
index 0f829a86bfe6be0fc6ab7c78a76305326726fee6..181dd993af7a7242bbbfeb55d9f22c3c949df9b3 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package example1
 
 type MyStruct struct {
index df64ba1ff963d5a21f4fddb94ead17d3fb3818e2..8a55826a1c50ef7be9fb90a50a6c28adcbfe7819 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package example2
 
 type MyStruct struct {
index 063d5dfd7c274cff58532c25ad5ac8c81124bc0e..64a4b50eec1ca316707f5a4dbff3cb2a6971c849 100644 (file)
@@ -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 syscall
 
 // Plan 9 Constants