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 | 8fa21acd25d7fe26fae1179027ee4d123fe11bcc (patch) | |
tree | 0a0506f3544b702732bd40eff6a0d05731499db5 /llvm/utils | |
parent | 7429581c33936004e81d30392e64f27049ff4c2a (diff) | |
download | bcm5719-llvm-8fa21acd25d7fe26fae1179027ee4d123fe11bcc.tar.gz bcm5719-llvm-8fa21acd25d7fe26fae1179027ee4d123fe11bcc.zip |
remove attributions from tools/utils makefiles.
llvm-svn: 45414
Diffstat (limited to 'llvm/utils')
-rw-r--r-- | llvm/utils/Makefile | 4 | ||||
-rw-r--r-- | llvm/utils/PerfectShuffle/Makefile | 4 | ||||
-rw-r--r-- | llvm/utils/TableGen/Makefile | 4 | ||||
-rw-r--r-- | llvm/utils/fpcmp/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/llvm/utils/Makefile b/llvm/utils/Makefile index 08d073b1f39..0cfaf1846d9 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 2f29573137f..0eb3a9947ff 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 739a5b72e81..6e55c53df0e 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 234af089cfd..fd2f7477bb4 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. # ##===----------------------------------------------------------------------===## |