diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-01-19 21:52:04 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-01-19 21:52:04 +0000 |
commit | 38236b57503250de549e8f87903759dfeaeea8c6 (patch) | |
tree | eacefb47b96c5d79d87e58020fbf2fd6850a1f37 /libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.h | |
parent | 8132bdc8e1cf86c65e0bbe7aaa4bcfd3a6fb46ba (diff) | |
download | bcm5719-llvm-38236b57503250de549e8f87903759dfeaeea8c6.tar.gz bcm5719-llvm-38236b57503250de549e8f87903759dfeaeea8c6.zip |
Add missing license headers
llvm-svn: 258196
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.h')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.h b/libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.h index 0583b624da3..a85b39f3717 100644 --- a/libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.h +++ b/libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.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 INVOKE_HELPERS_H #define INVOKE_HELPERS_H |