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 | 7939597b62eb17c48386eed111d76ce445da45ef (patch) | |
tree | 68f20f2edaecf567c6bec605ec9522d990e20a2b /projects/sample/tools | |
parent | c2bc2f144f6c7b091eb008a21832aa01be8f79ea (diff) | |
download | external_llvm-7939597b62eb17c48386eed111d76ce445da45ef.zip external_llvm-7939597b62eb17c48386eed111d76ce445da45ef.tar.gz external_llvm-7939597b62eb17c48386eed111d76ce445da45ef.tar.bz2 |
Removed LLVM copyright from sample Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample/tools')
-rw-r--r-- | projects/sample/tools/Makefile | 8 | ||||
-rw-r--r-- | projects/sample/tools/sample/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/projects/sample/tools/Makefile b/projects/sample/tools/Makefile index dc6314b..00ff52b 100644 --- a/projects/sample/tools/Makefile +++ b/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/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile index 8f384ff..17ea11a 100644 --- a/projects/sample/tools/sample/Makefile +++ b/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. # |