Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Transforms / IPO / FunctionResolution.cpp
index b6c980b56e8657e7c6ce4b5c40aed5f6ebd3322f..93e1745b6d425c9ebbae60d15985a59fa3eb4119 100644 (file)
@@ -1,4 +1,11 @@
 //===- FunctionResolution.cpp - Resolve declarations to implementations ---===//
 //===- FunctionResolution.cpp - Resolve declarations to implementations ---===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
 //
 // Loop over the functions that are in the module and look for functions that
 // have the same name.  More often than not, there will be things like:
 //
 // Loop over the functions that are in the module and look for functions that
 // have the same name.  More often than not, there will be things like: