[llvm-commits] CVS: llvm/tools/extract/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:29:06 PDT 2003
Changes in directory llvm/tools/extract:
Makefile updated: 1.2 -> 1.3
---
Log message:
Added LLVM copyright to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/extract/Makefile
diff -u llvm/tools/extract/Makefile:1.2 llvm/tools/extract/Makefile:1.3
--- llvm/tools/extract/Makefile:1.2 Tue Jul 23 12:50:54 2002
+++ llvm/tools/extract/Makefile Mon Oct 20 17:27:26 2003
@@ -1,3 +1,11 @@
+##===- tools/extract/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 = extract
More information about the llvm-commits
mailing list