X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FProcess.cpp;h=e93b2af4c12bbdc9d9fd494fe588b53ad2d12391;hb=5c0db76cf262bec095c6b52ba0aa6e095f9f8298;hp=644a81e1a9922bdc9b969a1146ff91bfe74cf2d0;hpb=6b8a63ae583b53a942dca7c681f4cf161c90d35e;p=oota-llvm.git diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp index 644a81e1a99..e93b2af4c12 100644 --- a/lib/System/Process.cpp +++ b/lib/System/Process.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. // //===----------------------------------------------------------------------===// // @@ -31,4 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Process.inc" #endif -