Added LLVM notice.
[oota-llvm.git] / include / llvm / ADT / GraphTraits.h
index e54d9631294c6ef173faeb72814975d672d1928a..305f71e2800e470acfcb1abe7cb3b36fd8c7b321 100644 (file)
@@ -1,4 +1,11 @@
 //===-- Support/GraphTraits.h - Graph traits template -----------*- 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 defines the little GraphTraits<X> template class that should be 
 // specialized by classes that want to be iteratable by generic graph iterators.