Fix big-endian codegen bug. We're splitting up
[oota-llvm.git] / lib / VMCore / ModuleProvider.cpp
index 2b06c1145adb82f118ad99f2b8c8c86ed67b6698..cfff97c237f9f8bb9bc816b2cbe320bc51a7f435 100644 (file)
@@ -1,10 +1,10 @@
 //===-- ModuleProvider.cpp - Base implementation for module providers -----===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group 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.
+//
 //===----------------------------------------------------------------------===//
 //
 // Minimal implementation of the abstract interface for providing a module.