Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSGraphTraits.h
index 7ea30c02c0db412b6b727ab9c7d459c2a7fc8d3e..086835cb92a8096264355fdd397dffefcc689c9c 100644 (file)
@@ -1,4 +1,11 @@
 //===- DSGraphTraits.h - Provide generic graph interface --------*- 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 provides GraphTraits specializations for the DataStructure graph
 // nodes, allowing datastructure graphs to be processed by generic graph