Tagged Questions
-1
votes
0answers
13 views
Can I distribute a library under AGPL license? [closed]
I am developing a library that depends on an external library realeased under the Affero General Public License.
I want to realease my code under either Lesser GPL or MIT. The code will be hosted on ...
0
votes
1answer
99 views
Using FlyingSaucer library in commercial project - licensing [closed]
I'am creating a sort of commercial application (to be more specific - some company is paying me to make for them an in-house software). I want to use for it the Flying Saucer library. At first it ...
1
vote
2answers
975 views
What is the difference between AGPL and LGPL license?
I am not really familiar with the licensing thing. I need a briefly description about the difference between AGPL and LGPL licensing in the way that would help me understand the usage of libraries ...
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 ...
-1
votes
1answer
64 views
Can I statically link an AGPLed game to LGPLed libraries [closed]
I am writing a game to be released under the AGPLv3, and I want to know if I can statically link it against LGPLed libraries such as SDL, glib, etc. I know this is OK if my game was under the GPL but ...
4
votes
2answers
359 views
Understand software licensing
So let's say I have the coolest idea possible for a pay-for software product, but when I build it I use AGPL MongoDB. Does this render me incapable of selling my software? What if instead I'm ...
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
...
10
votes
2answers
3k views
Can I use a previous version of iText(Sharp) under the LGPL? [closed]
I'd like to use iTextSharp for PDF manipulation. I need it to run under medium trust (webserver) and to be free of charge (since this is a very small project), therefore there is not much competition.
...
9
votes
6answers
2k views
LGPL for PHP applications
I have a discussion with a friend regarding the Lesser GNU General Public License, LGPL, for server side code - in this case a PHP library.
He argues that since the PHP application is not distributed ...