From 392cca662cc242df280092151f5d46fad96a69cf Mon Sep 17 00:00:00 2001 From: Owen Voorhees Date: Tue, 29 Apr 2025 14:04:29 -0700 Subject: [PATCH] Add missing license header to CMake filewq --- cmake/modules/SwiftBuildConfig.cmake.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cmake/modules/SwiftBuildConfig.cmake.in b/cmake/modules/SwiftBuildConfig.cmake.in index 74cb8f0f..b996ae36 100644 --- a/cmake/modules/SwiftBuildConfig.cmake.in +++ b/cmake/modules/SwiftBuildConfig.cmake.in @@ -1,3 +1,14 @@ +##===----------------------------------------------------------------------===## +## +## This source file is part of the Swift open source project +## +## Copyright (c) YEARS 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 +## +##===----------------------------------------------------------------------===## if(NOT TARGET SwiftBuild::SwiftBuild) include(@SWIFTBUILD_EXPORTS_FILE@) endif()