* GPL ,LGPL ,and our application
@ 2002-09-03 9:26 lixi_avansys
2002-09-06 4:34 ` Tim Riker
0 siblings, 1 reply; 3+ messages in thread
From: lixi_avansys @ 2002-09-03 9:26 UTC (permalink / raw)
To: linux
hello,
we want to make a product using Coldfire5272 with uclinux, but we meet a license problem.
according to GPL/LGPL we need to open our application source code if the application program are static linked with uc-libc.
I want to know how to avoid to open application source code , otherwise the others can clone our product without any problem . Some other company using uclinux in their product may face same problem before so I want to know how them handle this?
thanks a lot!
windstone
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: GPL ,LGPL ,and our application
2002-09-03 9:26 GPL ,LGPL ,and our application lixi_avansys
@ 2002-09-06 4:34 ` Tim Riker
2002-09-06 4:54 ` [uClibc]Re: " Erik Andersen
0 siblings, 1 reply; 3+ messages in thread
From: Tim Riker @ 2002-09-06 4:34 UTC (permalink / raw)
To: lixi_avansys, uclibc; +Cc: linux
This is the wrong list for this question. I've copied the uClibc list on
my reply that would be a better place to ask.
As noted in the COPYING.LIB:
http://uclibc.org/cgi-bin/cvsweb/uClibc/COPYING.LIB?rev=HEAD&content-type=text/vnd.viewcvs-markup
uClibc is under the LGPL which states:
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
So your application can link to uClibc and not be required to be open
source. This would not be true if the GPL license was used, but is true
under the LGPL.
lixi_avansys wrote:
>
> hello,
>
> we want to make a product using Coldfire5272 with uclinux, but we meet a license problem.
>
> according to GPL/LGPL we need to open our application source code if the application program are static linked with uc-libc.
>
> I want to know how to avoid to open application source code , otherwise the others can clone our product without any problem . Some other company using uclinux in their product may face same problem before so I want to know how them handle this?
>
> thanks a lot!
>
> windstone
> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿòâ?ìLL7b±Ë¬²*'?¨¥Sx%SËa¶Úÿÿùb²ÛÿSwëi×swú+fùsSYsYùb²Ø§~?åS{±þk]
--
Tim Riker - http://rikers.org/ - TimR@Debian.org
Lineo CTO - Tim@Lineo.com - http://www.Lineo.com/
BZFlag maintainer - http://BZFlag.org/ - for fun!
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [uClibc]Re: GPL ,LGPL ,and our application
2002-09-06 4:34 ` Tim Riker
@ 2002-09-06 4:54 ` Erik Andersen
0 siblings, 0 replies; 3+ messages in thread
From: Erik Andersen @ 2002-09-06 4:54 UTC (permalink / raw)
To: Tim Riker; +Cc: lixi_avansys, uclibc, linux
On Thu Sep 05, 2002 at 10:34:50PM -0600, Tim Riker wrote:
> This is the wrong list for this question. I've copied the uClibc list on
> my reply that would be a better place to ask.
>
> As noted in the COPYING.LIB:
>
> http://uclibc.org/cgi-bin/cvsweb/uClibc/COPYING.LIB?rev=HEAD&content-type=text/vnd.viewcvs-markup
>
> uClibc is under the LGPL which states:
Indeed, thanks Tim. And if people bothered to read the uClibc
FAQ (wishful thinking I know), which is available from
http://www.uclibc.org/FAQ.html
this concern is specifically addressed. I'll quote the FAQ entry
here for the sake of further squashing this concern:
If I use uClibc, do I have to release all my source code to the
world for free? I want to create a closed source commercial
application and I want to protect my intellectual property.
No, you do not need to give away your source code just
because you use uClibc and/or run on Linux. uClibc is
licensed under the LGPL, just like GNU libc. Using shared
libraries makes complying with the license easy. If you are
using uClibc as a shared library, then your closed source
application is 100% legal. Please consider sharing some of
the money you make with us! :-)
If you are statically linking your closed source application
with uClibc, then you must take additional steps to comply
with the uClibc license. You may sell your statically linked
application as usual, but you must also make your
application available to your customers as an object file
which can later be re-linked against updated versions of
uClibc. This will (in theory) allow your customers to apply
uClibc bug fixes to your application. You do not need to
make the application object file available to everyone, just
to those you gave the fully linked application.
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-06 4:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-03 9:26 GPL ,LGPL ,and our application lixi_avansys
2002-09-06 4:34 ` Tim Riker
2002-09-06 4:54 ` [uClibc]Re: " Erik Andersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox