diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:09:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:09:26 +0000 |
commit | 80455b86f2c6c56b56f690db3c1fdd3a401f9df3 (patch) | |
tree | dd560954ba9e785bb6677d674a948355ebb50385 /lib/Target | |
parent | e692fc83a2b066cf9ef6c6bd440b0b0d6df6a668 (diff) | |
download | external_llvm-80455b86f2c6c56b56f690db3c1fdd3a401f9df3.zip external_llvm-80455b86f2c6c56b56f690db3c1fdd3a401f9df3.tar.gz external_llvm-80455b86f2c6c56b56f690db3c1fdd3a401f9df3.tar.bz2 |
remove attribution from lib Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/ARM/Makefile | 3 | ||||
-rw-r--r-- | lib/Target/Alpha/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/CBackend/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/CellSPU/Makefile | 7 | ||||
-rw-r--r-- | lib/Target/IA64/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/MSIL/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/Mips/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/PowerPC/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/Sparc/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/X86/Makefile | 4 |
11 files changed, 23 insertions, 23 deletions
diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile index 77300a1..50313a9 100644 --- a/lib/Target/ARM/Makefile +++ b/lib/Target/ARM/Makefile @@ -2,8 +2,7 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by the "Instituto Nokia de Tecnologia" and -# is distributed under the University of Illinois Open Source +# This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## diff --git a/lib/Target/Alpha/Makefile b/lib/Target/Alpha/Makefile index bb9895a..cc427d6 100644 --- a/lib/Target/Alpha/Makefile +++ b/lib/Target/Alpha/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../../.. diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index fea2494..511e320 100644 --- a/lib/Target/CBackend/Makefile +++ b/lib/Target/CBackend/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## 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 diff --git a/lib/Target/IA64/Makefile b/lib/Target/IA64/Makefile index f519cf9..b0f41c3 100644 --- a/lib/Target/IA64/Makefile +++ b/lib/Target/IA64/Makefile @@ -1,8 +1,8 @@ ##===- lib/Target/IA64/Makefile -----------------------------*- Makefile -*-===## # The LLVM Compiler Infrastructure # -# This file was developed by Duraid Madina 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 = ../../.. diff --git a/lib/Target/MSIL/Makefile b/lib/Target/MSIL/Makefile index 17f7247..94265ed 100644 --- a/lib/Target/MSIL/Makefile +++ b/lib/Target/MSIL/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Roman Samoilov 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. # ##===----------------------------------------------------------------------===## diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 59f50fe..b1aa377 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index 6ebffc7..510b7df 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Bruno Cardoso Lopes 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 = ../../.. diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 77288ed..6cf3fa3 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../../.. diff --git a/lib/Target/Sparc/Makefile b/lib/Target/Sparc/Makefile index 8cc4add..a1b1054 100644 --- a/lib/Target/Sparc/Makefile +++ b/lib/Target/Sparc/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../../.. diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile index 5416cdb..382b642 100644 --- a/lib/Target/X86/Makefile +++ b/lib/Target/X86/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../../.. |