Skip to content

Commit f4dd87a

Browse files
authored
Update headers in preparation for the 5.0 release (#2795)
* Update header Kokkos 4 -> 5 (misformatted) Signed-off-by: Damien L-G <dalg24@gmail.com> * Update header Kokkos 4 -> 5 Signed-off-by: Damien L-G <dalg24@gmail.com> * Update header Kokkos 3 -> 5 Signed-off-by: Damien L-G <dalg24@gmail.com> * Last ones Signed-off-by: Damien L-G <dalg24@gmail.com> * Remove unused files Signed-off-by: Damien L-G <dalg24@gmail.com> * Update header in Python file Signed-off-by: Damien L-G <dalg24@gmail.com> * Improve script to fix the headers Signed-off-by: Damien L-G <dalg24@gmail.com> * Update copyright notice in the doc Signed-off-by: Damien L-G <dalg24@gmail.com> --------- Signed-off-by: Damien L-G <dalg24@gmail.com>
1 parent 14f8cbe commit f4dd87a

File tree

1,347 files changed

+1363
-18971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,347 files changed

+1363
-18971
lines changed

LICENSE_FILE_HEADER

Lines changed: 0 additions & 15 deletions
This file was deleted.

batched/KokkosBatched_Util.cpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#include "KokkosBatched_Util.hpp"
174

185
/// \author Kyungjoo Kim (kyukim@sandia.gov)

batched/KokkosBatched_Util.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#ifndef KOKKOSBATCHED_UTIL_HPP
174
#define KOKKOSBATCHED_UTIL_HPP
185

batched/dense/impl/KokkosBatched_AddRadial_Impl.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#ifndef KOKKOSBATCHED_ADD_RADIAL_IMPL_HPP
174
#define KOKKOSBATCHED_ADD_RADIAL_IMPL_HPP
185

batched/dense/impl/KokkosBatched_AddRadial_Internal.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#ifndef KOKKOSBATCHED_ADD_RADIAL_INTERNAL_HPP
174
#define KOKKOSBATCHED_ADD_RADIAL_INTERNAL_HPP
185

batched/dense/impl/KokkosBatched_ApplyGivens_Serial_Internal.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#ifndef KOKKOSBATCHED_APPLY_GIVENS_SERIAL_INTERNAL_HPP
174
#define KOKKOSBATCHED_APPLY_GIVENS_SERIAL_INTERNAL_HPP
185

batched/dense/impl/KokkosBatched_ApplyHouseholder_Serial_Impl.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#ifndef KOKKOSBATCHED_APPLY_HOUSEHOLDER_SERIAL_IMPL_HPP
174
#define KOKKOSBATCHED_APPLY_HOUSEHOLDER_SERIAL_IMPL_HPP
185

batched/dense/impl/KokkosBatched_ApplyHouseholder_Serial_Internal.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#ifndef KOKKOSBATCHED_APPLY_HOUSEHOLDER_SERIAL_INTERNAL_HPP
174
#define KOKKOSBATCHED_APPLY_HOUSEHOLDER_SERIAL_INTERNAL_HPP
185

batched/dense/impl/KokkosBatched_ApplyHouseholder_TeamVector_Impl.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#ifndef KOKKOSBATCHED_APPLY_HOUSEHOLDER_TEAMVECTOR_IMPL_HPP
174
#define KOKKOSBATCHED_APPLY_HOUSEHOLDER_TEAMVECTOR_IMPL_HPP
185

batched/dense/impl/KokkosBatched_ApplyHouseholder_TeamVector_Internal.hpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
//@HEADER
2-
// ************************************************************************
3-
//
4-
// Kokkos v. 4.0
5-
// Copyright (2022) National Technology & Engineering
6-
// Solutions of Sandia, LLC (NTESS).
7-
//
8-
// Under the terms of Contract DE-NA0003525 with NTESS,
9-
// the U.S. Government retains certain rights in this software.
10-
//
11-
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
12-
// See https://kokkos.org/LICENSE for license information.
131
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14-
//
15-
//@HEADER
2+
// SPDX-FileCopyrightText: Copyright Contributors to the Kokkos project
163
#ifndef KOKKOSBATCHED_APPLY_HOUSEHOLDER_TEAMVECTOR_INTERNAL_HPP
174
#define KOKKOSBATCHED_APPLY_HOUSEHOLDER_TEAMVECTOR_INTERNAL_HPP
185

0 commit comments

Comments
 (0)