Added LLVM notice.
[oota-llvm.git] / include / Support / DepthFirstIterator.h
index 7df5c26f98d8a3c1a32c20c1f8c2c880ec5376f5..bb7673c83d415872a59d4422e4b647652c756bb8 100644 (file)
@@ -1,4 +1,11 @@
 //===- Support/DepthFirstIterator.h - Depth First iterator ------*- C++ -*-===//
+// 
+//                     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 builds on the Support/GraphTraits.h file to build generic depth
 // first graph iterator.  This file exposes the following functions/types: