Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / CodeGen / ModuloScheduling / ModuloScheduling.cpp
index 49562f49f55211de5d7153aa650b42528211ca57..91ec6c28f55262d154632783a66625ecb6163c90 100644 (file)
@@ -1,4 +1,11 @@
 //===-- ModuloScheduling.cpp - Software Pipeling Approach - SMS -----------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
 //
 // The is a software pipelining pass based on the Swing Modulo Scheduling
 // algorithm (SMS).