summaryrefslogtreecommitdiff
path: root/examples/ParallelJIT
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-29 20:37:57 +0000
committerChris Lattner <sabre@nondot.org>2007-12-29 20:37:57 +0000
commitfc001bbfc360ab828e5a4b0cbe4bb7db87361b85 (patch)
treed45a56453a73f0579687fe3090549363605a0f03 /examples/ParallelJIT
parent3060910e290949a9ac5eda8726d030790c4d60ff (diff)
downloadllvm-fc001bbfc360ab828e5a4b0cbe4bb7db87361b85.tar.gz
llvm-fc001bbfc360ab828e5a4b0cbe4bb7db87361b85.tar.bz2
llvm-fc001bbfc360ab828e5a4b0cbe4bb7db87361b85.tar.xz
remove attributions from examples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/ParallelJIT')
-rw-r--r--examples/ParallelJIT/ParallelJIT.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ParallelJIT/ParallelJIT.cpp b/examples/ParallelJIT/ParallelJIT.cpp
index 31cadc34f1..92d8f27f8b 100644
--- a/examples/ParallelJIT/ParallelJIT.cpp
+++ b/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.
//
//===----------------------------------------------------------------------===//
//