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