diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:44:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:44:31 +0000 |
commit | 345353d6b46de21075e682d4c380195e6e660abb (patch) | |
tree | a1bec13a87dbf8aae57b2600770fa7f3bfc6bfd9 /llvm/tools/bugpoint/ListReducer.h | |
parent | bcf65db6f34e6d7858e8394afa66b6e04b7b9206 (diff) | |
download | bcm5719-llvm-345353d6b46de21075e682d4c380195e6e660abb.tar.gz bcm5719-llvm-345353d6b46de21075e682d4c380195e6e660abb.zip |
remove attributions from tools.
llvm-svn: 45421
Diffstat (limited to 'llvm/tools/bugpoint/ListReducer.h')
-rw-r--r-- | llvm/tools/bugpoint/ListReducer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/ListReducer.h b/llvm/tools/bugpoint/ListReducer.h index a8f538a457b..cd629da3457 100644 --- a/llvm/tools/bugpoint/ListReducer.h +++ b/llvm/tools/bugpoint/ListReducer.h @@ -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. // //===----------------------------------------------------------------------===// // |