[llvm-commits] CVS: llvm/lib/CWriter/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:31:18 PDT 2003
Changes in directory llvm/lib/CWriter:
Makefile updated: 1.1 -> 1.2
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/CWriter/Makefile
diff -u llvm/lib/CWriter/Makefile:1.1 llvm/lib/CWriter/Makefile:1.2
--- llvm/lib/CWriter/Makefile:1.1 Wed May 8 13:06:00 2002
+++ llvm/lib/CWriter/Makefile Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/CWriter/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 = ../..
More information about the llvm-commits
mailing list