diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2019-01-19 11:38:40 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2019-01-19 11:38:40 +0000 |
commit | b3ee4190e7f05471ebe87c4de9549fad470efb37 (patch) | |
tree | 3abcce1d6ce0559506a6e61c574f91cbd61ae443 /libcxx/test/std/language.support | |
parent | 4056b42a0a190f61fe25170c5b28da574afcb85f (diff) | |
download | bcm5719-llvm-b3ee4190e7f05471ebe87c4de9549fad470efb37.tar.gz bcm5719-llvm-b3ee4190e7f05471ebe87c4de9549fad470efb37.zip |
Update generator script to use the new license file header.
llvm-svn: 351650
Diffstat (limited to 'libcxx/test/std/language.support')
-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 // //===----------------------------------------------------------------------===// // |