remove attributions from tools/utils makefiles.
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index ca4d0ce85d1017a05f2cf8b1699ae03f6f7b36bb..1d315c2b82e28bde84b966e7fc3eb147c6e4bc4a 100644 (file)
@@ -2,14 +2,14 @@
 # 
 #                     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 = ../..
 TOOLNAME = llvm-ranlib
-LINK_COMPONENTS = archive bcreader
+LINK_COMPONENTS = archive
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common