[llvm-commits] CVS: llvm/tools/lli/lli.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 12:48:18 PDT 2003
Changes in directory llvm/tools/lli:
lli.cpp updated: 1.30 -> 1.31
---
Log message:
Added copyright header to all C++ source files.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/lli/lli.cpp
diff -u llvm/tools/lli/lli.cpp:1.30 llvm/tools/lli/lli.cpp:1.31
--- llvm/tools/lli/lli.cpp:1.30 Tue Oct 14 16:39:53 2003
+++ llvm/tools/lli/lli.cpp Mon Oct 20 12:47:14 2003
@@ -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)
More information about the llvm-commits
mailing list