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

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


Changes in directory llvm/lib/CodeGen/InstrSelection:

Makefile updated: 1.2 -> 1.3

---
Log message:

Added LLVM copyright notice to Makefiles.



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

Index: llvm/lib/CodeGen/InstrSelection/Makefile
diff -u llvm/lib/CodeGen/InstrSelection/Makefile:1.2 llvm/lib/CodeGen/InstrSelection/Makefile:1.3
--- llvm/lib/CodeGen/InstrSelection/Makefile:1.2	Tue Aug 28 18:16:59 2001
+++ llvm/lib/CodeGen/InstrSelection/Makefile	Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSelection/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 = ../../..
 
 DIRS  = 





More information about the llvm-commits mailing list