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

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


Changes in directory llvm/tools/analyze:

Makefile updated: 1.19 -> 1.20

---
Log message:

Added LLVM copyright to Makefiles.



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

Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.19 llvm/tools/analyze/Makefile:1.20
--- llvm/tools/analyze/Makefile:1.19	Tue Jun 17 15:09:18 2003
+++ llvm/tools/analyze/Makefile	Mon Oct 20 17:27:26 2003
@@ -1,3 +1,11 @@
+##===- tools/analyze/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 = ../..
 TOOLNAME = analyze
 USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \





More information about the llvm-commits mailing list