From 51167848265a0fa006c32557caa4aeb3f482f45e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Dec 2007 20:07:17 +0000 Subject: [PATCH] remove attributions from tools/utils makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45414 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 4 ++-- tools/bugpoint/Makefile | 4 ++-- tools/gccas/Makefile | 4 ++-- tools/gccld/Makefile | 4 ++-- tools/llc/Makefile | 4 ++-- tools/lli/Makefile | 4 ++-- tools/llvm-ar/Makefile | 4 ++-- tools/llvm-as/Makefile | 4 ++-- tools/llvm-bcanalyzer/Makefile | 4 ++-- tools/llvm-config/Makefile | 4 ++-- tools/llvm-db/Makefile | 4 ++-- tools/llvm-dis/Makefile | 4 ++-- tools/llvm-extract/Makefile | 4 ++-- tools/llvm-ld/Makefile | 4 ++-- tools/llvm-link/Makefile | 4 ++-- tools/llvm-nm/Makefile | 4 ++-- tools/llvm-prof/Makefile | 4 ++-- tools/llvm-ranlib/Makefile | 4 ++-- tools/llvm-stub/Makefile | 4 ++-- tools/llvm-upgrade/Makefile | 4 ++-- tools/llvm2cpp/Makefile | 4 ++-- tools/llvmc/Makefile | 4 ++-- tools/lto/Makefile | 4 ++-- tools/opt/Makefile | 4 ++-- utils/Makefile | 4 ++-- utils/PerfectShuffle/Makefile | 4 ++-- utils/TableGen/Makefile | 4 ++-- utils/fpcmp/Makefile | 4 ++-- 28 files changed, 56 insertions(+), 56 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 1173631972a..9f62ff74dc5 100644 --- a/tools/Makefile +++ b/tools/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/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 6d8d7a0f7eb..b821b6c7bd2 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/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/tools/gccas/Makefile b/tools/gccas/Makefile index 1dc7ecd80e6..ff84d967798 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/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. # ##===----------------------------------------------------------------------===## LEVEL = ../.. diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile index f3482959fdc..b2d3f734356 100644 --- a/tools/gccld/Makefile +++ b/tools/gccld/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/tools/llc/Makefile b/tools/llc/Makefile index aa767ae7a96..8514040cf27 100644 --- a/tools/llc/Makefile +++ b/tools/llc/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/tools/lli/Makefile b/tools/lli/Makefile index d443b159b62..b070cee2714 100644 --- a/tools/lli/Makefile +++ b/tools/lli/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/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 8936a49f081..ec862e67020 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/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/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index c86b900b226..bdeeaa1e77f 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/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/tools/llvm-bcanalyzer/Makefile b/tools/llvm-bcanalyzer/Makefile index b5747cf9f4f..78732363046 100644 --- a/tools/llvm-bcanalyzer/Makefile +++ b/tools/llvm-bcanalyzer/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. # ##===----------------------------------------------------------------------===## LEVEL = ../.. diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile index 5a42bc84cf2..de89d290353 100644 --- a/tools/llvm-config/Makefile +++ b/tools/llvm-config/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Reid Spencer and Eric Kidd 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/tools/llvm-db/Makefile b/tools/llvm-db/Makefile index 1bc3c196caf..df8164944f0 100644 --- a/tools/llvm-db/Makefile +++ b/tools/llvm-db/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/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 8e9501d38dc..6c8d0a327cc 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/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/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile index fafa1cb4cdd..21fe37b1310 100644 --- a/tools/llvm-extract/Makefile +++ b/tools/llvm-extract/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/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index f772504aa75..92cac2afc91 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/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/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 1985c44a802..fdb1c196feb 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/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/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile index 4af89174e34..ee495bf4e9e 100644 --- a/tools/llvm-nm/Makefile +++ b/tools/llvm-nm/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/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile index 505576b9036..d9beabb433d 100644 --- a/tools/llvm-prof/Makefile +++ b/tools/llvm-prof/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/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile index 0ba931e4c4c..1d315c2b82e 100644 --- a/tools/llvm-ranlib/Makefile +++ b/tools/llvm-ranlib/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/tools/llvm-stub/Makefile b/tools/llvm-stub/Makefile index befcb6cc2ec..7ffe14976bb 100644 --- a/tools/llvm-stub/Makefile +++ b/tools/llvm-stub/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/tools/llvm-upgrade/Makefile b/tools/llvm-upgrade/Makefile index 1bd936b000d..1c2f1047640 100644 --- a/tools/llvm-upgrade/Makefile +++ b/tools/llvm-upgrade/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/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile index 3bb68b8daa4..33fd972d199 100644 --- a/tools/llvm2cpp/Makefile +++ b/tools/llvm2cpp/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/tools/llvmc/Makefile b/tools/llvmc/Makefile index fbbc7e82882..b9513646c77 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/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/tools/lto/Makefile b/tools/lto/Makefile index 1b349f72b4d..b5664e4843d 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Devang Patel 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/tools/opt/Makefile b/tools/opt/Makefile index f444fe338bb..481c1ea7b5f 100644 --- a/tools/opt/Makefile +++ b/tools/opt/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/utils/Makefile b/utils/Makefile index 08d073b1f39..0cfaf1846d9 100644 --- a/utils/Makefile +++ b/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/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile index 2f29573137f..0eb3a9947ff 100644 --- a/utils/PerfectShuffle/Makefile +++ b/utils/PerfectShuffle/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/utils/TableGen/Makefile b/utils/TableGen/Makefile index 739a5b72e81..6e55c53df0e 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/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/utils/fpcmp/Makefile b/utils/fpcmp/Makefile index 234af089cfd..fd2f7477bb4 100644 --- a/utils/fpcmp/Makefile +++ b/utils/fpcmp/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. # ##===----------------------------------------------------------------------===## -- 2.34.1