Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / Function.cpp
index d31a69e49abe4275124f376979a2d250e9547eb5..b86abfe905edd2ef4c0b48f22d6a0b849e329ead 100644 (file)
@@ -1,4 +1,11 @@
 //===-- Function.cpp - Implement the Global object classes ----------------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // This file implements the Function & GlobalVariable classes for the VMCore
 // library.