From 631a6c2abfb2cf7a877ea80f98c504fc4e0077be Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Mon, 13 Nov 2023 08:57:14 +0000 Subject: all: add missing copyright header Change-Id: Ic61fb181923159e80a86a41582e83ec466ab9bc4 GitHub-Last-Rev: 92469845665fa1f864d257c8bc175201a43b4d43 GitHub-Pull-Request: golang/go#64080 Reviewed-on: https://go-review.googlesource.com/c/go/+/541741 TryBot-Result: Gopher Robot Reviewed-by: Michael Pratt Reviewed-by: Than McIntosh Run-TryBot: Jes Cok --- src/cmd/cgo/internal/test/issue4339.c | 4 ++++ src/cmd/cgo/internal/test/issue4339.h | 4 ++++ src/cmd/cgo/internal/test/issue8756.go | 4 ++++ src/cmd/cgo/internal/test/issue8756/issue8756.go | 4 ++++ src/cmd/cgo/internal/test/issue8828/trivial.go | 4 ++++ src/cmd/cgo/internal/test/issue9026/issue9026.go | 4 ++++ src/cmd/cgo/internal/test/issue9510a/a.go | 4 ++++ src/cmd/cgo/internal/test/issue9510b/b.go | 4 ++++ 8 files changed, 32 insertions(+) (limited to 'src/cmd/cgo') diff --git a/src/cmd/cgo/internal/test/issue4339.c b/src/cmd/cgo/internal/test/issue4339.c index 15d0004078..d0e64878d1 100644 --- a/src/cmd/cgo/internal/test/issue4339.c +++ b/src/cmd/cgo/internal/test/issue4339.c @@ -1,3 +1,7 @@ +// Copyright 2013 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + #include #include "issue4339.h" diff --git a/src/cmd/cgo/internal/test/issue4339.h b/src/cmd/cgo/internal/test/issue4339.h index 20f6cebb6b..99a09960e2 100644 --- a/src/cmd/cgo/internal/test/issue4339.h +++ b/src/cmd/cgo/internal/test/issue4339.h @@ -1,3 +1,7 @@ +// Copyright 2013 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + typedef struct Issue4339 Issue4339; struct Issue4339 { diff --git a/src/cmd/cgo/internal/test/issue8756.go b/src/cmd/cgo/internal/test/issue8756.go index 817f449e96..d8eadfde6d 100644 --- a/src/cmd/cgo/internal/test/issue8756.go +++ b/src/cmd/cgo/internal/test/issue8756.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 cgotest /* diff --git a/src/cmd/cgo/internal/test/issue8756/issue8756.go b/src/cmd/cgo/internal/test/issue8756/issue8756.go index 223397f067..02a1424b9f 100644 --- a/src/cmd/cgo/internal/test/issue8756/issue8756.go +++ b/src/cmd/cgo/internal/test/issue8756/issue8756.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 issue8756 /* diff --git a/src/cmd/cgo/internal/test/issue8828/trivial.go b/src/cmd/cgo/internal/test/issue8828/trivial.go index e7b9a4e573..9f2619654f 100644 --- a/src/cmd/cgo/internal/test/issue8828/trivial.go +++ b/src/cmd/cgo/internal/test/issue8828/trivial.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 issue8828 //void foo(); diff --git a/src/cmd/cgo/internal/test/issue9026/issue9026.go b/src/cmd/cgo/internal/test/issue9026/issue9026.go index ff269ca9eb..13bc180321 100644 --- a/src/cmd/cgo/internal/test/issue9026/issue9026.go +++ b/src/cmd/cgo/internal/test/issue9026/issue9026.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 issue9026 // This file appears in its own package since the assertion tests the diff --git a/src/cmd/cgo/internal/test/issue9510a/a.go b/src/cmd/cgo/internal/test/issue9510a/a.go index 1a5224b8c6..f0a0128d10 100644 --- a/src/cmd/cgo/internal/test/issue9510a/a.go +++ b/src/cmd/cgo/internal/test/issue9510a/a.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 issue9510a /* diff --git a/src/cmd/cgo/internal/test/issue9510b/b.go b/src/cmd/cgo/internal/test/issue9510b/b.go index 5016b39597..6e22508c32 100644 --- a/src/cmd/cgo/internal/test/issue9510b/b.go +++ b/src/cmd/cgo/internal/test/issue9510b/b.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 issue9510b /* -- cgit v1.3-5-g9baa