Skip to content

Commit 59bb27e

Browse files
author
Diptorup Deb
authored
Merge pull request #1281 from IntelPython/update/copyright_2024
Update/copyright 2024
2 parents 3bca91c + 3844827 commit 59bb27e

File tree

271 files changed

+295
-274
lines changed

Some content is hidden

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

271 files changed

+295
-274
lines changed

numba_dpex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2023 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/core/caching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/core/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/core/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2022 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/core/datamodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# SPDX-FileCopyrightText: 2022 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2022 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0

numba_dpex/core/datamodel/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2022 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/core/descriptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2024 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

0 commit comments

Comments
 (0)