From: Michael J. Spencer Date: Mon, 8 Nov 2010 20:56:32 +0000 (+0000) Subject: Remove contributor names as per coding statndard. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=23721d5b19113146a07c29035ada842aa04318c3;p=oota-llvm.git Remove contributor names as per coding statndard. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118442 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index 4db7696b49e..8e3004d0ac4 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc @@ -5,9 +5,6 @@ // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -// Modified by Henrik Bach to comply with at least MinGW. -// Ported to Win32 by Jeff Cohen. -// //===----------------------------------------------------------------------===// // // This file provides the Win32 specific implementation of the Path class.