Added LLVM notice.
[oota-llvm.git] / include / llvm / Support / DOTGraphTraits.h
index 6ffade878b199e17c2ee6c05f74931ac538e967a..002a78ec4f8bc4872db8ba9f675e3872826b5dcd 100644 (file)
@@ -1,4 +1,11 @@
 //===-- Support/DotGraphTraits.h - Customize .dot output --------*- 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 a template class that can be used to customize dot output
 // graphs generated by the GraphWriter.h file.  The default implementation of