[llvm-commits] CVS: llvm/tools/lli/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:28:36 PDT 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.40 -> 1.41
---
Log message:
Added LLVM copyright to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.40 llvm/tools/lli/Makefile:1.41
--- llvm/tools/lli/Makefile:1.40 Fri Sep 5 14:42:34 2003
+++ llvm/tools/lli/Makefile Mon Oct 20 17:27:26 2003
@@ -1,3 +1,11 @@
+##===- tools/lli/Makefile ------------------------------*- Makefile -*-===##
+#
+# 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.
+#
+##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = lli
More information about the llvm-commits
mailing list