oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.35k stars 269 forks source link

Source Code and License #5

Closed Uberi closed 9 years ago

Uberi commented 11 years ago

Source Code: The source code for install-interception.exe and interception.sys does not seem to be available. Is it meant to be?

License: There is no license included as far as I can tell, or any license headers in the files. What license is Interception available under? Can it be used in closed source applications? Commercial applications?

gabrizannoni commented 11 years ago

Same question as above. The project is very interesting but is missing a licence and the code of the exe and sys files mentioned.

Thanks.

dumitrugrl commented 10 years ago

Same question as the above one. It will be nice to know the license terms as well as the source for the interception core.

JordanFisher commented 10 years ago

Very interested as well to see the source for the core, and to know the license. Would love to use this in some applications.

Uberi commented 9 years ago

Not currently, although it's available through commercial licensing.

Ref: #12

Would still be good to know the license terms of everything else.

oblitum commented 9 years ago

Sorry for late response regarding this. I still didn't get the time to openly document licensing in the repository. It's being dual-licensed. The library is LGPL v3 for non-commercial purposes (notice it's the Lesser version of GPL, not GPL per se), with copyrights over the associated binaries (installers and drivers).

If usage is for commercial purposes, like distributing it with a final product that's being sold/commercially-licensed, there're two licenses, one with rights over all source code, and one that resembles the non-commercial license, but with rights of distribution for commercial purposes. Please contact me for details regarding such licenses.

oblitum commented 9 years ago

This is fixed, see README.