Files
harbour-core/harbour/website/faq/harbour18.html
Viktor Szakats 300160d8b0 2012-09-22 12:05 UTC+0200 Viktor Szakats (harbour syenar.net)
+ website
    + Added Harbour website (except art, docs and stat subdirs)
    ; TODO: configure automatic mechanism to extract site from
            here and regularly updload to sf.net web area
    ; TODO: Clean HTML code, remove unused picture/files, avoid JS
            Any takers?
    ; NOTE: Please make modifications to website code only in
            SVN, then upload the content to web server manually.
            IOW never update on web server directly.
2012-09-22 10:17:39 +00:00

48 lines
2.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK REV="made" HREF="mailto:harbour-faq@netfang.net">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>So why don't you use the LGPL?</TITLE>
</HEAD>
<BODY text="#000000" bgcolor="#ffffff">
<A HREF="harbour.html"><EM>Frequently Asked Questions about Harbour</EM></A>
<b>:</b> <A HREF="harbour6.html"><EM>About Harbour</EM></A>
<b>:</b> <EM>So why don't you use the LGPL?</EM><BR>
<b>Previous:</b> <A HREF="harbour17.html"><EM>What is the Harbour exception?</EM></A><BR>
<b>Next:</b> <A HREF="harbour19.html"><EM>Will my applications be affected by the GPL?</EM></A>
<HR NOSHADE>
<H2><A NAME="18"></A>2.12. So why don't you use the LGPL?</H2>
<p>Given
<A HREF="harbour17.html#HarbourException">the above</A> it might be reasonable to
ask why the Harbour developers didn't elect to use the <A href="http://www.fsf.org/licenses/licenses.html#LGPL">LGPL</A> instead. The
reason simply comes down to the requirements of the LGPL and what can be
reasonably asked of anyone who wishes to make use of Harbour.</p>
<p>The LGPL requires that any binary distribution of the LGPLd code (in other
words, an application compiled with Harbour and linked against the HVM and
RTL) should be distributed in a method that allows the user to re-link the
application against different and/or later copies of the code under the
LGPL. This is an unreasonable and unworkable requirement as far as the
Harbour developers are concerned.</p>
<p>For the most part it would be fine on platforms where an application can be
linked against a dynamic version of the HVM and RTL, but any platform that
doesn't support dynamic linking (PC/MS/DR/Open/Free-DOS for example) would
be effectively shut out of Harbour usage. The Harbour developers consider
this to be a reduction of freedom and this isn't acceptable for free
software.</p>
<HR NOSHADE>
<A HREF="harbour.html"><EM>Frequently Asked Questions about Harbour</EM></A>
<b>:</b> <A HREF="harbour6.html"><EM>About Harbour</EM></A>
<b>:</b> <EM>So why don't you use the LGPL?</EM><BR>
<b>Previous:</b> <A HREF="harbour17.html"><EM>What is the Harbour exception?</EM></A><BR>
<b>Next:</b> <A HREF="harbour19.html"><EM>Will my applications be affected by the GPL?</EM></A>
</BODY>
</HTML>