diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:46:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:46:15 +0000 |
commit | 4c06e0d8a549030e82606ddd5ae56457fe156cdd (patch) | |
tree | 185bbf85fbc84e34ae5597edd9c6049c3824aa18 /tools | |
parent | cc0928ff22d9f3e8f2930874f6727db8c700ec35 (diff) | |
download | external_llvm-4c06e0d8a549030e82606ddd5ae56457fe156cdd.zip external_llvm-4c06e0d8a549030e82606ddd5ae56457fe156cdd.tar.gz external_llvm-4c06e0d8a549030e82606ddd5ae56457fe156cdd.tar.bz2 |
remove attributions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gccas/gccas.sh | 4 | ||||
-rw-r--r-- | tools/gccld/gccld.sh | 4 | ||||
-rw-r--r-- | tools/llvm-upgrade/UpgradeLexer.l | 4 | ||||
-rw-r--r-- | tools/llvm-upgrade/UpgradeParser.y | 4 | ||||
-rw-r--r-- | tools/llvmc/ConfigLexer.l | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/tools/gccas/gccas.sh b/tools/gccas/gccas.sh index 258d960..9cacad4 100644 --- a/tools/gccas/gccas.sh +++ b/tools/gccas/gccas.sh @@ -3,8 +3,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. # ##===----------------------------------------------------------------------===## # diff --git a/tools/gccld/gccld.sh b/tools/gccld/gccld.sh index 9ec9305..b092607 100644 --- a/tools/gccld/gccld.sh +++ b/tools/gccld/gccld.sh @@ -3,8 +3,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. # ##===----------------------------------------------------------------------===## # diff --git a/tools/llvm-upgrade/UpgradeLexer.l b/tools/llvm-upgrade/UpgradeLexer.l index 9ab9eee..702c953 100644 --- a/tools/llvm-upgrade/UpgradeLexer.l +++ b/tools/llvm-upgrade/UpgradeLexer.l @@ -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. // //===----------------------------------------------------------------------===// // diff --git a/tools/llvm-upgrade/UpgradeParser.y b/tools/llvm-upgrade/UpgradeParser.y index bcabaa3..6340d86 100644 --- a/tools/llvm-upgrade/UpgradeParser.y +++ b/tools/llvm-upgrade/UpgradeParser.y @@ -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. // //===----------------------------------------------------------------------===// // diff --git a/tools/llvmc/ConfigLexer.l b/tools/llvmc/ConfigLexer.l index 6bd61c8..390045c 100644 --- a/tools/llvmc/ConfigLexer.l +++ b/tools/llvmc/ConfigLexer.l @@ -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. // //===----------------------------------------------------------------------===// // |