0
votes
0answers
25 views

Can you tell about java library having LGPL license which can perform quadratic cubic polynomial regression and can be used for commercial purpose?

is there any java library having LGPL license which can perform quadratic,cubic,linear regression and can be used for commercial purpose?
-1
votes
1answer
72 views
0
votes
1answer
359 views

How can I improve my SmartGWT LGPL implementation of ListGrid server connection/Datasource?

To expand my question, you could say that I want to program in SmartGWT instead of programming into SmartGWT ( ...
3
votes
3answers
246 views

Licensing a closed source library that is free to use

I have written a Java GPL application that makes use of a variety of open source libraries released under Apache, LGPL, MIT, BSD and GPL licenses. I'm now faced with trying to add support for a ...
0
votes
2answers
288 views

Fat Jar containing Libraries under LGPL license

I'm building a software bundle at work (i.e. a commercial, non-open-source product) which is distributed as a single JAR-file. Our application can be bundled as a single fat jar containing all ...
0
votes
2answers
251 views

BSD/LGPL/GPL/Apache License, .jars embedded in .deb?

I'm working on a hobby Java project which is packaged into a .deb file containing several different JARs with different licenses, for example: Google Gson (Apache License) HSQLDB (Based on BSD) ...
0
votes
1answer
111 views

DIfference between GPL+classpath_exception and LGPL

For some Java-based library, what is the difference between LGPL one and GPL one with linking exception? Both seem to allow linking to it.
1
vote
1answer
66 views

use of Java packages when forking LGPL project

Consider Company ABC, which released a project as open-source under the LGPL. The code is in Java, with packages such as 'com.abc.project'. I am interested in forking this project (which dates to ...
3
votes
2answers
267 views

Apache, LGPL, closed and ioen source

I am trying to publish an open source java project under the Apache 2.0 license. However, there is one .java file in the project that is LGPL that I made modifications to, and is used heavily ...
1
vote
2answers
496 views

Distributing executable JARs depending on LGPL code license compilantly

I got a Java project I don't want to publish under a Gnu license. (MIT, but nevermind.) As build management tool I use Maven, that generates a “jar-with-dependencies”. The project depends on ...
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 ...
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 ...
3
votes
2answers
590 views

How to mark that a lgpl library is modified

I am using an LGPL library in my code. For my needs, I need to modify the code in the library. How do I mark the jar file that it contains modified code? Some txt file in the jar? In that case, what ...
2
votes
1answer
297 views

What are the licence restrictions for the RxTx Library

I want to make an Application that uses RxTx version 2.2pre2 to work with Serial Ports. What are the Licence restrictions, since it is an "LGPL v 2.1 + Linking Over Controlled Interface" licenced ...
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 ...