“GPL” stands for “General Public License”. The most widespread such license is the GNU General Public License, or GNU GPL for short.

learn more… | top users | synonyms

-2
votes
1answer
25 views

Can i ad admob to an GPLv3 open source modified android app? [closed]

I downloaded an open source code for and android app, I developed it for weeks in order to add more functions and make it more advance, but this code was licensed as GPLv3, I'm not really sure what ...
1
vote
0answers
18 views

GPL v 3 & Scripts

I'm not asking for legal advice; just some rough guidance. I have a host application in Java that uses the Rhino JS engine to execute JavaScript. That JavaScript can then make calls into other Java ...
-1
votes
1answer
43 views

Why I need to buy a commercial license for Ext JS? [closed]

My understanding is the JavaScript is released in source form anyway, given that I don't mind other people to use my enhanced script, what would be the benefit in using a commercial license?
-1
votes
1answer
65 views

wijmo and the CMS Plone, license conflict? [closed]

I'm not really fluent with licensing. Can I create an addon (package) for the CMS Plone which embed Wijmo widgets and under which license could it be ? Context: The CMS Plone is under GPLv2 (with ...
3
votes
2answers
147 views

Can I use a unchanged version of a jQuery plugin/framework (gplv3) for a commercial web site?

I found some similar questions and I read the GPL. But I can't find an answer for my question. Here is the case: a customer wants me to develop 2 websites for his company, one for internal use, one ...
0
votes
1answer
64 views

Can I take GPLv3 Code and Relicense it to MIT, BSD or Apachce?

I am looking at taking an opensource project and altering it significantly. It is licensed under GPL v3. I believe that my additions will basically represent the livelihood of my company. So, can I ...
1
vote
0answers
21 views

GNU licensed binary used inside graphical programming enviroment (Max MSP) for a commercial application

I am using a programming environment, which doesn't show or provide the source code behind its graphic objects. I do not write any code, but the development is done by connecting the various ...
0
votes
1answer
27 views

Using GPLv3-licensed program as a part of GPLv2-licensed program

I'm in a project which aims to extend an existing system, which is licensed under GPLv2. The new part would be using another program that is licensed under GPLv3. Is the usage possible? Is there any ...
0
votes
0answers
136 views

Kendo UI Open Source version for SAAS Application

Can I use Kendo UI Open Source version for SAAS Application. It comes under GPL v3 Licence. I don't want to purchase it.
1
vote
0answers
31 views

Dual Licensing GPLv3 and Creative Commons 3

As the title suggests, I'm wondering if these two licenses are compatible with each other; in particular this flavour of Creative Commons: http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB ...
0
votes
1answer
78 views

use GPL v.3 Licence web api in Commercial Web project

If any web api of grid and other component under GNU GPL-v.3 License, then Can i use that web api in commercial web projects...?
2
votes
1answer
384 views

If I use a GPL javascript library in my web app, does my code need to be GPL too?

My question is similar to this other one which hasn't been properly answered: Javascript and the GPL There is a web application which contains both server-side code and client-side javascript for its ...
1
vote
0answers
56 views

Licensing an Emacs Lisp project with submodules [closed]

I'm currently working on a project in Emacs Lisp. The project is open sourced under the LGPL but I recently realized that some of the submodules I use is under GPL and so I believe I have to change my ...
0
votes
1answer
82 views

releasing project containing gplv3 library [closed]

I'm considering publishing a hobby project of mine which contains a foreign jar file (JNativeHook) which has been released under the gpl v3. I have read the license several times now and I think I ...
0
votes
1answer
217 views

Sencha ExtJS GPL application but with closed-code modules

I'm creating my master thesis application based on ExtJS. Right now I have my code based on GPL license. My question is: Can according to GPL license my software be open source and use optional ...
1
vote
2answers
68 views

If I use a GPL licensed library to create some code, does that mean my code is now open-source?

I want to use a GPL licensed library to convert some code from one format to another. This code is not at all related to the library itself — does this mean that my code (original/converted) now has ...
0
votes
1answer
67 views

Should it be all right to convert GNU General Public License v3 code to another language and releasing it under “MIT License”? [closed]

There is source code released under GNU General Public License version 3. Would it possible to convert this source code to another language and apply MIT license to it? Reading from the GNU Various ...
0
votes
1answer
121 views

What 'restrictions' does a GPL v3 licensed component place, when used in a commercial web application?

I am looking at SlideDeck.js for use in a web application for my client. I am a web dev consultant and my client needs someone to do their IT automation and this web project is a part of that. I just ...
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?
2
votes
1answer
247 views

Should Ruby gems be licensed under the GPLv3?

I am the author of a few gems. I've released them under the GPLv3. I think I've chosen the wrong license. I don't really want to restrict the use of my code to free software. I was under the ...
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 ...
3
votes
2answers
230 views

Aidl “linking”: license compatibility issues?

In mixare there's a pull request with a lot of awesome features, including plugins to customize almost every aspect of the application. Until now the only way to pass data to mixare was through ...
2
votes
2answers
453 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 ...
0
votes
3answers
219 views

Difference between FreeBSD and GPL v3 license

I could not differentiate between FreeBSD and GPL liecense. Can anyone tell me the in what respect these two liecense are different. Is it legal to use some source based on GPL license and release ...
0
votes
2answers
137 views

Communicate with GPL software from closed-source sorfware

For example, I need some functionality in my closed-source software product, but that functionality only exists in some GPL-licensed library. Is it legal to create (and distribute) two binary ...
-2
votes
1answer
125 views

GPLV3 understanding [closed]

There is a software with the following lines in its header. I would like to modify this software without telling the owner of the copyright. Could someone explain this to me, I hate to read long text ...
0
votes
2answers
581 views

Mixare and gpl v3 open source licensing

I was hoping some of you have experience building apps that use an open source engine with a gpl v3 opensource license. I'm building an android app that will be a bit of a social network onto itself ...
0
votes
1answer
53 views

Planning to use GPLv3 and confused about distribution? [closed]

I am using GPLv3 for the mobile application am currently developing. So as per my understanding, GPLv3 means the program is free to be copied, modified and distributed. But am a bit confused about the ...
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 ...
0
votes
1answer
265 views

Use a GPLv3 database in a commercial solution, allowed?

In a project for a customer, I need to deliver a complete solution. The solution is based on : ASP/PHP web interface Java webservices Relational database (voltDB) VoltDB is GPLv3. I will not ...
4
votes
2answers
94 views

GPL licencing in commercial world

I have a commercial PHP software released under GPL v3. One of my competitors purchased it, made a litle modification and sell it on his own site. The design the same, the client side code is the ...
2
votes
3answers
317 views

distribute GPLv3-code in Appstore

I decided to write a iPhone app for my maturity research. In my app i use some code licensed under GPLv3... I know that there are some problems among the Appstore-agreement and the GLPv3/GLPv2 but the ...
-1
votes
2answers
74 views

Implementation of aggregate on GPLV3 [closed]

I want to publish my Library with source code (say it A) with the other people source code (say it B) inside some package of my source code. I will make library called JRouterOS and I want use GPL 3 ...
1
vote
1answer
224 views

Apache License vs. dual-license GPLv3

I have a javascript library that I would like to make freely available for non-commercial use. I would like to also sell licenses commercially. A GPLv3 dual-license like Sencha seems the way to go. ...
0
votes
1answer
160 views

Is it allowed to call GPL executable from the closed-source code?

I want to use GPL open-source library as a command-line tool from commercial closed-source code. Is this allowed by GPL? Can I redistribute that command-line tool or my clients should build it ...
1
vote
1answer
87 views

Clarification on compatibility of licenses. (Including and linking Apache V2.0 code in GPL V3 project)

Since Apache 2.0 is now listed compatible with GPL V3, could I link with an Apache 2.0 licensed module (externalA2) in my project that is licensed under GPL V3 (myprojG3)? externalA2 code is compiled ...
3
votes
2answers
617 views

ExtJs / Sencha Touch licences

I'd like to create applications for customers with ExtJs / Sencha Touch frameworks. I need some lights about their dual licences. 1) Do i need to pay licences if i give the source code to my ...
0
votes
1answer
220 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 ...
3
votes
2answers
147 views

What steps do I need to take to comply when modifying a GNU GPL v3 protected PHP script

A php developer has put his php scripts for a membership based website template online. They are protected under the GNU GPLv3 license: http://webintersect.com/ He also has youtube videos walking ...
3
votes
1answer
196 views

Does extending class or overriding methods break the GPL?

I was just reading about the ExtJs's GPL v3 licencing on this page, http://www.sencha.com/legal/open-source-faq/ . One thing I noticed on the section "what is modification", they have mentioned that ...
5
votes
1answer
191 views

Giving credit in a derivative GPL3 Python program — is there a standard?

I'm building a derivative of a Python library which was released under the GPL3. I want to make sure I'm marking up my derivative in the right way, in order to respect the original author's (C)s. ...
1
vote
1answer
97 views

GPL licensing not clear

I have a program developed by me and my partner. We dont have any office or team (just students). We think that this could be a successful project if applied properly. We want our project to be free ...
1
vote
3answers
320 views

What is GPL and what are its different versions?

I have been building a code and I was thinking that what to keep the license of my code. And as it is a free and home build so to think GPL is good for it. But the think is don't have any knowledge ...
0
votes
1answer
417 views

Software license similar to Creative Commons Attribution-ShareAlike

I know that the creative commons license is not meant to be and should not be used for software. Is there a software license that is similar to the CC license? I would like to release my software ...
0
votes
2answers
52 views

VIsual Studio add-in under GPLv3

Is it possible to distribute VIsual Studio add-in under GPLv3? Thanks.
4
votes
6answers
185 views

Including a C compiler in a commercial application

Suppose I want to develop a closed-commercial application which, among other tasks, generates C code; and I want to include a windows C compiler to provide the user an example of a compilation ...
3
votes
1answer
342 views

Distributing gpl javascript code — by using in website, including in desktop app

I'm not a lawyer, and I realize most participants here probably aren't either, but I'm looking for some general guidance before talking to an IP lawyer. First - If I want to use a javascript library ...
4
votes
1answer
501 views

Requirements to Comply with GPLv3 Licensed JavaScript Library

If I develop a website and use a JavaScript library with a GPLv3 license. I host the javascript library on our server and link to it in HTML. I will not modify the original javascript library source ...
1
vote
1answer
226 views

Porting parts of JDK to GPL v3 or any non-copyleft licence (i.e. Apache)

I would like to copy code from some parts of the Standard JDK (mainly java.util.* package), modify it and publish the modified source code under GPL v3 licence (keeping the original classes intact). ...
11
votes
1answer
607 views

Does GPLv3 allow requirements to keep branding on derived works? [closed]

On the download page of FlexPaper (http://flexpaper.devaldi.com/download.htm), they offer a GPL-licensed download of source code. However, they state that The GPL requires that you not remove ...

1 2