diff --git a/.upstream-tests/test/cuda/barrier_init.pass.cpp b/.upstream-tests/test/cuda/barrier_init.pass.cpp index bb76cdb1af..1f94d59d99 100644 --- a/.upstream-tests/test/cuda/barrier_init.pass.cpp +++ b/.upstream-tests/test/cuda/barrier_init.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/barrier_native_handle.pass.cpp b/.upstream-tests/test/cuda/barrier_native_handle.pass.cpp index ddd481812b..0aabf3aafa 100644 --- a/.upstream-tests/test/cuda/barrier_native_handle.pass.cpp +++ b/.upstream-tests/test/cuda/barrier_native_handle.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/group_memcpy_async.pass.cpp b/.upstream-tests/test/cuda/group_memcpy_async.pass.cpp index 2d3f5d7211..718e8fdb77 100644 --- a/.upstream-tests/test/cuda/group_memcpy_async.pass.cpp +++ b/.upstream-tests/test/cuda/group_memcpy_async.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/large_type.h b/.upstream-tests/test/cuda/large_type.h index 67b25b49d4..08e98da5ab 100644 --- a/.upstream-tests/test/cuda/large_type.h +++ b/.upstream-tests/test/cuda/large_type.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/memcpy_async.h b/.upstream-tests/test/cuda/memcpy_async.h index 12c2c67c3a..448e077839 100644 --- a/.upstream-tests/test/cuda/memcpy_async.h +++ b/.upstream-tests/test/cuda/memcpy_async.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/memcpy_async_16.pass.cpp b/.upstream-tests/test/cuda/memcpy_async_16.pass.cpp index e91f2c7228..f383df8433 100644 --- a/.upstream-tests/test/cuda/memcpy_async_16.pass.cpp +++ b/.upstream-tests/test/cuda/memcpy_async_16.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/memcpy_async_32.pass.cpp b/.upstream-tests/test/cuda/memcpy_async_32.pass.cpp index b1156c698e..a415084676 100644 --- a/.upstream-tests/test/cuda/memcpy_async_32.pass.cpp +++ b/.upstream-tests/test/cuda/memcpy_async_32.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/memcpy_async_64.pass.cpp b/.upstream-tests/test/cuda/memcpy_async_64.pass.cpp index dc31700d29..3bff422414 100644 --- a/.upstream-tests/test/cuda/memcpy_async_64.pass.cpp +++ b/.upstream-tests/test/cuda/memcpy_async_64.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/memcpy_async_8.pass.cpp b/.upstream-tests/test/cuda/memcpy_async_8.pass.cpp index 35e7d84fbb..f45ff7f88a 100644 --- a/.upstream-tests/test/cuda/memcpy_async_8.pass.cpp +++ b/.upstream-tests/test/cuda/memcpy_async_8.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/memcpy_async_large.pass.cpp b/.upstream-tests/test/cuda/memcpy_async_large.pass.cpp index e65f2a6894..5b87be30e5 100644 --- a/.upstream-tests/test/cuda/memcpy_async_large.pass.cpp +++ b/.upstream-tests/test/cuda/memcpy_async_large.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_arrive_on.pass.cpp b/.upstream-tests/test/cuda/pipeline_arrive_on.pass.cpp index 76afa3574f..d0b7ced595 100644 --- a/.upstream-tests/test/cuda/pipeline_arrive_on.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_arrive_on.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_arrive_on_abi_v2.pass.cpp b/.upstream-tests/test/cuda/pipeline_arrive_on_abi_v2.pass.cpp index c77c62acd4..3b6227d5f6 100644 --- a/.upstream-tests/test/cuda/pipeline_arrive_on_abi_v2.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_arrive_on_abi_v2.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_group_concept.h b/.upstream-tests/test/cuda/pipeline_group_concept.h index 7d3bc71b11..9069bca1ac 100644 --- a/.upstream-tests/test/cuda/pipeline_group_concept.h +++ b/.upstream-tests/test/cuda/pipeline_group_concept.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_block.pass.cpp b/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_block.pass.cpp index 07bfc1cf2d..efe2474b35 100644 --- a/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_block.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_block.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_device.pass.cpp b/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_device.pass.cpp index fc24607486..6bb3536b1f 100644 --- a/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_device.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_device.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_system.pass.cpp b/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_system.pass.cpp index a9c93d7693..3b97d19c75 100644 --- a/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_system.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_group_concept_thread_scope_system.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_producer_consumer.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_producer_consumer.pass.cpp index 6afb3fc5e8..4379a1c55b 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_producer_consumer.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_producer_consumer.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp index 823d78a7a8..d48363dc4c 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp index 0036fc91b5..4cb057e1f9 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp index d72dd839e4..a7a2ea1f8f 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp index 59cb555ed2..45d7ac8ea3 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp index b260b7a5cc..fa1c8237d1 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp index bcd837e749..8b26faeae2 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp index 7d9baea855..5756c4bfac 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp index 7443cb734d..955aba70a7 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp index 215b82f037..ede9344695 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp index bfb7a51b15..d32b706d72 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h index 560931f8b2..fbba4cef8d 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp index 823d78a7a8..d48363dc4c 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp index 0036fc91b5..4cb057e1f9 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp index d72dd839e4..a7a2ea1f8f 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp index 59cb555ed2..45d7ac8ea3 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp index 21638ed619..5df1a286e2 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread.h b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread.h index 31a32a38b5..735569a041 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread.h +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp index ba67656f0e..8d26c12c12 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp index 6c1dae091f..58a9320196 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp index 1c7588176e..521fc6f726 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp index 359c6f971f..c01b7815bd 100644 --- a/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp +++ b/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/force_include.h b/.upstream-tests/test/force_include.h index 0155c102ca..b61e79e9da 100644 --- a/.upstream-tests/test/force_include.h +++ b/.upstream-tests/test/force_include.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/support/concurrent_agents.h b/.upstream-tests/test/support/concurrent_agents.h index 9c00592c83..6836c17884 100644 --- a/.upstream-tests/test/support/concurrent_agents.h +++ b/.upstream-tests/test/support/concurrent_agents.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/.upstream-tests/test/support/cuda_space_selector.h b/.upstream-tests/test/support/cuda_space_selector.h index 0ca6fb2810..e3b68c7ea2 100644 --- a/.upstream-tests/test/support/cuda_space_selector.h +++ b/.upstream-tests/test/support/cuda_space_selector.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/LICENSE.TXT b/LICENSE.TXT index e159d28344..82f34fb011 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,5 +1,5 @@ ============================================================================== -The LLVM Project is under the Apache License v2.0 with LLVM Exceptions: +libcu++ is under the Apache License v2.0 with LLVM Exceptions: ============================================================================== Apache License diff --git a/codegen/codegen.cpp b/codegen/codegen.cpp index 92c8f2aa22..d724a2dd12 100644 --- a/codegen/codegen.cpp +++ b/codegen/codegen.cpp @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // @@ -72,7 +73,8 @@ int main() { out << R"XXX(//===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/atomic b/include/cuda/atomic index 7a0919b45e..b19967087b 100644 --- a/include/cuda/atomic +++ b/include/cuda/atomic @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/barrier b/include/cuda/barrier index 8b1fe70b89..616a401388 100644 --- a/include/cuda/barrier +++ b/include/cuda/barrier @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/latch b/include/cuda/latch index 06f8b80fa1..7b19dce5e5 100644 --- a/include/cuda/latch +++ b/include/cuda/latch @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/semaphore b/include/cuda/semaphore index 8887bd1fc0..eb76c73537 100644 --- a/include/cuda/semaphore +++ b/include/cuda/semaphore @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/atomic b/include/cuda/std/atomic index 9de2de5c8b..45a77689b8 100644 --- a/include/cuda/std/atomic +++ b/include/cuda/std/atomic @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/barrier b/include/cuda/std/barrier index 2817ea5094..bcd2f81287 100644 --- a/include/cuda/std/barrier +++ b/include/cuda/std/barrier @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/cassert b/include/cuda/std/cassert index 1732c5703b..96b5c6e8f6 100644 --- a/include/cuda/std/cassert +++ b/include/cuda/std/cassert @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/cfloat b/include/cuda/std/cfloat index 945798aece..ab752a0971 100644 --- a/include/cuda/std/cfloat +++ b/include/cuda/std/cfloat @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/chrono b/include/cuda/std/chrono index 6045baf7bd..1a81dc5447 100644 --- a/include/cuda/std/chrono +++ b/include/cuda/std/chrono @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/climits b/include/cuda/std/climits index 0e5271a46b..50ba5f83f0 100644 --- a/include/cuda/std/climits +++ b/include/cuda/std/climits @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/cstddef b/include/cuda/std/cstddef index 0d1677321f..63a9dada91 100644 --- a/include/cuda/std/cstddef +++ b/include/cuda/std/cstddef @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/cstdint b/include/cuda/std/cstdint index 503edfbe5c..e95accd4a4 100644 --- a/include/cuda/std/cstdint +++ b/include/cuda/std/cstdint @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/ctime b/include/cuda/std/ctime index b3ad153975..1825c373bb 100644 --- a/include/cuda/std/ctime +++ b/include/cuda/std/ctime @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/detail/__atomic b/include/cuda/std/detail/__atomic index 14f49434c2..cdae5b1e50 100644 --- a/include/cuda/std/detail/__atomic +++ b/include/cuda/std/detail/__atomic @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/detail/__atomic_derived b/include/cuda/std/detail/__atomic_derived index 0c3d23f3e1..204ebb9989 100644 --- a/include/cuda/std/detail/__atomic_derived +++ b/include/cuda/std/detail/__atomic_derived @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/detail/__atomic_generated b/include/cuda/std/detail/__atomic_generated index 22e763d4d9..596467d991 100644 --- a/include/cuda/std/detail/__atomic_generated +++ b/include/cuda/std/detail/__atomic_generated @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/detail/__config b/include/cuda/std/detail/__config index a24229c4cf..49797dbfb4 100644 --- a/include/cuda/std/detail/__config +++ b/include/cuda/std/detail/__config @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/detail/__functional_base b/include/cuda/std/detail/__functional_base index f2b5c58390..731645d006 100644 --- a/include/cuda/std/detail/__functional_base +++ b/include/cuda/std/detail/__functional_base @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/detail/__pragma_pop b/include/cuda/std/detail/__pragma_pop index 42e8c06c8f..a40f5f2bae 100644 --- a/include/cuda/std/detail/__pragma_pop +++ b/include/cuda/std/detail/__pragma_pop @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/detail/__pragma_push b/include/cuda/std/detail/__pragma_push index bd5e195daa..e2aae6e48c 100644 --- a/include/cuda/std/detail/__pragma_push +++ b/include/cuda/std/detail/__pragma_push @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/detail/__threading_support b/include/cuda/std/detail/__threading_support index 5a871ab4ef..0216c5e8f3 100644 --- a/include/cuda/std/detail/__threading_support +++ b/include/cuda/std/detail/__threading_support @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/functional b/include/cuda/std/functional index 638f57cc23..14fc0711a1 100644 --- a/include/cuda/std/functional +++ b/include/cuda/std/functional @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/latch b/include/cuda/std/latch index bfb1d4bf3e..e54c328fd6 100644 --- a/include/cuda/std/latch +++ b/include/cuda/std/latch @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/limits b/include/cuda/std/limits index 9e46676d21..c79cff1860 100644 --- a/include/cuda/std/limits +++ b/include/cuda/std/limits @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/ratio b/include/cuda/std/ratio index 6d6644bc73..459382d360 100644 --- a/include/cuda/std/ratio +++ b/include/cuda/std/ratio @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/semaphore b/include/cuda/std/semaphore index caff76cb88..03c9fcd348 100644 --- a/include/cuda/std/semaphore +++ b/include/cuda/std/semaphore @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/tuple b/include/cuda/std/tuple index 69fb444a87..5161b8e0aa 100644 --- a/include/cuda/std/tuple +++ b/include/cuda/std/tuple @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/type_traits b/include/cuda/std/type_traits index 796ecf69ab..e0b0730187 100644 --- a/include/cuda/std/type_traits +++ b/include/cuda/std/type_traits @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/utility b/include/cuda/std/utility index 700eeb1d6e..0a567ab614 100644 --- a/include/cuda/std/utility +++ b/include/cuda/std/utility @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/include/cuda/std/version b/include/cuda/std/version index add582de47..fd84a8db18 100644 --- a/include/cuda/std/version +++ b/include/cuda/std/version @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 // diff --git a/libcxx/include/support/win32/atomic_msvc.h b/libcxx/include/support/win32/atomic_msvc.h index 6b1f2da88e..342add4afb 100644 --- a/libcxx/include/support/win32/atomic_msvc.h +++ b/libcxx/include/support/win32/atomic_msvc.h @@ -1,6 +1,7 @@ //===----------------------------------------------------------------------===// // -// Part of the CUDA Toolkit, under the Apache License v2.0 with LLVM Exceptions. +// Part of libcu++, the C++ Standard Library for your entire system, +// 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 //