dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
862 stars 159 forks source link

Typo fix (uppercase "Poisson" instead of "poission") #237

Closed frantzmiccoli closed 5 years ago

frantzmiccoli commented 5 years ago

Very minor change in the doc

codecov[bot] commented 5 years ago

Codecov Report

Merging #237 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #237   +/-   ##
======================================
  Coverage    95.2%   95.2%           
======================================
  Files          22      22           
  Lines        3170    3170           
======================================
  Hits         3018    3018           
  Misses        152     152

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 475742c...76f3cb6. Read the comment docs.

dswah commented 5 years ago

@frantzmiccoli I appreciate your contribution, no matter how minor :)

I would like to change the pyGAM license to allow proprietary use of the library, which means downstream users would NOT need to release the source-code of their application when they use pyGAM.

The current GPLv3 license is quite strict, and the hope is that a more passive license will encourage (proprietary) contributors to keep improving this library.

Please let me know if you are ok with this change. Thanks, Danny

PS: I am considering the following licenses:

Current GPLv3 license for reference. (tldr: any modifications and downstream applications must be made open-source and released with the same license)

frantzmiccoli commented 5 years ago

I would vote for MIT, but anything you like!