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

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


Changes in directory llvm/lib/Transforms:

Makefile updated: 1.7 -> 1.8

---
Log message:

Added LLVM copyright notice to Makefiles.



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

Index: llvm/lib/Transforms/Makefile
diff -u llvm/lib/Transforms/Makefile:1.7 llvm/lib/Transforms/Makefile:1.8
--- llvm/lib/Transforms/Makefile:1.7	Sun Sep 29 06:52:14 2002
+++ llvm/lib/Transforms/Makefile	Mon Oct 20 17:26:57 2003
@@ -1,3 +1,11 @@
+##===- lib/Transforms/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 = Utils Instrumentation Scalar IPO
 LIBRARYNAME = transforms





More information about the llvm-commits mailing list