|
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. <--- Please address this in your answer.
My final product...
Started by Brian R. Bondy on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
It may be more....
License The py2exe project itself is MIT licensed.
But if you're only using it to compile your own non-gpl code, you don't have to release your own code.
Py2exe itself, then you MAY need to release your code under the GPL.
|
|
In simple terms, what are the reasons for, and what are the differences between the GPL v2 and GPL v3 open source licenses? Explanations and references to legal terms and further descriptions would be appreciated.
Started by Nick on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
GPL 3 is many things, and one of them.
I don't know enough about the GPL v2 to give these things (and more), they more than doubled the length of the GPL.
But I think you're talking about the GPL v2 and GPL v3.
|
|
I was reading through some of the older Joel on software articles and came across the Project Aardvark spec , one particular section caught my eye:
Licenses
VNC is GPL. The two components we’re building based on VNC, the helper and victim, will need to...
Started by Kragen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
So, yes, you are allowed), there is a difference between system libraries... .
Linking the Windows API DLLs).
Well, there's a lot of GPL software whose dependencies are closed source: Consider, for example, every GPL software running on Windows (i.e.
|
Ask your Facebook Friends
|
Is that possible to switch an Open Source Project license from GPL to LGPL v3 ?
I am the project originator and the only contributor.
Started by Romain Verdier on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
And anyone they licensed it on to) would be entitled to stay under the GPL - you can't change.
|
|
Hi, so heres my issue. I'm currently developing a program: Lets call it " Program A ". There is an existing framework, call it " Framework A ", and that framework is GPL licensed.
I have also developed another framework, call it " Framework B ", this ...
Started by MJ on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The non-GPL code is not using GPL code, so I don'....
As far as the GPL goes, I don't think there is a problem with this.
Essentially, you will have a GPL-ed program (Program A) calling a closed-source library (Framework B).
|
|
Our company releases a software (A) under a dual license: GPL and a commercial license.
The commercial license allows users to link in closed source plugins (B).
Now, a third party has developed a plugin (C) under GPL. My question is if a client who has...
Started by Kristofer Tingdahl on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So a company could use and request an alternate license .
However users of the A+B+C system will not be allowed to redistribute the "bundle" because it would be a violation of C's license (GPL).
With C (GPL-only), that is not a problem.
|
|
I want to sell a commercial software. It has 3 parts:
EXE Program 1: - links to GPL
EXE Program 2: - Has no GPL code.
EXE Program 3: - Has no GPL code.
My question is, can I only open source Program 1, and not Program 2 and Program 3?
Started by Net Citizen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The GPL requires that 'derivative works' are also released as GPL, if you distribute binaries of such derivative works that when you link to GPL code, you ....
Yes, I believe so.
Again, I would talk to an expert in this area .
Hands.
|
|
I have an application, it uses the libmysqlclient.so I wonder if I need GPL license on this application due to libmysqlclient be GPL or if I can continue the program in closed source
EDIT: According to this site , I can use the libmysqlclient in a closed...
Started by osmano807 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In your case, I think you may only link to (and/or distribute) libmysqlclient... .
However and distribute libmysqlclient without having to adopt the GPL license.
Is GPL 2, not LGPL, (which would argueable be more in line with it being a library).
|
|
Web2py is listed under GNU GPL v2.0 so my question is:
If I develop an application using web2py do I have to release it under GNU GPL v2.0?
Started by PCBEEF on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To be GPL 2.0 compatible, you have to release it, or sell it you are quite possibly....
Be careful about shipping and distribution.
Web2py, extends web2py, or integrates with the web2py source then it would be subject to the GPL V2 be just fine.
|
|
I was wondering if source code released under the Code Project Open License is GPL compatible?
Started by Scott Whitlock on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This does not restrict you from including the Work or any part of the Work inside a larger software distribution that itself is being sold .
Section 5.d of the Code Project Open License :
You agree not to sell, lease, or rent any part of the Work .
|