[llvm-commits] CVS: llvm/tools/opt/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:28:01 PDT 2003
Changes in directory llvm/tools/opt:
Makefile updated: 1.43 -> 1.44
---
Log message:
Added LLVM copyright to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.43 llvm/tools/opt/Makefile:1.44
--- llvm/tools/opt/Makefile:1.43 Mon Jul 21 14:07:27 2003
+++ llvm/tools/opt/Makefile Mon Oct 20 17:27:27 2003
@@ -1,3 +1,11 @@
+##===- tools/opt/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 = opt
More information about the llvm-commits
mailing list