Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / CallGraphSCCPass.h
index 1c22bad503be369962f9b8b74f0c74da025b99e6..bb97a277cc91e98dbf2a367bb2226c60d17e15e1 100644 (file)
@@ -1,4 +1,11 @@
 //===- CallGraphSCCPass.h - Pass that operates BU on 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 file defines the CallGraphSCCPass class, which is used for passes which
 // are implemented as bottom-up traversals on the call graph.  Because there may