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