BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

Change License from GPL to LGPL #4

Open not-cl-jbeaudry opened 10 years ago

not-cl-jbeaudry commented 10 years ago

I'd like to use this as part of a project which has some aspects that are closed source and unfortunately the GPL license would not allow that. Fortunately the LGPL (which is designed for libraries) does allow this. I'm simply replacing the GPL license with the LGPL.

As well, I've cleaned up a few things, removed the qs dependency (as node has a bundled querystring module) and removed the node_modules directory from the repo.

not-cl-jbeaudry commented 10 years ago

Are you going to stick with the GPL license?

wolframkriesing commented 10 years ago

would be nice to have it under MIT or so, GPL might reduce the possible spread