Skip to content

Commit 5099720

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent 3f5c9b6 commit 5099720

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

cryptoutil/rsa_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
package cryptoutil
25

36
import (

permitpool/example_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
package permitpool_test
25

36
import (

permitpool/permitpool.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
// Package permitpool exposes a synchronization primitive for
25
// limiting the number of concurrent operations. See the Pool
36
// example for a simple use case.

permitpool/permitpool_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
package permitpool_test
25

36
import (

0 commit comments

Comments
 (0)