diff --git a/CHANGELOG.md b/CHANGELOG.md index c464937e49..6adf78c129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -158,7 +158,7 @@ The `dpctl` namespace has also received a number of new features, including new ### Changed -* Updated Level Zero loader detection to no longer rely on reading `libur_adapter_level_zero.so` for the loader filename [gh-2025](https://github.com/IntelPython/dpctl/pull/2025) +* Updated Level Zero loader detection to no longer rely on reading `libur_adapter_level_zero.so` for the loader filename [gh](https://github.com/IntelPython/dpctl/pull/2025) * Updated integer array indexing to align with the 2024.12 array API specification [gh-2032](https://github.com/IntelPython/dpctl/pull/2032) * Support for Boolean data-type is added to `dpctl.tensor.ceil`, `dpctl.tensor.floor`, and `dpctl.tensor.trunc` [gh-2033](https://github.com/IntelPython/dpctl/pull/2033) * Changed implementation of `DPCTLPlatform_GetDefaultContext` from using deprecated `ext_oneapi_get_default_context` to `khr_get_default_context` [gh-2042](https://github.com/IntelPython/dpctl/pull/2042) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2dca171a62..b4d5dbf9a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ The standard header looks like this: // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -135,7 +135,7 @@ Every Python and Cython file should only include the following license header: ``` # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/LICENSE b/LICENSE index aedae71d21..8bfea597eb 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [2020-2025] [Intel Corp.] + Copyright [2026] [Intel Corp.] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/_legacy/conf.in b/docs/_legacy/conf.in index 63f3afec26..d75c06f527 100644 --- a/docs/_legacy/conf.in +++ b/docs/_legacy/conf.in @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ import extlinks_gen as urlgen # -- Project information ----------------------------------------------------- project = "Data Parallel Control (dpctl)" -copyright = "2020-2025, Intel Corp." +copyright = "2020, Intel Corp." author = "Intel Corp." version = dpctl.__version__.strip(".dirty") diff --git a/docs/_legacy/extlinks_gen.py b/docs/_legacy/extlinks_gen.py index 882c914a7e..529d951ad5 100644 --- a/docs/_legacy/extlinks_gen.py +++ b/docs/_legacy/extlinks_gen.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/_legacy/generate_rst.py b/docs/_legacy/generate_rst.py index e5b9552991..aa147471ff 100644 --- a/docs/_legacy/generate_rst.py +++ b/docs/_legacy/generate_rst.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/doc_sources/conf.py.in b/docs/doc_sources/conf.py.in index 546d43e6c4..04a7de6566 100644 --- a/docs/doc_sources/conf.py.in +++ b/docs/doc_sources/conf.py.in @@ -16,7 +16,7 @@ sys.path.insert(0, os.path.abspath(".")) import extlinks_gen as urlgen # noqa: E402 project = "Data Parallel Control (dpctl)" -copyright = "2020-2025, Intel Corp." +copyright = "2024, Intel Corp." author = "Intel Corp." version = dpctl.__version__.strip(".dirty") diff --git a/docs/doc_sources/extlinks_gen.py b/docs/doc_sources/extlinks_gen.py index 789e3a433a..3b3194ec89 100644 --- a/docs/doc_sources/extlinks_gen.py +++ b/docs/doc_sources/extlinks_gen.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2024 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/__init__.pxd b/dpctl/__init__.pxd index 69c8f9a811..5e65b86835 100644 --- a/dpctl/__init__.pxd +++ b/dpctl/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/__init__.py b/dpctl/__init__.py index 5e442a8fc4..5f57cdf90e 100644 --- a/dpctl/__init__.py +++ b/dpctl/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/__main__.py b/dpctl/__main__.py index 0acb09f39f..c532431a41 100644 --- a/dpctl/__main__.py +++ b/dpctl/__main__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_backend.pxd b/dpctl/_backend.pxd index 93d9b5ef97..30710b3779 100644 --- a/dpctl/_backend.pxd +++ b/dpctl/_backend.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_device_selection.py b/dpctl/_device_selection.py index 3069600e10..8aed10f194 100644 --- a/dpctl/_device_selection.py +++ b/dpctl/_device_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_diagnostics.pyx b/dpctl/_diagnostics.pyx index 3723c23493..dcf3497984 100644 --- a/dpctl/_diagnostics.pyx +++ b/dpctl/_diagnostics.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_host_task_util.hpp b/dpctl/_host_task_util.hpp index 5a2ea19645..6898893bdd 100644 --- a/dpctl/_host_task_util.hpp +++ b/dpctl/_host_task_util.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/_init_helper.py b/dpctl/_init_helper.py index 9e20f9f982..6092b6123a 100644 --- a/dpctl/_init_helper.py +++ b/dpctl/_init_helper.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2024 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_context.pxd b/dpctl/_sycl_context.pxd index 8506479ba8..486b993df2 100644 --- a/dpctl/_sycl_context.pxd +++ b/dpctl/_sycl_context.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_context.pyx b/dpctl/_sycl_context.pyx index 102cae52f8..5492e378ef 100644 --- a/dpctl/_sycl_context.pyx +++ b/dpctl/_sycl_context.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_device.pxd b/dpctl/_sycl_device.pxd index 190d981cd0..e0d998f063 100644 --- a/dpctl/_sycl_device.pxd +++ b/dpctl/_sycl_device.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_device.pyx b/dpctl/_sycl_device.pyx index 6c6638e2e3..8e50770fc2 100644 --- a/dpctl/_sycl_device.pyx +++ b/dpctl/_sycl_device.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_device_factory.pxd b/dpctl/_sycl_device_factory.pxd index 6ed5de90e3..303357656d 100644 --- a/dpctl/_sycl_device_factory.pxd +++ b/dpctl/_sycl_device_factory.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_device_factory.pyx b/dpctl/_sycl_device_factory.pyx index 7a9794ede0..efb3a3e762 100644 --- a/dpctl/_sycl_device_factory.pyx +++ b/dpctl/_sycl_device_factory.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_event.pxd b/dpctl/_sycl_event.pxd index 7b4080800c..710fb5ba35 100644 --- a/dpctl/_sycl_event.pxd +++ b/dpctl/_sycl_event.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_event.pyx b/dpctl/_sycl_event.pyx index 25ce02e559..74681c477b 100644 --- a/dpctl/_sycl_event.pyx +++ b/dpctl/_sycl_event.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_platform.pxd b/dpctl/_sycl_platform.pxd index 6512363077..fa38b2a964 100644 --- a/dpctl/_sycl_platform.pxd +++ b/dpctl/_sycl_platform.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_platform.pyx b/dpctl/_sycl_platform.pyx index 41eff7b5d3..4fd838b054 100644 --- a/dpctl/_sycl_platform.pyx +++ b/dpctl/_sycl_platform.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_queue.pxd b/dpctl/_sycl_queue.pxd index 9469415cb8..e6495b657b 100644 --- a/dpctl/_sycl_queue.pxd +++ b/dpctl/_sycl_queue.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_queue.pyx b/dpctl/_sycl_queue.pyx index a9d0a2c71c..a9c5f50561 100644 --- a/dpctl/_sycl_queue.pyx +++ b/dpctl/_sycl_queue.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_queue_manager.pxd b/dpctl/_sycl_queue_manager.pxd index 495dd0d8d6..4c37d659d6 100644 --- a/dpctl/_sycl_queue_manager.pxd +++ b/dpctl/_sycl_queue_manager.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_queue_manager.pyx b/dpctl/_sycl_queue_manager.pyx index 9638ed211f..d3016652fa 100644 --- a/dpctl/_sycl_queue_manager.pyx +++ b/dpctl/_sycl_queue_manager.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_timer.py b/dpctl/_sycl_timer.py index 9acca40747..90f688a637 100644 --- a/dpctl/_sycl_timer.py +++ b/dpctl/_sycl_timer.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/apis/include/dpctl4pybind11.hpp b/dpctl/apis/include/dpctl4pybind11.hpp index b1c17e8e90..d4dd6810bb 100644 --- a/dpctl/apis/include/dpctl4pybind11.hpp +++ b/dpctl/apis/include/dpctl4pybind11.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/apis/include/dpctl_capi.h b/dpctl/apis/include/dpctl_capi.h index 9cf245aef5..9dc904a109 100644 --- a/dpctl/apis/include/dpctl_capi.h +++ b/dpctl/apis/include/dpctl_capi.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/apis/include/dpctl_sycl_interface.h b/dpctl/apis/include/dpctl_sycl_interface.h index 39caeb0ad0..8830a3bfd9 100644 --- a/dpctl/apis/include/dpctl_sycl_interface.h +++ b/dpctl/apis/include/dpctl_sycl_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/enum_types.py b/dpctl/enum_types.py index 59d02a8fa1..6872afa42e 100644 --- a/dpctl/enum_types.py +++ b/dpctl/enum_types.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/__init__.pxd b/dpctl/memory/__init__.pxd index 4d44ce41b2..5239d74fd8 100644 --- a/dpctl/memory/__init__.pxd +++ b/dpctl/memory/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/__init__.py b/dpctl/memory/__init__.py index 436f08885d..fc5fc9170d 100644 --- a/dpctl/memory/__init__.py +++ b/dpctl/memory/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/_memory.pxd b/dpctl/memory/_memory.pxd index 71c17b9c80..d8842a565b 100644 --- a/dpctl/memory/_memory.pxd +++ b/dpctl/memory/_memory.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/_memory.pyx b/dpctl/memory/_memory.pyx index 8448201919..f1fd2ec907 100644 --- a/dpctl/memory/_memory.pyx +++ b/dpctl/memory/_memory.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/_opaque_smart_ptr.hpp b/dpctl/memory/_opaque_smart_ptr.hpp index 5821cf87a7..5b536069ff 100644 --- a/dpctl/memory/_opaque_smart_ptr.hpp +++ b/dpctl/memory/_opaque_smart_ptr.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2024 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/memory/_sycl_usm_array_interface_utils.pxi b/dpctl/memory/_sycl_usm_array_interface_utils.pxi index e4b3880eb1..4723e84d7a 100644 --- a/dpctl/memory/_sycl_usm_array_interface_utils.pxi +++ b/dpctl/memory/_sycl_usm_array_interface_utils.pxi @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/program/__init__.pxd b/dpctl/program/__init__.pxd index 4e734f18ed..38b71beebf 100644 --- a/dpctl/program/__init__.pxd +++ b/dpctl/program/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/program/__init__.py b/dpctl/program/__init__.py index 71302e4186..db41c0d25e 100644 --- a/dpctl/program/__init__.py +++ b/dpctl/program/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/program/_program.pxd b/dpctl/program/_program.pxd index 435ef68521..99514ae976 100644 --- a/dpctl/program/_program.pxd +++ b/dpctl/program/_program.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/program/_program.pyx b/dpctl/program/_program.pyx index 8737be4762..052f6b57bb 100644 --- a/dpctl/program/_program.pyx +++ b/dpctl/program/_program.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/sycl.pxd b/dpctl/sycl.pxd index f0b6f1eb2a..1fa52aeaea 100644 --- a/dpctl/sycl.pxd +++ b/dpctl/sycl.pxd @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/__init__.py b/dpctl/tests/__init__.py index e061729774..790fb45768 100644 --- a/dpctl/tests/__init__.py +++ b/dpctl/tests/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/_c_ext.c b/dpctl/tests/_c_ext.c index 1733ae30a5..f254a58c60 100644 --- a/dpctl/tests/_c_ext.c +++ b/dpctl/tests/_c_ext.c @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2022-2025 Intel Corporation +// Copyright 2023 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tests/_cython_api.pyx b/dpctl/tests/_cython_api.pyx index e694ecb9c3..917788971b 100644 --- a/dpctl/tests/_cython_api.pyx +++ b/dpctl/tests/_cython_api.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/_device_attributes_checks.py b/dpctl/tests/_device_attributes_checks.py index fd36419e30..003eefa721 100644 --- a/dpctl/tests/_device_attributes_checks.py +++ b/dpctl/tests/_device_attributes_checks.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/_numpy_warnings.py b/dpctl/tests/_numpy_warnings.py index ef895833f7..1e723c3001 100644 --- a/dpctl/tests/_numpy_warnings.py +++ b/dpctl/tests/_numpy_warnings.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2025 Intel Corporation +# Copyright 2023 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/conftest.py b/dpctl/tests/conftest.py index be5719aba4..69ae0a519b 100644 --- a/dpctl/tests/conftest.py +++ b/dpctl/tests/conftest.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/helper/__init__.py b/dpctl/tests/helper/__init__.py index a2ae1626ab..be5f8d2e33 100644 --- a/dpctl/tests/helper/__init__.py +++ b/dpctl/tests/helper/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/helper/_helper.py b/dpctl/tests/helper/_helper.py index c79fddd305..5857b23195 100644 --- a/dpctl/tests/helper/_helper.py +++ b/dpctl/tests/helper/_helper.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/setup_c_ext.py b/dpctl/tests/setup_c_ext.py index ba745e7d8d..76f4195bd9 100644 --- a/dpctl/tests/setup_c_ext.py +++ b/dpctl/tests/setup_c_ext.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2023 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/setup_cython_api.py b/dpctl/tests/setup_cython_api.py index d4f7c00f5c..91c2d92e47 100644 --- a/dpctl/tests/setup_cython_api.py +++ b/dpctl/tests/setup_cython_api.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_raw_kernel_arg.py b/dpctl/tests/test_raw_kernel_arg.py index 335f268144..fb28be6a30 100644 --- a/dpctl/tests/test_raw_kernel_arg.py +++ b/dpctl/tests/test_raw_kernel_arg.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_service.py b/dpctl/tests/test_service.py index 0127f45a2f..b5b4fe23e9 100644 --- a/dpctl/tests/test_service.py +++ b/dpctl/tests/test_service.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_context.py b/dpctl/tests/test_sycl_context.py index 0cb222573b..fc3dcfb52d 100644 --- a/dpctl/tests/test_sycl_context.py +++ b/dpctl/tests/test_sycl_context.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_device.py b/dpctl/tests/test_sycl_device.py index e9eee7e223..07a06ec80c 100644 --- a/dpctl/tests/test_sycl_device.py +++ b/dpctl/tests/test_sycl_device.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_device_factory.py b/dpctl/tests/test_sycl_device_factory.py index dabecf9247..6670653450 100644 --- a/dpctl/tests/test_sycl_device_factory.py +++ b/dpctl/tests/test_sycl_device_factory.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_event.py b/dpctl/tests/test_sycl_event.py index f23f88988b..e46374d46c 100644 --- a/dpctl/tests/test_sycl_event.py +++ b/dpctl/tests/test_sycl_event.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_kernel_submit.py b/dpctl/tests/test_sycl_kernel_submit.py index 3ebab3244e..e2d0971111 100644 --- a/dpctl/tests/test_sycl_kernel_submit.py +++ b/dpctl/tests/test_sycl_kernel_submit.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_platform.py b/dpctl/tests/test_sycl_platform.py index 9e49d8b3f8..0660617752 100644 --- a/dpctl/tests/test_sycl_platform.py +++ b/dpctl/tests/test_sycl_platform.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_program.py b/dpctl/tests/test_sycl_program.py index 1c09adc28e..214b374d29 100644 --- a/dpctl/tests/test_sycl_program.py +++ b/dpctl/tests/test_sycl_program.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_queue.py b/dpctl/tests/test_sycl_queue.py index 613a13adb6..af0fe71dcd 100644 --- a/dpctl/tests/test_sycl_queue.py +++ b/dpctl/tests/test_sycl_queue.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_queue_manager.py b/dpctl/tests/test_sycl_queue_manager.py index 18cbb42eac..1b23004bb8 100644 --- a/dpctl/tests/test_sycl_queue_manager.py +++ b/dpctl/tests/test_sycl_queue_manager.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_queue_memcpy.py b/dpctl/tests/test_sycl_queue_memcpy.py index ada73f7dca..7d13f7ee48 100644 --- a/dpctl/tests/test_sycl_queue_memcpy.py +++ b/dpctl/tests/test_sycl_queue_memcpy.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_timer.py b/dpctl/tests/test_sycl_timer.py index 680de73b2c..9a99b1f997 100644 --- a/dpctl/tests/test_sycl_timer.py +++ b/dpctl/tests/test_sycl_timer.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2024 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_usm.py b/dpctl/tests/test_sycl_usm.py index b1aefa325c..8de419cc4d 100644 --- a/dpctl/tests/test_sycl_usm.py +++ b/dpctl/tests/test_sycl_usm.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_utils.py b/dpctl/tests/test_utils.py index 472edd2ff2..03298c3f22 100644 --- a/dpctl/tests/test_utils.py +++ b/dpctl/tests/test_utils.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_work_group_memory.py b/dpctl/tests/test_work_group_memory.py index 5f33f74162..942fd15e49 100644 --- a/dpctl/tests/test_work_group_memory.py +++ b/dpctl/tests/test_work_group_memory.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2024 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_work_group_memory_opencl.py b/dpctl/tests/test_work_group_memory_opencl.py index 462c1940d1..46eb9a906e 100644 --- a/dpctl/tests/test_work_group_memory_opencl.py +++ b/dpctl/tests/test_work_group_memory_opencl.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/utils/__init__.py b/dpctl/utils/__init__.py index 9530849bf2..2a9ae2a7d7 100644 --- a/dpctl/utils/__init__.py +++ b/dpctl/utils/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/utils/_intel_device_info.py b/dpctl/utils/_intel_device_info.py index c25d4575db..0275e88f01 100644 --- a/dpctl/utils/_intel_device_info.py +++ b/dpctl/utils/_intel_device_info.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2024 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/utils/_onetrace_context.py b/dpctl/utils/_onetrace_context.py index 0f0ac30fc9..5855ab2142 100644 --- a/dpctl/utils/_onetrace_context.py +++ b/dpctl/utils/_onetrace_context.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/py_sycl_ls/__init__.py b/examples/c/py_sycl_ls/py_sycl_ls/__init__.py index 5b5ef7e387..d84c7c7278 100644 --- a/examples/c/py_sycl_ls/py_sycl_ls/__init__.py +++ b/examples/c/py_sycl_ls/py_sycl_ls/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2022-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/py_sycl_ls/__main__.py b/examples/c/py_sycl_ls/py_sycl_ls/__main__.py index ee5f894a53..b63d86c0cf 100644 --- a/examples/c/py_sycl_ls/py_sycl_ls/__main__.py +++ b/examples/c/py_sycl_ls/py_sycl_ls/__main__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2022-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/setup.py b/examples/c/py_sycl_ls/setup.py index c67bd9ff52..21f7024c99 100644 --- a/examples/c/py_sycl_ls/setup.py +++ b/examples/c/py_sycl_ls/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2022-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/src/py_sycl-ls.c b/examples/c/py_sycl_ls/src/py_sycl-ls.c index 26c0145a0d..8e6bb855ea 100644 --- a/examples/c/py_sycl_ls/src/py_sycl-ls.c +++ b/examples/c/py_sycl_ls/src/py_sycl-ls.c @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2022-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/tests/test_sycl_ls.py b/examples/c/py_sycl_ls/tests/test_sycl_ls.py index eb41cccb1f..e399ef2af2 100644 --- a/examples/c/py_sycl_ls/tests/test_sycl_ls.py +++ b/examples/c/py_sycl_ls/tests/test_sycl_ls.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2022-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/scripts/bench.py b/examples/cython/sycl_buffer/scripts/bench.py index 60be049e65..5b6c0c7808 100644 --- a/examples/cython/sycl_buffer/scripts/bench.py +++ b/examples/cython/sycl_buffer/scripts/bench.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2023 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/setup.py b/examples/cython/sycl_buffer/setup.py index 0c6ceb8fd0..cba7882e83 100644 --- a/examples/cython/sycl_buffer/setup.py +++ b/examples/cython/sycl_buffer/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/src/use_sycl_buffer.hpp b/examples/cython/sycl_buffer/src/use_sycl_buffer.hpp index 17b540d098..31b9bf35f0 100644 --- a/examples/cython/sycl_buffer/src/use_sycl_buffer.hpp +++ b/examples/cython/sycl_buffer/src/use_sycl_buffer.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2023 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/syclbuffer/__init__.py b/examples/cython/sycl_buffer/syclbuffer/__init__.py index 20759100f6..9fea58d2e2 100644 --- a/examples/cython/sycl_buffer/syclbuffer/__init__.py +++ b/examples/cython/sycl_buffer/syclbuffer/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx b/examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx index cdba89d1ef..5d56096231 100644 --- a/examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx +++ b/examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/include/utils.hpp b/examples/cython/use_dpctl_sycl/include/utils.hpp index 4afa3a5536..38da5c3d91 100644 --- a/examples/cython/use_dpctl_sycl/include/utils.hpp +++ b/examples/cython/use_dpctl_sycl/include/utils.hpp @@ -1,6 +1,6 @@ // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/setup.py b/examples/cython/use_dpctl_sycl/setup.py index ad8e5ac419..559de5476e 100644 --- a/examples/cython/use_dpctl_sycl/setup.py +++ b/examples/cython/use_dpctl_sycl/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/tests/test_example.py b/examples/cython/use_dpctl_sycl/tests/test_example.py index 6fb244e3cd..46706d87c2 100644 --- a/examples/cython/use_dpctl_sycl/tests/test_example.py +++ b/examples/cython/use_dpctl_sycl/tests/test_example.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py b/examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py index 0eb9277bea..b0ebd301a6 100644 --- a/examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py +++ b/examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx b/examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx index 697ef539d5..708a8d269d 100644 --- a/examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx +++ b/examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/example.py b/examples/pybind11/external_usm_allocation/example.py index 1a1d79c645..801d7c9833 100644 --- a/examples/pybind11/external_usm_allocation/example.py +++ b/examples/pybind11/external_usm_allocation/example.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/external_usm_allocation/__init__.py b/examples/pybind11/external_usm_allocation/external_usm_allocation/__init__.py index fd1b5d124a..bfd5bc4dfc 100644 --- a/examples/pybind11/external_usm_allocation/external_usm_allocation/__init__.py +++ b/examples/pybind11/external_usm_allocation/external_usm_allocation/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp b/examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp index f92a99026e..07aca8a937 100644 --- a/examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp +++ b/examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp @@ -4,7 +4,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/setup.py b/examples/pybind11/external_usm_allocation/setup.py index 8c1eaef8b2..92f295bb09 100644 --- a/examples/pybind11/external_usm_allocation/setup.py +++ b/examples/pybind11/external_usm_allocation/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/tests/test_direct.py b/examples/pybind11/external_usm_allocation/tests/test_direct.py index b14d57533b..8d51453b1f 100644 --- a/examples/pybind11/external_usm_allocation/tests/test_direct.py +++ b/examples/pybind11/external_usm_allocation/tests/test_direct.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2024 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/tests/test_dmatrix.py b/examples/pybind11/external_usm_allocation/tests/test_dmatrix.py index 14fa1b16cf..af664085be 100644 --- a/examples/pybind11/external_usm_allocation/tests/test_dmatrix.py +++ b/examples/pybind11/external_usm_allocation/tests/test_dmatrix.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/cpp/main.cpp b/examples/pybind11/onemkl_gemv/cpp/main.cpp index 83191fe6d3..bc67f45d03 100644 --- a/examples/pybind11/onemkl_gemv/cpp/main.cpp +++ b/examples/pybind11/onemkl_gemv/cpp/main.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/setup.py b/examples/pybind11/onemkl_gemv/setup.py index df86531a88..40de3b2e5b 100644 --- a/examples/pybind11/onemkl_gemv/setup.py +++ b/examples/pybind11/onemkl_gemv/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py b/examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py index 646ed3062c..8a9d392901 100644 --- a/examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py +++ b/examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp b/examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp index 33c30ee9cf..fecdaa22f4 100644 --- a/examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp +++ b/examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp b/examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp index dfc4f9e885..e27ed15ca5 100644 --- a/examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp +++ b/examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/tests/test_gemm.py b/examples/pybind11/onemkl_gemv/tests/test_gemm.py index bd8c598950..cfdfe1d610 100644 --- a/examples/pybind11/onemkl_gemv/tests/test_gemm.py +++ b/examples/pybind11/onemkl_gemv/tests/test_gemm.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/example.py b/examples/pybind11/use_dpctl_sycl_kernel/example.py index a164d2cd0b..272f32cdbf 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/example.py +++ b/examples/pybind11/use_dpctl_sycl_kernel/example.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl b/examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl index 19036f6569..ddf80dd232 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl +++ b/examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl @@ -1,7 +1,7 @@ /* Data Parallel Control (dpctl) - Copyright 2020-2025 Intel Corporation + Copyright 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/setup.py b/examples/pybind11/use_dpctl_sycl_kernel/setup.py index 4b782e798b..3dd470e50c 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/setup.py +++ b/examples/pybind11/use_dpctl_sycl_kernel/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py b/examples/pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py index 805670bd8f..f061697442 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py +++ b/examples/pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py b/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py index be771e1e31..28da2eaa4c 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py +++ b/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp b/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp index 44bbec6deb..218d153269 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp +++ b/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/example.py b/examples/pybind11/use_dpctl_sycl_queue/example.py index da80003b08..8b32ad04c5 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/example.py +++ b/examples/pybind11/use_dpctl_sycl_queue/example.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/setup.py b/examples/pybind11/use_dpctl_sycl_queue/setup.py index b32dfa7021..1b53d74668 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/setup.py +++ b/examples/pybind11/use_dpctl_sycl_queue/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py b/examples/pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py index a6ee42eac8..e495c87cd4 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py +++ b/examples/pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/__init__.py b/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/__init__.py index 6217657d9e..461fc2ebda 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/__init__.py +++ b/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/_example.cpp b/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/_example.cpp index edadcc7b4e..92e2ef72ef 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/_example.cpp +++ b/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/_example.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/python/_runner.py b/examples/python/_runner.py index 452f0207b9..cae94e3467 100644 --- a/examples/python/_runner.py +++ b/examples/python/_runner.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/device_selection.py b/examples/python/device_selection.py index bf21c8e44d..a2661faabc 100644 --- a/examples/python/device_selection.py +++ b/examples/python/device_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/filter_selection.py b/examples/python/filter_selection.py index 286da98d7a..f84b3805dc 100644 --- a/examples/python/filter_selection.py +++ b/examples/python/filter_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/lsplatform.py b/examples/python/lsplatform.py index 912a64ea44..a6ba4535d6 100644 --- a/examples/python/lsplatform.py +++ b/examples/python/lsplatform.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/subdevices.py b/examples/python/subdevices.py index 0ccc907a5a..9d6d484dd2 100644 --- a/examples/python/subdevices.py +++ b/examples/python/subdevices.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/sycl_queue.py b/examples/python/sycl_queue.py index 024f59049c..b8cc2e2a7b 100644 --- a/examples/python/sycl_queue.py +++ b/examples/python/sycl_queue.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/usm_operations.py b/examples/python/usm_operations.py index 801de6d94c..2de5e7473a 100644 --- a/examples/python/usm_operations.py +++ b/examples/python/usm_operations.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2026 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake b/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake index 039c115878..8e71d4d2b6 100644 --- a/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake +++ b/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/FindLLVMCov.cmake b/libsyclinterface/cmake/modules/FindLLVMCov.cmake index 35ebbe7476..50d8841d94 100644 --- a/libsyclinterface/cmake/modules/FindLLVMCov.cmake +++ b/libsyclinterface/cmake/modules/FindLLVMCov.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake b/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake index aaf3213ba9..8e577c833d 100644 --- a/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake +++ b/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/FindLcov.cmake b/libsyclinterface/cmake/modules/FindLcov.cmake index 12be3ad058..851fb34191 100644 --- a/libsyclinterface/cmake/modules/FindLcov.cmake +++ b/libsyclinterface/cmake/modules/FindLcov.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake b/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake index 9160747d17..9e6f1b015e 100644 --- a/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake +++ b/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/GetProjectVersion.cmake b/libsyclinterface/cmake/modules/GetProjectVersion.cmake index a45ad0ee96..0a25a95623 100644 --- a/libsyclinterface/cmake/modules/GetProjectVersion.cmake +++ b/libsyclinterface/cmake/modules/GetProjectVersion.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2021 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/SetupCoverage.cmake b/libsyclinterface/cmake/modules/SetupCoverage.cmake index 630d00f68d..b0ea4f728a 100644 --- a/libsyclinterface/cmake/modules/SetupCoverage.cmake +++ b/libsyclinterface/cmake/modules/SetupCoverage.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h b/libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h index ad8c5da533..363897ef65 100644 --- a/libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h +++ b/libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_error_handlers.h b/libsyclinterface/helper/include/dpctl_error_handlers.h index c7815b1e1f..3c8a5dfa9b 100644 --- a/libsyclinterface/helper/include/dpctl_error_handlers.h +++ b/libsyclinterface/helper/include/dpctl_error_handlers.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_string_utils.hpp b/libsyclinterface/helper/include/dpctl_string_utils.hpp index 2b65947dae..c35dff88e7 100644 --- a/libsyclinterface/helper/include/dpctl_string_utils.hpp +++ b/libsyclinterface/helper/include/dpctl_string_utils.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_utils_helper.h b/libsyclinterface/helper/include/dpctl_utils_helper.h index 9d9401b807..d999088d3b 100644 --- a/libsyclinterface/helper/include/dpctl_utils_helper.h +++ b/libsyclinterface/helper/include/dpctl_utils_helper.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_vector_macros.h b/libsyclinterface/helper/include/dpctl_vector_macros.h index f3f9eaa2c4..4d25d42df1 100644 --- a/libsyclinterface/helper/include/dpctl_vector_macros.h +++ b/libsyclinterface/helper/include/dpctl_vector_macros.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/source/dpctl_error_handlers.cpp b/libsyclinterface/helper/source/dpctl_error_handlers.cpp index 8ee9626f00..82409ae30e 100644 --- a/libsyclinterface/helper/source/dpctl_error_handlers.cpp +++ b/libsyclinterface/helper/source/dpctl_error_handlers.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/source/dpctl_utils_helper.cpp b/libsyclinterface/helper/source/dpctl_utils_helper.cpp index 866e7e828e..3b7a1eb3c8 100644 --- a/libsyclinterface/helper/source/dpctl_utils_helper.cpp +++ b/libsyclinterface/helper/source/dpctl_utils_helper.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/Config/dpctl_config.h.in b/libsyclinterface/include/syclinterface/Config/dpctl_config.h.in index 78d4f75e30..0568f38507 100644 --- a/libsyclinterface/include/syclinterface/Config/dpctl_config.h.in +++ b/libsyclinterface/include/syclinterface/Config/dpctl_config.h.in @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/Support/DllExport.h b/libsyclinterface/include/syclinterface/Support/DllExport.h index f2eb627bc7..c0c4d7b3c7 100644 --- a/libsyclinterface/include/syclinterface/Support/DllExport.h +++ b/libsyclinterface/include/syclinterface/Support/DllExport.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/Support/ExternC.h b/libsyclinterface/include/syclinterface/Support/ExternC.h index 4b192848e2..a74215358b 100644 --- a/libsyclinterface/include/syclinterface/Support/ExternC.h +++ b/libsyclinterface/include/syclinterface/Support/ExternC.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/Support/MemOwnershipAttrs.h b/libsyclinterface/include/syclinterface/Support/MemOwnershipAttrs.h index 9a7b86f7e9..9f0089bb9d 100644 --- a/libsyclinterface/include/syclinterface/Support/MemOwnershipAttrs.h +++ b/libsyclinterface/include/syclinterface/Support/MemOwnershipAttrs.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_data_types.h b/libsyclinterface/include/syclinterface/dpctl_data_types.h index 539d3b6710..e4c32a4a22 100644 --- a/libsyclinterface/include/syclinterface/dpctl_data_types.h +++ b/libsyclinterface/include/syclinterface/dpctl_data_types.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_device_selection.hpp b/libsyclinterface/include/syclinterface/dpctl_device_selection.hpp index 61be0c0b40..7af8ef5e86 100644 --- a/libsyclinterface/include/syclinterface/dpctl_device_selection.hpp +++ b/libsyclinterface/include/syclinterface/dpctl_device_selection.hpp @@ -4,7 +4,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_error_handler_type.h b/libsyclinterface/include/syclinterface/dpctl_error_handler_type.h index a5c4c3a3b9..785a863e9b 100644 --- a/libsyclinterface/include/syclinterface/dpctl_error_handler_type.h +++ b/libsyclinterface/include/syclinterface/dpctl_error_handler_type.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_service.h b/libsyclinterface/include/syclinterface/dpctl_service.h index 1baf6f502c..1856f45702 100644 --- a/libsyclinterface/include/syclinterface/dpctl_service.h +++ b/libsyclinterface/include/syclinterface/dpctl_service.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_context_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_context_interface.h index c915189ee5..c7c6ece7ed 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_context_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_context_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h index 72b0261e1f..c07a0f8f46 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_device_manager.h b/libsyclinterface/include/syclinterface/dpctl_sycl_device_manager.h index 3f4f08e18f..751ae9d5c3 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_device_manager.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_device_manager.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_device_selector_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_device_selector_interface.h index e6ed1ae0a4..74d04a256f 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_device_selector_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_device_selector_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_enum_types.h b/libsyclinterface/include/syclinterface/dpctl_sycl_enum_types.h index 76311daa7b..e8c4cba7e9 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_enum_types.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_enum_types.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_event_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_event_interface.h index caae132baa..32701aeca9 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_event_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_event_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_extension_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_extension_interface.h index 1225eef6cb..c7ff7463ea 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_extension_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_extension_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2024 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_bundle_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_bundle_interface.h index 07a76c3fd8..ee247852c8 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_bundle_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_bundle_interface.h @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_interface.h index 800297efd8..d8a69afb1d 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_platform_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_platform_interface.h index 36fd573c63..1cde75d710 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_platform_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_platform_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_platform_manager.h b/libsyclinterface/include/syclinterface/dpctl_sycl_platform_manager.h index 5fce58bd19..5172862b77 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_platform_manager.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_platform_manager.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_queue_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_queue_interface.h index 50515afae5..3f033f3f41 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_queue_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_queue_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_queue_manager.h b/libsyclinterface/include/syclinterface/dpctl_sycl_queue_manager.h index 9bedab42c0..2ceb542eb3 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_queue_manager.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_queue_manager.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_type_casters.hpp b/libsyclinterface/include/syclinterface/dpctl_sycl_type_casters.hpp index e39bffecab..4d4156d92a 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_type_casters.hpp +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_type_casters.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_types.h b/libsyclinterface/include/syclinterface/dpctl_sycl_types.h index 825d7d0647..f8dbb0afd1 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_types.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_types.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_usm_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_usm_interface.h index 78a30c0899..1ea7bfb1bf 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_usm_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_usm_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_utils.h b/libsyclinterface/include/syclinterface/dpctl_utils.h index 22e2673549..d124869062 100644 --- a/libsyclinterface/include/syclinterface/dpctl_utils.h +++ b/libsyclinterface/include/syclinterface/dpctl_utils.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_vector.h b/libsyclinterface/include/syclinterface/dpctl_vector.h index a3d3cfc08d..a5e4a29244 100644 --- a/libsyclinterface/include/syclinterface/dpctl_vector.h +++ b/libsyclinterface/include/syclinterface/dpctl_vector.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_device_selection.cpp b/libsyclinterface/source/dpctl_device_selection.cpp index 775ba1634b..2e216162f4 100644 --- a/libsyclinterface/source/dpctl_device_selection.cpp +++ b/libsyclinterface/source/dpctl_device_selection.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_service.cpp b/libsyclinterface/source/dpctl_service.cpp index f887763a60..b0c1c1e300 100644 --- a/libsyclinterface/source/dpctl_service.cpp +++ b/libsyclinterface/source/dpctl_service.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_context_interface.cpp b/libsyclinterface/source/dpctl_sycl_context_interface.cpp index 5bb41b488d..c27cd9a343 100644 --- a/libsyclinterface/source/dpctl_sycl_context_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_context_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_device_interface.cpp b/libsyclinterface/source/dpctl_sycl_device_interface.cpp index 1378f6f818..65be01a0bb 100644 --- a/libsyclinterface/source/dpctl_sycl_device_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_device_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_device_manager.cpp b/libsyclinterface/source/dpctl_sycl_device_manager.cpp index 3bc213fc43..2d647c33d0 100644 --- a/libsyclinterface/source/dpctl_sycl_device_manager.cpp +++ b/libsyclinterface/source/dpctl_sycl_device_manager.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_device_selector_interface.cpp b/libsyclinterface/source/dpctl_sycl_device_selector_interface.cpp index 8e15f694a7..c79bc2c4a5 100644 --- a/libsyclinterface/source/dpctl_sycl_device_selector_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_device_selector_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_event_interface.cpp b/libsyclinterface/source/dpctl_sycl_event_interface.cpp index 9c745d47b4..5e2b924e28 100644 --- a/libsyclinterface/source/dpctl_sycl_event_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_event_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_extension_interface.cpp b/libsyclinterface/source/dpctl_sycl_extension_interface.cpp index 59bf8b07e4..fa33fd8997 100644 --- a/libsyclinterface/source/dpctl_sycl_extension_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_extension_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2024 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp b/libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp index 78c714ecbb..7dc7d10aa7 100644 --- a/libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_kernel_interface.cpp b/libsyclinterface/source/dpctl_sycl_kernel_interface.cpp index 8bf8ac5b4b..e035ea7000 100644 --- a/libsyclinterface/source/dpctl_sycl_kernel_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_kernel_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_platform_interface.cpp b/libsyclinterface/source/dpctl_sycl_platform_interface.cpp index 73bef73266..d19d9844bb 100644 --- a/libsyclinterface/source/dpctl_sycl_platform_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_platform_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_platform_manager.cpp b/libsyclinterface/source/dpctl_sycl_platform_manager.cpp index c5885dfc5e..e490bfef9d 100644 --- a/libsyclinterface/source/dpctl_sycl_platform_manager.cpp +++ b/libsyclinterface/source/dpctl_sycl_platform_manager.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_queue_interface.cpp b/libsyclinterface/source/dpctl_sycl_queue_interface.cpp index 77db689c1d..f85b60639a 100644 --- a/libsyclinterface/source/dpctl_sycl_queue_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_queue_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_usm_interface.cpp b/libsyclinterface/source/dpctl_sycl_usm_interface.cpp index 21d4daa740..82f566cf1e 100644 --- a/libsyclinterface/source/dpctl_sycl_usm_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_usm_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_utils.cpp b/libsyclinterface/source/dpctl_utils.cpp index 7c585735c3..16c79fc8b0 100644 --- a/libsyclinterface/source/dpctl_utils.cpp +++ b/libsyclinterface/source/dpctl_utils.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_vector_templ.cpp b/libsyclinterface/source/dpctl_vector_templ.cpp index 07792e892e..72f4772afa 100644 --- a/libsyclinterface/source/dpctl_vector_templ.cpp +++ b/libsyclinterface/source/dpctl_vector_templ.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_helper.cpp b/libsyclinterface/tests/test_helper.cpp index 25b5743ba2..26f0a01903 100644 --- a/libsyclinterface/tests/test_helper.cpp +++ b/libsyclinterface/tests/test_helper.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_main.cpp b/libsyclinterface/tests/test_main.cpp index 0423aafa2c..7f9d5c1556 100644 --- a/libsyclinterface/tests/test_main.cpp +++ b/libsyclinterface/tests/test_main.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_service.cpp b/libsyclinterface/tests/test_service.cpp index 4b75b34e4c..95788fed83 100644 --- a/libsyclinterface/tests/test_service.cpp +++ b/libsyclinterface/tests/test_service.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_context_interface.cpp b/libsyclinterface/tests/test_sycl_context_interface.cpp index 059d7078c7..69f01d800a 100644 --- a/libsyclinterface/tests/test_sycl_context_interface.cpp +++ b/libsyclinterface/tests/test_sycl_context_interface.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_aspects.cpp b/libsyclinterface/tests/test_sycl_device_aspects.cpp index fc14ea131f..352e60f8cc 100644 --- a/libsyclinterface/tests/test_sycl_device_aspects.cpp +++ b/libsyclinterface/tests/test_sycl_device_aspects.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_interface.cpp b/libsyclinterface/tests/test_sycl_device_interface.cpp index 49783df694..3aa89b53be 100644 --- a/libsyclinterface/tests/test_sycl_device_interface.cpp +++ b/libsyclinterface/tests/test_sycl_device_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_invalid_filters.cpp b/libsyclinterface/tests/test_sycl_device_invalid_filters.cpp index fd52712b8b..e6f7c55c2e 100644 --- a/libsyclinterface/tests/test_sycl_device_invalid_filters.cpp +++ b/libsyclinterface/tests/test_sycl_device_invalid_filters.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_manager.cpp b/libsyclinterface/tests/test_sycl_device_manager.cpp index 0ce19124c4..0b7130d2b7 100644 --- a/libsyclinterface/tests/test_sycl_device_manager.cpp +++ b/libsyclinterface/tests/test_sycl_device_manager.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_selector_interface.cpp b/libsyclinterface/tests/test_sycl_device_selector_interface.cpp index 1588b6265e..d6a9d3f4ee 100644 --- a/libsyclinterface/tests/test_sycl_device_selector_interface.cpp +++ b/libsyclinterface/tests/test_sycl_device_selector_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_subdevices.cpp b/libsyclinterface/tests/test_sycl_device_subdevices.cpp index b92b4a15b3..710389d76e 100644 --- a/libsyclinterface/tests/test_sycl_device_subdevices.cpp +++ b/libsyclinterface/tests/test_sycl_device_subdevices.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpCtl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_event_interface.cpp b/libsyclinterface/tests/test_sycl_event_interface.cpp index 2b3c5ae5d3..6d775fbeea 100644 --- a/libsyclinterface/tests/test_sycl_event_interface.cpp +++ b/libsyclinterface/tests/test_sycl_event_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp b/libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp index a835c277b9..1604914fa5 100644 --- a/libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp +++ b/libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_kernel_interface.cpp b/libsyclinterface/tests/test_sycl_kernel_interface.cpp index 6c51a6c4b4..fba5e7a4d3 100644 --- a/libsyclinterface/tests/test_sycl_kernel_interface.cpp +++ b/libsyclinterface/tests/test_sycl_kernel_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_peer_access.cpp b/libsyclinterface/tests/test_sycl_peer_access.cpp index 8e3179b021..4469ce6640 100644 --- a/libsyclinterface/tests/test_sycl_peer_access.cpp +++ b/libsyclinterface/tests/test_sycl_peer_access.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_platform_interface.cpp b/libsyclinterface/tests/test_sycl_platform_interface.cpp index 3a1b970f63..67de6b9158 100644 --- a/libsyclinterface/tests/test_sycl_platform_interface.cpp +++ b/libsyclinterface/tests/test_sycl_platform_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp b/libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp index 92a5f819c1..89b25ea546 100644 --- a/libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp +++ b/libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_queue_interface.cpp b/libsyclinterface/tests/test_sycl_queue_interface.cpp index c5c4e1b91e..1b4c791ed4 100644 --- a/libsyclinterface/tests/test_sycl_queue_interface.cpp +++ b/libsyclinterface/tests/test_sycl_queue_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_queue_submit.cpp b/libsyclinterface/tests/test_sycl_queue_submit.cpp index ab5b6bef82..6c6f3bc3c5 100644 --- a/libsyclinterface/tests/test_sycl_queue_submit.cpp +++ b/libsyclinterface/tests/test_sycl_queue_submit.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2021 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp b/libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp index f6110375bb..f68e9c5a9f 100644 --- a/libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp +++ b/libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2024 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_queue_submit_raw_kernel_arg.cpp b/libsyclinterface/tests/test_sycl_queue_submit_raw_kernel_arg.cpp index f40bc20066..1721b56692 100644 --- a/libsyclinterface/tests/test_sycl_queue_submit_raw_kernel_arg.cpp +++ b/libsyclinterface/tests/test_sycl_queue_submit_raw_kernel_arg.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_queue_submit_work_group_memory_arg.cpp b/libsyclinterface/tests/test_sycl_queue_submit_work_group_memory_arg.cpp index d0f44b7275..201e1ed74b 100644 --- a/libsyclinterface/tests/test_sycl_queue_submit_work_group_memory_arg.cpp +++ b/libsyclinterface/tests/test_sycl_queue_submit_work_group_memory_arg.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2024 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_usm_interface.cpp b/libsyclinterface/tests/test_sycl_usm_interface.cpp index ad693661ff..13bc3230c9 100644 --- a/libsyclinterface/tests/test_sycl_usm_interface.cpp +++ b/libsyclinterface/tests/test_sycl_usm_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/scripts/build_locally.py b/scripts/build_locally.py index e794adc0c6..6918a429e5 100644 --- a/scripts/build_locally.py +++ b/scripts/build_locally.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/gen_coverage.py b/scripts/gen_coverage.py index 77d90467dd..f7e11c4ace 100644 --- a/scripts/gen_coverage.py +++ b/scripts/gen_coverage.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/gen_docs.py b/scripts/gen_docs.py index fd6c2ffeac..ea29fa6bf6 100644 --- a/scripts/gen_docs.py +++ b/scripts/gen_docs.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2022 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 1b10322ef8..f7c5d3ef9c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control Library (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.