From c2bc2f144f6c7b091eb008a21832aa01be8f79ea Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 21 Oct 2003 15:31:36 +0000 Subject: Removed LLVM copyright notice from sample Makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9325 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/sample/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'projects') diff --git a/projects/sample/Makefile b/projects/sample/Makefile index a088eed249..c1a894bddc 100644 --- a/projects/sample/Makefile +++ b/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. -- cgit v1.2.3