diff options
Diffstat (limited to 'include/Support/VectorExtras.h')
-rw-r--r-- | include/Support/VectorExtras.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Support/VectorExtras.h b/include/Support/VectorExtras.h index 68aa8078bd..32778309d4 100644 --- a/include/Support/VectorExtras.h +++ b/include/Support/VectorExtras.h @@ -1,4 +1,11 @@ //===-- VectorExtras.h - Helper functions for std::vector -------*- 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 helper functions which are useful for working with the // std::vector class. |