Skip to content

Commit 5246fe4

Browse files
committed
consistent license across files
1 parent 8202df3 commit 5246fe4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Author: Vlad Niculae <[email protected]>
2-
# License: Simplified BSD
2+
# License: BSD 3 clause
33

44
import numpy as np
55

pyowl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Author: Vlad Niculae <[email protected]>
2-
# License: Simplified BSD
2+
# License: BSD 3 clause
33

44
from __future__ import print_function
55
from __future__ import division

test_pyowl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Author: Vlad Niculae <[email protected]>
2-
# License: 3-clause BSD
2+
# License: BSD 3 clause
33

44
import numpy as np
55
from numpy.testing import assert_array_almost_equal

0 commit comments

Comments
 (0)