From 3ea444560080cd058866d82e0c21c6036290a3c7 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 21 Oct 2003 15:33:12 +0000 Subject: [PATCH] Removed LLVM copyright from sample Makefile. llvm-svn: 9326 --- llvm/projects/sample/lib/Makefile | 8 +------- llvm/projects/sample/lib/sample/Makefile | 8 +------- llvm/projects/sample/tools/Makefile | 8 +------- 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 f712e71..959038b 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 5b21727..3044926 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 dc6314b..00ff52b 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 8f384ff..17ea11a 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. # -- 2.7.4