Tagged Questions
The most widely used free software license, originally written by Richard Stallman for the GNU project.
67
votes
22answers
12k views
Can I legally incorporate GPL & LGPL, open-sourced software in a proprietary, closed-source project? [closed]
At the company I work for, we develop and sell a proprietary, closed-source software application.
Our application uses third party open-source projects licensed under open source licenses such as GPL ...
22
votes
9answers
875 views
How do I tell if I can re-use a 'free' software library in a commercial app? [closed]
Whats the easiest way, of telling if I can redistribute it in a piece of commercial software?
In license agreements I often read the terms GPL, OpenSource, Freeware, Artistic License but have never ...
19
votes
8answers
723 views
How to convince Professor to use GPL
I work in the research group and over the last year I have written library which I would like to be released under GPL terms. First I must convince my employer/professor that GPL is a good thing.
He ...
19
votes
7answers
724 views
What happens to those who break open source license?
What happens if you break an open source license and include a code released under GPL in a closed source project?
Can you go to jail? Who will sue you? For what? "Not respecting the will" of those ...
19
votes
6answers
4k views
Can I dynamically call a LGPL/GPL software in my closed-source application?
I want to use a tool (ffmpeg) that is under GNU Lesser General Public License, version 2.1 GNU General Public License (GPL) version 2 for some components.
To do so, I only call it in my software as ...
19
votes
4answers
1k views
How to use my own GPL code in a non-GPL application?
Can I decide to change the license of my published GPL application to something closed-source [1]?
Can I integrate it into my own commercial application?
All code in the published GPL application ...
17
votes
6answers
1k views
GPL Code: What counts as a derivative work?
I'm working on an open-source project that I want to release under a permissive license, because it's a library, not an application and personally, I don't like copyleft for library code. If I were ...
17
votes
8answers
752 views
Please help me understand the specifics of the GPL
I would like to find out more about the GNU GPL, and in particular how it pertains to a particular commercial project I wish to undertake. I have just read the license, and have obviously heard about ...
16
votes
3answers
743 views
python readline license horror. How to really be free?
I love the GPL as much as the next guy, but it should help to share code, not prevent to do it.
I am currently in a situation where I have to provide a python free from GNU readline, which is GPL, ...
15
votes
9answers
1k views
When is your code a “Derivative work”?
I'm trying to figure out in which of these cases the legal ramifications of "Derivative work" come into play. When exactly is my code a derivative work?
A PHP framework released under the GPL.
...
15
votes
6answers
555 views
What happens when open source software has two or more licenses?
I'm considering using a jQuery plugin in a commercial project. The plugin (datepicker) is "dual licensed":
Dual licensed under the MIT
(http://www.opensource.org/licenses/mit-license.php)
and ...
14
votes
4answers
328 views
What does it mean when open source projects (like MySQL) get sold
I've always released my personal code, all of which are small projects, under a GPL license. My reasons are more about personal preferences, but now I'm trying to understand the dynamics of open ...
14
votes
4answers
1k views
Using GPL 3rd party code for internal closed source project
If I use GPL software in my internal/closed source app do I have to make the source publicly available? say on the Internet?
14
votes
7answers
3k views
Restrictions of GPL on javascript libraries
If I use GPL-licensed JavaScript components on my website, would it be considered as a release to the public (as client-side code of the components is loaded to users' browsers via http) and I have to ...
13
votes
10answers
3k views
Is this legal? (GPL Software / Licensing Issues)
I work for a software / design firm and I recently found out that our "in house" CMS is actually MODx that has been re-skinned by one of our designers. MODx is licensed under the GPL Ver 2.. I would ...
13
votes
5answers
5k views
Adding the GPL license to C# Projects
What files do I need to put the header comment in for adding GPL to a C# project?
Does form generated code require it?
Does just need to be in every *.cs file?
Is there a resource or in-depth list ...
12
votes
5answers
877 views
Do you have to pay for GNU GPL software that is “for sale”?
I've seen some software (a Joomla component, to be exact) for sale on a web site. The web site says it is licensed under the GNU GPL2. However it also says you need to pay for every site you use the ...
12
votes
4answers
3k views
What is the difference between Creative Commons and GPL licensing?
I read the high level details on CC-GNU GPL 2.0, and Creative Commons used by SO. I'm not a lawyer, so I'm not sure I get the specific pros and cons of each variation of open source license.
What is ...
12
votes
2answers
5k views
Using icons licensed under GPL or LGPL in a closed source commercial software?
Is there a risk of legal trouble if you include GPL or LGPL licensed icons in a closed source software?
Would it force it to become open source just to include the icon?
Does it matter if the ...
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
...
11
votes
5answers
451 views
As Perl is GPL licensed, are my Perl scripts forced to be GPL licensed?
I am trying to make sure I license some personal Perl scripts correctly.
Do any Perl scripts that I create need to be licensed as GPL (i.e a copyleft license) due to using the GPL licensed Perl ...
11
votes
5answers
576 views
What power do I have over my license?
Say for example, I've written some code under GPL 3. My company wants to use that code for a commercial product. Am I allowed to then say to them that they can use it under LGPL/MIT or any other ...
10
votes
3answers
374 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
...
10
votes
6answers
1k views
Can I legally incorporate GPL software in a proprietary, closed-source Web app?
I am developing a close source Web-based C IDE which uses gcc compiler for compiling the code on the server. You can think of it as something like Google Doc where you write C source and can see the ...
10
votes
8answers
608 views
Who will prosecute if GPL code is misused
I have seen using of GPL code in proprietary software which is sold to customers. It seems so wrong that they are not releasing under GPL and not contributing to the Community
Is there any authority ...
10
votes
13answers
1k views
GNU Licensing
I am in a bind here. I found some old code written a long time ago, that someone had implemented under the GNU public license, in .NET 1.1. The original code was language agnostic, essentially a file ...
10
votes
2answers
2k views
What's the difference between GPLv2 and GPLv3? [closed]
Possible Duplicate:
What are the differences between GPL v2 and GPL v3 licenses?
I'm not a lawyer and I would prefer a layman's description of the two. Anyone know?
9
votes
5answers
1k views
Does GPL code linking with proprietary library depend which is created first?
Microsoft creates their windows and MFC DLL library, etc. An open source develop write a new MFC application and release the source code as GPL. The app has to link with the MS DLL/libraries to ...
9
votes
6answers
1k views
Interfacing with GPL applications from MIT licensed code - is a dual-license unavoidable?
I know this is going to be long but I felt like I needed to explain the whole situation and my concerns in detail. Thanks in advance for reading and answering this question!
I'd like to write an ...
9
votes
4answers
971 views
Can I sell closed source software that depends on an open source application?
I intend to sell a closed source software that depends on PostgreSQL (BSD-style license). Can I bundle PostgreSQL server in the package and install it with my software? Would it be also possible if I ...
9
votes
6answers
3k views
What do licenses mean? GPL, MIT, CC etc
I am trying to understand various licenses. I usually do small projects in which I use say a jquery plugin which is under MIT license. Now is it okay for me to do the same? Is there a sort of a matrix ...
9
votes
8answers
2k views
MySQL licensing and GPL
As far as I know, when I build a desktop/server app using any GPL code like MySQL I will have to release the source code of my software under the GPL.
If I want to develop a web-app using MySQL, my ...
9
votes
7answers
2k views
Is there a better layout language than HTML for printing?
I'm using Python and Qt 4.4 and I have to print some pages. Initially I thought I'd use HTML with CSS to produce those pages. But HTML has some limitations.
Now the question is: is there anything ...
9
votes
12answers
2k views
Licensing a rewrite from GPL to MIT
I've found a unmaintained program I have a need for, but it's not perfect, so I would like to fork it and to continue fixing it. The current version is licensed under the GPL (version 2 and up), but I ...
8
votes
2answers
177 views
Open Source GPL Sencha Ext JS 4.0 vs Commercial
I have an idea for a commercial SaaS application which I would like to build using Sencha's Ext JS framework. I understand the need to pay for a commercial license before turning around and selling ...
8
votes
1answer
175 views
Publish a GPL v3 licensed project which statically links to a BSD style licensed library
as the question title said, I would like to create a project which will be published under GPLV3 license, but the project internally statically links to a BSD styled licensed library.
More details ...
8
votes
3answers
625 views
If I use GNU GPL code with my own server-side code, do I need to open my server-side code as GPL?
I am making a Python app that works inside a GNU GPL app. (eg. script/app inside XBMC(Xbox Media Center)) The GNU GPL app provides me with the API to build my app. So this, probably means that my ...
8
votes
4answers
571 views
Bypassing the GPL
Ok, here's the scenario.
I want to develop an application that will be done in C#.
The application core will be released under CC0 with some closed-source plugins ehancing non-essential functionality. ...
8
votes
2answers
1k views
What's the main difference between MIT, GPL, BSD, and other open source licenses?
Is it possible to summarize the differences among various open source licenses in one sentence?
Some require that the source remain open forever (GPL), and others let you fork derivatives as closed ...
8
votes
8answers
753 views
Practical ways around the GPL? [closed]
My company makes an extremely specialized piece of software which costs a lot of money for those few who need it. On our current release we have no choice but to use a few libraries which are released ...
8
votes
2answers
940 views
Obfuscation and GPL
This is a hypothetical scenario (ie: I just thought it up and I do not intend to do it!)
What stops a company from preventing the effective use of a derivative GPL work by doing the following
Fork ...
8
votes
5answers
1k views
Non-GPL kernel modules using GPL ones
The company I work for is developing a closed source kernel module (.ko file).
This module has to make calls to functions which are contained in a gpl2 module.
Basically we have a situation like this:
...
8
votes
4answers
322 views
Releasing GPL Code while working for a company
I am currently working on a project that I want to release under the GPL license. The project I'm working on is a backup solution and the company I work for does IT support so you can see where a ...
8
votes
6answers
1k views
py2exe page says it is licensed under GPL, can I still use it in a python project that is not GPL?
This page says that py2exe is GPL licensed (bottom of the page)
My concern is that you have to distribute some of the files they generate. I think this would be allowed with LGPL, but not GPL. ...
8
votes
8answers
7k views
c/c++ FFT library with non GPL license
I am looking for a FFT library with a license that allow me to include it in a commercial C++ software. Free would be nice. (Intel IPPS is 199$ per head, which is a bit expensive for the number of ...
7
votes
2answers
130 views
License of MacRuby
I recently started using MacRuby to make some easy app, but I noticed that the MacRuby is implemented from Ruby 1.9, and the Ruby license is under GPL lilcense, I think the MacRuby is GPL too.
And ...
7
votes
4answers
250 views
Can an LGPL library use GPL code to produce bindings?
I am writing a C library, and have selected to license it with the LGPL because I want it to be possible for people to use it in a commercial way, but force them to at least keep the library itself ...
7
votes
4answers
594 views
Can I relicense someone's MIT code under GPL
I've picked up an open source project (an application) which was released under MIT license. I've made many modifications to it and have been working on it and would like to release my version under a ...
7
votes
5answers
969 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.
...
7
votes
4answers
2k views
MIT GPL Dual-license in commercial software
I know that the MIT and GPL licenses are 'compatible', and so I can use them together in a project. I also know that GPL allows you to sell software, but requires that the source code be available on ...