|
1 | | -# Copyright (c) 2023 - 2025, Intel Corporation |
| 1 | +# ***************************************************************************** |
| 2 | +# Copyright (c) 2025, Intel Corporation |
| 3 | +# All rights reserved. |
2 | 4 | # |
3 | 5 | # Redistribution and use in source and binary forms, with or without |
4 | 6 | # modification, are permitted provided that the following conditions are met: |
5 | | -# |
6 | | -# 1. Redistributions of source code must retain the above copyright notice, |
7 | | -# this list of conditions and the following disclaimer. |
8 | | -# 2. Redistributions in binary form must reproduce the above copyright notice, |
9 | | -# this list of conditions and the following disclaimer in the documentation |
10 | | -# and/or other materials provided with the distribution. |
11 | | -# 3. Neither the name of Intel Corporation nor the names of its contributors |
12 | | -# may be used to endorse or promote products derived from this software |
13 | | -# without specific prior written permission. |
| 7 | +# - Redistributions of source code must retain the above copyright notice, |
| 8 | +# this list of conditions and the following disclaimer. |
| 9 | +# - Redistributions in binary form must reproduce the above copyright notice, |
| 10 | +# this list of conditions and the following disclaimer in the documentation |
| 11 | +# and/or other materials provided with the distribution. |
| 12 | +# - Neither the name of the copyright holder nor the names of its contributors |
| 13 | +# may be used to endorse or promote products derived from this software |
| 14 | +# without specific prior written permission. |
14 | 15 | # |
15 | 16 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
16 | 17 | # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
21 | 22 | # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
22 | 23 | # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
23 | 24 | # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
24 | | -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
25 | | -# POSSIBILITY OF SUCH DAMAGE. |
| 25 | +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 26 | +# THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | +# ***************************************************************************** |
26 | 28 |
|
27 | 29 | """LinearOperator and helpers for dpnp.scipy.sparse.linalg. |
28 | 30 |
|
|
0 commit comments