From 03662a6c55bc1ad4bf3e9f53f5b08980b6d43007 Mon Sep 17 00:00:00 2001 From: Christian Trott Date: Tue, 6 Dec 2022 11:07:06 -0700 Subject: [PATCH] Add URL to short license header --- LICENSE_FILE_HEADER | 2 +- benchmarks/copy/copy_layout_stride.cpp | 2 +- benchmarks/fill.hpp | 2 +- benchmarks/matvec/openmp/matvec_openmp.cpp | 2 +- benchmarks/stencil/openmp/stencil_3d_openmp.cpp | 2 +- benchmarks/stencil/stencil_3d.cpp | 2 +- benchmarks/sum/openmp/sum_3d_openmp.cpp | 2 +- benchmarks/sum/sum_3d_common.hpp | 2 +- benchmarks/sum/sum_3d_left.cpp | 2 +- benchmarks/sum/sum_3d_right.cpp | 2 +- benchmarks/sum/sum_submdspan_right.cpp | 2 +- benchmarks/tiny_matrix_add/openmp/tiny_matrix_add_openmp.cpp | 2 +- benchmarks/tiny_matrix_add/tiny_matrix_add.cpp | 2 +- compilation_tests/ctest_common.hpp | 2 +- compilation_tests/ctest_compressed_pair_layout.cpp | 2 +- compilation_tests/ctest_constexpr_dereference.cpp | 2 +- compilation_tests/ctest_constexpr_layouts.cpp | 2 +- compilation_tests/ctest_constexpr_submdspan.cpp | 2 +- compilation_tests/ctest_constructor_sfinae.cpp | 2 +- compilation_tests/ctest_extents_ctors.cpp | 2 +- compilation_tests/ctest_extents_type_check.cpp | 2 +- compilation_tests/ctest_layout_convertible.cpp | 2 +- compilation_tests/ctest_mdarray_type_check.cpp | 2 +- compilation_tests/ctest_mdspan_convertible.cpp | 2 +- compilation_tests/ctest_no_unique_address.cpp | 2 +- compilation_tests/ctest_standard_layout.cpp | 2 +- compilation_tests/ctest_trivially_copyable.cpp | 2 +- examples/aligned_accessor/aligned_accessor.cpp | 2 +- examples/dot_product/dot_product.cpp | 2 +- examples/godbolt_starter/godbolt_starter.cpp | 2 +- examples/restrict_accessor/restrict_accessor.cpp | 2 +- examples/tiled_layout/simple_tiled_layout.cpp | 2 +- include/experimental/__p0009_bits/compressed_pair.hpp | 2 +- include/experimental/__p0009_bits/config.hpp | 2 +- include/experimental/__p0009_bits/default_accessor.hpp | 2 +- include/experimental/__p0009_bits/dynamic_extent.hpp | 2 +- include/experimental/__p0009_bits/extents.hpp | 2 +- include/experimental/__p0009_bits/full_extent_t.hpp | 2 +- include/experimental/__p0009_bits/layout_left.hpp | 2 +- include/experimental/__p0009_bits/layout_right.hpp | 2 +- include/experimental/__p0009_bits/layout_stride.hpp | 2 +- include/experimental/__p0009_bits/macros.hpp | 2 +- include/experimental/__p0009_bits/maybe_static_value.hpp | 2 +- include/experimental/__p0009_bits/mdspan.hpp | 2 +- include/experimental/__p0009_bits/no_unique_address.hpp | 2 +- .../experimental/__p0009_bits/standard_layout_static_array.hpp | 2 +- include/experimental/__p0009_bits/static_array.hpp | 2 +- include/experimental/__p0009_bits/submdspan.hpp | 2 +- include/experimental/__p0009_bits/trait_backports.hpp | 2 +- include/experimental/__p0009_bits/type_list.hpp | 2 +- include/experimental/__p1684_bits/mdarray.hpp | 2 +- tests/foo_customizations.hpp | 2 +- tests/offload_utils.hpp | 2 +- tests/test_element_access.cpp | 2 +- tests/test_exhaustive_layouts.cpp | 2 +- tests/test_extents.cpp | 2 +- tests/test_layout_ctors.cpp | 2 +- tests/test_layout_stride.cpp | 2 +- tests/test_mdarray_ctors.cpp | 2 +- tests/test_mdspan_conversion.cpp | 2 +- tests/test_mdspan_ctors.cpp | 2 +- tests/test_mdspan_size.cpp | 2 +- tests/test_mdspan_swap.cpp | 2 +- tests/test_submdspan.cpp | 2 +- tests/test_submdspan_static_slice.cpp | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/LICENSE_FILE_HEADER b/LICENSE_FILE_HEADER index 54b43e05..03eb04f8 100644 --- a/LICENSE_FILE_HEADER +++ b/LICENSE_FILE_HEADER @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/copy/copy_layout_stride.cpp b/benchmarks/copy/copy_layout_stride.cpp index 6a0294a0..0ead6c76 100644 --- a/benchmarks/copy/copy_layout_stride.cpp +++ b/benchmarks/copy/copy_layout_stride.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/fill.hpp b/benchmarks/fill.hpp index bf0bde0b..fe155a8b 100644 --- a/benchmarks/fill.hpp +++ b/benchmarks/fill.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/matvec/openmp/matvec_openmp.cpp b/benchmarks/matvec/openmp/matvec_openmp.cpp index aa41f39b..283d0798 100644 --- a/benchmarks/matvec/openmp/matvec_openmp.cpp +++ b/benchmarks/matvec/openmp/matvec_openmp.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/stencil/openmp/stencil_3d_openmp.cpp b/benchmarks/stencil/openmp/stencil_3d_openmp.cpp index be3218ec..d05a01aa 100644 --- a/benchmarks/stencil/openmp/stencil_3d_openmp.cpp +++ b/benchmarks/stencil/openmp/stencil_3d_openmp.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/stencil/stencil_3d.cpp b/benchmarks/stencil/stencil_3d.cpp index c86cab38..6f918992 100644 --- a/benchmarks/stencil/stencil_3d.cpp +++ b/benchmarks/stencil/stencil_3d.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/sum/openmp/sum_3d_openmp.cpp b/benchmarks/sum/openmp/sum_3d_openmp.cpp index e087d059..c1af6d4d 100644 --- a/benchmarks/sum/openmp/sum_3d_openmp.cpp +++ b/benchmarks/sum/openmp/sum_3d_openmp.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/sum/sum_3d_common.hpp b/benchmarks/sum/sum_3d_common.hpp index c3344842..b4945265 100644 --- a/benchmarks/sum/sum_3d_common.hpp +++ b/benchmarks/sum/sum_3d_common.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/sum/sum_3d_left.cpp b/benchmarks/sum/sum_3d_left.cpp index 714fd2ac..64e01609 100644 --- a/benchmarks/sum/sum_3d_left.cpp +++ b/benchmarks/sum/sum_3d_left.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/sum/sum_3d_right.cpp b/benchmarks/sum/sum_3d_right.cpp index 190d399e..90cda563 100644 --- a/benchmarks/sum/sum_3d_right.cpp +++ b/benchmarks/sum/sum_3d_right.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/sum/sum_submdspan_right.cpp b/benchmarks/sum/sum_submdspan_right.cpp index b935fb3a..c7b39806 100644 --- a/benchmarks/sum/sum_submdspan_right.cpp +++ b/benchmarks/sum/sum_submdspan_right.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/tiny_matrix_add/openmp/tiny_matrix_add_openmp.cpp b/benchmarks/tiny_matrix_add/openmp/tiny_matrix_add_openmp.cpp index 723082f7..8a79d452 100644 --- a/benchmarks/tiny_matrix_add/openmp/tiny_matrix_add_openmp.cpp +++ b/benchmarks/tiny_matrix_add/openmp/tiny_matrix_add_openmp.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/benchmarks/tiny_matrix_add/tiny_matrix_add.cpp b/benchmarks/tiny_matrix_add/tiny_matrix_add.cpp index d3967358..8294f3d3 100644 --- a/benchmarks/tiny_matrix_add/tiny_matrix_add.cpp +++ b/benchmarks/tiny_matrix_add/tiny_matrix_add.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_common.hpp b/compilation_tests/ctest_common.hpp index 101c5335..93afa671 100644 --- a/compilation_tests/ctest_common.hpp +++ b/compilation_tests/ctest_common.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_compressed_pair_layout.cpp b/compilation_tests/ctest_compressed_pair_layout.cpp index a3f65092..2d7d861a 100644 --- a/compilation_tests/ctest_compressed_pair_layout.cpp +++ b/compilation_tests/ctest_compressed_pair_layout.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_constexpr_dereference.cpp b/compilation_tests/ctest_constexpr_dereference.cpp index 897e2623..6fc7f4f5 100644 --- a/compilation_tests/ctest_constexpr_dereference.cpp +++ b/compilation_tests/ctest_constexpr_dereference.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_constexpr_layouts.cpp b/compilation_tests/ctest_constexpr_layouts.cpp index f72020ab..e9727ef8 100644 --- a/compilation_tests/ctest_constexpr_layouts.cpp +++ b/compilation_tests/ctest_constexpr_layouts.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_constexpr_submdspan.cpp b/compilation_tests/ctest_constexpr_submdspan.cpp index 617b1c83..1bed390f 100644 --- a/compilation_tests/ctest_constexpr_submdspan.cpp +++ b/compilation_tests/ctest_constexpr_submdspan.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_constructor_sfinae.cpp b/compilation_tests/ctest_constructor_sfinae.cpp index 5383b300..1ab8b6f3 100644 --- a/compilation_tests/ctest_constructor_sfinae.cpp +++ b/compilation_tests/ctest_constructor_sfinae.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_extents_ctors.cpp b/compilation_tests/ctest_extents_ctors.cpp index f3e521cb..cd05b1de 100644 --- a/compilation_tests/ctest_extents_ctors.cpp +++ b/compilation_tests/ctest_extents_ctors.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_extents_type_check.cpp b/compilation_tests/ctest_extents_type_check.cpp index 0df71eaf..3c0e3f11 100644 --- a/compilation_tests/ctest_extents_type_check.cpp +++ b/compilation_tests/ctest_extents_type_check.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_layout_convertible.cpp b/compilation_tests/ctest_layout_convertible.cpp index ea61da28..5a734fcb 100644 --- a/compilation_tests/ctest_layout_convertible.cpp +++ b/compilation_tests/ctest_layout_convertible.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_mdarray_type_check.cpp b/compilation_tests/ctest_mdarray_type_check.cpp index eef9e241..c6ea515a 100644 --- a/compilation_tests/ctest_mdarray_type_check.cpp +++ b/compilation_tests/ctest_mdarray_type_check.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_mdspan_convertible.cpp b/compilation_tests/ctest_mdspan_convertible.cpp index c6449a56..61b50c83 100644 --- a/compilation_tests/ctest_mdspan_convertible.cpp +++ b/compilation_tests/ctest_mdspan_convertible.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_no_unique_address.cpp b/compilation_tests/ctest_no_unique_address.cpp index ed6418f2..821e0af0 100644 --- a/compilation_tests/ctest_no_unique_address.cpp +++ b/compilation_tests/ctest_no_unique_address.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_standard_layout.cpp b/compilation_tests/ctest_standard_layout.cpp index 5a37d305..a4b71cb0 100644 --- a/compilation_tests/ctest_standard_layout.cpp +++ b/compilation_tests/ctest_standard_layout.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/compilation_tests/ctest_trivially_copyable.cpp b/compilation_tests/ctest_trivially_copyable.cpp index 55c8d873..ae602924 100644 --- a/compilation_tests/ctest_trivially_copyable.cpp +++ b/compilation_tests/ctest_trivially_copyable.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/examples/aligned_accessor/aligned_accessor.cpp b/examples/aligned_accessor/aligned_accessor.cpp index 4bf16b67..bc4c0881 100644 --- a/examples/aligned_accessor/aligned_accessor.cpp +++ b/examples/aligned_accessor/aligned_accessor.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/examples/dot_product/dot_product.cpp b/examples/dot_product/dot_product.cpp index 998f84f6..8337bbea 100644 --- a/examples/dot_product/dot_product.cpp +++ b/examples/dot_product/dot_product.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/examples/godbolt_starter/godbolt_starter.cpp b/examples/godbolt_starter/godbolt_starter.cpp index ffb766d7..ce6668e9 100644 --- a/examples/godbolt_starter/godbolt_starter.cpp +++ b/examples/godbolt_starter/godbolt_starter.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/examples/restrict_accessor/restrict_accessor.cpp b/examples/restrict_accessor/restrict_accessor.cpp index 32ab515c..f85dbc15 100644 --- a/examples/restrict_accessor/restrict_accessor.cpp +++ b/examples/restrict_accessor/restrict_accessor.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/examples/tiled_layout/simple_tiled_layout.cpp b/examples/tiled_layout/simple_tiled_layout.cpp index eaad7af2..3db34c62 100644 --- a/examples/tiled_layout/simple_tiled_layout.cpp +++ b/examples/tiled_layout/simple_tiled_layout.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/compressed_pair.hpp b/include/experimental/__p0009_bits/compressed_pair.hpp index e42a139b..5783bdb8 100644 --- a/include/experimental/__p0009_bits/compressed_pair.hpp +++ b/include/experimental/__p0009_bits/compressed_pair.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/config.hpp b/include/experimental/__p0009_bits/config.hpp index 1d65c04c..727a565d 100644 --- a/include/experimental/__p0009_bits/config.hpp +++ b/include/experimental/__p0009_bits/config.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/default_accessor.hpp b/include/experimental/__p0009_bits/default_accessor.hpp index 3d6744d6..f94816d7 100644 --- a/include/experimental/__p0009_bits/default_accessor.hpp +++ b/include/experimental/__p0009_bits/default_accessor.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/dynamic_extent.hpp b/include/experimental/__p0009_bits/dynamic_extent.hpp index 92c03ded..9a8346bf 100644 --- a/include/experimental/__p0009_bits/dynamic_extent.hpp +++ b/include/experimental/__p0009_bits/dynamic_extent.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/extents.hpp b/include/experimental/__p0009_bits/extents.hpp index 77b8797b..760c3da0 100644 --- a/include/experimental/__p0009_bits/extents.hpp +++ b/include/experimental/__p0009_bits/extents.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/full_extent_t.hpp b/include/experimental/__p0009_bits/full_extent_t.hpp index 119b516a..a8742620 100644 --- a/include/experimental/__p0009_bits/full_extent_t.hpp +++ b/include/experimental/__p0009_bits/full_extent_t.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/layout_left.hpp b/include/experimental/__p0009_bits/layout_left.hpp index 933755e9..2b3a9bdf 100644 --- a/include/experimental/__p0009_bits/layout_left.hpp +++ b/include/experimental/__p0009_bits/layout_left.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/layout_right.hpp b/include/experimental/__p0009_bits/layout_right.hpp index 0c1d1b1e..2ab20f19 100644 --- a/include/experimental/__p0009_bits/layout_right.hpp +++ b/include/experimental/__p0009_bits/layout_right.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/layout_stride.hpp b/include/experimental/__p0009_bits/layout_stride.hpp index c0271a78..861cdefa 100644 --- a/include/experimental/__p0009_bits/layout_stride.hpp +++ b/include/experimental/__p0009_bits/layout_stride.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/macros.hpp b/include/experimental/__p0009_bits/macros.hpp index eef7c7da..d6496916 100644 --- a/include/experimental/__p0009_bits/macros.hpp +++ b/include/experimental/__p0009_bits/macros.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/maybe_static_value.hpp b/include/experimental/__p0009_bits/maybe_static_value.hpp index 8c53ede6..5e4437fd 100644 --- a/include/experimental/__p0009_bits/maybe_static_value.hpp +++ b/include/experimental/__p0009_bits/maybe_static_value.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/mdspan.hpp b/include/experimental/__p0009_bits/mdspan.hpp index e4df6335..23bffe27 100644 --- a/include/experimental/__p0009_bits/mdspan.hpp +++ b/include/experimental/__p0009_bits/mdspan.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/no_unique_address.hpp b/include/experimental/__p0009_bits/no_unique_address.hpp index d453e859..7e4c5f8f 100644 --- a/include/experimental/__p0009_bits/no_unique_address.hpp +++ b/include/experimental/__p0009_bits/no_unique_address.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/standard_layout_static_array.hpp b/include/experimental/__p0009_bits/standard_layout_static_array.hpp index 00382a33..c515ccc0 100644 --- a/include/experimental/__p0009_bits/standard_layout_static_array.hpp +++ b/include/experimental/__p0009_bits/standard_layout_static_array.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/static_array.hpp b/include/experimental/__p0009_bits/static_array.hpp index 84fc798c..fe9322f6 100644 --- a/include/experimental/__p0009_bits/static_array.hpp +++ b/include/experimental/__p0009_bits/static_array.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/submdspan.hpp b/include/experimental/__p0009_bits/submdspan.hpp index e730031c..42ef1f82 100644 --- a/include/experimental/__p0009_bits/submdspan.hpp +++ b/include/experimental/__p0009_bits/submdspan.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/trait_backports.hpp b/include/experimental/__p0009_bits/trait_backports.hpp index 8f37a857..b2bb5d21 100644 --- a/include/experimental/__p0009_bits/trait_backports.hpp +++ b/include/experimental/__p0009_bits/trait_backports.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p0009_bits/type_list.hpp b/include/experimental/__p0009_bits/type_list.hpp index c5219b5a..6a7acd44 100644 --- a/include/experimental/__p0009_bits/type_list.hpp +++ b/include/experimental/__p0009_bits/type_list.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/include/experimental/__p1684_bits/mdarray.hpp b/include/experimental/__p1684_bits/mdarray.hpp index 02db881f..ea5b9cf8 100644 --- a/include/experimental/__p1684_bits/mdarray.hpp +++ b/include/experimental/__p1684_bits/mdarray.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/foo_customizations.hpp b/tests/foo_customizations.hpp index 8da85690..80bf06f6 100644 --- a/tests/foo_customizations.hpp +++ b/tests/foo_customizations.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/offload_utils.hpp b/tests/offload_utils.hpp index 006c6b3f..18f5b52a 100644 --- a/tests/offload_utils.hpp +++ b/tests/offload_utils.hpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_element_access.cpp b/tests/test_element_access.cpp index 40ef7222..c7699d76 100644 --- a/tests/test_element_access.cpp +++ b/tests/test_element_access.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_exhaustive_layouts.cpp b/tests/test_exhaustive_layouts.cpp index efeacbdd..99825718 100644 --- a/tests/test_exhaustive_layouts.cpp +++ b/tests/test_exhaustive_layouts.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_extents.cpp b/tests/test_extents.cpp index ac7119de..9eca1465 100644 --- a/tests/test_extents.cpp +++ b/tests/test_extents.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_layout_ctors.cpp b/tests/test_layout_ctors.cpp index 0c31bb78..e4e3475f 100644 --- a/tests/test_layout_ctors.cpp +++ b/tests/test_layout_ctors.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_layout_stride.cpp b/tests/test_layout_stride.cpp index e85ad7ee..5db5c0a1 100644 --- a/tests/test_layout_stride.cpp +++ b/tests/test_layout_stride.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_mdarray_ctors.cpp b/tests/test_mdarray_ctors.cpp index f48c7e73..669baf58 100644 --- a/tests/test_mdarray_ctors.cpp +++ b/tests/test_mdarray_ctors.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_mdspan_conversion.cpp b/tests/test_mdspan_conversion.cpp index 1f3768f4..0d43968d 100644 --- a/tests/test_mdspan_conversion.cpp +++ b/tests/test_mdspan_conversion.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_mdspan_ctors.cpp b/tests/test_mdspan_ctors.cpp index 29e25035..42af180d 100644 --- a/tests/test_mdspan_ctors.cpp +++ b/tests/test_mdspan_ctors.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_mdspan_size.cpp b/tests/test_mdspan_size.cpp index 4a91e561..b69b5b0f 100644 --- a/tests/test_mdspan_size.cpp +++ b/tests/test_mdspan_size.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_mdspan_swap.cpp b/tests/test_mdspan_swap.cpp index f0e94e9d..835a956e 100644 --- a/tests/test_mdspan_swap.cpp +++ b/tests/test_mdspan_swap.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_submdspan.cpp b/tests/test_submdspan.cpp index 2acdbc4b..987dc600 100644 --- a/tests/test_submdspan.cpp +++ b/tests/test_submdspan.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER diff --git a/tests/test_submdspan_static_slice.cpp b/tests/test_submdspan_static_slice.cpp index 838db88d..b4c23630 100644 --- a/tests/test_submdspan_static_slice.cpp +++ b/tests/test_submdspan_static_slice.cpp @@ -9,7 +9,7 @@ // the U.S. Government retains certain rights in this software. // // Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions. -// +// See https://kokkos.org/LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //@HEADER