Tagged Questions
2
votes
2answers
490 views
Can I distribute my software (without source code) which uses a couple of components under GPLv3 and LGPL 2.1?
Lets say I have developed a desktop application which is making use of two components, a TextField and Editor - the TextField under LGPL 2.1 and the Editor under GPLv3. No modifications were done in ...
1
vote
2answers
99 views
How does the GPL affect me if i include this license in my freeware programs [closed]
Hi I am an independent programmer I am deciding to create a commercial Program 3.0.
But I also created this lite version of the same program minus some features that's called Program 1.0 which is ...
0
votes
1answer
227 views
Would I need to distrubute xulrunner's source for my gpl application?
I am creating a LGPL3 licensed program that uses XUL as its frontend. What I'm confused about is that if the program requires xulrunner's sdk to compile and xulrunner to run, would I need to also ...
15
votes
4answers
854 views
Why isn't there a Lesser Affero General Public License? [closed]
First and foremost the opinions
expressed about the licenses here are
only mine and the information I have
interpreted about the licenses so far.
I could be wrong, but I hope not. Feel
...
3
votes
3answers
1k views
LGPL/GPLv3 Library usage and application distribution
http://directory.fsf.org/project/libgcrypt/
I am coding and application in C++, the application uses libgcrypt, so -lgcryptoption is passed to GCC C++.
my source code includes "#include "
I am ...