Questions tagged [agpl]

46 questions
239
votes
2 answers

AGPL - what you can do and what you can't

AGPL is a fairly new license that was meant to go GPL-over-networks. However, not being a lawyer, and actually not having read the whole license, I can't understand what exactly you can do freely and what not with AGPL. My uncertainty is fed by this…
Bozho
  • 2,665
  • 3
  • 17
  • 12
29
votes
3 answers

Can I safely use an open source library in an internal closed-source project?

I m thinking of using iTextSharp, which is licensed under Affero GPL, in an internal closed-source WinForms project. No one outside my company will be using it. GPL (and Affero GPL as well) typically demands that the source be provided with the…
AngryHacker
  • 715
  • 1
  • 6
  • 11
23
votes
1 answer

the decisive difference between LGPL and AGPL

What is the decisive difference between LGPL(v3) and AGPL(v3) ? Both can be used in commercial production, both can also be packed within a payed product. As long as I do not change the source code of these, I am not forced to enclose the source…
nimo23
  • 233
  • 1
  • 2
  • 4
15
votes
1 answer

What to do when using MIT-licensed code in a GPL-licensed project?

I'm working on a personal project that I'm planning on licensing under GNU Affero GPL. However, I found some code that's licensed under MIT that really want to utilize, but I'm not sure what I should do about licensing. The rest of the code will be…
RPiAwesomeness
  • 259
  • 2
  • 5
12
votes
2 answers

What are the legal risks if any of using a GPL or AGPL Web Application Framework/CMS?

Tried to ask this on SO but was referred here... Am I correct in saying that using a GPL'ed web application framework such as Composite C1 would NOT obligate a company to share the source code we write against said framework? That is the purpose of…
Seth Spearman
  • 221
  • 1
  • 5
10
votes
2 answers

How "viral" is the Affero GPL?

MongoDB is licensed under the AGPL, and interestingly, its licensing page says the following: To make the above practical, we promise that your client application which uses the database is a separate work. To facilitate this, the mongodb.org…
Dolda2000
  • 209
  • 2
  • 4
8
votes
2 answers

AGPL - If I modify the source code do I HAVE to distribute it?

I am looking at extending/modifying a web application licensed under AGPL for my own business. The program that I am modifying doesn't interact with the public, but with my employees who will be using the program. Specifically, the program manages…
user2594004
  • 91
  • 1
  • 4
6
votes
1 answer

What does AGPL v3 R-studio mean for code written on it?

Rstudio has a community version for free: https://www.rstudio.com/products/rstudio/#Desktop But mentions the license is AGPL v3. Does this effect the licensing or IP rights of code written on the platform or is it referring to extending the IDE…
Bren
  • 179
  • 4
6
votes
4 answers

How should I implement my chosen software license?

I have always kind of wondered, but never took my time to actually ask these questions regarding licensing. Most of these questions are presumably pretty basic, but I have no idea what I'm dealing with here. The thing that baffles me the most is how…
bevacqua
  • 221
  • 1
  • 8
5
votes
3 answers

Can I sell an application under the GNU Affero General Public License (GPL)?

I am using GhostScript on a desktop application that I intend to sell online. The GhostScript library has an AFERO license (see here). I do not mind to make the source code of my application available to anyone who requests it. Therefore, can I…
Anna Dorsey
  • 55
  • 1
  • 5
5
votes
1 answer

PHP Composer vendors licensing

I'm using a composer as a dependency manager for my PHP project. Composer operates as a library, which uses packagist as a software repository to fetch third-party dependencies. I'm interested, whether usage of third-party library is counted as…
ScayTrase
  • 151
  • 5
5
votes
1 answer

How to fulfill requirements of AGPL on my web service?

We want a simple tool to parse PDF forms, retrieving just the associated field names and user values. PDFSharp would be a good option for us, as it is under the MIT license, but it is a few versions of Acrobat behind - so not going to work. The…
Mike Guthrie
  • 208
  • 1
  • 6
5
votes
1 answer

How do I license my software under a free license?

I wrote a number of NodeJS modules (some of which are actually good, in my modest opinion). I basically forgot to set a license for them. I would like to pick the AGPL (Affero GPL). How do I do that? Can I just get away with a LICENSE file in the…
Merc
  • 151
  • 3
4
votes
2 answers

Rewriting a library licensed under AGPL but keeping the public interface

We need a JSON Schema Validator for .NET. The only library that we found is Newtonsoft Json Schema. The problem with this library is that has a "strange" AGPL license with limitations, from the site: AGPL 3.0 : Free with limitations (1000…
4
votes
2 answers

Use of Unmodified AGPLv3 lib - am I AGPL too?

So, I've been reading the AGPL and here is my understanding (not being a lawyer and I'm not trying to look at it through the lens of "Since I WANT it to be ''free'', it therefore is.". In my case, I am considering the use of itext, an AGPL library,…
Jon
  • 161
  • 1
  • 5
1
2 3 4