So, for Dodo (this networking thing I am playing with), what license should I use? I think that the big options are MIT, BSD, (A)GPL or Apache2.
I tend to lean toward MIT because it is the simplest. I understand a lot of the complaints about GPL, but I don't like hidden server code so AGPL has that going for it, but then most servers are hopefully going to be single user so that part may not apply. I don't know if an exposed api endpoint means you have to give a way to get the source or not.