Skip to content

Commit a922b07

Browse files
committed
Fix copyright
1 parent 45508dc commit a922b07

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

contrib/mark3labs/mcp-go/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Unless explicitly stated otherwise all files in this repository are licensed
22
// under the Apache License Version 2.0.
33
// This product includes software developed at Datadog (https://www.datadoghq.com/).
4-
// Copyright 2016 Datadog, Inc.
4+
// Copyright 2025 Datadog, Inc.
55

66
package mcpgo_test
77

contrib/mark3labs/mcp-go/mcpgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Unless explicitly stated otherwise all files in this repository are licensed
22
// under the Apache License Version 2.0.
33
// This product includes software developed at Datadog (https://www.datadoghq.com/).
4-
// Copyright 2016 Datadog, Inc.
4+
// Copyright 2025 Datadog, Inc.
55

66
package mcpgo // import "github.com/DataDog/dd-trace-go/contrib/mark3labs/mcp-go/v2"
77

contrib/mark3labs/mcp-go/mcpgo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Unless explicitly stated otherwise all files in this repository are licensed
22
// under the Apache License Version 2.0.
33
// This product includes software developed at Datadog (https://www.datadoghq.com/).
4-
// Copyright 2016 Datadog, Inc.
4+
// Copyright 2025 Datadog, Inc.
55

66
package mcpgo
77

contrib/mark3labs/mcp-go/option.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Unless explicitly stated otherwise all files in this repository are licensed
2+
// under the Apache License Version 2.0.
3+
// This product includes software developed at Datadog (https://www.datadoghq.com/).
4+
// Copyright 2025 Datadog, Inc.
5+
16
package mcpgo
27

38
import (

0 commit comments

Comments
 (0)