[llvm-commits] CVS: llvm/lib/ExecutionEngine/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 17:30:53 PDT 2003


Changes in directory llvm/lib/ExecutionEngine:

Makefile updated: 1.41 -> 1.42

---
Log message:

Added LLVM copyright notice to Makefiles.



---
Diffs of the changes:  (+8 -0)

Index: llvm/lib/ExecutionEngine/Makefile
diff -u llvm/lib/ExecutionEngine/Makefile:1.41 llvm/lib/ExecutionEngine/Makefile:1.42
--- llvm/lib/ExecutionEngine/Makefile:1.41	Mon Sep  8 13:19:58 2003
+++ llvm/lib/ExecutionEngine/Makefile	Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/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 = executionengine
 PARALLEL_DIRS = Interpreter JIT





More information about the llvm-commits mailing list