Skip to content

Commit 5bb859f

Browse files
committed
Update the license header with the 3-Clause BSD License
1 parent 8b451c1 commit 5bb859f

File tree

372 files changed

+1120
-1
lines changed

Some content is hidden

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

372 files changed

+1120
-1
lines changed

LICENSE.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2025, Intel Corporation
1+
Copyright (c) 2016, Intel Corporation
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
@@ -8,6 +8,9 @@ modification, are permitted provided that the following conditions are met:
88
- Redistributions in binary form must reproduce the above copyright notice,
99
this list of conditions and the following disclaimer in the documentation
1010
and/or other materials provided with the distribution.
11+
- Neither the name of the copyright holder 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.
1114

1215
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1316
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

benchmarks/pytest_benchmark/test_random.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
# - Redistributions in binary form must reproduce the above copyright notice,
1212
# this list of conditions and the following disclaimer in the documentation
1313
# and/or other materials provided with the distribution.
14+
# - Neither the name of the copyright holder nor the names of its contributors
15+
# may be used to endorse or promote products derived from this software
16+
# without specific prior written permission.
1417
#
1518
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1619
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

doc/docstring_template.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
# - Redistributions in binary form must reproduce the above copyright notice,
1212
# this list of conditions and the following disclaimer in the documentation
1313
# and/or other materials provided with the distribution.
14+
# - Neither the name of the copyright holder nor the names of its contributors
15+
# may be used to endorse or promote products derived from this software
16+
# without specific prior written permission.
1417
#
1518
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1619
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

dpnp/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
# - Redistributions in binary form must reproduce the above copyright notice,
1111
# this list of conditions and the following disclaimer in the documentation
1212
# and/or other materials provided with the distribution.
13+
# - Neither the name of the copyright holder nor the names of its contributors
14+
# may be used to endorse or promote products derived from this software
15+
# without specific prior written permission.
1316
#
1417
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1518
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

dpnp/backend/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
# - Redistributions in binary form must reproduce the above copyright notice,
1010
# this list of conditions and the following disclaimer in the documentation
1111
# 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.
1215
#
1316
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1417
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

dpnp/backend/examples/example10.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// - Redistributions in binary form must reproduce the above copyright notice,
1010
// this list of conditions and the following disclaimer in the documentation
1111
// 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.
1215
//
1316
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1417
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

dpnp/backend/examples/example5.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
// - Redistributions in binary form must reproduce the above copyright notice,
1010
// this list of conditions and the following disclaimer in the documentation
1111
// 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.
15+
// - Neither the name of the copyright holder nor the names of its contributors
16+
// may be used to endorse or promote products derived from this software
17+
// without specific prior written permission.
1218
//
1319
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1420
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

dpnp/backend/extensions/blas/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
# - Redistributions in binary form must reproduce the above copyright notice,
1010
# this list of conditions and the following disclaimer in the documentation
1111
# 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.
1215
#
1316
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1417
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

dpnp/backend/extensions/blas/blas_py.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// - Redistributions in binary form must reproduce the above copyright notice,
1010
// this list of conditions and the following disclaimer in the documentation
1111
// 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.
1215
//
1316
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1417
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

dpnp/backend/extensions/blas/dot.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// - Redistributions in binary form must reproduce the above copyright notice,
1010
// this list of conditions and the following disclaimer in the documentation
1111
// 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.
1215
//
1316
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1417
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

0 commit comments

Comments
 (0)