diff options
Diffstat (limited to 'libcxx/test/support/user_defined_integral.hpp')
-rw-r--r-- | libcxx/test/support/user_defined_integral.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcxx/test/support/user_defined_integral.hpp b/libcxx/test/support/user_defined_integral.hpp index 3b0f7a19fcf..383b65f72e3 100644 --- a/libcxx/test/support/user_defined_integral.hpp +++ b/libcxx/test/support/user_defined_integral.hpp @@ -1,3 +1,11 @@ +//===----------------------------------------------------------------------===// +// +// 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 SUPPORT_USER_DEFINED_INTEGRAL_HPP #define SUPPORT_USER_DEFINED_INTEGRAL_HPP |