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

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 17:32:33 PDT 2003


Changes in directory llvm/lib:

Makefile updated: 1.15 -> 1.16

---
Log message:

Added LLVM copyright notice to Makefiles.



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

Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.15 llvm/lib/Makefile:1.16
--- llvm/lib/Makefile:1.15	Mon Sep 29 11:10:43 2003
+++ llvm/lib/Makefile	Mon Oct 20 17:26:55 2003
@@ -1,3 +1,11 @@
+##===- lib/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 = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine





More information about the llvm-commits mailing list