Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / System / TimeValue.cpp
index 64078f6f42064417b89af18311e0872a8d3d4d4e..cf4984cc4d1b36b44ff5ded56fc77ba423f3bc1b 100644 (file)
@@ -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.
@@ -50,10 +50,9 @@ TimeValue::normalize( void ) {
 
 /// Include the platform specific portion of TimeValue class
 #ifdef LLVM_ON_UNIX
-#include "Unix/TimeValue.cpp"
+#include "Unix/TimeValue.inc"
 #endif
 #ifdef LLVM_ON_WIN32
-#include "Win32/TimeValue.cpp"
+#include "Win32/TimeValue.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab