diff options
Diffstat (limited to 'llvm/include/Support/DOTGraphTraits.h')
-rw-r--r-- | llvm/include/Support/DOTGraphTraits.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/DOTGraphTraits.h b/llvm/include/Support/DOTGraphTraits.h index 6ffade878b1..002a78ec4f8 100644 --- a/llvm/include/Support/DOTGraphTraits.h +++ b/llvm/include/Support/DOTGraphTraits.h @@ -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 |