From 96ba37b0de42d2d8a6b24091027162e03a65213d Mon Sep 17 00:00:00 2001 From: Owen Voorhees Date: Mon, 13 Oct 2025 17:09:26 -0700 Subject: [PATCH] License header fixups --- .editorconfig | 11 +++++++++++ .github/scripts/prebuild.ps1 | 6 +++--- .github/scripts/prebuild.sh | 6 +++--- Plugins/cmake-smoke-test/cmake-smoke-test.swift | 6 +++--- .../DocumentURI+CustomLogStringConvertible.swift | 1 + cmake/modules/SwiftToolsProtocolsConfig.cmake.in | 6 +++--- 6 files changed, 24 insertions(+), 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2a9df2dac..0812baac2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,14 @@ +##===----------------------------------------------------------------------===## +## +## This source file is part of the Swift.org open source project +## +## 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 +## +##===----------------------------------------------------------------------===## root = true [*] diff --git a/.github/scripts/prebuild.ps1 b/.github/scripts/prebuild.ps1 index 8c96dba05..4339bde35 100644 --- a/.github/scripts/prebuild.ps1 +++ b/.github/scripts/prebuild.ps1 @@ -1,12 +1,12 @@ ##===----------------------------------------------------------------------===## ## -## This source file is part of the Swift open source project +## This source file is part of the Swift.org open source project ## ## Copyright (c) 2025 Apple Inc. and the Swift project authors ## Licensed under Apache License v2.0 with Runtime Library Exception ## -## See http://swift.org/LICENSE.txt for license information -## See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors +## See https://swift.org/LICENSE.txt for license information +## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors ## ##===----------------------------------------------------------------------===## diff --git a/.github/scripts/prebuild.sh b/.github/scripts/prebuild.sh index b92d2d606..b25768208 100755 --- a/.github/scripts/prebuild.sh +++ b/.github/scripts/prebuild.sh @@ -1,13 +1,13 @@ #!/bin/bash ##===----------------------------------------------------------------------===## ## -## This source file is part of the Swift open source project +## This source file is part of the Swift.org open source project ## ## Copyright (c) 2025 Apple Inc. and the Swift project authors ## Licensed under Apache License v2.0 with Runtime Library Exception ## -## See http://swift.org/LICENSE.txt for license information -## See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors +## See https://swift.org/LICENSE.txt for license information +## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors ## ##===----------------------------------------------------------------------===## diff --git a/Plugins/cmake-smoke-test/cmake-smoke-test.swift b/Plugins/cmake-smoke-test/cmake-smoke-test.swift index e84a39c24..b0443498a 100644 --- a/Plugins/cmake-smoke-test/cmake-smoke-test.swift +++ b/Plugins/cmake-smoke-test/cmake-smoke-test.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the Swift open source project +// This source file is part of the Swift.org open source project // // Copyright (c) 2025 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // -// See http://swift.org/LICENSE.txt for license information -// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors +// See https://swift.org/LICENSE.txt for license information +// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors // //===----------------------------------------------------------------------===// diff --git a/Sources/LanguageServerProtocolTransport/DocumentURI+CustomLogStringConvertible.swift b/Sources/LanguageServerProtocolTransport/DocumentURI+CustomLogStringConvertible.swift index 7fb87cba2..3f33639a5 100644 --- a/Sources/LanguageServerProtocolTransport/DocumentURI+CustomLogStringConvertible.swift +++ b/Sources/LanguageServerProtocolTransport/DocumentURI+CustomLogStringConvertible.swift @@ -1,3 +1,4 @@ +//===----------------------------------------------------------------------===// // // This source file is part of the Swift.org open source project // diff --git a/cmake/modules/SwiftToolsProtocolsConfig.cmake.in b/cmake/modules/SwiftToolsProtocolsConfig.cmake.in index 5102d0624..3b5dedd4f 100644 --- a/cmake/modules/SwiftToolsProtocolsConfig.cmake.in +++ b/cmake/modules/SwiftToolsProtocolsConfig.cmake.in @@ -1,12 +1,12 @@ ##===----------------------------------------------------------------------===## ## -## This source file is part of the Swift open source project +## This source file is part of the Swift.org open source project ## ## Copyright (c) 2025 Apple Inc. and the Swift project authors ## Licensed under Apache License v2.0 with Runtime Library Exception ## -## See http://swift.org/LICENSE.txt for license information -## See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors +## See https://swift.org/LICENSE.txt for license information +## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors ## ##===----------------------------------------------------------------------===##