diff options
Diffstat (limited to 'libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp')
-rw-r--r-- | libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp b/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp index 5b3e1877c21..6e3b7a2eee2 100644 --- a/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp +++ b/libcxx/test/utilities/function.objects/logical.operations/transparent.pass.cpp @@ -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. +// +//===----------------------------------------------------------------------===// + #include <functional> #include <string> |