[llvm-commits] CVS: llvm/lib/Bytecode/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:32:02 PDT 2003
Changes in directory llvm/lib/Bytecode:
Makefile updated: 1.1.1.1 -> 1.2
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/Bytecode/Makefile
diff -u llvm/lib/Bytecode/Makefile:1.1.1.1 llvm/lib/Bytecode/Makefile:1.2
--- llvm/lib/Bytecode/Makefile:1.1.1.1 Wed Jun 6 15:29:02 2001
+++ llvm/lib/Bytecode/Makefile Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/Bytecode/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 = Reader Writer
More information about the llvm-commits
mailing list