[llvm-commits] CVS: llvm/utils/Makefile

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


Changes in directory llvm/utils:

Makefile updated: 1.3 -> 1.4

---
Log message:

Added LLVM copyright to Makefiles.



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

Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.3 llvm/utils/Makefile:1.4
--- llvm/utils/Makefile:1.3	Sun Oct  5 14:27:56 2003
+++ llvm/utils/Makefile	Mon Oct 20 17:29:13 2003
@@ -1,3 +1,11 @@
+##===- utils/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 = Burg TableGen





More information about the llvm-commits mailing list