From d457c2ffdfcca2d55bda4d1335a1c6f8a63f26a2 Mon Sep 17 00:00:00 2001 From: Sebastien Stormacq Date: Sun, 1 Mar 2026 20:42:09 +0100 Subject: [PATCH] fix format and license check --- .../ServiceContext+TraceId.swift | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Sources/AWSLambdaRuntime/ServiceContext+TraceId.swift b/Sources/AWSLambdaRuntime/ServiceContext+TraceId.swift index 0183508f..ab5f90c8 100644 --- a/Sources/AWSLambdaRuntime/ServiceContext+TraceId.swift +++ b/Sources/AWSLambdaRuntime/ServiceContext+TraceId.swift @@ -1,3 +1,18 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the SwiftAWSLambdaRuntime open source project +// +// Copyright SwiftAWSLambdaRuntime project authors +// Copyright (c) Amazon.com, Inc. or its affiliates. +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===// + import ServiceContextModule // MARK: - ServiceContext integration @@ -32,4 +47,4 @@ extension ServiceContext { self[LambdaTraceIDKey.self] = newValue } } -} \ No newline at end of file +}