FreeCAD-Doc/localwiki/Licence-pl.html
2018-07-19 18:47:02 -05:00

93 lines
11 KiB
HTML

<html><head><title>Licence/pl</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Licence/pl</h1></div>
<div id="mw-content-text" lang="pl" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Statement_of_the_main_developer"><span class="tocnumber">1</span> <span class="toctext">Statement of the main developer</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#Licences_used_in_FreeCAD"><span class="tocnumber">2</span> <span class="toctext">Licences used in FreeCAD</span></a>
<ul>
<li class="toclevel-2 tocsection-3"><a href="#Impact_of_the_licences"><span class="tocnumber">2.1</span> <span class="toctext">Impact of the licences</span></a>
<ul>
<li class="toclevel-3 tocsection-4"><a href="#Private_users"><span class="tocnumber">2.1.1</span> <span class="toctext">Private users</span></a></li>
<li class="toclevel-3 tocsection-5"><a href="#Professional_users"><span class="tocnumber">2.1.2</span> <span class="toctext">Professional users</span></a></li>
<li class="toclevel-3 tocsection-6"><a href="#Open_Source_developers"><span class="tocnumber">2.1.3</span> <span class="toctext">Open Source developers</span></a></li>
<li class="toclevel-3 tocsection-7"><a href="#Commercial_developers"><span class="tocnumber">2.1.4</span> <span class="toctext">Commercial developers</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-8"><a href="#OpenCasCade_License_side_effects_.28for_FreeCAD_version_0.13_and_older.29"><span class="tocnumber">3</span> <span class="toctext">OpenCasCade License side effects (for FreeCAD version 0.13 and older)</span></a>
<ul>
<li class="toclevel-2 tocsection-9"><a href="#GPL2.2FGPL3.2FOCTLP_incompatibility"><span class="tocnumber">3.1</span> <span class="toctext">GPL2/GPL3/OCTLP incompatibility</span></a></li>
<li class="toclevel-2 tocsection-10"><a href="#Debian"><span class="tocnumber">3.2</span> <span class="toctext">Debian</span></a></li>
<li class="toclevel-2 tocsection-11"><a href="#Fedora.2FRedHat_non-free"><span class="tocnumber">3.3</span> <span class="toctext">Fedora/RedHat non-free</span></a></li>
</ul>
</li>
</ul>
</div>
<h2><span class="mw-headline" id="Statement_of_the_main_developer">Statement of the main developer</span></h2>
<p>I know that the discussion on the <i>"right"</i> licence for open source occupied a significant portion of internet bandwidth and so is here the reason why, in my opinion, FreeCAD should have this one.
</p><p>I chose the <a rel="nofollow" class="external text" href="http://en.wikipedia.org/wiki/LGPL">LGPL</a> for the project and I know the pro and cons about the LGPL and will give you some reasons for that decision.
</p><p>FreeCAD is a mixture of a library and an application, so the GPL would be a little bit strong for that. It would prevent writing commercial modules for FreeCAD because it would prevent linking with the FreeCAD base libs. You may ask why commercial modules at all? Therefore Linux is good example. Would Linux be so successful when the GNU C Library would be GPL and therefore prevent linking against non-GPL applications? And although I love the freedom of Linux, I also want to be able to use the very good NVIDIA 3D graphic driver. I understand and accept the reason NVIDIA does not wish to give away driver code. We all work for companies and need payment or at least food. So for me, a coexistence of open source and closed source software is not a bad thing, when it obeys the rules of the LGPL. I would like to see someone writing a Catia import/export processor for FreeCAD and distribute it for free or for some money. I don't like to force him to give away more than he wants to. That wouldn't be good neither for him nor for FreeCAD.
</p><p>Nevertheless this decision is made only for the core system of FreeCAD. Every writer of an application module may make his own decision.
</p>
<h2><span class="mw-headline" id="Licences_used_in_FreeCAD">Licences used in FreeCAD</span></h2>
<p>FreeCAD uses two different licenses, one for the application itself, and one for the documentation:
</p>
<dl><dt><a href="http://en.wikipedia.org/wiki/LGPL" class="extiw" title="wikipedia:LGPL">Lesser General Public Licence, version 2 or superior (LGPL2+)</a></dt>
<dd> For the core libs as stated in the .h and .cpp files in src/App src/Gui src/Base and all <a href="Workbenches.html" title="Workbenches">modules</a> in src/Mod and for the executable as stated in the .h and .cpp files in src/main. The icons and other graphic parts are also LGPL.</dd>
<dt><a href="http://en.wikipedia.org/wiki/Open_Publication_License" class="extiw" title="wikipedia:Open Publication License">Open Publication Licence</a></dt>
<dd> For the documentation on <a rel="nofollow" class="external free" href="http://www.freecadweb.org">http://www.freecadweb.org</a> when not marked differently by the author </dd></dl>
<p><br />
See FreeCAD's <a rel="nofollow" class="external text" href="http://sourceforge.net/p/free-cad/code/ci/master/tree/package/debian/copyright">debian copyright file</a> for more details about the licenses used by the different components found in FreeCAD
</p>
<h3><span class="mw-headline" id="Impact_of_the_licences">Impact of the licences</span></h3>
<h4><span class="mw-headline" id="Private_users">Private users</span></h4>
<p>Private users can use FreeCAD free of charge and can do basically whatever they want to do with it: use it, copy it, modify it, redistribute it.
They are always master of their data, they are not forced to update FreeCAD, change their usage of FreeCAD. Using FreeCAD doesn't bind them to any kind of contract or obligation.
</p>
<h4><span class="mw-headline" id="Professional_users">Professional users</span></h4>
<p>Can use FreeCAD freely, for any kind of private or professional work. They can customize the application as they wish. They can write open or closed source extensions to FreeCAD. They are always master of their data, they are not forced to update FreeCAD, change their usage of FreeCAD. Using FreeCAD doesn't bind them to any kind of contract or obligation.
</p>
<h4><span class="mw-headline" id="Open_Source_developers">Open Source developers</span></h4>
<p>Can use FreeCAD as the groundwork for own extension modules for special purposes. They can choose either the GPL or the LGPL to allow the use of their work in proprietary software or not.
</p>
<h4><span class="mw-headline" id="Commercial_developers">Commercial developers</span></h4>
<p>Commercial developers can use FreeCAD as the groundwork for their own extension modules for special purposes and are not forced to make their modules open source. They can use all modules which use the LGPL. They are allowed to distribute FreeCAD along with their proprietary software. They will get the support of the author(s) as long as it is not a one way street.
</p>
<h2><span class="mw-headline" id="OpenCasCade_License_side_effects_.28for_FreeCAD_version_0.13_and_older.29">OpenCasCade License side effects (for FreeCAD version 0.13 and older)</span></h2>
<p>The following is no more applicable since version 0.14, since both FreeCAD and OpenCasCade are now fully LGPL.
</p><p><br />
Up to Version 0.13 FreeCAD is delivered as GPL2+, although the source itself is under LGPL2+. Thats because of linkage of Coin3D (GPL2) and PyQt(GPL). Starting with 0.14 we will be completely GPL free. PyQt will be replaced by PySide, and Coin3D was re-licensed under BSD. One problem, we still have to face, license-wise, the <a rel="nofollow" class="external text" href="http://www.opencascade.org/getocc/license/">OCTPL (Open CASCADE Technology Public License)</a>. Its a License mostly LGPL similar, with certain changes. On of the originators, Roman Lygin, elaborated on the License on his <a rel="nofollow" class="external text" href="http://opencascade.blogspot.de/2008/12/license-to-kill-license-to-use.html">Blog</a>. The home-brew OCTPL license leads to all kind of side effects for FreeCAD, which where widely discussed on different forums and mailing lists, e.g. on <a rel="nofollow" class="external text" href="http://www.opencascade.org/org/forum/thread_15859/?forum=3">OpenCasCade forum itself</a>. I will link here some articles for the biggest problems.
</p>
<h4><span class="mw-headline" id="GPL2.2FGPL3.2FOCTLP_incompatibility">GPL2/GPL3/OCTLP incompatibility</span></h4>
<p>We first discovered the problem by a discussion on the <a rel="nofollow" class="external text" href="http://www.fsf.org/">FSF</a> high priority project <a rel="nofollow" class="external text" href="https://groups.google.com/forum/#!topic/polignu/XRergtwsm80">discussion list</a>. It was about a library we look at, which was licensed with GPL3. Since we linked back then with Coin3D, with GPL2 only, we was not able to adopt that lib. Also the
OCTPL is considered <a rel="nofollow" class="external text" href="http://www.opencascade.org/occt/faq/">GPL incompatible</a>. This Libre Graphics World article <a rel="nofollow" class="external text" href="http://libregraphicsworld.org/blog/entry/libredwg-drama-the-end-or-the-new-beginning">"LibreDWG drama: the end or the new beginning?"</a> shows up the drama of LibreDWG project not acceptably in FreeCAD or LibreCAD.
</p>
<h4><span class="mw-headline" id="Debian">Debian</span></h4>
<p>The incompatibility of the OCTPL <a rel="nofollow" class="external text" href="http://lists.debian.org/debian-legal/2009/10/msg00000.html">was discussed on the debian legal list</a> and lead to a <a rel="nofollow" class="external text" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617613">bug report on the FreeCAD package</a> which prevent (ignor-tag) the transition from debian-testing to the main distribution. But its also mentioned thats a FreeCAD, which is free of GPL code and libs, would be acceptably. With a re-licensed Coin3D V4 and a substituted PyQt we will hopefully reach GPL free with the 0.14 release.
</p>
<h4><span class="mw-headline" id="Fedora.2FRedHat_non-free">Fedora/RedHat non-free</span></h4>
<p>In the Fedora project OpenCasCade is listed "non-free". This means basically it won't make it into Fedora or RedHat. This means also FreeCAD won't make it into Fedora/RedHat until OCC is changing its license. Here the links to the license evaluation:
</p>
<ul><li> <a rel="nofollow" class="external text" href="http://lists.fedoraproject.org/pipermail/legal/2011-September/001713.html">Discussion on the Fedora-legal-list</a></li>
<li> <a rel="nofollow" class="external text" href="https://bugzilla.redhat.com/show_bug.cgi?id=458974#c10">License review entry in the RedHat bug tracker</a></li></ul>
<p>The main problem they have AFIK is that the OCC license demand non discriminatory support fees if you want to do paid support. It has nothing to do with "free" or OpenSource, its all about RedHat's business model!
</p>
<div style="clear:both"></div>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Licence/pl&amp;oldid=173580">http://www.freecadweb.org/wiki/index.php?title=Licence/pl&amp;oldid=173580</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>