Questions tagged [agpl]
The agpl tag has no summary.
46 questions
-4 votes
1 answer
99 views
If someone deMOSSes my AGPL v3 licensed code can they make it closed source and release it as a product?
I have an API which is licensed under AGPL v3. Let's suppose someone modifies the API code to make it look completely different from the original code and also deletes any history. Then he goes on to ...
1 vote
1 answer
365 views
AGPL - passwords in code
I'm looking at putting up a fan site for an author using code released under the AGPL. Under the AGPL, as I understand it, I would need to publish my code modifications. This is entirely fine. ...
6 votes
1 answer
2k views
What does AGPL v3 R-studio mean for code written on it? [closed]
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 ...
2 votes
2 answers
357 views
Requiring GPL for clients of AGPL Server
I am working on a piece of server software that is licensed under the AGPL. I would like to require that all clients to it be released under a free license (GPL preferable, but I'm open to other ...
0 votes
1 answer
661 views
AGPL 3.0 where staging & production has to be purchased possible?
I would like to acheive the following with AGPL and wondered if it is possible: release an open source software product where everyone can share and contribute free for non-profit charge "commercial/...
3 votes
1 answer
976 views
Using AGPL v3 software in an enterprise deployment
An enterprise utilizes the source code of a network software product licensed under the AGPL v3. It modifies the source code but does not share the changes with the original developer and copyright ...
5 votes
3 answers
5k views
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 ...
-2 votes
1 answer
941 views
AGPL alternatives for commercial software [closed]
Are there any real alternatives (i.e. non-customized software license agreement) to the AGPL license if you want to share your source code and make money selling software licenses?
16 votes
1 answer
10k views
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 ...
1 vote
3 answers
615 views
Re-releasing LGPL code as AGPL : need advice on how to phrase license
I have written a compression codec that I am releasing under the AGPL. I would like to link it with FFmpeg, a video streaming application. FFmpeg is licensed under the LGPL, but since it supports ...
1 vote
1 answer
3k views
Can I rebrand and customize something licensed under the GNU Affero General Public License (AGPL)?
I have recently started my own small development company and was looking at developing a framework to sell to clients. I discovered that there were many open source solutions already developed, ...
1 vote
1 answer
161 views
AGPL affects layout/design?
I've read many times AGPL3 (http://www.gnu.org/licenses/agpl-3.0.html) but I have a question, maybe somebody with a deeper knowledge can clarify me something. I would like to use a source code which ...
0 votes
1 answer
322 views
Forking BSD project and distributing as AGPL
I am forking a BSD 2-clause licensed project, adding some AGPL-licensed files, and re-distributing as AGPL. The existing project comes with a LICENSE file, and the files themselves have various ...
4 votes
2 answers
930 views
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: ...
1 vote
2 answers
633 views
Can I take a GPL program and relicense my changes under the AGPL?
Can I take a GPL program and relicense my changes under the AGPL? Say I clone a GPL project, make some changes, can I only allow people to use my changes under the AGPL license?