diff options
Diffstat (limited to 'libcxx/test/std/language.support/support.limits/support.limits.general')
-rwxr-xr-x | libcxx/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libcxx/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py b/libcxx/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py index d019d8fe535..00b63d5ebb3 100755 --- a/libcxx/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py +++ b/libcxx/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py @@ -828,10 +828,9 @@ def produce_tests(): test_body = \ """//===----------------------------------------------------------------------===// // -// 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. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // |