diff options
Diffstat (limited to 'include/Support/HashExtras.h')
-rw-r--r-- | include/Support/HashExtras.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Support/HashExtras.h b/include/Support/HashExtras.h index f648a28c09..871080c467 100644 --- a/include/Support/HashExtras.h +++ b/include/Support/HashExtras.h @@ -1,4 +1,11 @@ //===-- HashExtras.h - Useful functions for STL hash containers -*- 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 contains some templates that are useful if you are working with the // STL Hashed containers. |