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()