Skip to content

Commit

Permalink
Merge pull request #219 from crtrott/add-url-copyright
Browse files Browse the repository at this point in the history
Add URL to short license header
  • Loading branch information
crtrott authored Dec 6, 2022
2 parents 93ace27 + 03662a6 commit 973ef64
Show file tree
Hide file tree
Showing 65 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion LICENSE_FILE_HEADER
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion benchmarks/copy/copy_layout_stride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/fill.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/matvec/openmp/matvec_openmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/stencil/openmp/stencil_3d_openmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/stencil/stencil_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/sum/openmp/sum_3d_openmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/sum/sum_3d_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/sum/sum_3d_left.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/sum/sum_3d_right.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/sum/sum_submdspan_right.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/tiny_matrix_add/tiny_matrix_add.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_compressed_pair_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_constexpr_dereference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_constexpr_layouts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_constexpr_submdspan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_constructor_sfinae.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_extents_ctors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_extents_type_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_layout_convertible.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_mdarray_type_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_mdspan_convertible.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_no_unique_address.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_standard_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compilation_tests/ctest_trivially_copyable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/aligned_accessor/aligned_accessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/dot_product/dot_product.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/godbolt_starter/godbolt_starter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/restrict_accessor/restrict_accessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/tiled_layout/simple_tiled_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/compressed_pair.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/default_accessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/dynamic_extent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/extents.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/full_extent_t.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/layout_left.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/layout_right.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/layout_stride.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/maybe_static_value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/mdspan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 973ef64

Please sign in to comment.