Skip to content

Commit 55ca335

Browse files
authored
CLN use new license notice line (scikit-learn#29246)
1 parent 955ec74 commit 55ca335

File tree

358 files changed

+358
-358
lines changed

Some content is hidden

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

358 files changed

+358
-358
lines changed

benchmarks/bench_covertype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
4545
# Arnaud Joly <arnaud.v.joly@gmail.com>
46-
# License: BSD 3 clause
46+
# SPDX-License-Identifier: BSD-3-Clause
4747

4848
import argparse
4949
import os

benchmarks/bench_mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# Author: Issam H. Laradji
3030
# Arnaud Joly <arnaud.v.joly@gmail.com>
31-
# License: BSD 3 clause
31+
# SPDX-License-Identifier: BSD-3-Clause
3232

3333
import argparse
3434
import os

benchmarks/bench_plot_nmf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Authors: Tom Dupre la Tour (benchmark)
66
# Chih-Jen Linn (original projected gradient NMF implementation)
77
# Anthony Di Franco (projected gradient, Python and NumPy port)
8-
# License: BSD 3 clause
8+
# SPDX-License-Identifier: BSD-3-Clause
99

1010
import numbers
1111
import sys

benchmarks/bench_plot_parallel_pairwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Author: Mathieu Blondel <mathieu@mblondel.org>
2-
# License: BSD 3 clause
2+
# SPDX-License-Identifier: BSD-3-Clause
33
import time
44

55
import matplotlib.pyplot as plt

benchmarks/bench_plot_polynomial_kernel_approximation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"""
4141

4242
# Author: Daniel Lopez-Sanchez <lope@usal.es>
43-
# License: BSD 3 clause
43+
# SPDX-License-Identifier: BSD-3-Clause
4444

4545
# Load data manipulation functions
4646
# Will use this for timing results

benchmarks/bench_rcv1_logreg_convergence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Authors: Tom Dupre la Tour <tom.dupre-la-tour@m4x.org>
22
# Olivier Grisel <olivier.grisel@ensta.org>
33
#
4-
# License: BSD 3 clause
4+
# SPDX-License-Identifier: BSD-3-Clause
55

66
import gc
77
import time

benchmarks/bench_sgd_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
2-
# License: BSD 3 clause
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
import gc
55
from time import time

benchmarks/bench_tsne_mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
"""
77

8-
# License: BSD 3 clause
8+
# SPDX-License-Identifier: BSD-3-Clause
99

1010
import argparse
1111
import json

examples/applications/plot_model_complexity_influence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# Authors: Eustache Diemert <eustache@diemert.fr>
4040
# Maria Telenczuk <https://github.com/maikia>
4141
# Guillaume Lemaitre <g.lemaitre58@gmail.com>
42-
# License: BSD 3 clause
42+
# SPDX-License-Identifier: BSD-3-Clause
4343

4444
import time
4545

examples/applications/plot_out_of_core_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Authors: Eustache Diemert <eustache@diemert.fr>
1818
# @FedericoV <https://github.com/FedericoV/>
19-
# License: BSD 3 clause
19+
# SPDX-License-Identifier: BSD-3-Clause
2020

2121
import itertools
2222
import re

0 commit comments

Comments
 (0)