[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:29:41 PDT 2003
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:
Makefile updated: 1.4 -> 1.5
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile:1.4 llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile:1.5
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile:1.4 Tue Jul 23 12:52:37 2002
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile Mon Oct 20 17:26:57 2003
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Instrumentation/ProfilePaths/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 = profpaths
More information about the llvm-commits
mailing list