[pstl] r351648 - Update more file headers across all of the LLVM projects in the monorepo

Chandler Carruth chandlerc at gmail.com
Sat Jan 19 02:58:35 PST 2019


Author: chandlerc
Date: Sat Jan 19 02:56:40 2019
New Revision: 351648

URL: http://llvm.org/viewvc/llvm-project?rev=351648&view=rev
Log:
Update more file headers across all of the LLVM projects in the monorepo
to reflect the new license. These used slightly different spellings that
defeated my regular expressions.

We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.

Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.

Modified:
    pstl/trunk/CMakeLists.txt
    pstl/trunk/ParallelSTLConfig.cmake.in
    pstl/trunk/build/Makefile
    pstl/trunk/build/Makefile.common
    pstl/trunk/build/Makefile.pstl
    pstl/trunk/build/android.inc
    pstl/trunk/build/android.linux.launcher.sh
    pstl/trunk/build/clang.inc
    pstl/trunk/build/gcc.inc
    pstl/trunk/build/icc.inc
    pstl/trunk/build/icl.inc
    pstl/trunk/build/jni/Android.mk
    pstl/trunk/build/jni/Application.mk
    pstl/trunk/build/macos.inc
    pstl/trunk/build/mingw.inc
    pstl/trunk/build/unix.inc
    pstl/trunk/build/windows.inc
    pstl/trunk/cmake/FindTBB.cmake
    pstl/trunk/include/pstl/algorithm
    pstl/trunk/include/pstl/execution
    pstl/trunk/include/pstl/internal/algorithm_impl.h
    pstl/trunk/include/pstl/internal/execution_defs.h
    pstl/trunk/include/pstl/internal/execution_impl.h
    pstl/trunk/include/pstl/internal/glue_algorithm_defs.h
    pstl/trunk/include/pstl/internal/glue_algorithm_impl.h
    pstl/trunk/include/pstl/internal/glue_execution_defs.h
    pstl/trunk/include/pstl/internal/glue_memory_defs.h
    pstl/trunk/include/pstl/internal/glue_memory_impl.h
    pstl/trunk/include/pstl/internal/glue_numeric_defs.h
    pstl/trunk/include/pstl/internal/glue_numeric_impl.h
    pstl/trunk/include/pstl/internal/memory_impl.h
    pstl/trunk/include/pstl/internal/numeric_impl.h
    pstl/trunk/include/pstl/internal/parallel_backend.h
    pstl/trunk/include/pstl/internal/parallel_backend_tbb.h
    pstl/trunk/include/pstl/internal/parallel_backend_utils.h
    pstl/trunk/include/pstl/internal/parallel_impl.h
    pstl/trunk/include/pstl/internal/pstl_config.h
    pstl/trunk/include/pstl/internal/unseq_backend_simd.h
    pstl/trunk/include/pstl/internal/utils.h
    pstl/trunk/include/pstl/memory
    pstl/trunk/include/pstl/numeric
    pstl/trunk/test/CMakeLists.txt
    pstl/trunk/test/pstl_test_config.h
    pstl/trunk/test/test_adjacent_difference.cpp
    pstl/trunk/test/test_adjacent_find.cpp
    pstl/trunk/test/test_all_of.cpp
    pstl/trunk/test/test_any_of.cpp
    pstl/trunk/test/test_copy_if.cpp
    pstl/trunk/test/test_copy_move.cpp
    pstl/trunk/test/test_count.cpp
    pstl/trunk/test/test_equal.cpp
    pstl/trunk/test/test_fill.cpp
    pstl/trunk/test/test_find.cpp
    pstl/trunk/test/test_find_end.cpp
    pstl/trunk/test/test_find_first_of.cpp
    pstl/trunk/test/test_find_if.cpp
    pstl/trunk/test/test_for_each.cpp
    pstl/trunk/test/test_generate.cpp
    pstl/trunk/test/test_includes.cpp
    pstl/trunk/test/test_inplace_merge.cpp
    pstl/trunk/test/test_is_heap.cpp
    pstl/trunk/test/test_is_partitioned.cpp
    pstl/trunk/test/test_is_sorted.cpp
    pstl/trunk/test/test_lexicographical_compare.cpp
    pstl/trunk/test/test_merge.cpp
    pstl/trunk/test/test_minmax_element.cpp
    pstl/trunk/test/test_mismatch.cpp
    pstl/trunk/test/test_none_of.cpp
    pstl/trunk/test/test_nth_element.cpp
    pstl/trunk/test/test_partial_sort.cpp
    pstl/trunk/test/test_partial_sort_copy.cpp
    pstl/trunk/test/test_partition.cpp
    pstl/trunk/test/test_partition_copy.cpp
    pstl/trunk/test/test_reduce.cpp
    pstl/trunk/test/test_remove.cpp
    pstl/trunk/test/test_remove_copy.cpp
    pstl/trunk/test/test_replace.cpp
    pstl/trunk/test/test_replace_copy.cpp
    pstl/trunk/test/test_reverse.cpp
    pstl/trunk/test/test_reverse_copy.cpp
    pstl/trunk/test/test_rotate.cpp
    pstl/trunk/test/test_rotate_copy.cpp
    pstl/trunk/test/test_scan.cpp
    pstl/trunk/test/test_search_n.cpp
    pstl/trunk/test/test_set.cpp
    pstl/trunk/test/test_sort.cpp
    pstl/trunk/test/test_swap_ranges.cpp
    pstl/trunk/test/test_transform_binary.cpp
    pstl/trunk/test/test_transform_reduce.cpp
    pstl/trunk/test/test_transform_scan.cpp
    pstl/trunk/test/test_transform_unary.cpp
    pstl/trunk/test/test_uninitialized_construct.cpp
    pstl/trunk/test/test_uninitialized_copy_move.cpp
    pstl/trunk/test/test_uninitialized_fill_destroy.cpp
    pstl/trunk/test/test_unique.cpp
    pstl/trunk/test/test_unique_copy_equal.cpp
    pstl/trunk/test/utils.h

Modified: pstl/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/CMakeLists.txt?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/CMakeLists.txt (original)
+++ pstl/trunk/CMakeLists.txt Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- CMakeLists.txt ----------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 cmake_minimum_required(VERSION 3.4.3)

Modified: pstl/trunk/ParallelSTLConfig.cmake.in
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/ParallelSTLConfig.cmake.in?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/ParallelSTLConfig.cmake.in (original)
+++ pstl/trunk/ParallelSTLConfig.cmake.in Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- ParallelSTLConfig.cmake.in ----------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/Makefile
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/Makefile?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/Makefile (original)
+++ pstl/trunk/build/Makefile Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- Makefile ----------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/Makefile.common
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/Makefile.common?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/Makefile.common (original)
+++ pstl/trunk/build/Makefile.common Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- Makefile.common ---------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/Makefile.pstl
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/Makefile.pstl?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/Makefile.pstl (original)
+++ pstl/trunk/build/Makefile.pstl Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- Makefile.pstl -----------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/android.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/android.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/android.inc (original)
+++ pstl/trunk/build/android.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- android.inc -------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/android.linux.launcher.sh
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/android.linux.launcher.sh?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/android.linux.launcher.sh (original)
+++ pstl/trunk/build/android.linux.launcher.sh Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 #!/bin/sh
 #===-- android.linux.launcher.sh -----------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 #

Modified: pstl/trunk/build/clang.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/clang.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/clang.inc (original)
+++ pstl/trunk/build/clang.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- clang.inc ---------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/gcc.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/gcc.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/gcc.inc (original)
+++ pstl/trunk/build/gcc.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- gcc.inc -----------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/icc.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/icc.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/icc.inc (original)
+++ pstl/trunk/build/icc.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- icc.inc -----------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/icl.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/icl.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/icl.inc (original)
+++ pstl/trunk/build/icl.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- icl.inc -----------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/jni/Android.mk
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/jni/Android.mk?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/jni/Android.mk (original)
+++ pstl/trunk/build/jni/Android.mk Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- Android.mk --------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/jni/Application.mk
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/jni/Application.mk?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/jni/Application.mk (original)
+++ pstl/trunk/build/jni/Application.mk Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- Application.mk ----------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/macos.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/macos.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/macos.inc (original)
+++ pstl/trunk/build/macos.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- macos.inc ---------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/mingw.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/mingw.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/mingw.inc (original)
+++ pstl/trunk/build/mingw.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- mingw.inc ---------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/unix.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/unix.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/unix.inc (original)
+++ pstl/trunk/build/unix.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- unix.inc ----------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/build/windows.inc
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/build/windows.inc?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/build/windows.inc (original)
+++ pstl/trunk/build/windows.inc Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- windows.inc -------------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/cmake/FindTBB.cmake
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/cmake/FindTBB.cmake?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/cmake/FindTBB.cmake (original)
+++ pstl/trunk/cmake/FindTBB.cmake Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- FindTBB.cmake -----------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/include/pstl/algorithm
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/algorithm?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/algorithm (original)
+++ pstl/trunk/include/pstl/algorithm Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- algorithm ---------------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/execution
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/execution?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/execution (original)
+++ pstl/trunk/include/pstl/execution Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- execution ---------------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/algorithm_impl.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/algorithm_impl.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/algorithm_impl.h (original)
+++ pstl/trunk/include/pstl/internal/algorithm_impl.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- algorithm_impl.h --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/execution_defs.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/execution_defs.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/execution_defs.h (original)
+++ pstl/trunk/include/pstl/internal/execution_defs.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- execution_defs.h --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/execution_impl.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/execution_impl.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/execution_impl.h (original)
+++ pstl/trunk/include/pstl/internal/execution_impl.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- execution_impl.h --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/glue_algorithm_defs.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/glue_algorithm_defs.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/glue_algorithm_defs.h (original)
+++ pstl/trunk/include/pstl/internal/glue_algorithm_defs.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- glue_algorithm_defs.h ---------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/glue_algorithm_impl.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/glue_algorithm_impl.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/glue_algorithm_impl.h (original)
+++ pstl/trunk/include/pstl/internal/glue_algorithm_impl.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- glue_algorithm_impl.h ---------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/glue_execution_defs.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/glue_execution_defs.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/glue_execution_defs.h (original)
+++ pstl/trunk/include/pstl/internal/glue_execution_defs.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- glue_execution_defs.h ---------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/glue_memory_defs.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/glue_memory_defs.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/glue_memory_defs.h (original)
+++ pstl/trunk/include/pstl/internal/glue_memory_defs.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- glue_memory_defs.h ------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/glue_memory_impl.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/glue_memory_impl.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/glue_memory_impl.h (original)
+++ pstl/trunk/include/pstl/internal/glue_memory_impl.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- glue_memory_impl.h ------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/glue_numeric_defs.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/glue_numeric_defs.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/glue_numeric_defs.h (original)
+++ pstl/trunk/include/pstl/internal/glue_numeric_defs.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- glue_numeric_defs.h -----------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/glue_numeric_impl.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/glue_numeric_impl.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/glue_numeric_impl.h (original)
+++ pstl/trunk/include/pstl/internal/glue_numeric_impl.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- glue_numeric_impl.h -----------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/memory_impl.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/memory_impl.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/memory_impl.h (original)
+++ pstl/trunk/include/pstl/internal/memory_impl.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- memory_impl.h -----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/numeric_impl.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/numeric_impl.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/numeric_impl.h (original)
+++ pstl/trunk/include/pstl/internal/numeric_impl.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- numeric_impl.h ----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/parallel_backend.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/parallel_backend.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/parallel_backend.h (original)
+++ pstl/trunk/include/pstl/internal/parallel_backend.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- parallel_backend.h ------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/parallel_backend_tbb.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/parallel_backend_tbb.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/parallel_backend_tbb.h (original)
+++ pstl/trunk/include/pstl/internal/parallel_backend_tbb.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- parallel_backend_tbb.h --------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/parallel_backend_utils.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/parallel_backend_utils.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/parallel_backend_utils.h (original)
+++ pstl/trunk/include/pstl/internal/parallel_backend_utils.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- parallel_backend_utils.h ------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/parallel_impl.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/parallel_impl.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/parallel_impl.h (original)
+++ pstl/trunk/include/pstl/internal/parallel_impl.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- parallel_impl.h ---------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/pstl_config.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/pstl_config.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/pstl_config.h (original)
+++ pstl/trunk/include/pstl/internal/pstl_config.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- pstl_config.h -----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/unseq_backend_simd.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/unseq_backend_simd.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/unseq_backend_simd.h (original)
+++ pstl/trunk/include/pstl/internal/unseq_backend_simd.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- unseq_backend_simd.h ----------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/internal/utils.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/internal/utils.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/internal/utils.h (original)
+++ pstl/trunk/include/pstl/internal/utils.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- utils.h -----------------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/memory
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/memory?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/memory (original)
+++ pstl/trunk/include/pstl/memory Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- memory ------------------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/include/pstl/numeric
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/include/pstl/numeric?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/include/pstl/numeric (original)
+++ pstl/trunk/include/pstl/numeric Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- numeric -----------------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/CMakeLists.txt?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/CMakeLists.txt (original)
+++ pstl/trunk/test/CMakeLists.txt Sat Jan 19 02:56:40 2019
@@ -1,9 +1,8 @@
 #===-- CMakeLists.txt ----------------------------------------------------===##
 #
-#                     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
 #
 #===----------------------------------------------------------------------===##
 

Modified: pstl/trunk/test/pstl_test_config.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl_test_config.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/pstl_test_config.h (original)
+++ pstl/trunk/test/pstl_test_config.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- pstl_test_config.h ------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_adjacent_difference.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_adjacent_difference.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_adjacent_difference.cpp (original)
+++ pstl/trunk/test/test_adjacent_difference.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_adjacent_difference.cpp --------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_adjacent_find.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_adjacent_find.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_adjacent_find.cpp (original)
+++ pstl/trunk/test/test_adjacent_find.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_adjacent_find.cpp --------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_all_of.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_all_of.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_all_of.cpp (original)
+++ pstl/trunk/test/test_all_of.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_all_of.cpp ---------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_any_of.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_any_of.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_any_of.cpp (original)
+++ pstl/trunk/test/test_any_of.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_any_of.cpp ---------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_copy_if.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_copy_if.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_copy_if.cpp (original)
+++ pstl/trunk/test/test_copy_if.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_copy_if.cpp --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_copy_move.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_copy_move.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_copy_move.cpp (original)
+++ pstl/trunk/test/test_copy_move.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_copy_move.cpp ------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_count.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_count.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_count.cpp (original)
+++ pstl/trunk/test/test_count.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_count.cpp ----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_equal.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_equal.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_equal.cpp (original)
+++ pstl/trunk/test/test_equal.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_equal.cpp ----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_fill.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_fill.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_fill.cpp (original)
+++ pstl/trunk/test/test_fill.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_fill.cpp -----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_find.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_find.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_find.cpp (original)
+++ pstl/trunk/test/test_find.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_find.cpp -----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_find_end.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_find_end.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_find_end.cpp (original)
+++ pstl/trunk/test/test_find_end.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_find_end.cpp -------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_find_first_of.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_find_first_of.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_find_first_of.cpp (original)
+++ pstl/trunk/test/test_find_first_of.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_find_first_of.cpp --------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_find_if.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_find_if.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_find_if.cpp (original)
+++ pstl/trunk/test/test_find_if.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_find_if.cpp --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_for_each.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_for_each.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_for_each.cpp (original)
+++ pstl/trunk/test/test_for_each.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_for_each.cpp -------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_generate.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_generate.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_generate.cpp (original)
+++ pstl/trunk/test/test_generate.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_generate.cpp -------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_includes.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_includes.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_includes.cpp (original)
+++ pstl/trunk/test/test_includes.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_includes.cpp -------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_inplace_merge.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_inplace_merge.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_inplace_merge.cpp (original)
+++ pstl/trunk/test/test_inplace_merge.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_inplace_merge.cpp --------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_is_heap.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_is_heap.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_is_heap.cpp (original)
+++ pstl/trunk/test/test_is_heap.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_is_heap.cpp --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_is_partitioned.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_is_partitioned.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_is_partitioned.cpp (original)
+++ pstl/trunk/test/test_is_partitioned.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_is_partitioned.cpp -------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_is_sorted.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_is_sorted.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_is_sorted.cpp (original)
+++ pstl/trunk/test/test_is_sorted.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_is_sorted.cpp ------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_lexicographical_compare.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_lexicographical_compare.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_lexicographical_compare.cpp (original)
+++ pstl/trunk/test/test_lexicographical_compare.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_lexicographical_compare.cpp ----------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_merge.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_merge.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_merge.cpp (original)
+++ pstl/trunk/test/test_merge.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_merge.cpp ----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_minmax_element.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_minmax_element.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_minmax_element.cpp (original)
+++ pstl/trunk/test/test_minmax_element.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_minmax_element.cpp -------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_mismatch.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_mismatch.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_mismatch.cpp (original)
+++ pstl/trunk/test/test_mismatch.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_mismatch.cpp -------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_none_of.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_none_of.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_none_of.cpp (original)
+++ pstl/trunk/test/test_none_of.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_none_of.cpp --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_nth_element.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_nth_element.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_nth_element.cpp (original)
+++ pstl/trunk/test/test_nth_element.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_nth_element.cpp ----------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_partial_sort.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_partial_sort.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_partial_sort.cpp (original)
+++ pstl/trunk/test/test_partial_sort.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_partial_sort.cpp ---------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_partial_sort_copy.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_partial_sort_copy.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_partial_sort_copy.cpp (original)
+++ pstl/trunk/test/test_partial_sort_copy.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_partial_sort_copy.cpp ----------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_partition.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_partition.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_partition.cpp (original)
+++ pstl/trunk/test/test_partition.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_partition.cpp ------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_partition_copy.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_partition_copy.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_partition_copy.cpp (original)
+++ pstl/trunk/test/test_partition_copy.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_partition_copy.cpp -------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_reduce.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_reduce.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_reduce.cpp (original)
+++ pstl/trunk/test/test_reduce.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_reduce.cpp ---------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_remove.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_remove.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_remove.cpp (original)
+++ pstl/trunk/test/test_remove.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_remove.cpp ---------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_remove_copy.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_remove_copy.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_remove_copy.cpp (original)
+++ pstl/trunk/test/test_remove_copy.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_remove_copy.cpp ----------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_replace.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_replace.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_replace.cpp (original)
+++ pstl/trunk/test/test_replace.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_replace.cpp --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_replace_copy.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_replace_copy.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_replace_copy.cpp (original)
+++ pstl/trunk/test/test_replace_copy.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_replace_copy.cpp ---------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_reverse.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_reverse.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_reverse.cpp (original)
+++ pstl/trunk/test/test_reverse.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_reverse.cpp --------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_reverse_copy.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_reverse_copy.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_reverse_copy.cpp (original)
+++ pstl/trunk/test/test_reverse_copy.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_reverse_copy.cpp ---------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_rotate.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_rotate.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_rotate.cpp (original)
+++ pstl/trunk/test/test_rotate.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_rotate.cpp ---------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_rotate_copy.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_rotate_copy.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_rotate_copy.cpp (original)
+++ pstl/trunk/test/test_rotate_copy.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_rotate_copy.cpp ----------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_scan.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_scan.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_scan.cpp (original)
+++ pstl/trunk/test/test_scan.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_scan.cpp -----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_search_n.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_search_n.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_search_n.cpp (original)
+++ pstl/trunk/test/test_search_n.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_search_n.cpp -------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_set.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_set.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_set.cpp (original)
+++ pstl/trunk/test/test_set.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_set.cpp ------------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_sort.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_sort.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_sort.cpp (original)
+++ pstl/trunk/test/test_sort.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_sort.cpp -----------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_swap_ranges.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_swap_ranges.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_swap_ranges.cpp (original)
+++ pstl/trunk/test/test_swap_ranges.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_swap_ranges.cpp ----------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_transform_binary.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_transform_binary.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_transform_binary.cpp (original)
+++ pstl/trunk/test/test_transform_binary.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_transform_binary.cpp -----------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_transform_reduce.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_transform_reduce.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_transform_reduce.cpp (original)
+++ pstl/trunk/test/test_transform_reduce.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_transform_reduce.cpp -----------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_transform_scan.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_transform_scan.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_transform_scan.cpp (original)
+++ pstl/trunk/test/test_transform_scan.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_transform_scan.cpp -------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_transform_unary.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_transform_unary.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_transform_unary.cpp (original)
+++ pstl/trunk/test/test_transform_unary.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_transform_unary.cpp ------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_uninitialized_construct.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_uninitialized_construct.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_uninitialized_construct.cpp (original)
+++ pstl/trunk/test/test_uninitialized_construct.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_uninitialized_construct.cpp ----------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_uninitialized_copy_move.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_uninitialized_copy_move.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_uninitialized_copy_move.cpp (original)
+++ pstl/trunk/test/test_uninitialized_copy_move.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_uninitialized_copy_move.cpp ----------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_uninitialized_fill_destroy.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_uninitialized_fill_destroy.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_uninitialized_fill_destroy.cpp (original)
+++ pstl/trunk/test/test_uninitialized_fill_destroy.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_uninitialized_fill_destroy.cpp -------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_unique.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_unique.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_unique.cpp (original)
+++ pstl/trunk/test/test_unique.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_unique.cpp ---------------------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/test_unique_copy_equal.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/test_unique_copy_equal.cpp?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/test_unique_copy_equal.cpp (original)
+++ pstl/trunk/test/test_unique_copy_equal.cpp Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- test_unique_copy_equal.cpp ----------------------------------------===//
 //
-//                     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
 //
 //===----------------------------------------------------------------------===//
 

Modified: pstl/trunk/test/utils.h
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/utils.h?rev=351648&r1=351647&r2=351648&view=diff
==============================================================================
--- pstl/trunk/test/utils.h (original)
+++ pstl/trunk/test/utils.h Sat Jan 19 02:56:40 2019
@@ -1,10 +1,9 @@
 // -*- C++ -*-
 //===-- utils.h -----------------------------------------------------------===//
 //
-//                     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