[libcxx] r351650 - Update generator script to use the new license file header.

Chandler Carruth chandlerc at gmail.com
Sat Jan 19 03:38:40 PST 2019


Author: chandlerc
Date: Sat Jan 19 03:38:40 2019
New Revision: 351650

URL: http://llvm.org/viewvc/llvm-project?rev=351650&view=rev
Log:
Update generator script to use the new license file header.

Modified:
    libcxx/trunk/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py

Modified: libcxx/trunk/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py?rev=351650&r1=351649&r2=351650&view=diff
==============================================================================
--- libcxx/trunk/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py (original)
+++ libcxx/trunk/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py Sat Jan 19 03:38:40 2019
@@ -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
 //
 //===----------------------------------------------------------------------===//
 //




More information about the libcxx-commits mailing list