diff options
Diffstat (limited to 'llvm/include/Support/hash_set')
-rw-r--r-- | llvm/include/Support/hash_set | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/hash_set b/llvm/include/Support/hash_set index 3fb4a3a78cc..620dd336671 100644 --- a/llvm/include/Support/hash_set +++ b/llvm/include/Support/hash_set @@ -1,4 +1,11 @@ //===-- Support/hash_set - "Portable" wrapper around hash_set ---*- 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. +// +//===----------------------------------------------------------------------===// // vim:ft=cpp // // This file provides a wrapper around the mysterious <hash_set> header file |