Thread: GNU License
View Single Post
  #2 (permalink)  
Old 02-18-2003
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Re: GNU License

Quote:
Originally posted by Martin.Both
You are using the "GNU GENERAL PUBLIC LICENSE"
and not the lesser "GNU Library General Public License".
So it is not allowed to write and give away an application that
uses your library without open the source code of
the whole application. You offer other licence as well
but this is not what I like to ask. My question is:

If someone read your source code to write an "ice" library
in a different language to support a different language
mapping using your protocol. It is allowed to use the
GNU Library General Public License for that new library?

Martin
Absolutely. You can use any license you like in this case. You only must use the GPL if you use or translate our code. But just looking at our code to see how things work, and then making a clean-room implementation, doesn't mean that you must use GPL for your code.
Reply With Quote