[llvm-commits] CVS: llvm/tools/llee/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:28:42 PDT 2003
Changes in directory llvm/tools/llee:
Makefile updated: 1.3 -> 1.4
---
Log message:
Added LLVM copyright to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.3 llvm/tools/llee/Makefile:1.4
--- llvm/tools/llee/Makefile:1.3 Mon Sep 29 17:37:00 2003
+++ llvm/tools/llee/Makefile Mon Oct 20 17:27:26 2003
@@ -1,3 +1,11 @@
+##===- tools/llee/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 = execve
SHARED_LIBRARY = 1
More information about the llvm-commits
mailing list