This situation can occur:
[oota-llvm.git] / lib / System / Memory.cpp
index 2ec5666cedfcde8b6c0883b05f34cb3473e2d8bf..054cc966a3e7b71bb1dd75d6d634bed11d6f9111 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -32,5 +32,3 @@ using namespace sys;
 #ifdef LLVM_ON_WIN32
 #include "Win32/Memory.inc"
 #endif
-
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab