[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:30:41 PDT 2003
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Makefile updated: 1.1 -> 1.2
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/ExecutionEngine/Interpreter/Makefile
diff -u llvm/lib/ExecutionEngine/Interpreter/Makefile:1.1 llvm/lib/ExecutionEngine/Interpreter/Makefile:1.2
--- llvm/lib/ExecutionEngine/Interpreter/Makefile:1.1 Mon Dec 23 18:01:02 2002
+++ llvm/lib/ExecutionEngine/Interpreter/Makefile Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/Interpreter/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 = ../../..
LIBRARYNAME = lli-interpreter
More information about the llvm-commits
mailing list