Skip to content

Commit db585be

Browse files
[gardening] Add licensing preamble.
1 parent 3018eeb commit db585be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lib/LLVMPasses/LLVMMergeFunctions.cpp

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
//===- LLVMMergeFunctions.cpp - Merge similar functions for swift ---------===//
1+
//===--- LLVMMergeFunctions.cpp - Merge similar functions for swift -------===//
22
//
3-
// The LLVM Compiler Infrastructure
4-
//
5-
// This file is distributed under the University of Illinois Open Source
6-
// License. See LICENSE.TXT for details.
3+
// This source file is part of the Swift.org open source project
4+
// Licensed under Apache License v2.0 with Runtime Library Exception
5+
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
6+
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
7+
// See http://swift.org/LICENSE.txt for license information
78
//
89
//===----------------------------------------------------------------------===//
910
//

0 commit comments

Comments
 (0)