summaryrefslogtreecommitdiffstats
path: root/test/containers/stack_allocator.h
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2014-01-16 16:58:45 +0000
committerMarshall Clow <mclow.lists@gmail.com>2014-01-16 16:58:45 +0000
commit98760c18f85bafd98dde7a309e1b0e677abd47d8 (patch)
tree11bc1fd1fa3e0e71b37c204afa17509dbd595496 /test/containers/stack_allocator.h
parentbeee5e48b35b502e2c8c14e836151e96123be74d (diff)
downloadexternal_libcxx-98760c18f85bafd98dde7a309e1b0e677abd47d8.tar.gz
external_libcxx-98760c18f85bafd98dde7a309e1b0e677abd47d8.tar.bz2
external_libcxx-98760c18f85bafd98dde7a309e1b0e677abd47d8.zip
Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@199400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/containers/stack_allocator.h')
-rw-r--r--test/containers/stack_allocator.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/containers/stack_allocator.h b/test/containers/stack_allocator.h
index e6af47381..d5fab025c 100644
--- a/test/containers/stack_allocator.h
+++ b/test/containers/stack_allocator.h
@@ -1,3 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
#ifndef STACK_ALLOCATOR_H
#define STACK_ALLOCATOR_H