DanMcInerney / LANs.py

Inject code and spy on wifi users
GNU General Public License v3.0
2.59k stars 495 forks source link

What is the license on this? #44

Closed scaru closed 10 years ago

scaru commented 10 years ago

If I were to write a fork of this, could I relicense it as GPL?

DanMcInerney commented 10 years ago

license is at the bottom of the README

On Fri, Nov 7, 2014 at 4:58 PM, scaru notifications@github.com wrote:

If I were to write a fork of this, could I relicense it as GPL?

— Reply to this email directly or view it on GitHub https://github.com/DanMcInerney/LANs.py/issues/44.

scaru commented 10 years ago

Any chance of a GPL, Apache, or open source license on this since you no longer plan on maintaining it?

DanMcInerney commented 10 years ago

Yeah I have no problem with that; what's the advantage over the BSD license though?

On Fri, Nov 7, 2014 at 8:17 PM, scaru notifications@github.com wrote:

Any chance of a GPL, Apache, or open source license on this since you no longer plan on maintaining it?

— Reply to this email directly or view it on GitHub https://github.com/DanMcInerney/LANs.py/issues/44#issuecomment-62238927.

scaru commented 10 years ago

Since I am considering taking on this project and continuing to develop it (integrating a number of additional features), I would prefer for this project to be licensed under a more permissive license. With it being under the BSD license, I am hesitant to do so as it leaves you with complete ownership of the code. I would far prefer a different license like the GPL.

DanMcInerney commented 10 years ago

Hey that sounds great to me. Changed to GPLv3.

On Sat, Nov 8, 2014 at 9:19 AM, scaru notifications@github.com wrote:

Since I am considering taking on this project and continuing to develop it (integrating a number of additional features), I would prefer for this project to be licensed under a more permissive license. With it being under the BSD license, I am hesitant to do so as it leaves you with complete ownership of the code. I would far prefer a different license like the GPL.

— Reply to this email directly or view it on GitHub https://github.com/DanMcInerney/LANs.py/issues/44#issuecomment-62259288.

ddworken commented 10 years ago

@scaru, I'm working on a fork of this working to integrate jamming wifi into the codebase:

https://github.com/ddworken/LANs.py

If you want to help out with adding other additional features, that would be great.