Skip to content

Commit aea7b1e

Browse files
authored
Merge pull request #80 from oneapi-src/updated_license_lc0
[lc0]Updated license for lc0.
2 parents 23b0362 + f4169c0 commit aea7b1e

28 files changed

+28
-28
lines changed

lc0/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
You should have received a copy of the GNU General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
SPDX-License-Identifier: GNU General Public License v3.0 only
17+
SPDX license identifier to be GNU General Public License v3.0 or later
1818

lc0/buildAMD.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
#
17-
# SPDX-License-Identifier: GNU General Public License v3.0 only
17+
# SPDX license identifier to be GNU General Public License v3.0 or later
1818

1919

2020

lc0/buildCuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
#
17-
# SPDX-License-Identifier: GNU General Public License v3.0 only
17+
# SPDX license identifier to be GNU General Public License v3.0 or later
1818

1919

2020

lc0/buildSycl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
#
17-
# SPDX-License-Identifier: GNU General Public License v3.0 only
17+
# SPDX license identifier to be GNU General Public License v3.0 or later
1818

1919

2020

lc0/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# You should have received a copy of the GNU General Public License
3232
# along with this program. If not, see <https://www.gnu.org/licenses/>.
3333
#
34-
# SPDX-License-Identifier: GNU General Public License v3.0 only
34+
# SPDX license identifier to be GNU General Public License v3.0 or later
3535

3636

3737
project('lc0', 'cpp',

lc0/src/engine.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
You should have received a copy of the GNU General Public License
4242
along with this program. If not, see <https://www.gnu.org/licenses/>.
4343
44-
SPDX-License-Identifier: GNU General Public License v3.0 only
44+
SPDX license identifier to be GNU General Public License v3.0 or later
4545
*/
4646

4747
#include "engine.h"

lc0/src/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
You should have received a copy of the GNU General Public License
4242
along with this program. If not, see <https://www.gnu.org/licenses/>.
4343
44-
SPDX-License-Identifier: GNU General Public License v3.0 only
44+
SPDX license identifier to be GNU General Public License v3.0 or later
4545
*/
4646

4747

lc0/src/neural/amd/common_kernels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
You should have received a copy of the GNU General Public License
4444
along with this program. If not, see <https://www.gnu.org/licenses/>.
4545
46-
SPDX-License-Identifier: GNU General Public License v3.0 only
46+
SPDX license identifier to be GNU General Public License v3.0 or later
4747
*/
4848

4949
#include <cassert>

lc0/src/neural/amd/cuda_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
You should have received a copy of the GNU General Public License
4242
along with this program. If not, see <https://www.gnu.org/licenses/>.
4343
44-
SPDX-License-Identifier: GNU General Public License v3.0 only
44+
SPDX license identifier to be GNU General Public License v3.0 or later
4545
*/
4646

4747

lc0/src/neural/amd/fp16_kernels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
You should have received a copy of the GNU General Public License
4343
along with this program. If not, see <https://www.gnu.org/licenses/>.
4444
45-
SPDX-License-Identifier: GNU General Public License v3.0 only
45+
SPDX license identifier to be GNU General Public License v3.0 or later
4646
*/
4747

4848
#include "cuda_common.h"

0 commit comments

Comments
 (0)