From 51167848265a0fa006c32557caa4aeb3f482f45e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Dec 2007 20:07:17 +0000 Subject: 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 1173631972..9f62ff74dc 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 6d8d7a0f7e..b821b6c7bd 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 1dc7ecd80e..ff84d96779 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 f3482959fd..b2d3f73435 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 aa767ae7a9..8514040cf2 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 d443b159b6..b070cee271 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 8936a49f08..ec862e6702 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 c86b900b22..bdeeaa1e77 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 b5747cf9f4..7873236304 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 5a42bc84cf..de89d29035 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 1bc3c196ca..df8164944f 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 8e9501d38d..6c8d0a327c 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 fafa1cb4cd..21fe37b131 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 f772504aa7..92cac2afc9 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 1985c44a80..fdb1c196fe 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 4af89174e3..ee495bf4e9 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 505576b903..d9beabb433 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 0ba931e4c4..1d315c2b82 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 befcb6cc2e..7ffe14976b 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 1bd936b000..1c2f104764 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 3bb68b8daa..33fd972d19 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 fbbc7e8288..b9513646c7 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 1b349f72b4..b5664e4843 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 f444fe338b..481c1ea7b5 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 08d073b1f3..0cfaf1846d 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 2f29573137..0eb3a9947f 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 739a5b72e8..6e55c53df0 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 234af089cf..fd2f7477bb 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. # ##===----------------------------------------------------------------------===## -- cgit v1.2.3