Added copyright header to all C++ source files.
[oota-llvm.git] / tools / lli / lli.cpp
index 5bd19fc9010febb91fdd78e54a9f2d5e40e46d2b..2cd4e823c3bb8133783bcf016b3fb0331af39024 100644 (file)
@@ -1,4 +1,12 @@
 //===- lli.cpp - LLVM Interpreter / Dynamic compiler ----------------------===//
+// 
+//                     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 utility provides a way to execute LLVM bytecode without static
 // compilation.  This consists of a very simple and slow (but portable)