X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FProcess.cpp;h=e93b2af4c12bbdc9d9fd494fe588b53ad2d12391;hb=a7e3b564773cc45a1b08383c09fe86b17b3ffe92;hp=c826e5e1f7e97c2384b1eb421933d598472ac425;hpb=f976c856fcc5055f3fc7d9f070d72c2d027c1d9d;p=oota-llvm.git diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp index c826e5e1f7e..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,5 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Process.inc" #endif - -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab