Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / Dominators.cpp
index 671b49425eeb6a18cd172859b87da4207105d252..c3bce78b5ad6d0156bfd1b33c2e3f6b89ac1d76c 100644 (file)
@@ -1,4 +1,11 @@
 //===- Dominators.cpp - Dominator Calculation -----------------------------===//
+// 
+//                     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 implements simple dominator construction algorithms for finding
 // forward dominators.  Postdominators are available in libanalysis, but are not