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/tools/llvm-as | |
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/tools/llvm-as')
-rw-r--r-- | llvm/tools/llvm-as/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-as/Makefile b/llvm/tools/llvm-as/Makefile index c86b900b226..bdeeaa1e77f 100644 --- a/llvm/tools/llvm-as/Makefile +++ b/llvm/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. # ##===----------------------------------------------------------------------===## |