Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / IntervalPartition.cpp
index eb4975ffdabcb5a17ca3c4c775aa5ff143318e67..27299309984124d8e03e604acf56c29afc99c2a2 100644 (file)
@@ -1,4 +1,11 @@
 //===- IntervalPartition.cpp - Interval Partition module code -------------===//
+// 
+//                     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 contains the definition of the IntervalPartition class, which
 // calculates and represent the interval partition of a function.