Skip to content

Commit de7cb27

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent 60665ea commit de7cb27

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright IBM Corp. 2013, 2025
2+
# SPDX-License-Identifier: MIT
3+
14
version: "2"
25
linters:
36
enable:

codec/bench/bench.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright IBM Corp. 2013, 2025
3+
# SPDX-License-Identifier: MIT
4+
25

36
# download the code and all its dependencies
47
_go_get() {

codec/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright IBM Corp. 2013, 2025
3+
# SPDX-License-Identifier: MIT
4+
25

36
# Run all the different permutations of all the tests and other things
47
# This helps ensure that nothing gets broken.

codec/codecgen.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright IBM Corp. 2013, 2025
2+
// SPDX-License-Identifier: MIT
3+
14
//go:build codecgen || generated
25
// +build codecgen generated
36

codec/gen_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright IBM Corp. 2013, 2025
2+
// SPDX-License-Identifier: MIT
3+
14
//go:build codecgen.exec
25

36
package codec

codec/raft_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright IBM Corp. 2013, 2025
2+
// SPDX-License-Identifier: MIT
3+
14
package codec
25

36
import (

codec/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python
2+
# Copyright IBM Corp. 2013, 2025
3+
# SPDX-License-Identifier: MIT
4+
25

36
# This will create golden files in a directory passed to it.
47
# A Test calls this internally to create the golden files

0 commit comments

Comments
 (0)