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

John Criswell criswell at cs.uiuc.edu
Tue Oct 21 10:32:01 PDT 2003


Changes in directory llvm/projects/sample:

Makefile updated: 1.5 -> 1.6

---
Log message:

Removed LLVM copyright notice from sample Makefile.



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

Index: llvm/projects/sample/Makefile
diff -u llvm/projects/sample/Makefile:1.5 llvm/projects/sample/Makefile:1.6
--- llvm/projects/sample/Makefile:1.5	Mon Oct 20 17:28:01 2003
+++ llvm/projects/sample/Makefile	Tue Oct 21 10:31:36 2003
@@ -1,14 +1,8 @@
-##===- 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.
-# 
-##===----------------------------------------------------------------------===##
+##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
 #
 # This is a sample Makefile for a project that uses LLVM.
 #
+##===----------------------------------------------------------------------===##
 
 #
 # Indicates our relative path to the top of the project's root directory.





More information about the llvm-commits mailing list