[llvm-commits] CVS: llvm/tools/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 17:29:24 PDT 2003


Changes in directory llvm/tools:

Makefile updated: 1.24 -> 1.25

---
Log message:

Added LLVM copyright to Makefiles.



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

Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.24 llvm/tools/Makefile:1.25
--- llvm/tools/Makefile:1.24	Thu Oct 16 12:46:21 2003
+++ llvm/tools/Makefile	Mon Oct 20 17:27:24 2003
@@ -1,3 +1,11 @@
+##===- tools/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 := ..
 PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
                  analyze extract bugpoint llvm-nm llvm-ar





More information about the llvm-commits mailing list