From 8fa21acd25d7fe26fae1179027ee4d123fe11bcc 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. llvm-svn: 45414 --- llvm/tools/Makefile | 4 ++-- llvm/tools/bugpoint/Makefile | 4 ++-- llvm/tools/gccas/Makefile | 4 ++-- llvm/tools/gccld/Makefile | 4 ++-- llvm/tools/llc/Makefile | 4 ++-- llvm/tools/lli/Makefile | 4 ++-- llvm/tools/llvm-ar/Makefile | 4 ++-- llvm/tools/llvm-as/Makefile | 4 ++-- llvm/tools/llvm-bcanalyzer/Makefile | 4 ++-- llvm/tools/llvm-config/Makefile | 4 ++-- llvm/tools/llvm-db/Makefile | 4 ++-- llvm/tools/llvm-dis/Makefile | 4 ++-- llvm/tools/llvm-extract/Makefile | 4 ++-- llvm/tools/llvm-ld/Makefile | 4 ++-- llvm/tools/llvm-link/Makefile | 4 ++-- llvm/tools/llvm-nm/Makefile | 4 ++-- llvm/tools/llvm-prof/Makefile | 4 ++-- llvm/tools/llvm-ranlib/Makefile | 4 ++-- llvm/tools/llvm-stub/Makefile | 4 ++-- llvm/tools/llvm-upgrade/Makefile | 4 ++-- llvm/tools/llvm2cpp/Makefile | 4 ++-- llvm/tools/llvmc/Makefile | 4 ++-- llvm/tools/lto/Makefile | 4 ++-- llvm/tools/opt/Makefile | 4 ++-- llvm/utils/Makefile | 4 ++-- llvm/utils/PerfectShuffle/Makefile | 4 ++-- llvm/utils/TableGen/Makefile | 4 ++-- llvm/utils/fpcmp/Makefile | 4 ++-- 28 files changed, 56 insertions(+), 56 deletions(-) diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index 1173631972a0..9f62ff74dc5e 100644 --- a/llvm/tools/Makefile +++ b/llvm/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/llvm/tools/bugpoint/Makefile b/llvm/tools/bugpoint/Makefile index 6d8d7a0f7ebc..b821b6c7bd23 100644 --- a/llvm/tools/bugpoint/Makefile +++ b/llvm/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/llvm/tools/gccas/Makefile b/llvm/tools/gccas/Makefile index 1dc7ecd80e6e..ff84d967798e 100644 --- a/llvm/tools/gccas/Makefile +++ b/llvm/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/llvm/tools/gccld/Makefile b/llvm/tools/gccld/Makefile index f3482959fdc3..b2d3f734356d 100644 --- a/llvm/tools/gccld/Makefile +++ b/llvm/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/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index aa767ae7a967..8514040cf271 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/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/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile index d443b159b624..b070cee27146 100644 --- a/llvm/tools/lli/Makefile +++ b/llvm/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/llvm/tools/llvm-ar/Makefile b/llvm/tools/llvm-ar/Makefile index 8936a49f0819..ec862e670209 100644 --- a/llvm/tools/llvm-ar/Makefile +++ b/llvm/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/llvm/tools/llvm-as/Makefile b/llvm/tools/llvm-as/Makefile index c86b900b2265..bdeeaa1e77f0 100644 --- a/llvm/tools/llvm-as/Makefile +++ b/llvm/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/llvm/tools/llvm-bcanalyzer/Makefile b/llvm/tools/llvm-bcanalyzer/Makefile index b5747cf9f4f0..78732363046a 100644 --- a/llvm/tools/llvm-bcanalyzer/Makefile +++ b/llvm/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/llvm/tools/llvm-config/Makefile b/llvm/tools/llvm-config/Makefile index 5a42bc84cf28..de89d290353a 100644 --- a/llvm/tools/llvm-config/Makefile +++ b/llvm/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/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile index 1bc3c196cafe..df8164944f00 100644 --- a/llvm/tools/llvm-db/Makefile +++ b/llvm/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/llvm/tools/llvm-dis/Makefile b/llvm/tools/llvm-dis/Makefile index 8e9501d38dc8..6c8d0a327cc7 100644 --- a/llvm/tools/llvm-dis/Makefile +++ b/llvm/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/llvm/tools/llvm-extract/Makefile b/llvm/tools/llvm-extract/Makefile index fafa1cb4cddf..21fe37b13109 100644 --- a/llvm/tools/llvm-extract/Makefile +++ b/llvm/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/llvm/tools/llvm-ld/Makefile b/llvm/tools/llvm-ld/Makefile index f772504aa758..92cac2afc919 100644 --- a/llvm/tools/llvm-ld/Makefile +++ b/llvm/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/llvm/tools/llvm-link/Makefile b/llvm/tools/llvm-link/Makefile index 1985c44a8025..fdb1c196feb5 100644 --- a/llvm/tools/llvm-link/Makefile +++ b/llvm/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/llvm/tools/llvm-nm/Makefile b/llvm/tools/llvm-nm/Makefile index 4af89174e345..ee495bf4e9e5 100644 --- a/llvm/tools/llvm-nm/Makefile +++ b/llvm/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/llvm/tools/llvm-prof/Makefile b/llvm/tools/llvm-prof/Makefile index 505576b9036d..d9beabb433db 100644 --- a/llvm/tools/llvm-prof/Makefile +++ b/llvm/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/llvm/tools/llvm-ranlib/Makefile b/llvm/tools/llvm-ranlib/Makefile index 0ba931e4c4c1..1d315c2b82e2 100644 --- a/llvm/tools/llvm-ranlib/Makefile +++ b/llvm/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/llvm/tools/llvm-stub/Makefile b/llvm/tools/llvm-stub/Makefile index befcb6cc2ecb..7ffe14976bb5 100644 --- a/llvm/tools/llvm-stub/Makefile +++ b/llvm/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/llvm/tools/llvm-upgrade/Makefile b/llvm/tools/llvm-upgrade/Makefile index 1bd936b000d2..1c2f10476406 100644 --- a/llvm/tools/llvm-upgrade/Makefile +++ b/llvm/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/llvm/tools/llvm2cpp/Makefile b/llvm/tools/llvm2cpp/Makefile index 3bb68b8daa42..33fd972d199e 100644 --- a/llvm/tools/llvm2cpp/Makefile +++ b/llvm/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/llvm/tools/llvmc/Makefile b/llvm/tools/llvmc/Makefile index fbbc7e828828..b9513646c771 100644 --- a/llvm/tools/llvmc/Makefile +++ b/llvm/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/llvm/tools/lto/Makefile b/llvm/tools/lto/Makefile index 1b349f72b4d1..b5664e4843d1 100644 --- a/llvm/tools/lto/Makefile +++ b/llvm/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/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index f444fe338bb5..481c1ea7b5f6 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/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/llvm/utils/Makefile b/llvm/utils/Makefile index 08d073b1f39a..0cfaf1846d9a 100644 --- a/llvm/utils/Makefile +++ b/llvm/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/llvm/utils/PerfectShuffle/Makefile b/llvm/utils/PerfectShuffle/Makefile index 2f29573137f3..0eb3a9947ffe 100644 --- a/llvm/utils/PerfectShuffle/Makefile +++ b/llvm/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/llvm/utils/TableGen/Makefile b/llvm/utils/TableGen/Makefile index 739a5b72e816..6e55c53df0ec 100644 --- a/llvm/utils/TableGen/Makefile +++ b/llvm/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/llvm/utils/fpcmp/Makefile b/llvm/utils/fpcmp/Makefile index 234af089cfd4..fd2f7477bb4e 100644 --- a/llvm/utils/fpcmp/Makefile +++ b/llvm/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. # ##===----------------------------------------------------------------------===##