Skip to content

Commit fd329cc

Browse files
add missing copyright headers
Signed-off-by: Takeshi Yoshimura <[email protected]>
1 parent 1a5e332 commit fd329cc

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

cmd/core-dump-uploader/k8s.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023- IBM Inc. All rights reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package main
27

38
import (

cmd/core-dump-uploader/k8s_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023- IBM Inc. All rights reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package main
27

38
import (

cmd/core-dump-uploader/s3.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023- IBM Inc. All rights reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package main
27

38
import (

cmd/core-dump-uploader/s3_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023- IBM Inc. All rights reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package main
27

38
import (

cmd/core-dump-uploader/uploader.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023- IBM Inc. All rights reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package main
27

38
import (

cmd/core-dump-uploader/uploader_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023- IBM Inc. All rights reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package main
27

38
import (

cmd/core-dump-uploader/zip.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023- IBM Inc. All rights reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package main
27

38
import (

cmd/core-dump-uploader/zip_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright 2023- IBM Inc. All rights reserved
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package main
27

38
import (

0 commit comments

Comments
 (0)