diff --git a/Sources/Example/Middlewares/RouteHandlerMiddleware.swift b/Sources/Example/Middlewares/RouteHandlerMiddleware.swift index db546f9..bf649c6 100644 --- a/Sources/Example/Middlewares/RouteHandlerMiddleware.swift +++ b/Sources/Example/Middlewares/RouteHandlerMiddleware.swift @@ -1,3 +1,16 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the Swift HTTP Server open source project +// +// Copyright (c) 2025 Apple Inc. and the Swift HTTP Server project authors +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===// + public import HTTPTypes public import AsyncStreaming public import Middleware diff --git a/Sources/Example/Middlewares/TimeoutMiddleware.swift b/Sources/Example/Middlewares/TimeoutMiddleware.swift index 5141fdf..de42c6e 100644 --- a/Sources/Example/Middlewares/TimeoutMiddleware.swift +++ b/Sources/Example/Middlewares/TimeoutMiddleware.swift @@ -1,3 +1,16 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the Swift HTTP Server open source project +// +// Copyright (c) 2025 Apple Inc. and the Swift HTTP Server project authors +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===// + import Middleware @available(macOS 26.0, iOS 26.0, watchOS 26.0, tvOS 26.0, visionOS 26.0, *) diff --git a/Sources/Example/Middlewares/TracingMiddleware.swift b/Sources/Example/Middlewares/TracingMiddleware.swift index 179b2a6..e2eedd2 100644 --- a/Sources/Example/Middlewares/TracingMiddleware.swift +++ b/Sources/Example/Middlewares/TracingMiddleware.swift @@ -1,3 +1,16 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the Swift HTTP Server open source project +// +// Copyright (c) 2025 Apple Inc. and the Swift HTTP Server project authors +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===// + import HTTPTypes import Middleware import Tracing