[llvm-commits] [llvm] r45423 - in /llvm/trunk/tools: gccas/gccas.sh gccld/gccld.sh llvm-upgrade/UpgradeLexer.l llvm-upgrade/UpgradeParser.y llvmc/ConfigLexer.l

Chris Lattner sabre at nondot.org
Sat Dec 29 12:46:15 PST 2007


Author: lattner
Date: Sat Dec 29 14:46:15 2007
New Revision: 45423

URL: http://llvm.org/viewvc/llvm-project?rev=45423&view=rev
Log:
remove attributions

Modified:
    llvm/trunk/tools/gccas/gccas.sh
    llvm/trunk/tools/gccld/gccld.sh
    llvm/trunk/tools/llvm-upgrade/UpgradeLexer.l
    llvm/trunk/tools/llvm-upgrade/UpgradeParser.y
    llvm/trunk/tools/llvmc/ConfigLexer.l

Modified: llvm/trunk/tools/gccas/gccas.sh
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/gccas/gccas.sh?rev=45423&r1=45422&r2=45423&view=diff

==============================================================================
Binary files - no diff available.

Modified: llvm/trunk/tools/gccld/gccld.sh
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/gccld/gccld.sh?rev=45423&r1=45422&r2=45423&view=diff

==============================================================================
Binary files - no diff available.

Modified: llvm/trunk/tools/llvm-upgrade/UpgradeLexer.l
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-upgrade/UpgradeLexer.l?rev=45423&r1=45422&r2=45423&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-upgrade/UpgradeLexer.l (original)
+++ llvm/trunk/tools/llvm-upgrade/UpgradeLexer.l Sat Dec 29 14:46:15 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/llvm-upgrade/UpgradeParser.y
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-upgrade/UpgradeParser.y?rev=45423&r1=45422&r2=45423&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-upgrade/UpgradeParser.y (original)
+++ llvm/trunk/tools/llvm-upgrade/UpgradeParser.y Sat Dec 29 14:46:15 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/llvmc/ConfigLexer.l
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/ConfigLexer.l?rev=45423&r1=45422&r2=45423&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc/ConfigLexer.l (original)
+++ llvm/trunk/tools/llvmc/ConfigLexer.l Sat Dec 29 14:46:15 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.
 // 
 //===----------------------------------------------------------------------===//
 //





More information about the llvm-commits mailing list