Author: lattner
Date: Sat Dec 29 14:07:17 2007
New Revision: 45414

URL: http://llvm.org/viewvc/llvm-project?rev=45414&view=rev
Log:
remove attributions from tools/utils makefiles.

Modified:
    llvm/trunk/tools/Makefile
    llvm/trunk/tools/bugpoint/Makefile
    llvm/trunk/tools/gccas/Makefile
    llvm/trunk/tools/gccld/Makefile
    llvm/trunk/tools/llc/Makefile
    llvm/trunk/tools/lli/Makefile
    llvm/trunk/tools/llvm-ar/Makefile
    llvm/trunk/tools/llvm-as/Makefile
    llvm/trunk/tools/llvm-bcanalyzer/Makefile
    llvm/trunk/tools/llvm-config/Makefile
    llvm/trunk/tools/llvm-db/Makefile
    llvm/trunk/tools/llvm-dis/Makefile
    llvm/trunk/tools/llvm-extract/Makefile
    llvm/trunk/tools/llvm-ld/Makefile
    llvm/trunk/tools/llvm-link/Makefile
    llvm/trunk/tools/llvm-nm/Makefile
    llvm/trunk/tools/llvm-prof/Makefile
    llvm/trunk/tools/llvm-ranlib/Makefile
    llvm/trunk/tools/llvm-stub/Makefile
    llvm/trunk/tools/llvm-upgrade/Makefile
    llvm/trunk/tools/llvm2cpp/Makefile
    llvm/trunk/tools/llvmc/Makefile
    llvm/trunk/tools/lto/Makefile
    llvm/trunk/tools/opt/Makefile
    llvm/trunk/utils/Makefile
    llvm/trunk/utils/PerfectShuffle/Makefile
    llvm/trunk/utils/TableGen/Makefile
    llvm/trunk/utils/fpcmp/Makefile

Modified: llvm/trunk/tools/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/Makefile (original)
+++ llvm/trunk/tools/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/bugpoint/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/bugpoint/Makefile (original)
+++ llvm/trunk/tools/bugpoint/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/tools/gccas/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/gccas/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/gccas/Makefile (original)
+++ llvm/trunk/tools/gccas/Makefile Sat Dec 29 14:07:17 2007
@@ -2,8 +2,8 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer 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 = ../..

Modified: llvm/trunk/tools/gccld/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/gccld/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/gccld/Makefile (original)
+++ llvm/trunk/tools/gccld/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llc/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llc/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llc/Makefile (original)
+++ llvm/trunk/tools/llc/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/lli/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/lli/Makefile (original)
+++ llvm/trunk/tools/lli/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm-ar/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ar/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-ar/Makefile (original)
+++ llvm/trunk/tools/llvm-ar/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/tools/llvm-as/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-as/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-as/Makefile (original)
+++ llvm/trunk/tools/llvm-as/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm-bcanalyzer/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-bcanalyzer/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-bcanalyzer/Makefile (original)
+++ llvm/trunk/tools/llvm-bcanalyzer/Makefile Sat Dec 29 14:07:17 2007
@@ -2,8 +2,8 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer 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 = ../..

Modified: llvm/trunk/tools/llvm-config/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-config/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-config/Makefile (original)
+++ llvm/trunk/tools/llvm-config/Makefile Sat Dec 29 14:07:17 2007
@@ -2,8 +2,8 @@
 #
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer and Eric Kidd 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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm-db/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-db/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-db/Makefile (original)
+++ llvm/trunk/tools/llvm-db/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm-dis/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-dis/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-dis/Makefile (original)
+++ llvm/trunk/tools/llvm-dis/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/tools/llvm-extract/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-extract/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-extract/Makefile (original)
+++ llvm/trunk/tools/llvm-extract/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm-ld/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ld/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-ld/Makefile (original)
+++ llvm/trunk/tools/llvm-ld/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm-link/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-link/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-link/Makefile (original)
+++ llvm/trunk/tools/llvm-link/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/tools/llvm-nm/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-nm/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-nm/Makefile (original)
+++ llvm/trunk/tools/llvm-nm/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/tools/llvm-prof/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-prof/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-prof/Makefile (original)
+++ llvm/trunk/tools/llvm-prof/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/tools/llvm-ranlib/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ranlib/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-ranlib/Makefile (original)
+++ llvm/trunk/tools/llvm-ranlib/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm-stub/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-stub/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-stub/Makefile (original)
+++ llvm/trunk/tools/llvm-stub/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm-upgrade/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-upgrade/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-upgrade/Makefile (original)
+++ llvm/trunk/tools/llvm-upgrade/Makefile Sat Dec 29 14:07:17 2007
@@ -2,8 +2,8 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer 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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/llvm2cpp/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm2cpp/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvm2cpp/Makefile (original)
+++ llvm/trunk/tools/llvm2cpp/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/tools/llvmc/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc/Makefile (original)
+++ llvm/trunk/tools/llvmc/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/tools/lto/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/lto/Makefile (original)
+++ llvm/trunk/tools/lto/Makefile Sat Dec 29 14:07:17 2007
@@ -2,8 +2,8 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Devang Patel 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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/tools/opt/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/opt/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/tools/opt/Makefile (original)
+++ llvm/trunk/tools/opt/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 LEVEL = ../..

Modified: llvm/trunk/utils/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/utils/Makefile (original)
+++ llvm/trunk/utils/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/utils/PerfectShuffle/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/PerfectShuffle/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/utils/PerfectShuffle/Makefile (original)
+++ llvm/trunk/utils/PerfectShuffle/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/utils/TableGen/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/utils/TableGen/Makefile (original)
+++ llvm/trunk/utils/TableGen/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 

Modified: llvm/trunk/utils/fpcmp/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/fpcmp/Makefile?rev=45414&r1=45413&r2=45414&view=diff

==============================================================================
--- llvm/trunk/utils/fpcmp/Makefile (original)
+++ llvm/trunk/utils/fpcmp/Makefile Sat Dec 29 14:07:17 2007
@@ -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.
 # 
 
##===----------------------------------------------------------------------===##
 


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to