Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
8answers
696 views

Is this scenario in compliance with GPLv3?

For arguments sake, say that we create a web application , that depends on a GPLv3 licensed component, lets say Ext JS. Based on Section 0 of the license, the common notion is that the entire web ...
11
votes
1answer
323 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 ...
10
votes
3answers
375 views

Why isn't there a Lesser Affero General Public License?

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 ...
7
votes
5answers
970 views

Why does Microsoft and Apple ban GPLv3, and when would I fall into the same situation?

I just came across this article that mentions both Microsoft and Apple have banned all GPLv3 based code from their mobile "app store"-related sites. ...
5
votes
1answer
121 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. ...
5
votes
3answers
176 views

Is it legal to derive from a dead GPL 2 or GPL 3 project?

Is it legal to derive from a dead GPL 2 or GPL 3 project? For example assume a C# GPL 2/3 project is no longer in active development/maintenance. Can one re-implement it in F# (changing parallel ...
5
votes
3answers
486 views

Need GPLv3 and GPLv2 in Plain English - non lawyer-speak

I was hoping GPLv3 would make GPLv2 easier to understand for the layman, but when I came across the phrase "propagate by procuring conveyance" what the heck is that supposed to mean!?!? I spent a lot ...
4
votes
2answers
37 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 ...
4
votes
6answers
133 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 ...
4
votes
1answer
94 views

Multiple software licenses across a project

How does one go about including multiple licenses in software? For example, I'm working on a project that I would license as GPLv3. I'd like to include some libraries from the Apache Commons (Apache ...
4
votes
1answer
278 views

Use of Icons from a GPL'd program

There is a GPL'd program that has some nice icons I would like to use in a project of my own. I would like to release my project under a more liberal license like Apache or BSD. After reading the GPL ...
3
votes
2answers
172 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 ...
3
votes
2answers
89 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
98 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 ...
3
votes
3answers
84 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 ...
3
votes
1answer
219 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 ...
3
votes
3answers
590 views

LGPL/GPLv3 Library usage and application distribution

http://directory.fsf.org/project/libgcrypt/ I am coding and application in C++, the application uses libgcrypt, so -lgcryptoption is passed to GCC C++. my source code includes "#include " I am ...
3
votes
3answers
384 views

MIT & GPL programs

I would like to make a program and licence it under MIT. However, I would like to use the GPLv3 PyQt library in it. Is this legal? PS. Is there any difference with GPLv2?
2
votes
2answers
68 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 ...
2
votes
1answer
278 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 ...
2
votes
3answers
79 views

'Upgrading' to GPLv3

I've forked a GPLv2 program, and would like to make it GPLv3. I don't think I need to track down each copyright holder, because the header of each file has the following paragraph. * This program is ...
2
votes
2answers
201 views

How to avoid deploying proprietary components in Open Source VB6 application?

I'm working on an Open Source VB6 application, the components that my application uses are as follows: MS Forms 2.0 object Library - FM20.dll MS Rich Text box Control 6.0 - RICHTX32.OCX MS ...
2
votes
3answers
222 views

Can I combine GPLv3 code with GPLv2 “or any later version”?

I'm using a library licensed under the GNU General Public License (GPL), version 2. I wish to release my own code (which uses the GPLv2 library) under GPLv3. The library license contains the ...
2
votes
2answers
104 views

Must I have to license a server plugin under GPL3 if the server itself is published under GPL3 license?

I want to write a tigase (a xmpp/jabber server) plugin and tigase is published under GPL3. My plugin would use xmpp extensions to add needed functionalities. The plugin would be load at runtime.
2
votes
4answers
246 views

Can I copyright and license under GPL3 models.py views.py files generated by django v 1.0.2?

After I've added my own code to models.py, views.py and other files generated by django, can I protect them using the GPL? Or is there a clash given there is code in there that has been auto generated ...
2
votes
2answers
241 views

What does it mean for me if a software is licensed under GPLv3?

I'd like to use a blogging engine that's released under GPLv3, and I would like to customize it. The thing is, I don't know what this license means, in practical terms ( not free software, free beer ...
1
vote
1answer
69 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. ...
1
vote
1answer
46 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 ...
1
vote
1answer
80 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
1answer
154 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). ...
1
vote
1answer
78 views

Gplv3 and consulting

If you are doing a one off piece of work as a consultant, for which the client receives only binaries, can you use gpl3 software ? You are working on behalf of the client and not distributing it. ...
0
votes
0answers
13 views

What are valid licenses that we can use when posting answers (code snippets) in stack overflow? [migrated]

1) Should we specify under what license a code snippet is under? 2) If the snippet doesn't come under a specific license, how can we use the solution and be sure of not being harassed later because ...
0
votes
1answer
39 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 ...
0
votes
2answers
23 views

Implementation of aggregate on GPLV3

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 ...
0
votes
1answer
77 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 ...
0
votes
1answer
80 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 ...
0
votes
1answer
172 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 licens that is similar to the CC licens? I would like to release my software under ...
0
votes
2answers
39 views

VIsual Studio add-in under GPLv3

Is it possible to distribute VIsual Studio add-in under GPLv3? Thanks.
0
votes
3answers
339 views

Licensing Java Library

What license should I use for my Java library. It is a library thats build on some sample code for an API. One file in the library is covered by the MIT license. All I need to license to do is to give ...
0
votes
1answer
223 views

What do I need to distribute? (Apache 2.0 License lib + GPLv3)

I'm writing an application (C#) and have (almost) settled on distributing it under GPL. I am using 1 "Public Domain" library (SQLite.ADO.Net) and 1 "Apache 2.0 License" library (log4net) which will be ...
0
votes
2answers
173 views

Can I re-publish a software under GPLv3 in a different name after modifying its code?

I'm developing a mobile web browser application for Android which supports complex script rendering of Indic scripts. For this, I used a currently available open source web browser for Android (which ...
0
votes
1answer
697 views

Using Qt Solution (Qt Service) with FOSS

I am creating a piece of FOSS to handle all the extra buttons ony my keyboard (through g15daemon). As part of this, I wish to create a daemon to handle parsing events. I am planning on using the Qt ...