[llvm-commits] CVS: llvm/docs/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 09:33:02 PDT 2003
Changes in directory llvm/docs:
Makefile updated: 1.3 -> 1.4
---
Log message:
Added LLVM copyright notice.
---
Diffs of the changes: (+8 -0)
Index: llvm/docs/Makefile
diff -u llvm/docs/Makefile:1.3 llvm/docs/Makefile:1.4
--- llvm/docs/Makefile:1.3 Thu Sep 26 11:38:42 2002
+++ llvm/docs/Makefile Tue Oct 21 09:32:18 2003
@@ -1,3 +1,11 @@
+##===- docs/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.
+#
+##===----------------------------------------------------------------------===##
doxygen-files:
doxygen doxygen.cfg
More information about the llvm-commits
mailing list