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

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


Changes in directory llvm/lib/Analysis/IPA:

Makefile updated: 1.2 -> 1.3

---
Log message:

Added LLVM copyright notice to Makefiles.



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

Index: llvm/lib/Analysis/IPA/Makefile
diff -u llvm/lib/Analysis/IPA/Makefile:1.2 llvm/lib/Analysis/IPA/Makefile:1.3
--- llvm/lib/Analysis/IPA/Makefile:1.2	Tue Jul 23 12:52:29 2002
+++ llvm/lib/Analysis/IPA/Makefile	Mon Oct 20 17:26:55 2003
@@ -1,3 +1,11 @@
+##===- lib/Analysis/IPA/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 = ipa
 BUILD_ARCHIVE = 1





More information about the llvm-commits mailing list