diff --git a/pkg/telemetry/node_info_generic.go b/pkg/telemetry/node_info_generic.go index 7c774873a2..796ebf196b 100644 --- a/pkg/telemetry/node_info_generic.go +++ b/pkg/telemetry/node_info_generic.go @@ -1,6 +1,7 @@ //go:build !loong64 // +build !loong64 -// Copyright 2024 PingCAP, Inc. +// +// Copyright 2025 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/telemetry/node_info_loong64.go b/pkg/telemetry/node_info_loong64.go index daab81d36c..1caa915fc5 100644 --- a/pkg/telemetry/node_info_loong64.go +++ b/pkg/telemetry/node_info_loong64.go @@ -1,7 +1,7 @@ //go:build loong64 // +build loong64 - -// Copyright 2024 PingCAP, Inc. +// +// Copyright 2025 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.