Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / CallGraph.h
index a898c5eb1b248e06740d8106e38c909ad29c494f..f562a51db39814c4ccbdb978905f5dbf36bc423e 100644 (file)
@@ -1,4 +1,11 @@
 //===- CallGraph.h - Build a Module's call graph ----------------*- C++ -*-===//
+// 
+//                     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 interface is used to build and manipulate a call graph, which is a very 
 // useful tool for interprocedural optimization.