Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / CodeGen / FunctionLiveVarInfo.h
index 04bdfbe8febb7ec0404228e08ba2fef49fa6020a..7c8000dc4971b3f4c118b6643e7ab26a114598e2 100644 (file)
@@ -1,4 +1,11 @@
 //===-- CodeGen/FunctionLiveVarInfo.h - LiveVar Analysis --------*- 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 is the interface for live variable info of a function that is required 
 // by any other part of the compiler