From: John Criswell Date: Tue, 21 Oct 2003 15:33:12 +0000 (+0000) Subject: Removed LLVM copyright from sample Makefile. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7939597b62eb17c48386eed111d76ce445da45ef;p=oota-llvm.git Removed LLVM copyright from sample Makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9326 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/sample/lib/Makefile b/projects/sample/lib/Makefile index f712e7183bb..959038b7f9b 100644 --- a/projects/sample/lib/Makefile +++ b/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/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile index 5b217275dba..3044926fe1f 100644 --- a/projects/sample/lib/sample/Makefile +++ b/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/projects/sample/tools/Makefile b/projects/sample/tools/Makefile index dc6314b3dfa..00ff52b42cf 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 8f384ffd949..17ea11ac790 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. #