Skip to content

Commit a7ca491

Browse files
authored
Merge pull request #1956 from IntelPython/update-copyright-year-2025
[MAINT] Update copyright to 2025
2 parents 8edf7f3 + 055ba35 commit a7ca491

File tree

670 files changed

+672
-672
lines changed

Some content is hidden

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

670 files changed

+672
-672
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [2020-2024] [Intel Corp.]
189+
Copyright [2020-2025] [Intel Corp.]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

docs/_legacy/conf.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Parallel Control (dpctl)
22
#
3-
# Copyright 2020-2024 Intel Corporation
3+
# Copyright 2020-2025 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -37,7 +37,7 @@ import extlinks_gen as urlgen
3737
# -- Project information -----------------------------------------------------
3838

3939
project = "Data Parallel Control (dpctl)"
40-
copyright = "2020-2024, Intel Corp."
40+
copyright = "2020-2025, Intel Corp."
4141
author = "Intel Corp."
4242

4343
version = dpctl.__version__.strip(".dirty")

docs/_legacy/extlinks_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Parallel Control (dpctl)
22
#
3-
# Copyright 2020-2024 Intel Corporation
3+
# Copyright 2020-2025 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

docs/_legacy/generate_rst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Parallel Control (dpctl)
22
#
3-
# Copyright 2020-2024 Intel Corporation
3+
# Copyright 2020-2025 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

docs/doc_sources/conf.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sys.path.insert(0, os.path.abspath("."))
1616
import extlinks_gen as urlgen # noqa: E402
1717

1818
project = "Data Parallel Control (dpctl)"
19-
copyright = "2020-2024, Intel Corp."
19+
copyright = "2020-2025, Intel Corp."
2020
author = "Intel Corp."
2121

2222
version = dpctl.__version__.strip(".dirty")

docs/doc_sources/extlinks_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Parallel Control (dpctl)
22
#
3-
# Copyright 2020-2024 Intel Corporation
3+
# Copyright 2020-2025 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

dpctl/__init__.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Parallel Control (dpctl)
22
#
3-
# Copyright 2020-2024 Intel Corporation
3+
# Copyright 2020-2025 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

dpctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Parallel Control (dpctl)
22
#
3-
# Copyright 2020-2024 Intel Corporation
3+
# Copyright 2020-2025 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

dpctl/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Parallel Control (dpctl)
22
#
3-
# Copyright 2020-2024 Intel Corporation
3+
# Copyright 2020-2025 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)