aboutsummaryrefslogtreecommitdiff
path: root/include/Support/GraphTraits.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/GraphTraits.h')
-rw-r--r--include/Support/GraphTraits.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Support/GraphTraits.h b/include/Support/GraphTraits.h
index e54d963129..305f71e280 100644
--- a/include/Support/GraphTraits.h
+++ b/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.