yourPISD / yourpisd

Android app to access myPISD (Plano Independent School District grades portal)
MIT License
2 stars 4 forks source link

Run IntelliJ auto-formatter (4 tab indent), remove GNU license #17

Closed sid-kap closed 8 years ago

sid-kap commented 8 years ago
theKidOfArcrania commented 8 years ago

Wait, why are you removing the GNU license?

sid-kap commented 8 years ago

I think it's too much of a pain to put it on every file (and remember to add it every time you make a new file). I think it's sufficient to just make a LICENSE file in the repo and put the license there.

Also, I'm not convinced that GNU is the right license to use. (It requires any code based on this code to also be open-source.) MIT seems to be more popular for open-source projects these days. Maybe we should remove the license for now, and create an issue to decide which license we want?

theKidOfArcrania commented 8 years ago

Okay then. I'll create the issue.