From 68d9aba983b4f7da70bb5e529228a08ad3a32f50 Mon Sep 17 00:00:00 2001 From: Paul LeMarquand Date: Mon, 8 Dec 2025 09:12:15 -0500 Subject: [PATCH] Fixup licence header in DisableSigpipe.swift It is causing the licence check CI job to fail. --- Sources/SwiftPMBuildServer/DisableSigpipe.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/SwiftPMBuildServer/DisableSigpipe.swift b/Sources/SwiftPMBuildServer/DisableSigpipe.swift index 3035104a9fa..1c0c8ecddb6 100644 --- a/Sources/SwiftPMBuildServer/DisableSigpipe.swift +++ b/Sources/SwiftPMBuildServer/DisableSigpipe.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the Swift.org open source project +// This source file is part of the Swift open source project // -// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors +// Copyright (c) 2025 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // -// See https://swift.org/LICENSE.txt for license information -// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors +// See http://swift.org/LICENSE.txt for license information +// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors // //===----------------------------------------------------------------------===//