473,657 Members | 2,378 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

LGPL and Java, and Python?

Hello,

Reading Debian Weekly News, I learnt that there seem to be a problem
when importing an LGPL'd java library (this forces the importer to be
LGPL'd too), making the LGPL license equivalent to the GPL for Java
programs.

Here are a few references taken from DWN:

http://slashdot.org/developers/03/07/17/2257224.shtml
http://article.gmane.org/gmane.comp....poi.devel/5900
http://linuxintegrators.com/hl30/blo...ification.html
http://www.rollerweblogger.org/page/..._lgpl_is_viral
http://www.intertwingly.net/blog/1519.html
http://radio.weblogs.com/0122027/2003/07/16.html#a56
I'm by no way a license expert, but it seems to me that the import
mechanism in python is closer to Java's than what is allowed to use a
python LGPL'd library in a non GPL/LGPL program.

Could anyone confirm or infirm this impression?

--
Alexandre Fayolle
LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
Développement logiciel avancé - Intelligence Artificielle - Formations
Jul 18 '05 #1
2 2513
Alexandre Fayolle <al*@fayauffre. org> writes:
Could anyone confirm or infirm this impression?


To answer that question, one would need to know on what grounds the
FSF lawyer has decided that section 6b) of the LGPL is inapplicable to
Java.

Regards,
Martin

Jul 18 '05 #2
In article <sl************ ****@largo.faya uffre.org>,
Alexandre Fayolle <al*@fayauffre. org> writes:
Hello,

Reading Debian Weekly News, I learnt that there seem to be a problem
when importing an LGPL'd java library (this forces the importer to be
LGPL'd too), making the LGPL license equivalent to the GPL for Java
programs.


Apparently, this whole mess was a misunderstandin g. The LGPL works as expected
with Java.

http://lists.debian.org/debian-legal.../msg00234.html

--
Robert Kern
ke**@caltech.ed u

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
Jul 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2458
by: Jakov | last post by:
Ok there are some issues about LGPL licence. I am not a lawyer, and reading LGPL licence is making me confused. This is my problem. I have woking on some commercial application, all the software in this application is my property. Let say this software is in package "my.commercial.package". Next on net I found some binaries and sources which are covered in LGPL licence. Let say this software is in package "some.LGPL.package". There are...
1
47606
by: greg.knaddison | last post by:
Hi, I'm trying to use the httpclient within Jython (see http://jakarta.apache.org/commons/httpclient/ for more information on the httpclient). My Jython version is: Jython 2.1 on java1.4.2_04 (JIT: null) My Java version is:
4
3421
by: angel | last post by:
A java runtime environment includes jvm and java class (for example classes.zip in sun jre). Of course jython need jvm,but does it need java class. Thanx
114
9818
by: Maurice LING | last post by:
This may be a dumb thing to ask, but besides the penalty for dynamic typing, is there any other real reasons that Python is slower than Java? maurice
17
4463
by: Gary | last post by:
Had a recent opportunity to grab some MP2 audio encoder source to use in a little utility I am writing in support of a Korg portable multitrack digital recorder. It is LGPL C and my project is Visual C++. A few problems, e.g. variables using C++ keywords, e.g. new and class - OK that was easily solved. biggest problem is file I/O, the C code uses lots of
11
9243
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in C++. I find my self sometimes, trying Object app = Object(); Object *app = Object(); Object app = new Object();
2
3896
by: Volker Grabsch | last post by:
Hi! I noticed that many packages in the PyPI are using the PSF License. Does this have a special reason? Is this the common "standard" license for Python libraries? I'm just asking because I'll release some bigger pieces of Python code to the Open Source Community. In my many projects before I just used GPL or LGPL. This didn't have a special reason. They are just standard OS licenses. I could also have used the BSD License, but I...
12
5911
by: Mark Fink | last post by:
I wrote a Jython class that inherits from a Java class and (thats the plan) overrides one method. Everything should stay the same. If I run this nothing happens whereas if I run the Java class it says: usage: java fit.FitServer host port socketTicket -v verbose I think this is because I do not understand the jython mechanism for inheritance (yet).
0
1415
by: Apostle | last post by:
I was reading here http://www.qtsoftware.com/about/news/first-qt-solutions-available-under-lgpl I found now the QT is moving to LGPL, but I wonder what is licencing difference btn wxwidgets and now QT 4.5? Also I would like to know commercial side of LGPL. Lastly why should I chose QT over wxWidgets or vice nersa?? Thanks all
0
8411
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8838
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8739
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2740
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.