diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:37:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:37:57 +0000 |
commit | bcf65db6f34e6d7858e8394afa66b6e04b7b9206 (patch) | |
tree | 15c026d69b49b26d32f3732e29d603749efbb0b5 /llvm/examples/ParallelJIT/ParallelJIT.cpp | |
parent | 8adcd9f32e157650aebac46e862626c7dbdd37a1 (diff) | |
download | llvm-bcf65db6f34e6d7858e8394afa66b6e04b7b9206.zip llvm-bcf65db6f34e6d7858e8394afa66b6e04b7b9206.tar.gz llvm-bcf65db6f34e6d7858e8394afa66b6e04b7b9206.tar.bz2 |
remove attributions from examples.
llvm-svn: 45420
Diffstat (limited to 'llvm/examples/ParallelJIT/ParallelJIT.cpp')
-rw-r--r-- | llvm/examples/ParallelJIT/ParallelJIT.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/examples/ParallelJIT/ParallelJIT.cpp b/llvm/examples/ParallelJIT/ParallelJIT.cpp index 31cadc3..92d8f27 100644 --- a/llvm/examples/ParallelJIT/ParallelJIT.cpp +++ b/llvm/examples/ParallelJIT/ParallelJIT.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Evan Jones 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. // //===----------------------------------------------------------------------===// // |