diff options
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 = ../../.. |