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

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 17:35:44 PDT 2003


Changes in directory llvm/utils/TableGen:

Makefile updated: 1.9 -> 1.10

---
Log message:

Added LLVM copyright to Makefiles.



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

Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.9 llvm/utils/TableGen/Makefile:1.10
--- llvm/utils/TableGen/Makefile:1.9	Thu Oct 16 15:38:16 2003
+++ llvm/utils/TableGen/Makefile	Mon Oct 20 17:29:16 2003
@@ -1,3 +1,11 @@
+##===- utils/TableGen/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 = tblgen
 USEDLIBS = support.a





More information about the llvm-commits mailing list