[llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 17:29:59 PDT 2003


Changes in directory llvm/lib/Transforms/Hello:

Makefile updated: 1.1 -> 1.2

---
Log message:

Added LLVM copyright notice to Makefiles.



---
Diffs of the changes:  (+8 -0)

Index: llvm/lib/Transforms/Hello/Makefile
diff -u llvm/lib/Transforms/Hello/Makefile:1.1 llvm/lib/Transforms/Hello/Makefile:1.2
--- llvm/lib/Transforms/Hello/Makefile:1.1	Thu Aug  8 15:10:38 2002
+++ llvm/lib/Transforms/Hello/Makefile	Mon Oct 20 17:26:57 2003
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Hello/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 = hello
 SHARED_LIBRARY = 1





More information about the llvm-commits mailing list