[llvm-commits] CVS: llvm/lib/Support/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:30:23 PDT 2003
Changes in directory llvm/lib/Support:
Makefile updated: 1.5 -> 1.6
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/Support/Makefile
diff -u llvm/lib/Support/Makefile:1.5 llvm/lib/Support/Makefile:1.6
--- llvm/lib/Support/Makefile:1.5 Sun Oct 5 14:24:38 2003
+++ llvm/lib/Support/Makefile Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/Support/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 = ../..
LIBRARYNAME = support
BUILD_ARCHIVE = 1
More information about the llvm-commits
mailing list