diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:33:12 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:33:12 +0000 |
commit | 3ea444560080cd058866d82e0c21c6036290a3c7 (patch) | |
tree | 526596613d899e1836ff31a4f2e16b206ae42b74 /llvm/projects/sample | |
parent | f9924ce3622706c902214b190535db647d32e856 (diff) | |
download | bcm5719-llvm-3ea444560080cd058866d82e0c21c6036290a3c7.tar.gz bcm5719-llvm-3ea444560080cd058866d82e0c21c6036290a3c7.zip |
Removed LLVM copyright from sample Makefile.
llvm-svn: 9326
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/lib/Makefile | 8 | ||||
-rw-r--r-- | llvm/projects/sample/lib/sample/Makefile | 8 | ||||
-rw-r--r-- | llvm/projects/sample/tools/Makefile | 8 | ||||
-rw-r--r-- | llvm/projects/sample/tools/sample/Makefile | 8 |
4 files changed, 4 insertions, 28 deletions
diff --git a/llvm/projects/sample/lib/Makefile b/llvm/projects/sample/lib/Makefile index f712e7183bb..959038b7f9b 100644 --- a/llvm/projects/sample/lib/Makefile +++ b/llvm/projects/sample/lib/Makefile @@ -1,11 +1,5 @@ ##===- projects/sample/lib/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. -# -##===----------------------------------------------------------------------===## + # # Relative path to the top of the source tree. # diff --git a/llvm/projects/sample/lib/sample/Makefile b/llvm/projects/sample/lib/sample/Makefile index 5b217275dba..3044926fe1f 100644 --- a/llvm/projects/sample/lib/sample/Makefile +++ b/llvm/projects/sample/lib/sample/Makefile @@ -1,11 +1,5 @@ ##===- projects/sample/lib/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. -# -##===----------------------------------------------------------------------===## + # # Indicate where we are relative to the top of the source tree. # diff --git a/llvm/projects/sample/tools/Makefile b/llvm/projects/sample/tools/Makefile index dc6314b3dfa..00ff52b42cf 100644 --- a/llvm/projects/sample/tools/Makefile +++ b/llvm/projects/sample/tools/Makefile @@ -1,11 +1,5 @@ ##===- projects/sample/tools/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. -# -##===----------------------------------------------------------------------===## + # # Relative path to the top of the source tree. # diff --git a/llvm/projects/sample/tools/sample/Makefile b/llvm/projects/sample/tools/sample/Makefile index 8f384ffd949..17ea11ac790 100644 --- a/llvm/projects/sample/tools/sample/Makefile +++ b/llvm/projects/sample/tools/sample/Makefile @@ -1,11 +1,5 @@ ##===- projects/sample/tools/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. -# -##===----------------------------------------------------------------------===## + # # Indicate where we are relative to the top of the source tree. # |