Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / LiveVar / FunctionLiveVarInfo.cpp
index 8c95eaa84f340dae1023a7bbbc79b8c364cf61e4..26026d642a5e7bc9cae767f5ae5fafa5d3c97cf5 100644 (file)
@@ -1,4 +1,11 @@
 //===-- FunctionLiveVarInfo.cpp - Live Variable Analysis for a Function ---===//
 //===-- FunctionLiveVarInfo.cpp - Live Variable Analysis for a Function ---===//
+// 
+//                     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 is the interface to function level live variable information that is
 // provided by live variable analysis.
 //
 // This is the interface to function level live variable information that is
 // provided by live variable analysis.