Skip to content

Commit e489f41

Browse files
Neeratyoymfeurer
authored andcommitted
Adding license to each source file (openml#862)
* Preliminary addition of license to source files * Adding license to almost every source file
1 parent 12f1455 commit e489f41

File tree

96 files changed

+210
-2
lines changed

Some content is hidden

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

96 files changed

+210
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions

PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion

ci_scripts/create_doc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License: BSD 3-Clause
2+
13
set -euo pipefail
24

35
# Check if DOCPUSH is set

ci_scripts/flake8_diff.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# License: BSD 3-Clause
4+
35
# Update /CONTRIBUTING.md if these commands change.
46
# The reason for not advocating using this script directly is that it
57
# might not work out of the box on Windows.

ci_scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License: BSD 3-Clause
2+
13
# Deactivate the travis-provided virtual environment and setup a
24
# conda-based environment instead
35
deactivate

ci_scripts/success.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License: BSD 3-Clause
2+
13
set -e
24

35
if [[ "$COVERAGE" == "true" ]]; then

ci_scripts/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License: BSD 3-Clause
2+
13
set -e
24

35
# check status and branch before running the unit tests

doc/progress.rst

Lines changed: 4 additions & 0 deletions

examples/20_basic/introduction_tutorial.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
# crowding with example datasets, tasks, studies, and so on.
5656

5757
############################################################################
58+
59+
# License: BSD 3-Clause
60+
5861
import openml
5962
from sklearn import neighbors
6063

examples/20_basic/simple_datasets_tutorial.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# at OpenML. However, for the purposes of this tutorial, we are going to work with
1212
# the datasets directly.
1313

14+
# License: BSD 3-Clause
15+
1416
import openml
1517
############################################################################
1618
# List datasets

0 commit comments

Comments
 (0)