Skip to content

Commit 0f89415

Browse files
committed
MAINT: add license info
Fixes scikit-learn#3577
1 parent 05aa804 commit 0f89415

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

continuous_integration/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# The behavior of the script is controlled by environment variabled defined
55
# in the .travis.yml in the top level folder of the project.
66

7+
# License: 3-clause BSD
8+
79
set -e
810

911
sudo apt-get update -qq

continuous_integration/test_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# The behavior of the script is controlled by environment variabled defined
55
# in the .travis.yml in the top level folder of the project.
66

7+
# License: 3-clause BSD
8+
79
set -e
810

911
python --version

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Copyright (C) 2007-2009 Cournapeau David <[email protected]>
44
# 2010 Fabian Pedregosa <[email protected]>
5+
# License: 3-clause BSD
56

67
descr = """A set of python modules for machine learning and data mining"""
78

0 commit comments

Comments
 (0)