From fc643c5e88c596f217750dd91fcc66488dfed73d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Dec 2007 20:09:26 +0000 Subject: [PATCH] remove attribution from lib Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/IPA/Makefile | 4 ++-- lib/Analysis/Makefile | 4 ++-- lib/Archive/Makefile | 4 ++-- lib/AsmParser/Makefile | 4 ++-- lib/Bitcode/Makefile | 4 ++-- lib/Bitcode/Reader/Makefile | 4 ++-- lib/Bitcode/Writer/Makefile | 4 ++-- lib/CodeGen/Makefile | 4 ++-- lib/CodeGen/SelectionDAG/Makefile | 4 ++-- lib/Debugger/Makefile | 4 ++-- lib/ExecutionEngine/Interpreter/Makefile | 4 ++-- lib/ExecutionEngine/JIT/Makefile | 4 ++-- lib/ExecutionEngine/Makefile | 4 ++-- lib/Linker/Makefile | 4 ++-- lib/Makefile | 4 ++-- lib/Support/Makefile | 4 ++-- lib/System/Makefile | 4 ++-- lib/Target/ARM/Makefile | 3 +-- lib/Target/Alpha/Makefile | 4 ++-- lib/Target/CBackend/Makefile | 4 ++-- lib/Target/CellSPU/Makefile | 7 ++++--- lib/Target/IA64/Makefile | 4 ++-- lib/Target/MSIL/Makefile | 4 ++-- lib/Target/Makefile | 4 ++-- lib/Target/Mips/Makefile | 4 ++-- lib/Target/PowerPC/Makefile | 4 ++-- lib/Target/Sparc/Makefile | 4 ++-- lib/Target/X86/Makefile | 4 ++-- lib/Transforms/Hello/Makefile | 4 ++-- lib/Transforms/IPO/Makefile | 4 ++-- lib/Transforms/Instrumentation/Makefile | 4 ++-- lib/Transforms/Makefile | 4 ++-- lib/Transforms/Scalar/Makefile | 4 ++-- lib/Transforms/Utils/Makefile | 4 ++-- lib/VMCore/Makefile | 4 ++-- 35 files changed, 71 insertions(+), 71 deletions(-) diff --git a/lib/Analysis/IPA/Makefile b/lib/Analysis/IPA/Makefile index 786e74377c5..e1619e8a34e 100644 --- a/lib/Analysis/IPA/Makefile +++ b/lib/Analysis/IPA/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/Analysis/Makefile b/lib/Analysis/Makefile index 2efe8b89501..31ce23591d0 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/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/Archive/Makefile b/lib/Archive/Makefile index 917cb91788b..e951aa3e0b1 100644 --- a/lib/Archive/Makefile +++ b/lib/Archive/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Reid Spencer 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/AsmParser/Makefile b/lib/AsmParser/Makefile index b76412a3a03..62e9c870763 100644 --- a/lib/AsmParser/Makefile +++ b/lib/AsmParser/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/Bitcode/Makefile b/lib/Bitcode/Makefile index 1e4ab1b7821..7abff6a0b73 100644 --- a/lib/Bitcode/Makefile +++ b/lib/Bitcode/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/Bitcode/Reader/Makefile b/lib/Bitcode/Reader/Makefile index 3d71cda31af..f194ec28e92 100644 --- a/lib/Bitcode/Reader/Makefile +++ b/lib/Bitcode/Reader/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/Bitcode/Writer/Makefile b/lib/Bitcode/Writer/Makefile index c87387a3095..7abc1d3d8f0 100644 --- a/lib/Bitcode/Writer/Makefile +++ b/lib/Bitcode/Writer/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/CodeGen/Makefile b/lib/CodeGen/Makefile index 7e5d8ee8339..e2f569bbb23 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/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/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile index 6c502886c5f..b235e1311e8 100644 --- a/lib/CodeGen/SelectionDAG/Makefile +++ b/lib/CodeGen/SelectionDAG/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/Debugger/Makefile b/lib/Debugger/Makefile index c3220648387..7eb4485a6e8 100644 --- a/lib/Debugger/Makefile +++ b/lib/Debugger/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/ExecutionEngine/Interpreter/Makefile b/lib/ExecutionEngine/Interpreter/Makefile index 93f74ec6a89..deb49691a13 100644 --- a/lib/ExecutionEngine/Interpreter/Makefile +++ b/lib/ExecutionEngine/Interpreter/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/ExecutionEngine/JIT/Makefile b/lib/ExecutionEngine/JIT/Makefile index ebbdc3f3db4..66e06a9fd28 100644 --- a/lib/ExecutionEngine/JIT/Makefile +++ b/lib/ExecutionEngine/JIT/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/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index c4998fc53d1..1c5a6307a9e 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/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/Linker/Makefile b/lib/Linker/Makefile index efa2c35f408..37f0f01a785 100644 --- a/lib/Linker/Makefile +++ b/lib/Linker/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Reid Spencer 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/Makefile b/lib/Makefile index e5bd8669894..522295937b3 100644 --- a/lib/Makefile +++ b/lib/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/Support/Makefile b/lib/Support/Makefile index f39b872be49..7f76ed702d2 100644 --- a/lib/Support/Makefile +++ b/lib/Support/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/System/Makefile b/lib/System/Makefile index 85de7369fc4..fe5bcece7ea 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Reid Spencer 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/ARM/Makefile b/lib/Target/ARM/Makefile index 77300a1480b..50313a9ac21 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 bb9895a30b3..cc427d69f3d 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 fea24941500..511e320a8f1 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 7abb40c54af..b20465099c6 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 f519cf92db6..b0f41c3b2c0 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 17f7247dcfc..94265edf98c 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 59f50fef0bd..b1aa377b99d 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 6ebffc76e06..510b7df7b68 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 77288ed03e7..6cf3fa32d21 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 8cc4add374e..a1b105494e7 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 5416cdb1635..382b6420db1 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 = ../../.. diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile index 0a02fe95601..6ca5774de42 100644 --- a/lib/Transforms/Hello/Makefile +++ b/lib/Transforms/Hello/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/Transforms/IPO/Makefile b/lib/Transforms/IPO/Makefile index 22a76d3a5ee..77a20c0264e 100644 --- a/lib/Transforms/IPO/Makefile +++ b/lib/Transforms/IPO/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/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index bf5c3d36180..b1f709c595b 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/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/Transforms/Makefile b/lib/Transforms/Makefile index bc6cc99adc1..bf9599ad53b 100644 --- a/lib/Transforms/Makefile +++ b/lib/Transforms/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/Transforms/Scalar/Makefile b/lib/Transforms/Scalar/Makefile index 79643c407e3..b091f342d58 100644 --- a/lib/Transforms/Scalar/Makefile +++ b/lib/Transforms/Scalar/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/Transforms/Utils/Makefile b/lib/Transforms/Utils/Makefile index 26fc4261f16..09ff745a1b5 100644 --- a/lib/Transforms/Utils/Makefile +++ b/lib/Transforms/Utils/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/VMCore/Makefile b/lib/VMCore/Makefile index 01dc08e85e5..2e283ec10cd 100644 --- a/lib/VMCore/Makefile +++ b/lib/VMCore/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 = ../..