0
votes
0answers
18 views

LGPL library linked to a GPL library?

I'm developing a library and I intend to distribute it under the LGPL license, so that it can be linked to proprietary software. However, it uses some GPL-licensed libraries, such as Red Hat's libelf. ...
0
votes
1answer
37 views

Are open source libraries that are dependencies of another open source library always at the same license level or better (less strict)?

When using a fairly common library, are we relatively assured that any dependent library will be of the same license level or better (less strict)? Let's say that we are using a library that comes ...
0
votes
1answer
17 views

could i have to send all the source code of the application who has just one gpl library?

I was evaluating ZK framework, which is LGPL and it's spring plugin zk-spring is GPL. If i develop a system with different application like domain, web(zk, zk-spring), web-services. Now When I deploy ...
-2
votes
1answer
55 views

Can I create LGPL library based on GPL code and use it in commercial project? [closed]

Can I use GPL licensed code, to write the library based on it, distribute it under the LGPL and use it in my close-source commercial project?
-1
votes
2answers
129 views

Software Licensing with LGPL v3 Library

I'm looking to produce open source software for the Biomedical Engineering Department at my University. They've requested that I make an interface for their Phidget Peripherals. I'm considering a BSD ...
1
vote
3answers
124 views

Should I use LGPL or GPL

I'm busy writing an application and I'm not sure if I should use LGPL or GPL (or maybe something else). Here are my restrictions: My application is open-source. I don't really care how people use my ...
6
votes
3answers
2k views

LGPL, GPL, APACHE, BSD, MIT license and its usage in a non open source proprietary iphone application

How come I ask this question? Well I am doing some audio processing research for my next app and come across library called soundtouch and this SO thread. And in that thread there is one comment ...
3
votes
1answer
1k views

GPL/LGPL and Static Linking

I have read on the web that following combination exists : Proprietary Source code + GPL Source code - > GPL Source code ( All code has to be released under GPL) Proprietary Source code + LGPL ...
0
votes
0answers
46 views

Can an LGPL library use a commercially library as a back-end, if there is permission granted? [closed]

Basically, let's say I have libraries A, B, and C, and program D. They're all written in Java. A,B are commercially licensed. C is LGPL. D is commercial. D can use C, that's clear (without going ...
0
votes
1answer
211 views

Forking and Combining Ms-Pl and LGPL 2.1 projects and compatibity within new Project

I am thinking about creating an open source project that would combine forks of two different open source projects that would be slightly refactored and evolve over time, and only portions of those ...
0
votes
1answer
33 views

Can a open-source app have a separate commercial part?

I mean a separate part like another little program (to pay for) that is called from the open-source program with command-line (for example but my question is in general) and that performs work that is ...
-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 ...
0
votes
3answers
320 views

Should I use MIT, Apache or LGPL? [closed]

I want to license my code and I don't care if it is used on a proprietary code, since it advise it's using it (Author attribution). Also, I don't want derived code (forked, improved...) to be closed ...
1
vote
1answer
182 views

LGPL licensing and modifying existing code

I found a few questions related to this around here but not exactly what I need. I'm working on a product that uses several LGPL licensed products that I modified and my own code as well. I want to ...
2
votes
2answers
208 views

Have any LGPL projects been forked in such a way that

they stayed LGPL after the fork? I'd like to know if it is possible (has been done). Assumptions for scenario: (1) GPL Version exists before fork (2) LGPL Version exists before fork After fork, ...
3
votes
1answer
592 views

Licensing: incoporate CKeditor in proprietary CMS

I'm thinking of incorporating CKeditor in my proprietary CMS. Perhaps I will write one or two plug-ins for it as well (for instance: custom Flash or Image selector dialogs). I have a pretty hard time ...
2
votes
3answers
717 views

Open source in Mac App Store

I want to create app that would be sold by Mac App Store by $n, but I want to open its source. Everybody will be able to look source and compile it (if they have xcode, of course). What license I can ...
2
votes
1answer
88 views

Choosing an open source license for a standard based on XSD

got a question about an open source project I'm planning to put in place (to be hosted either at Codeplex or Sourceforge). In short, the project will consist of an XSD file to define a schema for XML ...
2
votes
1answer
161 views

change license on open source product

I have started a number of open-source projects, and started searching which license to publish them under. I thought the LGPL would be nice since it allows something with proprietary something ...
3
votes
2answers
309 views

Program With Plugins: GPL With LGPL?

I have two distinct projects: The Program which I want to release under the GPL license. The Plugin API: Plugins are written using interfaces in this API, and The Program uses to the API to ...
1
vote
1answer
137 views

LGPL Licencing for Inclusion into other libraries

There are quite a few LGPL Libraries that I use that have fallen out of maintenance and have no documentation. I found that a few of these libraries are extremely useful and they are all LGPL or MIT. ...
1
vote
1answer
145 views

LGPL as converting to another language?

I am planning to use FLEE (www.flee.codeplex.com) as my expression evaluator. However, I believe that it is not being maintained. Does the LGPL add support for converting to another language? ...
0
votes
5answers
202 views

Does implementing a Java class under an open-source library's package name constitutes a modification of the library?

Greetings, I understand that this is not the best forum for getting legal advices. But I am still wondering if anybody has some experience around this topic, or can point me to relevant resources ...
4
votes
1answer
325 views

Giving proper credit to a projects contributors

I've recently been working with an opensource library for a commercial product. The opensource code is distributed from the website of the company who sells the proprietary product as a zip file. The ...
1
vote
1answer
438 views

If I use LGPL libraries in my web application, do I have to provide the server-side source code?

My Rails application uses the Rails SVN bindings here which are distributed under the terms of the LGPL. By using these bindings, am I therefore required to distribute my Rails project?
3
votes
1answer
68 views

How do I go about starting an OSS project based on existing OSS projects?

I want to start an OSS project but rather than do it completely from scratch I'd like to combine other, existing, OSS projects and target a specific platform. In this case there is an LPGL and MS-PL ...
6
votes
4answers
791 views

Open Source Licenses: LGPL vs. Creative Commons

I'm writing a .NET library for the Stack Overflow pre-alpha API. After uploading some early code to a new project over at Google Code, I set the license info to GPL and added the appropriate license ...
2
votes
3answers
449 views

including open source software in commercial software

I'm developing a commercial application and would like to include ffmpeg to extract thumbnails from videos. ffmpeg is licenced under LGPL 2.1. I would like to know how I can include ffmpeg in my ...
0
votes
1answer
193 views

Mixing LGP, GPL and other licenses in a distributed code

We are developing a computer vision library, which we are releasing under the LGPL license. We are planning to incorporate in the next release code licensed under other open source licenses, like GPL, ...
3
votes
6answers
2k views

What exactly are the rules for using gpl, lgpl, bsd software interally in the enterprise?

Are there any restrictions of using lgpl, gpl, bsd licensed software in a commercial venture if the tools/software are only used as part of internal processes and not integrated or incorporated into ...
2
votes
2answers
736 views

Common Public License (CPL) and static linking

Is it possible to statically link a library released under the CPL into a commerical application? I'm contemplating using the libqxt library which is released under both the lgpl and cpl licenses. ...
-1
votes
4answers
876 views

LGPL License Question [closed]

Lets say that I am writing a program that supports plugins and I write one plugin that has a reference to a assembly(.net) that is licensed under LGPL, must I now make the whole project open source ...
20
votes
5answers
8k views

Use LGPL libraries in closed source software?

If I have a open source software library covered by LGPL, can I use it in a closed source commercial application?
24
votes
2answers
6k views

Differences between GNU LGPL v2.1 and GNU LGPL v3? [closed]

What are the differences between GNU LGPL v2.1 and GNU LGPL v3? I know I can read the legal text and compare them, but it's a pain to understand these legal stuffs. Can you give in a few bullet ...
0
votes
3answers
401 views

What restrictions will the LGPL put on my code?

I want to use CxxTest for unit-testing in an application. I do not want to be forced to release source code or object files. The LGPL (under which CxxTest is released) is confusing on this issue. Am ...
4
votes
3answers
445 views

Copying functions from LGPL libraries?

Consider the following scenario: I am developing a closed-source commercial application. I find a LGPL-licensed library providing some functionality I would like to use in my application. Said ...
24
votes
5answers
13k views

LGPL, MIT, or Apache - differences? [closed]

If I've got some code that I'd like to share and make open source. I'm not a lawyer. What are the big differences between these choices? LGPL - GNU Lesser General Public License MIT License ...
2
votes
3answers
821 views

What open source license for my web application that uses both GPL & LGPL? advice?

I've written an application I'd like to release as open source, but i'm not sure what to license it under. It's all my own code apart from jQuery which is GPL 2.1 and TinyMCE editor which is LGPL ...
2
votes
4answers
1k views

Application of [L]GPL to Java/C# code

How the [L]GPL license should be applied to Java and C# code ? I know that when Sun JDK become GPL, they did special exceptions for standard libraries. So, if I cannot open my application source and ...
8
votes
8answers
2k views

How many developers would use LGPL library code in their own projects?

I know many developers won't even touch LGPL but only use MIT or New BSD licensed libraries. But exactly HOW many? I would use LGPL in my own projects, am I "alone" or "close to alone"...? The ...
101
votes
22answers
22k 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 ...