diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:44:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:44:31 +0000 |
commit | 21c62da287237d39d0d95004881ea4baae3be6da (patch) | |
tree | 5e36aac17c434e99f655f6a0130883bdbad54bc5 /tools/llvmc | |
parent | fc001bbfc360ab828e5a4b0cbe4bb7db87361b85 (diff) |
remove attributions from tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r-- | tools/llvmc/CompilerDriver.cpp | 4 | ||||
-rw-r--r-- | tools/llvmc/CompilerDriver.h | 4 | ||||
-rw-r--r-- | tools/llvmc/ConfigLexer.h | 4 | ||||
-rw-r--r-- | tools/llvmc/Configuration.cpp | 4 | ||||
-rw-r--r-- | tools/llvmc/Configuration.h | 4 | ||||
-rw-r--r-- | tools/llvmc/llvmc.cpp | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/tools/llvmc/CompilerDriver.cpp b/tools/llvmc/CompilerDriver.cpp index 4be9f138ae..30556f052b 100644 --- a/tools/llvmc/CompilerDriver.cpp +++ b/tools/llvmc/CompilerDriver.cpp @@ -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/llvmc/CompilerDriver.h b/tools/llvmc/CompilerDriver.h index f2be5cc8cf..1e58e9bf68 100644 --- a/tools/llvmc/CompilerDriver.h +++ b/tools/llvmc/CompilerDriver.h @@ -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/llvmc/ConfigLexer.h b/tools/llvmc/ConfigLexer.h index 9693b34bb4..3b413c28de 100644 --- a/tools/llvmc/ConfigLexer.h +++ b/tools/llvmc/ConfigLexer.h @@ -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/llvmc/Configuration.cpp b/tools/llvmc/Configuration.cpp index aafca792b1..8d48d4de85 100644 --- a/tools/llvmc/Configuration.cpp +++ b/tools/llvmc/Configuration.cpp @@ -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/llvmc/Configuration.h b/tools/llvmc/Configuration.h index bf3827581c..12d0a956be 100644 --- a/tools/llvmc/Configuration.h +++ b/tools/llvmc/Configuration.h @@ -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/llvmc/llvmc.cpp b/tools/llvmc/llvmc.cpp index d45083ea0f..cf3bc09fb9 100644 --- a/tools/llvmc/llvmc.cpp +++ b/tools/llvmc/llvmc.cpp @@ -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. // //===----------------------------------------------------------------------===// // |