Skip to content

Commit a94c635

Browse files
Merge pull request #24 from hashicorp/compliance/update-headers
[IND-4226] [COMPLIANCE] Update Copyright Headers
2 parents c1ba675 + f11e2db commit a94c635

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 HashiCorp, Inc.
3+
Copyright IBM Corp. 2013, 2025
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2013, 2025
22
// SPDX-License-Identifier: MIT
33

44
package msgpackrpc

codec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2013, 2025
22
// SPDX-License-Identifier: MIT
33

44
package msgpackrpc

codec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2013, 2025
22
// SPDX-License-Identifier: MIT
33

44
package msgpackrpc

msgpackrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2013, 2025
22
// SPDX-License-Identifier: MIT
33

44
// Package msgpackrpc implements a MessagePack-RPC ClientCodec and ServerCodec

msgpackrpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) HashiCorp, Inc.
1+
// Copyright IBM Corp. 2013, 2025
22
// SPDX-License-Identifier: MIT
33

44
package msgpackrpc

0 commit comments

Comments
 (0)