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 /utils | |
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
Diffstat (limited to 'utils')
-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 |
4 files changed, 8 insertions, 8 deletions
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. # ##===----------------------------------------------------------------------===## |