File: gpl.html

package info (click to toggle)
sciplot 1.36-12
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 372 kB
  • ctags: 551
  • sloc: ansic: 4,582; makefile: 67; sh: 3
file content (41 lines) | stat: -rw-r--r-- 2,282 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html><head><title>Licencing Policy</title></head><body>
<h1><a name="top">GNU Library General Public Licence</a></h1>

<p>I believe in free software and the idea of not duplicating effort; that's
why I have made all of my widgets freeware.  In the past, I have used sort
of the standard "I disclaim all warranties" copywrite because I have always
felt that the GNU General public licence was too restrictive.

<p>For example, a single GPL'd subroutine makes an entire program fall
under the GPL.  I am also a professional programmer, so the GPL rules out
any uses of GPL'd subroutines in commercial applications.  While I am
obviously not opposed for people being compensated for their work, I don't
believe that ancillary subroutines should require an entire (large) program
to fall under the GPL.

<p>That is where the GNU Library General Public Licence comes in.  It is
a less restrictive version of the GPL that among other things allows the
use of the GPL'd software in non-free programs.  I am changing all of my
programs to use the Library GPL, because it also ensures that anyone who makes
modifications to my software will also be required to share source code, and
thereby give something back to the user community as I have tried to do.

<p>Read the GNU file LICENCE for complete details, but the following is a
summary of what I believe the Licence says (but, don't quote me on it):

<p>(Here, "library" refers to the software under the GNU Library GPL.)

<ul>
<li>You can use the library in non-free programs as long as you include
the source to the library
<li>Source code that is your own, and contains no library code, may be
licenced in any manner you wish (including commercial, but you must ship
source to the library)
<li>Any modifications to the library itself must remain under the Library GPL
<li>If your program is a derivative of the library and cannot be separated
from the library, than your program must fall under the Library GPL
</ul>

<p>For all the details, see the GNU Library General Public Licence included
with the software distribution.
<br><hr>Web Page Design by <a href="http://www.ae.utexas.edu/~rwmcm">Rob McMullen</a><br>E-mail: <a href="mailto:rwmcm@mail.ae.utexas.edu">rwmcm@mail.ae.utexas.edu</a><br>Updated: 4 Sep 96<br></body></html>