The Affero General Public License, a modified version of the GPL, requires programmers to redistribute copies of server software, under the AGPL, that can be accessed by others.
0
votes
1answer
43 views
Neo4j Enterprise edition license
At the moment I am using Neo4j Community edition in our mobile social app.
according to http://www.neotechnology.com/price-list/
In order to use the Enterprise edition when developing closed source ...
0
votes
0answers
27 views
Integration of a AGPL webinterface
I read the AGPL license faq (http://www.gnu.org/licenses/gpl-faq.html) and quite a lot of other sources but I’m still not sure I understand it correctly.
I have a commercial web application that is ...
0
votes
1answer
84 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
1answer
69 views
Implications of using agpl library in test code
I am developing proprietary, closed-source software. We are considering using agpl-licensed software in our test code. As we are using maven, dependency on this library would look like this:
...
1
vote
2answers
80 views
License for Frontend to AGPL Backend Software
I am considering developing a graphical frontend for an AGPL'd project to be used in small business environments.
The frontend would communicate with the backend through the backend's API. No linking ...
0
votes
0answers
44 views
Releasing free, open-source application with additional libraries (MigLayout, JDOM, iText) [closed]
I want to share my (Java) application for free, and I dont mind sharing the source code (everything as long, as it
is not beign sold). At this moment Application includes two libraries:
MigLayout ...
1
vote
2answers
868 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 ...
0
votes
1answer
107 views
AGPL license and non-disclosed user scripts? Like blender Python scripts
The Blender FAQ (see below) says something about Python scripts and that they are just considered data, thus have not to be released under GPL. I want to create a cloud engine, where users can add ...
0
votes
1answer
251 views
What can I do with AGPLv3 licensed software?
This project is really cool: https://github.com/liftoff/GateOne
I'm thinking about what sort of tasks I could legally use this code for.
Suppose I develop a commercial piece of software, but I also ...
-1
votes
1answer
58 views
Deploy AGPLv3 licensed software with modified codes in enterprise internally [closed]
We going to develop a microblogging site for my client with StatusNet which is licensed under AGPLv3. To match their internal security standards, we have to modified the source codes of StatusNet ...
1
vote
1answer
74 views
AGPL in codeplex and bitbucket
I am creating an open source project that I want to dual license.
The default should be AGPL, but it can be licensed under MIT license as well under a different terms - so how would I go about doing ...
0
votes
1answer
175 views
Can I use a JS Library Licensed under GNU AFFERO GENERAL PUBLIC LICENSE 3 to create a SaaS?
Can I use a JS Library Licensed under GNU AFFERO GENERAL PUBLIC LICENSE 3 to create a paid Software as a Service?
Do I need to release the source code of the work if I use such a Library?
5
votes
2answers
268 views
Embedding Affero GPL v3 applet in my web app, do I need to release the full web app source?
Context: I'm trying to figure the real world limits of the Affero GPL v3 with this question.
If I download and embed a third party applet (flash, java or even javascript code) that is licensed under ...
6
votes
1answer
235 views
calling software under agpl and gpl
I consider using library/database released under agpl.
My system would use it via http requests.
Library would be on remote machines.
Users (=commercial clients) would interface dedicated user ...
1
vote
1answer
69 views
query regarding applicability of affero gpl licensed portion of code used by me in my web app
As part of a java web app, i want to use a piece of javascript that is licensed under AGPL.
This AGPL licensed piece of code will be one component of my web app...
What I am confused about is, if I ...
1
vote
2answers
97 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 ...
3
votes
1answer
271 views
AGPL and Gemfile dependencies
If the rails/ruby application I'm working on is released under the AGPL V3 licences, does the gems have to be distributes under the same license?
I mean, can I develop a dependency for my app, add it ...
2
votes
0answers
191 views
GPL software using Apache/Eclipse Licensed libraries [closed]
This is quite confusing for me so I'm asking it to you.
Can I license my software under Affero GPL3 if it is using non GPL licensed libraries (Apache Public License and Eclipse Distribution License). ...
2
votes
1answer
177 views
Using AGPL3 code with/without Apache License 2.0
I wish to start a new open source (web app) project but I have some doubts about combining code under these two licences.
Ideally, I would like my project to be released under a permissive licence (a ...
2
votes
2answers
333 views
will apps developed with OPA automatically be AGPLed?
I'm thinking about learning OPA to build distributed apps. With look at the AGPL, however, I have some doubts in what environment I could use such OPA apps.
My questions: will apps built with OPA ...
1
vote
1answer
624 views
Affero GPL version 3 vs. Apache Licence 2.0 [closed]
can anyone point out what the differences are between the AGPLv3 licence and the Apache 2.0 licence. When moving from AGPLv3 to Apache 2.0, what's the impact?
BR,
Martijn
0
votes
1answer
159 views
source code license for web application which only allows internal use
i am developing a web application where i want to publish the source code, but don't want to allow someone else to host it publically - the source code should just be public to allow interested ...
1
vote
2answers
469 views
AGPL Implications? [closed]
So, if I develop an OPA app I assume my app will contain AGPL'd code from OPA.
Does that mean I have to make it available to everyone?
What if the app is for internal company use only and public ...
0
votes
1answer
153 views
Grails: Is install-plugin legally safe, or can my app come under AGPL?
I just found out about this AGPL thing, and I also realized plugins like this seem to be released under the GNU-Affero GPL meaning if I install it I have to release the source code to my grails app. ...
-1
votes
1answer
97 views
Usage of Affero GNU licensed software over network API [closed]
I ran into a complex issue involving licensing programs interacting through network based API.
We have a closed source software which interact with a software that is licensed under Affero GNU. The ...
-1
votes
1answer
61 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 ...
2
votes
1answer
197 views
Which files should be licensed under the AGPL?
Some of my friends and I are building a website using Django. The focus of our development is the instance of the project we will run and maintain for our community. However, we want other communities ...
11
votes
9answers
3k views
AGPL License Question RE Neo4j
This AGPL stuff is pretty confusing, I've read blog articles by the author and other articles explaining the AGPL but its still hard to understand.
I want to make a website and I am interested in ...
1
vote
1answer
498 views
Commericial using AGPL + MIT licenses
Is it ok to use Aloha javascript editor (AGPL without any modifications) with Locomotive (MIT), build a website and sell it to client and host it on own server without releasing source codes of ...
8
votes
3answers
348 views
Can I use a AGPL3-licensed JS lib on a MIT-licensed web app, using git submodules?
The locomotivecms dev guys (ruby on rails web app, MIT license) would like to use the Aloha Editor (js-based editor, AGPL3 license). Both projects have all their code available on github.
They'd like ...
3
votes
1answer
354 views
Application of AGPL to web service which is used in the context of a larger system
I know that if I produce some SaaS offering that is based on AGPL code, then the whole service must be AGPL'd. No problem with that. What I'm confused about is this situation:
I work for a ...
6
votes
4answers
352 views
License problem: AGPLv3 + GPLv2
I am writing a web application, and I want to distribute it under AGPLv3. It imports mercurial package (Mercurial API), and Mercurial is, according to the official website, “licensed under the terms ...
3
votes
2answers
281 views
AGPL impact on service mash-ups and service orchestration
What is the impact of AGPL on mash-ups and service orchestration?
Scenario 1: I write a web application that uses an AGPL licensed library and also uses external non-open web-services (e.g. stuff ...
4
votes
2answers
348 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 ...
4
votes
1answer
359 views
To what extent do I need to release my SaaS code using iText with the AGPL v3 license?
I'm seeing conflicting arguments over the terms in the license, what constitutes a "modified version" and what constitutes a "covered work".
My SaaS product is licensed to customers, I would like to ...
1
vote
2answers
68 views
“Open-source” trusted server
If you use any kind of web service, you usually trust its operators in that they
take care of your data
encrypt your password
maintain security, patch vulnerabilities
... and so on.
Trust is nice, ...
3
votes
2answers
1k views
Confusion over licensing terms AGPLV3
I want to use aloha editor, but it licensed as AGPLV3. I read through the complete documentation, but I am not able to fully understand the licensing terms.
Lets say I operate a website, where I use ...
0
votes
1answer
147 views
How can I avoid adding copyright messages to each source file of my application?
I'm trying to put my web application under AGPL license. According to the How to use GNU licenses for your own software I've got to insert a copyright notice and a statement of copying permission into ...
2
votes
2answers
857 views
Licensing my code under AGPL since it uses iText
I created a command line wrapper which basically uses iText to list fields from a pdf file and merge an fdf file with the pdf file.
I know iText is under AGPL but it seems that they only have a ...
4
votes
1answer
619 views
Usage of an AGPL javascript library in proprietary software
My apologies in advance for not doing enough research in this area, but all answers so far I have found have been contradictory and / or too confusing for my current understanding of GPL / AGPL.
If I ...
1
vote
1answer
343 views
What's the meaning of “derived” in “GPL require derived works to be released under the same terms”
The GPL and AGPL require derived works to be released under the same terms,I don't understand the terms of "derived",what is the meaning of the "derived".If I develop a client software of mysql(mysql ...
15
votes
4answers
811 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
...
5
votes
3answers
355 views
Using AGPL for PHP Code
Here's the scenario.
I have a website and I want to start open-sourcing some of the modules that I've developed. I originally looked into the GPL, but I notice there's a loophole where people don't ...
28
votes
3answers
3k views
I wanna build a website, use mongodb, is it free? Do I need to open my source of website?
I've read the licence page of mongodb, found it under AGPL. Sorry for my poor English, I don't understand it well.
I want to build a public commercial website with mongodb, I just use it as my ...
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
6k views
Can I use libraries licensed under AGPL for commercial purposes [closed]
I am building a product for which I plan to use a software that is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE
Version 3. I am not planning to extend the code and I just plan to use it, as a ...
2
votes
2answers
709 views
How compatible are the GPL and AGPL?
If I have a AGPL licensed code, can I accept a patch that contains GPL code?
I would think you can't do the reverse, accept AGPL code into a GPL codebase, but usually you can move from a less ...
3
votes
3answers
795 views
Can I commercialise a AGPL product?
Is there anything from stopping me from taking a codebase licensed under the GPL/AGPL, modifying it, and then selling it as a hosted application for a monthly fee as long as I make my modifications ...
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 ...
2
votes
5answers
370 views
Ramifications of using a CSS stylesheet under the GPL?
Does referencing a CSS stylesheet with a GPL (or AGPL) license "infect" the server side of a web application?
