summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-29 20:07:17 +0000
committerChris Lattner <sabre@nondot.org>2007-12-29 20:07:17 +0000
commit51167848265a0fa006c32557caa4aeb3f482f45e (patch)
tree359ad32cedaf48a94e936051c9bec1679d2ada84
parent7ed47a13356daed2a34cd2209a31f92552e3bdd8 (diff)
downloadllvm-51167848265a0fa006c32557caa4aeb3f482f45e.tar.gz
llvm-51167848265a0fa006c32557caa4aeb3f482f45e.tar.bz2
llvm-51167848265a0fa006c32557caa4aeb3f482f45e.tar.xz
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/Makefile4
-rw-r--r--tools/bugpoint/Makefile4
-rw-r--r--tools/gccas/Makefile4
-rw-r--r--tools/gccld/Makefile4
-rw-r--r--tools/llc/Makefile4
-rw-r--r--tools/lli/Makefile4
-rw-r--r--tools/llvm-ar/Makefile4
-rw-r--r--tools/llvm-as/Makefile4
-rw-r--r--tools/llvm-bcanalyzer/Makefile4
-rw-r--r--tools/llvm-config/Makefile4
-rw-r--r--tools/llvm-db/Makefile4
-rw-r--r--tools/llvm-dis/Makefile4
-rw-r--r--tools/llvm-extract/Makefile4
-rw-r--r--tools/llvm-ld/Makefile4
-rw-r--r--tools/llvm-link/Makefile4
-rw-r--r--tools/llvm-nm/Makefile4
-rw-r--r--tools/llvm-prof/Makefile4
-rw-r--r--tools/llvm-ranlib/Makefile4
-rw-r--r--tools/llvm-stub/Makefile4
-rw-r--r--tools/llvm-upgrade/Makefile4
-rw-r--r--tools/llvm2cpp/Makefile4
-rw-r--r--tools/llvmc/Makefile4
-rw-r--r--tools/lto/Makefile4
-rw-r--r--tools/opt/Makefile4
-rw-r--r--utils/Makefile4
-rw-r--r--utils/PerfectShuffle/Makefile4
-rw-r--r--utils/TableGen/Makefile4
-rw-r--r--utils/fpcmp/Makefile4
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.
#
##===----------------------------------------------------------------------===##