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

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


Changes in directory llvm/utils/Burg:

Makefile updated: 1.22 -> 1.23

---
Log message:

Added LLVM copyright to Makefiles.



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

Index: llvm/utils/Burg/Makefile
diff -u llvm/utils/Burg/Makefile:1.22 llvm/utils/Burg/Makefile:1.23
--- llvm/utils/Burg/Makefile:1.22	Sun Oct  5 14:27:58 2003
+++ llvm/utils/Burg/Makefile	Mon Oct 20 17:29:16 2003
@@ -1,3 +1,11 @@
+##===- utils/Burg/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 = burg
 ExtraSource = gram.tab.c





More information about the llvm-commits mailing list