Skip to content

Commit 5adaa41

Browse files
author
Diptorup Deb
authored
Merge pull request #917 from IntelPython/update/copyright
Update copyright headers to 2023
2 parents ae994cd + 231661d commit 5adaa41

File tree

211 files changed

+256
-224
lines changed

Some content is hidden

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

211 files changed

+256
-224
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 - 2022 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/_version.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2023 Intel Corporation
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
14

25
# This file helps to compute a version number in source trees obtained from
36
# git-archive tarball (such as those provided by githubs download-from-tag

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 - 2022 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

numba_dpex/core/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# SPDX-FileCopyrightText: 2020 - 2022 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
65
from .datamodel import *
76
from .types import *
87
from .typing import *

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 - 2022 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2023 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 - 2022 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2023 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 Intel Corporation
1+
# SPDX-FileCopyrightText: 2022 - 2023 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 Intel Corporation
1+
# SPDX-FileCopyrightText: 2022 - 2023 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 Intel Corporation
1+
# SPDX-FileCopyrightText: 2022 - 2023 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 - 2022 Intel Corporation
1+
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

0 commit comments

Comments
 (0)