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

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


Changes in directory llvm/lib/Analysis:

Makefile updated: 1.6 -> 1.7

---
Log message:

Added LLVM copyright notice to Makefiles.



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

Index: llvm/lib/Analysis/Makefile
diff -u llvm/lib/Analysis/Makefile:1.6 llvm/lib/Analysis/Makefile:1.7
--- llvm/lib/Analysis/Makefile:1.6	Fri Oct 11 11:08:17 2002
+++ llvm/lib/Analysis/Makefile	Mon Oct 20 17:26:55 2003
@@ -1,3 +1,11 @@
+##===- lib/Analysis/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 = analysis
 PARALLEL_DIRS = LiveVar IPA DataStructure





More information about the llvm-commits mailing list