diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:07:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:07:17 +0000 |
commit | 51167848265a0fa006c32557caa4aeb3f482f45e (patch) | |
tree | 359ad32cedaf48a94e936051c9bec1679d2ada84 | |
parent | 7ed47a13356daed2a34cd2209a31f92552e3bdd8 (diff) | |
download | external_llvm-51167848265a0fa006c32557caa4aeb3f482f45e.zip external_llvm-51167848265a0fa006c32557caa4aeb3f482f45e.tar.gz external_llvm-51167848265a0fa006c32557caa4aeb3f482f45e.tar.bz2 |
remove attributions from tools/utils makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45414 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/Makefile | 4 | ||||
-rw-r--r-- | tools/bugpoint/Makefile | 4 | ||||
-rw-r--r-- | tools/gccas/Makefile | 4 | ||||
-rw-r--r-- | tools/gccld/Makefile | 4 | ||||
-rw-r--r-- | tools/llc/Makefile | 4 | ||||
-rw-r--r-- | tools/lli/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-ar/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-as/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-bcanalyzer/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-config/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-db/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-dis/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-extract/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-ld/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-link/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-nm/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-prof/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-ranlib/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-stub/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm-upgrade/Makefile | 4 | ||||
-rw-r--r-- | tools/llvm2cpp/Makefile | 4 | ||||
-rw-r--r-- | tools/llvmc/Makefile | 4 | ||||
-rw-r--r-- | tools/lto/Makefile | 4 | ||||
-rw-r--r-- | tools/opt/Makefile | 4 | ||||
-rw-r--r-- | utils/Makefile | 4 | ||||
-rw-r--r-- | utils/PerfectShuffle/Makefile | 4 | ||||
-rw-r--r-- | utils/TableGen/Makefile | 4 | ||||
-rw-r--r-- | utils/fpcmp/Makefile | 4 |
28 files changed, 56 insertions, 56 deletions
diff --git a/tools/Makefile b/tools/Makefile index 1173631..9f62ff7 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 6d8d7a0..b821b6c 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 1dc7ecd..ff84d96 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 f348295..b2d3f73 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 aa767ae..8514040 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 d443b15..b070cee 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 8936a49..ec862e6 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 c86b900..bdeeaa1 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 b5747cf..7873236 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 5a42bc8..de89d29 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 1bc3c19..df81649 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 8e9501d..6c8d0a3 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 fafa1cb..21fe37b 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 f772504..92cac2a 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 1985c44..fdb1c19 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 4af8917..ee495bf 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 505576b..d9beabb 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 0ba931e..1d315c2 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 befcb6c..7ffe149 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 1bd936b..1c2f104 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 3bb68b8..33fd972 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 fbbc7e8..b951364 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 1b349f7..b5664e4 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 f444fe3..481c1ea 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 08d073b..0cfaf18 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 2f29573..0eb3a99 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 739a5b7..6e55c53 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 234af08..fd2f747 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. # ##===----------------------------------------------------------------------===## |