[llvm-commits] CVS: llvm/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:32:40 PDT 2003
Changes in directory llvm:
Makefile updated: 1.11 -> 1.12
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/Makefile
diff -u llvm/Makefile:1.11 llvm/Makefile:1.12
--- llvm/Makefile:1.11 Wed Oct 8 16:38:35 2003
+++ llvm/Makefile Mon Oct 20 17:26:51 2003
@@ -1,3 +1,11 @@
+##===- ./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 = .
DIRS = lib/Support utils lib tools runtime
OPTIONAL_DIRS = projects
More information about the llvm-commits
mailing list