[llvm-commits] CVS: llvm/projects/sample/Makefile

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


Changes in directory llvm/projects/sample:

Makefile updated: 1.4 -> 1.5

---
Log message:

Added LLVM copyrights to Makefiles.



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

Index: llvm/projects/sample/Makefile
diff -u llvm/projects/sample/Makefile:1.4 llvm/projects/sample/Makefile:1.5
--- llvm/projects/sample/Makefile:1.4	Sat Sep  6 10:03:24 2003
+++ llvm/projects/sample/Makefile	Mon Oct 20 17:28:01 2003
@@ -1,3 +1,11 @@
+##===- projects/sample/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.
+# 
+##===----------------------------------------------------------------------===##
 #
 # This is a sample Makefile for a project that uses LLVM.
 #





More information about the llvm-commits mailing list