* Small correction of logit->logistic
The function `1 / (1 + np.exp(-x))` is the logistic function.
The logit function is the inverse of the logistic function : `log(x/(1-x))`
* Add axes ticks, legend and colors to the plot
* Fix flake8 errors
* Rename legend labels as per review
* Fix pep8 error
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more