X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FTimeValue.cpp;h=cf4984cc4d1b36b44ff5ded56fc77ba423f3bc1b;hb=c8aef4b2ea23f7da3668f35872ee5bd8df28bcc0;hp=ccf15a2b3e5a33716754ff7553910ad7ced8d05a;hpb=bccc8abc79338d1cfdd5ea20f7288452ddf75b84;p=oota-llvm.git diff --git a/lib/System/TimeValue.cpp b/lib/System/TimeValue.cpp index ccf15a2b3e5..cf4984cc4d1 100644 --- a/lib/System/TimeValue.cpp +++ b/lib/System/TimeValue.cpp @@ -1,10 +1,10 @@ //===-- TimeValue.cpp - Implement OS TimeValue Concept ----------*- C++ -*-===// -// +// // 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. +// //===----------------------------------------------------------------------===// // // This file implements the operating system TimeValue concept. @@ -56,4 +56,3 @@ TimeValue::normalize( void ) { #include "Win32/TimeValue.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab