From fc643c5e88c596f217750dd91fcc66488dfed73d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Dec 2007 20:09:26 +0000 Subject: remove attribution from lib Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/CellSPU/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/Target/CellSPU') diff --git a/lib/Target/CellSPU/Makefile b/lib/Target/CellSPU/Makefile index 7abb40c..b204650 100644 --- a/lib/Target/CellSPU/Makefile +++ b/lib/Target/CellSPU/Makefile @@ -2,10 +2,11 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by a team from the Computer Systems Research -# Department at The Aerospace Corporation and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# ##===----------------------------------------------------------------------===## + LEVEL = ../../.. LIBRARYNAME = LLVMCellSPU TARGET = SPU -- cgit v1.1