Skip to content

Commit 0a7f6d2

Browse files
author
Johan Broberg
committed
Refactor copyright header in span_processor.py for clarity and compliance
1 parent 4b19c62 commit 0a7f6d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/trace_processor

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/trace_processor/span_processor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4-
"""Copyright (c) Microsoft. All rights reserved.
5-
6-
Span processor for copying OpenTelemetry baggage entries onto spans.
4+
"""Span processor for copying OpenTelemetry baggage entries onto spans.
75
86
This implementation assumes `opentelemetry.baggage.get_all` is available with the
97
signature `get_all(context: Context | None) -> Mapping[str, object]`.

0 commit comments

Comments
 (0)