diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:31:36 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:31:36 +0000 |
commit | f9924ce3622706c902214b190535db647d32e856 (patch) | |
tree | 24c44626b7000e6252ce5c5ae39ce4af273414c8 /llvm/projects/sample | |
parent | 9583cfafc520a5620492a76ee8e958bc74f74383 (diff) | |
download | bcm5719-llvm-f9924ce3622706c902214b190535db647d32e856.tar.gz bcm5719-llvm-f9924ce3622706c902214b190535db647d32e856.zip |
Removed LLVM copyright notice from sample Makefile.
llvm-svn: 9325
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile index a088eed2494..c1a894bddc7 100644 --- a/llvm/projects/sample/Makefile +++ b/llvm/projects/sample/Makefile @@ -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. |